Commit Graph

2633 Commits (868671475c6c252260c528d930f099cbd65dde5d)

Author SHA1 Message Date
Jean-Philippe Lang 66594d46b2 Allow longer version names (#711, closes #712). 17 years ago
Jean-Philippe Lang 9b59ea7256 Version details view changes: 17 years ago
Jean-Philippe Lang 482d9a4e82 Fix LDAP authentication (#714, broken by r1194). 17 years ago
Jean-Philippe Lang 533994e5ea Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true. 17 years ago
Jean-Philippe Lang e951d84584 Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776). 17 years ago
Jean-Philippe Lang a70737ad59 Fixed "LdapError: invalid binding information" when no username/password are set on the LDAP account (#764). 17 years ago
Jean-Philippe Lang 8ea2ecb983 Fixed #759: Can not view a project without View time entries permission (broken by r1176). 17 years ago
Jean-Philippe Lang 7ee55562ff Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues. 17 years ago
Jean-Philippe Lang c01c64e978 Let the user choose when deleting issues with reported hours (closes #734, #71): 17 years ago
Jean-Philippe Lang b6bd5c7f12 Include subprojects on the issue list, calendar and gantt by default. 17 years ago
Jean-Philippe Lang 200842ba5e Propagates time tracking to the parent project (closes #433). Time report enhancements. 17 years ago
Jean-Philippe Lang 8531e176aa Do not send an email with no recipient, cc or bcc (closes #743). 17 years ago
Jean-Philippe Lang 328df74dd1 Adds date range filter and pagination on time entries detail view (closes #434). 17 years ago
Jean-Philippe Lang b0bb41ad35 Fixed: Issue custom fields "required" flag not stored (broken by r1090). Closes #715. 17 years ago
Jean-Philippe Lang b935aebd99 Fixed: LDAP authentication without password may be possible (#714). 17 years ago
Jean-Philippe Lang 7d10755072 Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console. 17 years ago
Jean-Philippe Lang 948097bc4d Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed (closes #696). 17 years ago
Jean-Philippe Lang 652dc1a73a Fixed: auto closing of duplicates doesn't work. 17 years ago
Jean-Philippe Lang e5daf25618 Fixes: 17 years ago
Jean-Philippe Lang 153c4c242d Atom feeds: 17 years ago
Jean-Philippe Lang 1c8cf4ef83 Added the following permissions (#527, #585, #627): 17 years ago
Jean-Philippe Lang c80c1e1ead Create a journal and send an email when an issue is closed by commit (#609). 17 years ago
Jean-Philippe Lang 54ff294da1 More appropriate default sort order on sortable columns. 17 years ago
Jean-Philippe Lang 5dd3c239d3 Fixed: error when uploading a file with no content-type specified by the browser. 17 years ago
Jean-Philippe Lang b124501a4e Add 'Author' to the available columns for the issue list. 17 years ago
Jean-Philippe Lang 0123dc3651 Do not authorize project identifier with numbers only (would be interpreted as the project id in urls). 17 years ago
Jean-Philippe Lang bea49ae245 Administrators can edit issue notes. 17 years ago
Jean-Philippe Lang 79f92a675a User display format is now configurable in administration settings. 17 years ago
Jean-Philippe Lang e13f49d919 Prevent unexpected nil in custom value validation. 17 years ago
Jean-Philippe Lang 2247700f24 Fixed: Incorrect filtering for unset values when using 'is not' filter. 17 years ago
Jean-Philippe Lang d54ba39e7a Fixed: can not lock a topic when creating it. 17 years ago
Jean-Philippe Lang d6bfb7fa4d Added default value for custom fields. Fixed javascript on custom field form for project and user custom fields. 17 years ago
Jean-Philippe Lang df99d8f308 Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines). 17 years ago
Jean-Philippe Lang 889bf388be Fixed: error when removing a project member (postgresql and sqlite only). 17 years ago
Jean-Philippe Lang 1b002983c3 Display the issue status in the email subject only if the status was actually changed. 17 years ago
Jean-Philippe Lang 1535ac1220 Fixed: when changing the status of an issue, the email subject contains the previous status of the issue. 17 years ago
Jean-Philippe Lang 3e031b4243 Fixed: locked users should not receive email notifications. 17 years ago
Jean-Philippe Lang 049051103b On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected. 17 years ago
Jean-Philippe Lang 8a39862b19 Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context. 17 years ago
Jean-Philippe Lang 976a31e941 Merged IssuesController change_status and add_note actions. 17 years ago
Jean-Philippe Lang 4a729036bf Prevent 'has already been taken' error messages for user login and email if these fields are left empty. 17 years ago
Jean-Philippe Lang 636579b17d Fix query management broken by r1027. 17 years ago
Jean-Philippe Lang 9a1b46fe42 New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
Jean-Philippe Lang 31c6ebb310 Added wiki annotate view. It's accessible for each version from the page history view. 17 years ago
Jean-Philippe Lang 524cd689cf Project identifier is now used in URLs (instead of project id). 17 years ago
Jean-Philippe Lang 124ef65c1f Fixed warning: toplevel constant User referenced by WikiContent::User 17 years ago
Jean-Philippe Lang 777edc13c1 Fixed: can not save numeric, date and boolean custom fields (broken by r994). 17 years ago
Jean-Philippe Lang 58610ec52a Search engine: issue custom fields can now be searched. 17 years ago
Jean-Philippe Lang d5cc40c9b6 Fixed: calendar and gantt broken with Rails 2.0 17 years ago
Jean-Philippe Lang e29539df9c Fixed: 'assigned to me' filter broken. 17 years ago