summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Activity view now uses events attributes.Jean-Philippe Lang2007-10-281-1/+1
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-0/+7
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-252-8/+10
* Commit message parser:Jean-Philippe Lang2007-10-221-7/+6
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-204-17/+36
* Fixed: LDAP authentication crashes if one of the LDAP attributes name is left...Jean-Philippe Lang2007-10-191-1/+1
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-192-1/+8
* Removed issue assignment validation to avoid validation failure when updating...Jean-Philippe Lang2007-10-181-5/+0
* Added LDAPS support for LDAP authentication.Jean-Philippe Lang2007-10-161-1/+2
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-152-0/+13
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-121-7/+4
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-121-0/+6
* Added custom fields in issue related mail notifications.Jean-Philippe Lang2007-10-102-0/+3
* Added the ability to set the "done ratio" of issues fixed by commit (original...Jean-Philippe Lang2007-10-101-1/+3
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-092-1/+6
* Fixed: Title with non-ascii characters breaks wikiJean-Philippe Lang2007-10-051-1/+1
* Added default value for enumerations.Jean-Philippe Lang2007-10-052-7/+19
* Issues sorted by priority position.Jean-Philippe Lang2007-10-041-1/+1
* Added position on Enumeration model.Jean-Philippe Lang2007-10-041-11/+17
* Default columns displayed on the issue list can now be selected at applicatio...Jean-Philippe Lang2007-10-011-9/+8
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-011-1/+2
* Added a checkbox on custom query form to explicitly say if the query uses def...Jean-Philippe Lang2007-10-011-4/+7
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-015-1/+61
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii ch...Jean-Philippe Lang2007-09-301-1/+1
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-1/+1
* Fixed: unable to migrate from an empty database.Jean-Philippe Lang2007-09-271-1/+4
* Search engines now supports pagination.Jean-Philippe Lang2007-09-278-4/+40
* Added length validation for IssueCategory name.Jean-Philippe Lang2007-09-241-0/+1
* Basic plugin support.Jean-Philippe Lang2007-09-231-1/+5
* Subversion repository now accepts svn+ssh url.Jean-Philippe Lang2007-09-221-1/+1
* Fixed: project homepage length validation inconsistent with database field.Jean-Philippe Lang2007-09-201-1/+1
* Fixed setting value serialization.Jean-Philippe Lang2007-09-191-1/+1
* Fixed: Oracle error when saving serialized setting (eg. mail notifications)Jean-Philippe Lang2007-09-181-0/+5
* Fixed: error when uploading a file with a content type longer than 60 chars.Jean-Philippe Lang2007-09-171-0/+4
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-5/+11
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-151-0/+1
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-143-6/+21
* Fixed: can't preview/save the very first wiki page.Jean-Philippe Lang2007-09-141-0/+1
* Added project module concept.Jean-Philippe Lang2007-09-143-1/+63
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-111-0/+1
* Added "% done" in the filter list.Jean-Philippe Lang2007-09-091-2/+10
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-093-6/+62
* Improved Redmine links:Jean-Philippe Lang2007-09-071-0/+1
* 'current week' filter fix.Jean-Philippe Lang2007-09-061-1/+1
* Fixed: custom field displayed as deleted in the issue history even if no valu...Jean-Philippe Lang2007-09-051-1/+3
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-051-3/+6
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-051-0/+4
* Small fix in Mailer.Jean-Philippe Lang2007-09-041-1/+1
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-0/+1
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-311-10/+35