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