summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: performance issue on RepositoriesController#revisions when a changeset...Jean-Philippe Lang2007-05-151-1/+8
* Text search added on messages.Jean-Philippe Lang2007-05-141-1/+7
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-133-7/+22
* Per project forums added.Jean-Philippe Lang2007-05-132-0/+153
* Fixed: error when viewing a file diff from a revision view (only if repositor...Jean-Philippe Lang2007-05-101-1/+1
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-081-4/+4
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-083-1/+5
* Removed "Wiki edits" option in the activity view if the project has no wiki.Jean-Philippe Lang2007-05-071-1/+1
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-2/+3
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-062-0/+4
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-062-0/+14
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-051-1/+1
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-052-13/+15
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-053-0/+64
* Added fragment caching for svn diffs.Jean-Philippe Lang2007-05-011-4/+9
* Text formatting drop down disabled if RedCloth is not available (system setti...Jean-Philippe Lang2007-05-011-0/+1
* Subproject name added in csv and pdf exports.Jean-Philippe Lang2007-04-301-3/+5