summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-311-0/+1
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-311-3/+42
* Fixed: autologin broken.Jean-Philippe Lang2007-08-301-1/+1
* Fixed: "subproject of" list should not show archived projects.Jean-Philippe Lang2007-08-291-2/+2
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-4/+12
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-292-2/+2
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2916-193/+158
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-262-5/+5
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-2/+7
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ...Jean-Philippe Lang2007-08-252-0/+3
* Code improvement in ProjectsController#activity (Nicolas Chuche)Jean-Philippe Lang2007-08-161-12/+3
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-161-2/+12
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-163-1/+5
* Activity view improvements:Jean-Philippe Lang2007-08-161-5/+15
* Fixed: nil error on 'commits per month' graph.Jean-Philippe Lang2007-08-151-2/+3
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-151-10/+5
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-141-0/+14
* Issue history is now 'oldest first' sorted.Jean-Philippe Lang2007-08-141-1/+1
* Fixed: non-active users can be viewed with account/showJean-Philippe Lang2007-08-131-1/+1
* Removed deprecated Object#type in CustomFieldsController.Jean-Philippe Lang2007-08-121-1/+1
* Removed IssuesController#history, all changes are now displayed on issues/sho...Jean-Philippe Lang2007-08-121-6/+0
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-121-2/+2
* Applied 'register notice' patch by Matt Jones.Jean-Philippe Lang2007-08-021-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-0214-18/+18
* Fixed: error when creating a tracker without copying an existing wokflowJean-Philippe Lang2007-08-011-1/+1
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-141-0/+8
* Added wiki diff.Jean-Philippe Lang2007-07-141-1/+9
* Changesets stored in the database are now displayed on the repository page ev...Jean-Philippe Lang2007-06-291-2/+2
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-291-10/+5
* Fixed: time report doesn't take account of the project for time calculationsJean-Philippe Lang2007-06-271-1/+2
* Added time report.Jean-Philippe Lang2007-06-241-1/+94
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-231-2/+9
* Fixed Iconv::IllegalSequence errors in csv exportsJean-Philippe Lang2007-06-232-4/+4
* Fixed confidentiality issue on account/show.Jean-Philippe Lang2007-06-231-0/+5
* Added per user custom queries.Jean-Philippe Lang2007-06-233-29/+41
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-141-0/+1
* Fixed version field on issue view page now links to the corresponding version...Jean-Philippe Lang2007-06-121-0/+2
* Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced m...Jean-Philippe Lang2007-06-121-0/+4
* Added an error message when trying to create an issue with no default status ...Jean-Philippe Lang2007-06-121-0/+5
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-122-31/+44
* Fixed: error on csv/pdf export and feeds (oracle)Jean-Philippe Lang2007-05-292-3/+3
* Added filename header when sending an image inlineJean-Philippe Lang2007-05-271-1/+1
* Added the ability to archive projects:Jean-Philippe Lang2007-05-275-12/+43
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-0/+1
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-261-2/+6
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Added issue count details for versions on Reports view.Jean-Philippe Lang2007-05-261-1/+24
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-264-18/+68
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-251-1/+11
* Versions can now be created with no date.Jean-Philippe Lang2007-05-201-17/+7