summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use li tags for completed versions in version index sidebar (#13242)Toshi MARUYAMA2013-05-031-4/+6
* use li tags for versions in version index (#13242)Toshi MARUYAMA2013-05-031-1/+5
* remove unneeded h() from versions index tracker nameToshi MARUYAMA2013-05-031-1/+1
* use li tags for trackers in version index (#13242)Toshi MARUYAMA2013-05-031-3/+11
* code layout clean up app/views/versions/index.html.erbToshi MARUYAMA2013-05-031-19/+20
* use li tags for issue links in documents index (#13242)Toshi MARUYAMA2013-05-031-4/+10
* use li tags for issue links in activities index (#13242)Toshi MARUYAMA2013-05-031-5/+11
* use li tags for issue links in the wiki sidebar (#13242)Toshi MARUYAMA2013-05-031-4/+7
* code layout clean up test/functional/versions_controller_test.rbToshi MARUYAMA2013-05-031-7/+13
* fix error and inconsistencies in Croatian translation (#13931)Toshi MARUYAMA2013-05-031-3/+3
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-032-1/+14
* Add missing tests for Redmine::Helpers::Gantt#number_of_rows.Jean-Baptiste Barth2013-05-021-2/+17
* Add missing unit tests for ApplicationHelper#link_to_if_authorized.Jean-Baptiste Barth2013-05-021-14/+20
* Remove duplicate test TokenTest#test_find_token_should_return_nil_with_wrong_...Jean-Baptiste Barth2013-05-021-5/+0
* Remove duplicate test Redmine::I18nTest#test_time_format (keeping the most co...Jean-Baptiste Barth2013-05-021-9/+0
* Allow plugins to define their base directory (#13927).Jean-Baptiste Barth2013-05-022-5/+16
* Update URL when changing tab (#13900).Jean-Baptiste Barth2013-05-022-2/+7
* Add .powrc and .rvmrc in svn, git and hg ignoresJean-Baptiste Barth2013-05-022-0/+4
* Fixed that deleting a system activity with children in use raises an error (#...Jean-Philippe Lang2013-05-013-4/+37
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-012-1/+2
* Fixed: "obj" parameter is not defined for macros used in description of docum...Jean-Philippe Lang2013-05-011-1/+1
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-013-1/+36
* Updates for 2.3.1 release.Jean-Philippe Lang2013-05-012-1/+20
* Pevents duplicate accesskeys (#12684).Jean-Philippe Lang2013-05-011-1/+5
* Restores the bottom action menu.Jean-Philippe Lang2013-05-011-0/+1
* git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11752 e93f8b46-1217...Jean-Philippe Lang2013-05-011-1/+0
* Fixed: Lost text after selection in issue list with IE (#12650).Jean-Philippe Lang2013-05-011-1/+1
* Fetching emails via rake task does not support --no-account-notice and --defa...Jean-Philippe Lang2013-05-011-0/+10
* code layout clean up application.jsToshi MARUYAMA2013-04-231-20/+16
* code layout clean up select_list_move.jsToshi MARUYAMA2013-04-231-24/+10
* remove commented code from select_list_move.jsToshi MARUYAMA2013-04-231-4/+1
* application.js: randomKey function optimization (#13826)Toshi MARUYAMA2013-04-221-3/+3
* fix favicon bug in IE8 (#13829)Toshi MARUYAMA2013-04-221-0/+0
* fix JavaScript error of revision_graph.js on IE7 (#13823)Toshi MARUYAMA2013-04-211-1/+1
* fix JavaScript error of gantt.js on IE7 (#13823)Toshi MARUYAMA2013-04-211-1/+1
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* update jquery.ui.datepicker-de.js (#13825)Toshi MARUYAMA2013-04-211-4/+4
* add missing ; in {} at application.js (#13811)Toshi MARUYAMA2013-04-201-1/+1
* fix ; position of if(){} at application.js (#13811)Toshi MARUYAMA2013-04-201-3/+3
* remove unneeded ; from warnLeavingUnsaved of application.js (#13811)Toshi MARUYAMA2013-04-201-1/+1
* add missing ; at toggleCheckboxesBySelector of application.js (#13811)Toshi MARUYAMA2013-04-201-1/+1
* use ===/!== instead of ==/!= in application.js (#13811)Toshi MARUYAMA2013-04-201-3/+3
* fix JavaScript error on IE7 (#13811)Toshi MARUYAMA2013-04-201-1/+1
* Bulgarian "label_statistics" translation changed by Ivan Cenov (#13808)Toshi MARUYAMA2013-04-191-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* remove unused variable from QueriesHelperTestToshi MARUYAMA2013-04-191-1/+1
* add TODO comment about gantt issues sort (#7335)Toshi MARUYAMA2013-04-191-1/+1
* make height of "Commits per author" graph flexible (#1983, #13486)Toshi MARUYAMA2013-04-182-3/+11
* fix test name (#13482)Toshi MARUYAMA2013-04-181-1/+1
* not add empty header/footer to notification emails (#13482)Toshi MARUYAMA2013-04-183-0/+34