| Commit message (Expand) | Author | Age | Files | Lines |
* | Mercurial adapter: | Jean-Philippe Lang | 2008-03-15 | 1 | -20/+26 |
* | Remove hardcoded "Redmine" strings in account related emails. And use applica... | Jean-Philippe Lang | 2008-03-15 | 1 | -4/+4 |
* | Workflow copy: | Jean-Philippe Lang | 2008-03-15 | 2 | -2/+24 |
* | Adds 2 permissions (closes #859): | Jean-Philippe Lang | 2008-03-14 | 1 | -1/+1 |
* | Strip repository urls (closes #852). | Jean-Philippe Lang | 2008-03-14 | 1 | -0/+19 |
* | Merged Git support branch (r1200 to r1226). | Jean-Philippe Lang | 2008-03-12 | 7 | -34/+104 |
* | Prevent LDAP authentication with empty password related problems. | Jean-Philippe Lang | 2008-03-12 | 1 | -0/+2 |
* | Activity enhancements: | Jean-Philippe Lang | 2008-03-11 | 4 | -15/+21 |
* | Allow longer version names (#711, closes #712). | Jean-Philippe Lang | 2008-03-09 | 1 | -1/+1 |
* | Version details view changes: | Jean-Philippe Lang | 2008-03-08 | 1 | -0/+10 |
* | Fix LDAP authentication (#714, broken by r1194). | Jean-Philippe Lang | 2008-03-06 | 1 | -1/+1 |
* | Adds an application setting to choose whether or not subprojects issues shoul... | Jean-Philippe Lang | 2008-03-06 | 1 | -6/+13 |
* | Add a user preference to choose how comments/replies are displayed: in chrono... | Jean-Philippe Lang | 2008-03-05 | 3 | -0/+8 |
* | Fixed "LdapError: invalid binding information" when no username/password are ... | Jean-Philippe Lang | 2008-03-05 | 1 | -5/+6 |
* | Fixed #759: Can not view a project without View time entries permission (brok... | Jean-Philippe Lang | 2008-03-01 | 1 | -1/+1 |
* | Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues. | Jean-Philippe Lang | 2008-03-01 | 1 | -0/+2 |
* | Let the user choose when deleting issues with reported hours (closes #734, #71): | Jean-Philippe Lang | 2008-02-29 | 1 | -1/+1 |
* | Include subprojects on the issue list, calendar and gantt by default. | Jean-Philippe Lang | 2008-02-28 | 2 | -9/+17 |
* | Propagates time tracking to the parent project (closes #433). Time report enh... | Jean-Philippe Lang | 2008-02-27 | 2 | -0/+21 |
* | Do not send an email with no recipient, cc or bcc (closes #743). | Jean-Philippe Lang | 2008-02-26 | 1 | -1/+10 |
* | Adds date range filter and pagination on time entries detail view (closes #434). | Jean-Philippe Lang | 2008-02-26 | 1 | -1/+6 |
* | Fixed: Issue custom fields "required" flag not stored (broken by r1090). Clos... | Jean-Philippe Lang | 2008-02-22 | 1 | -1/+1 |
* | Fixed: LDAP authentication without password may be possible (#714). | Jean-Philippe Lang | 2008-02-22 | 1 | -0/+1 |
* | Fixed: "undefined method 'textilizable'" error on email notification when run... | Jean-Philippe Lang | 2008-02-21 | 1 | -3/+3 |
* | Do not clear issue relations when moving an issue to another project if cross... | Jean-Philippe Lang | 2008-02-21 | 1 | -2/+4 |
* | Fixed: auto closing of duplicates doesn't work. | Jean-Philippe Lang | 2008-02-17 | 2 | -1/+4 |
* | Fixes: | Jean-Philippe Lang | 2008-02-17 | 1 | -1/+8 |
* | Atom feeds: | Jean-Philippe Lang | 2008-02-16 | 1 | -1/+1 |
* | Added the following permissions (#527, #585, #627): | Jean-Philippe Lang | 2008-02-16 | 1 | -1/+2 |
* | Create a journal and send an email when an issue is closed by commit (#609). | Jean-Philippe Lang | 2008-02-06 | 1 | -1/+15 |
* | More appropriate default sort order on sortable columns. | Jean-Philippe Lang | 2008-02-05 | 1 | -5/+6 |
* | Fixed: error when uploading a file with no content-type specified by the brow... | Jean-Philippe Lang | 2008-02-03 | 1 | -1/+1 |
* | Add 'Author' to the available columns for the issue list. | Jean-Philippe Lang | 2008-02-03 | 1 | -0/+1 |
* | Do not authorize project identifier with numbers only (would be interpreted a... | Jean-Philippe Lang | 2008-02-02 | 1 | -0/+1 |
* | Administrators can edit issue notes. | Jean-Philippe Lang | 2008-02-02 | 1 | -0/+4 |
* | User display format is now configurable in administration settings. | Jean-Philippe Lang | 2008-01-25 | 3 | -4/+24 |
* | Prevent unexpected nil in custom value validation. | Jean-Philippe Lang | 2008-01-24 | 1 | -13/+18 |
* | Fixed: Incorrect filtering for unset values when using 'is not' filter. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | Fixed: can not lock a topic when creating it. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+1 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 2 | -0/+11 |
* | Unlimited and optional project description. The project list will show trunca... | Jean-Philippe Lang | 2008-01-20 | 1 | -2/+10 |
* | Fixed: error when removing a project member (postgresql and sqlite only). | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Display the issue status in the email subject only if the status was actually... | Jean-Philippe Lang | 2008-01-20 | 2 | -2/+10 |
* | Fixed: when changing the status of an issue, the email subject contains the p... | Jean-Philippe Lang | 2008-01-20 | 1 | -0/+1 |
* | Fixed: locked users should not receive email notifications. | Jean-Philippe Lang | 2008-01-17 | 2 | -4/+4 |
* | On the calendar, the gantt and in the Tracker filter on the issue list, only ... | Jean-Philippe Lang | 2008-01-16 | 3 | -1/+14 |
* | Fixed: issue queries can not use custom fields marked as 'for all projects' i... | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+1 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 2 | -0/+11 |
* | Prevent 'has already been taken' error messages for user login and email if t... | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+2 |
* | Fix query management broken by r1027. | Jean-Philippe Lang | 2007-12-31 | 1 | -1/+1 |