summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-264-2/+16
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-251-0/+1
* User's projects alphabetically sorted in the Projects drop down menu.Jean-Philippe Lang2007-05-231-6/+6
* Versions can now be created with no date.Jean-Philippe Lang2007-05-202-2/+12
* Fixed: performance issue on RepositoriesController#revisions when a changeset...Jean-Philippe Lang2007-05-151-1/+3
* Added mail notification when a new message is posted in the forums.Jean-Philippe Lang2007-05-142-0/+32
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-0/+1
* Per project forums added.Jean-Philippe Lang2007-05-134-1/+68
* Added a test for the mail handler.Jean-Philippe Lang2007-05-091-3/+3
* Added a simple mail handler.Jean-Philippe Lang2007-05-091-0/+40
* Fixed: files with an apostrophe in their names can't be accessed in the repos...Jean-Philippe Lang2007-05-091-1/+1
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-081-0/+5
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-081-3/+18
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-0/+4
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-062-1/+6
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-051-4/+0
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-052-15/+113
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-256-9/+14
* Journal details truncated only if values are stringsJean-Philippe Lang2007-04-241-2/+2
* Fixed 10335 Error in journalizing an issue with longtext custom fields (Postg...Jean-Philippe Lang2007-04-241-0/+5
* Removed an old, no longer used, model.Jean-Philippe Lang2007-04-241-24/+0
* Fixed: default status not showing in new issueJean-Philippe Lang2007-04-241-2/+2
* Fixed 10337 Regression: Admin raises issue in project not assigned toJean-Philippe Lang2007-04-241-2/+2
* Commit messages are now scanned for referenced or fixed issue IDs.Jean-Philippe Lang2007-04-243-1/+49
* The ability to change the issue status to the same status is no longer forced.Jean-Philippe Lang2007-04-221-4/+2