| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes some textile issues with JRuby (#5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Refactor: Pull up #find_optional_project to ApplicationController. | Eric Davis | 2010-04-30 | 3 | -19/+10 |
* | Fixes theme discovery under JRuby on Rails war structure (#632, #5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixes workflow edit with JRuby (#5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixes time report with JRuby (#5404). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixes random test failure. | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Removes broken code in ProjectsController (#5412). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+0 |
* | Fixed: watchers selection lost when issue creation fails (#5406). #watched_by... | Jean-Philippe Lang | 2010-04-30 | 2 | -2/+8 |
* | Fixes selected menu tab when issue creation fails. | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Fixes URLs in atom feeds broken by r3681 (#5403). | Jean-Philippe Lang | 2010-04-30 | 2 | -2/+5 |
* | Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401). | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+2 |
* | Fixes some parameters in functional tests. | Jean-Philippe Lang | 2010-04-30 | 2 | -2/+2 |
* | Fixes an object instantiation in tests. | Jean-Philippe Lang | 2010-04-30 | 1 | -1/+1 |
* | Only copy visible issues. | Eric Davis | 2010-04-29 | 1 | -1/+1 |
* | Refactor: pull #query_statement_invalid up to ApplicationController. | Eric Davis | 2010-04-29 | 3 | -17/+11 |
* | Refactor: Move gantts to a separate controller. | Eric Davis | 2010-04-28 | 10 | -93/+131 |
* | Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (... | Jean-Philippe Lang | 2010-04-27 | 1 | -3/+13 |
* | Adds an assertion on issues deletion when deleting a project (#5381). | Jean-Philippe Lang | 2010-04-27 | 1 | -2/+3 |
* | Fixed: private subprojects names may be revealed on issue summary report (#53... | Jean-Philippe Lang | 2010-04-27 | 1 | -2/+2 |
* | Refactor: move method to helper. | Eric Davis | 2010-04-27 | 2 | -34/+34 |
* | Refactor: extract error to new method with before_filter. | Eric Davis | 2010-04-26 | 1 | -4/+8 |
* | Refactor: Extract duplicated code to a new method. | Eric Davis | 2010-04-23 | 1 | -43/+26 |
* | Refactor: Split IssuesController#new to #new and #create to match REST pattern. | Eric Davis | 2010-04-22 | 6 | -53/+75 |
* | Refactor: Move the rest of the routing tests to RoutingTest. | Eric Davis | 2010-04-21 | 15 | -702/+167 |
* | Move more routing tests into the routing integration test. | Eric Davis | 2010-04-20 | 6 | -212/+46 |
* | Adding missing setter for Query#available_columns | Eric Davis | 2010-04-20 | 1 | -0/+8 |
* | Refactor: Move method to Query model | Eric Davis | 2010-04-19 | 2 | -6/+9 |
* | Fixes behaviour of move_issues permission for non member role (#5309). | Jean-Philippe Lang | 2010-04-18 | 3 | -8/+34 |
* | Removes hard-coded size on user search fields (#5319). | Jean-Philippe Lang | 2010-04-18 | 3 | -2/+4 |
* | Fixes acts_as_event with a String as url option (#5343). | Jean-Philippe Lang | 2010-04-18 | 1 | -1/+9 |
* | Add "Repository" menu item after repository creation (#5328). | Jean-Philippe Lang | 2010-04-17 | 1 | -1/+8 |
* | Fixed: API 401 response does not include WWW-Authenticate header (#5322). | Jean-Philippe Lang | 2010-04-17 | 2 | -2/+25 |
* | Fixed: Error on db:migrate with table prefix set (#5335). | Jean-Philippe Lang | 2010-04-17 | 1 | -1/+1 |
* | Fixes error on subtask XML format (#5336). | Jean-Philippe Lang | 2010-04-17 | 1 | -1/+1 |
* | Translation updates | Azamat Hackimov | 2010-04-17 | 2 | -907/+907 |
* | Let custom field formats control how they are edited. | Eric Davis | 2010-04-16 | 2 | -3/+12 |
* | Change the case statement into a method call based on the name | Eric Davis | 2010-04-16 | 1 | -5/+21 |
* | Refactor: Move method | Eric Davis | 2010-04-16 | 2 | -9/+13 |
* | Replace the hardcoded CustomField::FIELD_FORMATS with a class. | Eric Davis | 2010-04-16 | 5 | -12/+80 |
* | Adds parent issue id in issue REST API (#5304). | Jean-Philippe Lang | 2010-04-13 | 2 | -0/+2 |
* | Added missing Enumeration STI exemplars. | Eric Davis | 2010-04-13 | 2 | -0/+20 |
* | Fixes a test failure with SQLite3 due to transaction fixtures (#5290). | Jean-Philippe Lang | 2010-04-12 | 2 | -26/+83 |
* | Do not raise an error when destroying a Version with assigned issues. | Jean-Philippe Lang | 2010-04-11 | 2 | -13/+11 |
* | Adds bottom margin to issue watchers avatars (#5264). | Jean-Philippe Lang | 2010-04-11 | 1 | -1/+1 |
* | Fixed: empty ul tag for issue updates with notes only (#5281). | Jean-Philippe Lang | 2010-04-11 | 1 | -3/+5 |
* | Merge issue and time entry validation error messages. | Jean-Philippe Lang | 2010-04-11 | 1 | -2/+1 |
* | Fixes Issue#save_issue_with_child_records so that time entry do not get saved... | Jean-Philippe Lang | 2010-04-11 | 2 | -38/+42 |
* | Fixed: issue optimistic locking broken by r3308 (#5280). | Jean-Philippe Lang | 2010-04-11 | 4 | -12/+38 |
* | Linkify folder names on revision view (#5164). | Jean-Philippe Lang | 2010-04-11 | 1 | -14/+20 |
* | Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255). | Jean-Philippe Lang | 2010-04-11 | 1 | -1/+6 |