summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-1/+1
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-0/+1
* Fixed the caption on the Files module. (#4406)Eric Davis2009-12-291-1/+1
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-0/+1
* Removes changelog view.Jean-Philippe Lang2009-12-121-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-2/+2
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-041-0/+7
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-0/+1
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+1
* Adds spent time to the activity view (#3809).Jean-Philippe Lang2009-09-121-0/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-1/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-0/+1
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-1/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-4/+4
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-271-9/+9
* Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).Jean-Philippe Lang2008-11-111-0/+4
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-0/+2
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-1/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-0/+5
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-181-1/+2
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-2/+3
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-0/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-1/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-1/+1
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-1/+1
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-0/+3
* Activity refactoring.Jean-Philippe Lang2008-07-271-0/+11
* Admin and Help links at the end of top menu.Jean-Philippe Lang2008-07-131-2/+2
* Menu mapper: add support for :before, :after and :last options to #push metho...Jean-Philippe Lang2008-07-131-1/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-1/+1
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-2/+2
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-0/+1
* Fixed: Home, Logout, Login links are absolute (#1122, #1145).Jean-Philippe Lang2008-04-301-3/+3
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-261-0/+1
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-0/+2
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-1/+1
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+2
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-7/+25
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-3/+2
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-2/+2
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-1/+1
* Do not show Roadmap menu item if the project doesn't define any versions.Jean-Philippe Lang2008-02-021-1/+2
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-0/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-1/+1
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-11/+14
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-3/+2