summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forum notifications are now also sent to the authors of the thread, even if t...Jean-Philippe Lang2007-08-121-2/+5
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-121-1/+15
* Fixed a bug in CVS model (clash when 2 projects point to the same repository)Jean-Philippe Lang2007-08-011-1/+1
* Added several validates_length_ofJean-Philippe Lang2007-07-1611-1/+14
* Fixed mailer (error when no assignee)Jean-Philippe Lang2007-07-151-4/+4
* Now, when a user turns mail notifications off, he will still receive notifica...Jean-Philippe Lang2007-07-151-1/+11
* Fixed: Error when editing the wokflow after deleting a statusJean-Philippe Lang2007-07-141-1/+1
* Added wiki diff.Jean-Philippe Lang2007-07-141-0/+27
* Fixed: issue_id not nullified on time entries when deleting the issueJean-Philippe Lang2007-07-021-1/+1
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-292-6/+2
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-294-0/+14
* Fixed an error when trying to delete a project (versions/issues dependency)Jean-Philippe Lang2007-06-251-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-243-0/+95
* Added time report.Jean-Philippe Lang2007-06-241-0/+17
* Fixed an error on welcome screen for users with no membershipJean-Philippe Lang2007-06-231-1/+1
* Added per user custom queries.Jean-Philippe Lang2007-06-232-1/+13
* Added page association on versioned WikiContentJean-Philippe Lang2007-06-171-0/+1
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-141-0/+7
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-125-487/+327
* Added :dependent => :delete_all on IssueStatus Workflow association.Jean-Philippe Lang2007-05-311-2/+2
* Fixed: SQL error when a non-admin user displays the project listJean-Philippe Lang2007-05-291-1/+1
* Fixed date query filters (wrong results and sql error with postgresql)Jean-Philippe Lang2007-05-291-7/+7
* Added the ability to archive projects:Jean-Philippe Lang2007-05-273-11/+37
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-0/+8
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-261-0/+1