summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-312-13/+22
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-291-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2912-92/+172
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-261-12/+17
* Replaced hard-coded urls in Mailer#attachments_addJean-Philippe Lang2007-08-251-6/+6
* Automatic closing of duplicate issues.Jean-Philippe Lang2007-08-251-0/+22
* Changeset comments are now stripped before being stored in the database (patc...Jean-Philippe Lang2007-08-251-0/+4
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-161-0/+10
* Activity view improvements:Jean-Philippe Lang2007-08-161-0/+1
* Wiki links can now refer other project wikis, using this syntax:Jean-Philippe Lang2007-08-151-3/+3
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-151-0/+4
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-141-0/+7
* Firstname, lastname and email LDAP attributes are now required if "on-the-fly...Jean-Philippe Lang2007-08-141-1/+2
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-121-1/+1
* Attachment content-type is now chomped before being saved.Jean-Philippe Lang2007-08-121-1/+1