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