| Commit message (Expand) | Author | Age | Files | Lines |
* | Find visible issues only in ContextMenusController#issues. | Jean-Philippe Lang | 2010-12-29 | 1 | -0/+6 |
* | Fixed: cvs diff broken by r4539 (#7176). | Jean-Philippe Lang | 2010-12-29 | 1 | -0/+1 |
* | Makes API accept offset/limit or page/limit parameters for retrieving collect... | Jean-Philippe Lang | 2010-12-23 | 1 | -0/+57 |
* | Adds support for requesting information about current user using /users/curre... | Jean-Philippe Lang | 2010-12-20 | 1 | -0/+14 |
* | Restore rev param validation that was removed in r2840. | Jean-Philippe Lang | 2010-12-18 | 1 | -0/+6 |
* | Fixes a data disclosure issue introduced in r3941. | Jean-Philippe Lang | 2010-12-18 | 1 | -2/+8 |
* | Fixed: issue description Quote button lost by r3941 (#7122). | Jean-Philippe Lang | 2010-12-18 | 1 | -0/+3 |
* | Fixed: r4492 breaks the ability to select issue custom fields available for p... | Jean-Philippe Lang | 2010-12-17 | 1 | -1/+4 |
* | Fixed: 404 when entering time with blank issue id (#7099). | Jean-Philippe Lang | 2010-12-14 | 1 | -0/+20 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 55 | -55/+55 |
* | Make sure there's no nil result in auto_complete. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+1 |
* | Autocomplete issue relations on subject (#3170). | Jean-Philippe Lang | 2010-12-12 | 1 | -0/+14 |
* | UsersController tests cleanup. | Jean-Philippe Lang | 2010-12-12 | 1 | -49/+33 |
* | Fixes password sending when creating user. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+35 |
* | Extracts user groups assignment from controller. | Jean-Philippe Lang | 2010-12-12 | 2 | -4/+18 |
* | Moves mail_notification param to user hash param so that it can be set using ... | Jean-Philippe Lang | 2010-12-12 | 1 | -5/+5 |
* | Moves password param to user hash param so that it can be set using the User ... | Jean-Philippe Lang | 2010-12-12 | 1 | -5/+10 |
* | Declare safe attributes for User and Projects models. | Jean-Philippe Lang | 2010-12-12 | 1 | -6/+14 |
* | Fixes duplicate custom_values fixture that caused failure with Postgresql. | Jean-Philippe Lang | 2010-12-11 | 1 | -1/+1 |
* | Fixes unsafe assertion that may cause failures. | Jean-Philippe Lang | 2010-12-10 | 1 | -2/+2 |
* | Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). | Jean-Philippe Lang | 2010-11-27 | 1 | -0/+46 |
* | Fixed: new gantt chart discloses all private projects names (#6276). | Jean-Philippe Lang | 2010-11-21 | 1 | -0/+12 |
* | Fixed: submitting a non numerical parent task input creates a 500 error (#6932). | Jean-Philippe Lang | 2010-11-20 | 1 | -0/+14 |
* | Initialize TimeEntry attributes with params when editing an issue (#5441). | Jean-Philippe Lang | 2010-11-17 | 1 | -1/+8 |
* | Adds leading slash to all assert_redirected_to arguments (#6887). | Jean-Philippe Lang | 2010-11-14 | 16 | -50/+50 |
* | Moved some permission checks for issue update from controller to model. | Jean-Philippe Lang | 2010-11-11 | 1 | -1/+100 |
* | Fixed: unchecking status filter on the issue list has no effect (#6844). | Jean-Philippe Lang | 2010-11-07 | 1 | -1/+32 |
* | Adds a "visible" option on User and Project custom fields (#1738). | Jean-Philippe Lang | 2010-11-07 | 2 | -1/+26 |
* | Fixed: start date being filled with current date even when blank value is sub... | Jean-Philippe Lang | 2010-11-06 | 1 | -0/+22 |
* | Adds a combo to select parent on wiki page rename (#5136). | Jean-Philippe Lang | 2010-11-06 | 1 | -0/+48 |
* | Fixed: "Template is missing" error when validation fails on version edit (#67... | Jean-Philippe Lang | 2010-11-01 | 1 | -0/+9 |
* | Refactor: convert WikiController to a REST resource | Eric Davis | 2010-10-28 | 1 | -2/+2 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 1 | -31/+31 |
* | Refactor: convert WikiController#destroy to use HTTP DELETE | Eric Davis | 2010-10-26 | 1 | -5/+5 |
* | Allow adding notes when moving issues | Eric Davis | 2010-10-25 | 1 | -1/+13 |
* | Allow changing the Priority when moving issues. | Eric Davis | 2010-10-25 | 1 | -0/+13 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 1 | -7/+7 |
* | Fix the tests that were broken by r4286: | Eric Davis | 2010-10-25 | 3 | -3/+3 |
* | Refactor: merged error rendering methods. | Jean-Philippe Lang | 2010-10-23 | 1 | -6/+2 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 1 | -0/+10 |
* | Fixed: error on gantt when no issue have a due date (#6350). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+11 |
* | Mark the failed test in r4276 as pending. Tests should never fail when commit... | Eric Davis | 2010-10-22 | 1 | -1/+1 |
* | Adds a failing test for #6350. | Jean-Philippe Lang | 2010-10-22 | 1 | -0/+9 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 1 | -2/+2 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 1 | -14/+14 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 1 | -43/+43 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 1 | -0/+12 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 1 | -6/+6 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -0/+28 |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 1 | -3/+3 |