summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed issue assignment validation to avoid validation failure when updating...Jean-Philippe Lang2007-10-181-1/+0
* Added LDAPS support migration and fixed connection test flash messages.Jean-Philippe Lang2007-10-161-2/+2
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-151-3/+1
* Search engine: added a checkbox to search titles only (usefull when searching...Jean-Philippe Lang2007-10-151-4/+9
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-131-44/+0
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-122-3/+3
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-121-2/+10
* Gantt chart:Jean-Philippe Lang2007-10-111-4/+12
* Bulk editing:Jean-Philippe Lang2007-10-111-2/+7
* Fixed: a user not authorized to edit wiki pages gets the edit form if the pag...Jean-Philippe Lang2007-10-101-2/+7
* Fixed: Bulk edit doesn't change the category or fixed version properties.Jean-Philippe Lang2007-10-101-0/+4
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-0/+30
* Calendar:Jean-Philippe Lang2007-10-072-15/+9
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-062-2/+9
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-051-7/+9
* Added position on Enumeration model.Jean-Philippe Lang2007-10-041-0/+15
* Fixed: can't select columns when creating a new query.Jean-Philippe Lang2007-10-031-1/+1
* Performance improvement on calendar and gantt (about 45% on gantt for large n...Jean-Philippe Lang2007-10-032-0/+2
* Small fix in project activity feed.Jean-Philippe Lang2007-10-011-1/+1
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-011-5/+0
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-012-2/+2
* Added a checkbox on custom query form to explicitly say if the query uses def...Jean-Philippe Lang2007-10-011-1/+3
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-2/+2
* Added wiki index by date.Jean-Philippe Lang2007-09-271-1/+2
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-15/+22
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-6/+6
* Fixed projects search.Jean-Philippe Lang2007-09-241-1/+1
* Search engine now only searches objects the user is allowed to view.Jean-Philippe Lang2007-09-241-4/+17
* Project activity view now only shows what the user is allowed to view.Jean-Philippe Lang2007-09-241-6/+8
* Basic plugin support.Jean-Philippe Lang2007-09-232-1/+14
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-221-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-223-1/+4
* Added RMagick availability on admin/info.Jean-Philippe Lang2007-09-151-3/+5
* Fixed: unable to save a new wiki page that just contains the default h1 titleJean-Philippe Lang2007-09-151-1/+1
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-5/+13
* Project modules are checked (default) when creating a project.Jean-Philippe Lang2007-09-151-0/+1
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-15/+7