| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow non-unique names for projects (#630). | Jean-Philippe Lang | 2010-11-11 | 2 | -2/+2 |
* | Reverted r4381. | Jean-Philippe Lang | 2010-11-07 | 2 | -2/+2 |
* | Fixed: unchecking status filter on the issue list has no effect (#6844). | Jean-Philippe Lang | 2010-11-07 | 3 | -6/+8 |
* | Fixed: User list not sorted on category form (#6760). | Jean-Philippe Lang | 2010-11-07 | 1 | -1/+1 |
* | Adds a "visible" option on User and Project custom fields (#1738). | Jean-Philippe Lang | 2010-11-07 | 7 | -5/+10 |
* | Removed gantt and calendar menu items that do not fit into the core project m... | Jean-Philippe Lang | 2010-11-07 | 2 | -2/+2 |
* | Removed hardcoded links in my/page_layout (#6839). | Jean-Philippe Lang | 2010-11-07 | 1 | -3/+3 |
* | Render level 4 headings in TOC (#5494). | Jean-Philippe Lang | 2010-11-07 | 1 | -1/+1 |
* | Fixed: start date being filled with current date even when blank value is sub... | Jean-Philippe Lang | 2010-11-06 | 1 | -1/+1 |
* | Render TOC as nested lists (#1857). | Jean-Philippe Lang | 2010-11-06 | 1 | -5/+17 |
* | Extract headings and TOC parsing from the textile formatter. | Jean-Philippe Lang | 2010-11-06 | 1 | -3/+35 |
* | Adds a combo to select parent on wiki page rename (#5136). | Jean-Philippe Lang | 2010-11-06 | 2 | -2/+2 |
* | Fixed: URLs broken in wiki notifications (#6838). | Jean-Philippe Lang | 2010-11-06 | 1 | -3/+3 |
* | Disable button to prevent accidental double click on project members (#6826). | Jean-Philippe Lang | 2010-11-06 | 1 | -2/+4 |
* | Allow key authentication when deleting issues (with tests) #6447 | Eric Davis | 2010-11-05 | 1 | -1/+1 |
* | Allow key authentication when updating issues (with tests) #6447 | Eric Davis | 2010-11-05 | 1 | -1/+1 |
* | Allow key authentication when creating issues (with tests) #6447 | Eric Davis | 2010-11-05 | 1 | -1/+1 |
* | Add a Email Header setting. Useful for adding delimiters to every email. | Eric Davis | 2010-11-02 | 3 | -0/+6 |
* | Remove email quotes (>) when searching for incoming email delimiters. #2852 #... | Eric Davis | 2010-11-02 | 1 | -1/+1 |
* | Fixed: "Template is missing" error when validation fails on version edit (#67... | Jean-Philippe Lang | 2010-11-01 | 1 | -0/+4 |
* | Provides a default string for untranslated search types. | Jean-Philippe Lang | 2010-11-01 | 1 | -1/+1 |
* | Add a label for user and group search fields. #6521 | Jean-Baptiste Barth | 2010-10-30 | 2 | -2/+2 |
* | Added ability to create issue directly as a subtask of another one. #5484 | Jean-Baptiste Barth | 2010-10-30 | 2 | -3/+3 |
* | Fix wikilinks in project > settings > versions and version view. #6435 #4416 | Jean-Baptiste Barth | 2010-10-29 | 2 | -3/+3 |
* | Fixed: disabling autologin not persisted. #6438 | Jean-Baptiste Barth | 2010-10-29 | 1 | -1/+1 |
* | Refactor: convert WikiController to a REST resource | Eric Davis | 2010-10-28 | 7 | -13/+14 |
* | Fixed potential nil method errors when trying to access /issues/context_menu ... | Jean-Baptiste Barth | 2010-10-27 | 1 | -2/+2 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 19 | -56/+56 |
* | Refactor: convert WikiController#destroy to use HTTP DELETE | Eric Davis | 2010-10-26 | 3 | -4/+5 |
* | Fix wiki links on the activity page. #6746 | Eric Davis | 2010-10-26 | 2 | -2/+2 |
* | Allow adding notes when moving issues | Eric Davis | 2010-10-25 | 2 | -0/+8 |
* | Allow changing the Priority when moving issues. | Eric Davis | 2010-10-25 | 2 | -1/+6 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 3 | -6/+21 |
* | Refactor: merged error rendering methods. | Jean-Philippe Lang | 2010-10-23 | 4 | -37/+23 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 3 | -3/+17 |
* | Makes zoom buttons on gantt looks like the others. | Jean-Philippe Lang | 2010-10-23 | 2 | -11/+9 |
* | Refactor: move method to model with compatibility wrapper | Eric Davis | 2010-10-22 | 2 | -8/+15 |
* | Moves a method to the appropriate helper. | Jean-Philippe Lang | 2010-10-22 | 2 | -26/+27 |
* | Fixed: timelog link in the activity broken by recent refactoring (#6702). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Add ids to some sections of the issue form | Eric Davis | 2010-10-22 | 1 | -2/+2 |
* | Fixed: file upload on wiki page broken by recent refactoring (#6724). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 2 | -24/+38 |
* | Fixes display of archived child projects on the admin project list. | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Removes description column from the admin project list to get a better lookin... | Jean-Philippe Lang | 2010-10-22 | 1 | -3/+1 |
* | Removes duplicate helper introduced in r4072. | Jean-Philippe Lang | 2010-10-22 | 1 | -5/+0 |
* | Fixed: "Add file" link broken by recent refactoring (#6627). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Fixed: "Add news" link broken by recent refactoring (#6650). | Jean-Philippe Lang | 2010-10-22 | 1 | -4/+4 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 10 | -26/+26 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 6 | -12/+13 |
* | Remove the Description label from the issue view and omit the block if empty ... | Jean-Philippe Lang | 2010-10-19 | 1 | -3/+4 |