summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-208-62/+41
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-2023-128/+128
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-183-31/+31
* Removed submit_query_form function.Jean-Philippe Lang2014-11-183-8/+4
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-185-7/+8
* Rewritten select_list_move.js functions with JQuery.Jean-Philippe Lang2014-11-181-88/+10
* fix English syntax of skipping test comment of Bazaar non ASCII environmentToshi MARUYAMA2014-11-181-1/+1
* fix "test:routing" rake task comment changed by r13604Toshi MARUYAMA2014-11-181-1/+1
* Gemfile: update Rails to 4.1.8Toshi MARUYAMA2014-11-181-1/+1
* Allows to move multiple columns in selection list (#18357).Jean-Philippe Lang2014-11-171-21/+38
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-164-15/+4
* Use should_route in routing tests.Jean-Philippe Lang2014-11-1646-1808/+539
* Renamed #test_watchers to #test_issue_watchers.Jean-Philippe Lang2014-11-161-5/+5
* Adds API routing tests for time entries.Jean-Philippe Lang2014-11-161-0/+9
* Removed API tests for routes that are not implemented.Jean-Philippe Lang2014-11-161-13/+0
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-1622-438/+207
* Adds tests for new routes.Jean-Philippe Lang2014-11-162-0/+14
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-1611-22/+55
* Adds a hook at the bottom of the calender (#6586).Jean-Philippe Lang2014-11-151-0/+2
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-1512-47/+79
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-1/+0
* Use named routes.Jean-Philippe Lang2014-11-141-19/+10
* Code cleanup.Jean-Philippe Lang2014-11-141-2/+2
* Fixed that Redmine links should not be parsed inside links (#18301).Jean-Philippe Lang2014-11-142-125/+135
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-142-1/+12
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-3/+0
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-142-1/+25
* Fixed that URLs separated by line break are not rendered as links (#18349).Jean-Philippe Lang2014-11-142-1/+18
* Bulgarian translation updated by Ivan Cenov (#18324)Toshi MARUYAMA2014-11-121-3/+3
* add missing fixtures to test/functional/wiki_controller_test.rbToshi MARUYAMA2014-11-121-1/+2
* Use bundle exec.Jean-Philippe Lang2014-11-112-8/+7
* Code cleanup, removed duplicate project activity route.Jean-Philippe Lang2014-11-111-2/+1
* Don't load user activity for API responses (#18128).Jean-Philippe Lang2014-11-111-4/+5
* Display visible users only for when adding project members (#11724).Jean-Philippe Lang2014-11-111-1/+1
* Adds strings to locales (#11724).Jean-Philippe Lang2014-11-1146-0/+138
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-1116-39/+145
* Adds a test for default issue columns order (#18310).Jean-Philippe Lang2014-11-111-0/+10
* German "button_update" translation changed by Alexander Loechel (#18314)Toshi MARUYAMA2014-11-101-1/+1
* German "label_roadmap_overdue" and "setting_autologin" translation changed by...Toshi MARUYAMA2014-11-101-2/+2
* Bulgarian translation updated by Ivan Cenov (#18309)Toshi MARUYAMA2014-11-101-2/+2
* Japanese translation updated by Go MAEDA (#18308)Toshi MARUYAMA2014-11-091-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-081-8/+4
* Prevents a status load in #status_was when status is not changed (#18290).Jean-Philippe Lang2014-11-081-2/+6
* Prevents author load (#18290).Jean-Philippe Lang2014-11-081-1/+1
* Fixed duplicate test names (#18306).Jean-Philippe Lang2014-11-081-2/+2
* Adds text_subversion_repository_note string to locales (#1415).Jean-Philippe Lang2014-11-0846-0/+46
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-089-9/+145
* prevent test failures with "trackers is invalid"Toshi MARUYAMA2014-11-082-2/+5
* add missing fixture to test/unit/enabled_module_test.rbToshi MARUYAMA2014-11-081-1/+1
* remove duplicated IssuesControllerTest#test_new_should_select_default_status ...Toshi MARUYAMA2014-11-081-12/+0