summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed 10211 Wiki names can't have periods in them.Jean-Philippe Lang2007-04-222-2/+3
* Projects menu item now shows the list of public projects and projects for whi...Jean-Philippe Lang2007-04-211-1/+3
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-213-0/+27
* Custom fields for issues can now be used as filters on issue list.Jean-Philippe Lang2007-04-171-16/+53
* User#<=> modified to sort on firstname if same lastnameJean-Philippe Lang2007-04-121-1/+1
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-082-1/+9
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-071-0/+8
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-051-0/+6
* Fixed a regression (crash when an admin with no role on the project try to cr...Jean-Philippe Lang2007-04-041-4/+6
* Fixed User role_for_project methodJean-Philippe Lang2007-04-041-1/+2