summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-143-6/+58
* Reverts r1476 that is no longer needed after r3582.Jean-Philippe Lang2010-03-141-1/+1
* Do not html escape code that is going to be highlighted (#2985, #3359).Jean-Philippe Lang2010-03-142-4/+8
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-142-5/+12
* Enlarges the sidebar.Jean-Philippe Lang2010-03-131-4/+5
* Move issue watchers to the sidebar.Jean-Philippe Lang2010-03-134-27/+36
* Adds index on issues nested set columns.Jean-Philippe Lang2010-03-131-0/+9
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-134-5/+6
* Add subtasking strings to locales.Jean-Philippe Lang2010-03-1337-1/+109
* Translations updates.Jean-Philippe Lang2010-03-134-19/+19
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-133-4/+35
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-1328-91/+853
* Do not reset session when a non logged in user request the login form (#4958).Jean-Philippe Lang2010-03-121-3/+5
* Fixed windows platform detection in reposman.rb (#5039).Jean-Philippe Lang2010-03-121-2/+6
* More detailed failures message.Jean-Philippe Lang2010-03-121-1/+1
* Fixes a test failure.Jean-Philippe Lang2010-03-121-1/+1
* Refactors textile formatting tests.Jean-Philippe Lang2010-03-121-16/+15
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-122-3/+22
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-122-4/+14
* Adds missing flash messages on project settings (#5043).Jean-Philippe Lang2010-03-121-0/+3
* Cleanup and warning added in database.yml.database about the test database.Jean-Philippe Lang2010-03-121-7/+4
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-122-9/+28
* Fixed: avatar display breaks user profile page layout (#5008).Jean-Philippe Lang2010-03-121-4/+4
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-112-3/+52
* Refactor: Extract method for setting the flash on bulk issue saves.Eric Davis2010-03-111-14/+14
* Removes broken javascript on wiki history.Jean-Philippe Lang2010-03-101-1/+1
* Use assert_select to check the download link. (#4204)Eric Davis2010-03-101-1/+1
* Adds named scopes to replace custom finders.Eric Davis2010-03-104-16/+34
* Translation updatesAzamat Hackimov2010-03-093-4/+4
* Fixed: NoMethodError error on roadmap if no trackers are selected and a share...Jean-Philippe Lang2010-03-081-1/+1
* Refactor: Remove duplicated case statements.Eric Davis2010-03-081-22/+6
* Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.Eric Davis2010-03-081-15/+25
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-082-0/+190
* Moves scm adapters unit tests to a dedicated folder.Jean-Philippe Lang2010-03-064-4/+4
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-5/+5
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-069-49/+75
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-069-77/+74
* Adds context menu to the roadmap issue lists.Jean-Philippe Lang2010-03-063-8/+20
* Remove double negative conditionEric Davis2010-03-051-8/+2
* Refactor: Moved the contents of #issue_update into Issue.Eric Davis2010-03-052-29/+41
* Unselect issues when clicking outside of the list.Jean-Philippe Lang2010-03-041-2/+6
* Do not disable text selection in the issue list.Jean-Philippe Lang2010-03-041-7/+9
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-044-12/+24
* Fixed: hard coded English string at the selection of issue watchers (#4982).Jean-Philippe Lang2010-03-041-1/+1
* Refactor: Replace @journal with @issue.current_journalEric Davis2010-03-042-5/+10
* Hide the main menu div if there isn't any items for it. #3259Eric Davis2010-03-042-0/+7
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Refactor: Extract methods to before_filtersEric Davis2010-03-041-5/+13
* Refactor: Split methodEric Davis2010-03-041-1/+6