summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Ported r1036 from trunk.Jean-Philippe Lang2008-01-051-1/+1
* Fixed: upload doesn't work in "Files" section.Jean-Philippe Lang2007-12-181-1/+1
* Fixed: Unable to create a wiki (Rails 2.0 compatibility).Jean-Philippe Lang2007-12-141-1/+1
* Fixed: empty lines when displaying repository files with Windows style eol.Jean-Philippe Lang2007-12-141-0/+3
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-146-54/+27
* Removed unused UsersController#destroy.Jean-Philippe Lang2007-12-131-8/+0
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-1/+1
* Fixed: 500 error when validation fails on issue edition with no custom fields.Jean-Philippe Lang2007-12-121-0/+1
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-101-3/+4
* Transaction and performance improvement on workflow copy when creating a new ...Jean-Philippe Lang2007-12-071-2/+4
* Performance improvement on workflow setup screen.Jean-Philippe Lang2007-12-071-1/+1
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+10
* Changesets retrieval optimization on the activity view. Prevents additional q...Jean-Philippe Lang2007-12-031-1/+1
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+6
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+5
* Email notifications are now sent as Blind carbon copy by default. This can be...Jean-Philippe Lang2007-12-021-2/+3
* When creating a new role, permissions are pre-filled with 'Non member' role p...Jean-Philippe Lang2007-12-021-1/+2
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-012-4/+12
* Search engine: search can be restricted to an exact phrase by using quotation...Jean-Philippe Lang2007-11-291-2/+4
* Forums enhancements:Jean-Philippe Lang2007-11-242-7/+46
* Fixed: error on account/register when validation fails.Jean-Philippe Lang2007-11-231-4/+4
* Forums: attachments can now be added to replies.Jean-Philippe Lang2007-11-221-2/+6
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-203-12/+19
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-2012-44/+36
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-23/+45
* 'fixed version' field can now be displayed on the issue list.Jean-Philippe Lang2007-11-181-1/+1
* Fixed: Update of time entry fails when the issue has been moved to an other p...Jean-Philippe Lang2007-11-171-17/+10
* Fixed: admin should be able to move issues to any project.Jean-Philippe Lang2007-11-141-2/+7
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-124-14/+29
* Added an option on 'My account' for users who don't want to be notified of ch...Jean-Philippe Lang2007-11-121-0/+1
* Fixed: No mime-types in documents/files downloadingJean-Philippe Lang2007-11-122-2/+2
* Diff style (inline or side by side) automatically saved as a user preference.Jean-Philippe Lang2007-11-081-1/+8
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-0/+1
* Added forums topics on the activity view (disabled by default).Jean-Philippe Lang2007-11-071-2/+9
* Fixed: error when sorting the messages if there's only one board for the proj...Jean-Philippe Lang2007-11-071-2/+1
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-053-113/+27
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-053-171/+70
* Pretty URL for the repository browser (Cyril Mougel)Jean-Philippe Lang2007-11-041-2/+2
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-1/+13
* Some slight improvements in AJAX errors handling.Jean-Philippe Lang2007-10-281-2/+2
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-282-18/+21
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-3/+18
* Fixed: error when bulk editing with PostgresqlJean-Philippe Lang2007-10-231-5/+5
* Added a bit of AJAX on the SCM browser (tree view).Jean-Philippe Lang2007-10-221-1/+5
* SVN integration: reposman.rb can now register created repositories in Redmine...Jean-Philippe Lang2007-10-211-6/+9
* * Emails footer can now be customized from the admin interface (Admin -> Emai...Jean-Philippe Lang2007-10-211-0/+1
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-17/+29
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-191-15/+13
* New document form can be accessed from the document list with no additional r...Jean-Philippe Lang2007-10-181-1/+0
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-181-1/+1