summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-0/+5
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-202-0/+53
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-0/+14
* Fixed warning: toplevel constant User referenced by WikiContent::UserJean-Philippe Lang2007-12-151-2/+2
* Fixed: can not save numeric, date and boolean custom fields (broken by r994).Jean-Philippe Lang2007-12-141-0/+1
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-0/+2
* Fixed: calendar and gantt broken with Rails 2.0Jean-Philippe Lang2007-12-121-1/+2
* Fixed: 'assigned to me' filter broken.Jean-Philippe Lang2007-12-121-8/+6
* Fixed: 'LDAP account password is too long' error when leaving the field empty...Jean-Philippe Lang2007-12-101-1/+2
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-102-2/+14
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-072-0/+8
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-0/+8
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+86
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+1
* Changed the maximum length of LDAP account to 255 characters.Jean-Philippe Lang2007-12-021-0/+3
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+4
* Email notifications are now sent as Blind carbon copy by default. This can be...Jean-Philippe Lang2007-12-021-4/+13
* 'Assigned to' drop down list is now sorted by user's lastname.Jean-Philippe Lang2007-12-013-3/+3
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-011-0/+10
* * Updated German translation (Thomas Löber)Jean-Philippe Lang2007-11-271-1/+1
* Slight optimization in User#role_for_project.Jean-Philippe Lang2007-11-241-7/+9
* Removed the 12 characters limit on passwords.Jean-Philippe Lang2007-11-241-2/+1
* Forums enhancements:Jean-Philippe Lang2007-11-241-0/+18
* * Fixed: Error when displaying the issue list if a float custom field is mark...Jean-Philippe Lang2007-11-211-2/+2
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-204-3/+12
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-203-26/+26
* * Referencing issues in commit messages: enter * in 'Referencing keywords' to...Jean-Philippe Lang2007-11-201-0/+9
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-192-1/+9
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-1/+9