summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use fancy colors as right border instead of background.Jean-Philippe Lang2017-07-292-14/+15
* Reduce max height of check box groups.Jean-Philippe Lang2017-07-291-1/+1
* Adds some system tests.Jean-Philippe Lang2017-07-293-1/+68
* Adds a system test for creating an issue with attachment.Jean-Philippe Lang2017-07-291-0/+17
* Adds label_x_revisions string to locales.Jean-Philippe Lang2017-07-2947-0/+47
* Add update info at the bottom of the wiki page.Jean-Philippe Lang2017-07-295-1/+15
* Moves the "Private" label after the subject like in journals.Jean-Philippe Lang2017-07-291-1/+1
* Add some left padding when avatars are enabled.Jean-Philippe Lang2017-07-293-5/+11
* Use solid border bottom instead of dotted.Jean-Philippe Lang2017-07-291-1/+1
* Adjust journal actions position.Jean-Philippe Lang2017-07-291-2/+1
* Move journal action links above the notes.Jean-Philippe Lang2017-07-273-20/+27
* Hide the issue tracking tab if module is disabled (#26488).Jean-Philippe Lang2017-07-271-2/+4
* Preload members project to prevent multiple cache hits.Jean-Philippe Lang2017-07-271-1/+1
* Renames tab to "Project".Jean-Philippe Lang2017-07-271-1/+1
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-276-53/+53
* add missing fixture for IssueTest#test_update_should_notify_previous_assigneeToshi MARUYAMA2017-07-271-0/+1
* fix db migrate broken by r16889 (#26548)Toshi MARUYAMA2017-07-271-1/+1
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-266-31/+7
* Code cleanup.Jean-Philippe Lang2017-07-261-3/+3
* Make sure that something was actually deleted.Jean-Philippe Lang2017-07-261-3/+8
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-2630-1712/+178
* Removes darcs test repository (#26391).Jean-Philippe Lang2017-07-251-0/+0
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-2513-765/+4
* Update nokogiri gem (~> 1.8.0) (#26503).Jean-Philippe Lang2017-07-251-1/+1
* Use jquery-rails instead of vanilla javascript ujs (#26518).Jean-Philippe Lang2017-07-252-3/+3
* revert r16881 (#26513, #26524, #26526)Toshi MARUYAMA2017-07-251-2/+0
* fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)Toshi MARUYAMA2017-07-252-0/+4
* add "config.enable_dependency_loading = true" at config/environments/producti...Toshi MARUYAMA2017-07-251-0/+2
* add newline at end of config/initializers/10-patches.rbToshi MARUYAMA2017-07-251-1/+1
* fix search engine returns 500 error by Go MAEDA (#26526)Toshi MARUYAMA2017-07-251-0/+2
* remove trailing white spaces from lib/plugins/acts_as_searchable/lib/acts_as_...Toshi MARUYAMA2017-07-251-3/+0
* Fixed that sort_criteria is required (#26513).Jean-Philippe Lang2017-07-241-0/+2
* Fixed link to user in email notifications (#26506).Jean-Philippe Lang2017-07-242-4/+13
* Japanese translation updated by Go MAEDA (#26500)Toshi MARUYAMA2017-07-241-5/+4
* Test fails with mysql 5.7.Jean-Philippe Lang2017-07-231-0/+2
* add empty directories to run "rake test:units" and "rake test:functionals" (#...Toshi MARUYAMA2017-07-234-0/+0
* Removes acts_as_list plugin.Jean-Philippe Lang2017-07-234-639/+0
* Removes deprecated methods.Jean-Philippe Lang2017-07-233-25/+2
* Removes #reorder_links for Redmine 4.Jean-Philippe Lang2017-07-231-18/+0
* Remove ActiveRecord workaround (#26323).Jean-Philippe Lang2017-07-231-6/+1
* Removes /script.Jean-Philippe Lang2017-07-232-4/+0
* Moves changelog.rb to /bin.Jean-Philippe Lang2017-07-231-0/+0
* Don't try to open tmp files.Jean-Philippe Lang2017-07-231-1/+1
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-232-4/+4
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-239-125/+97
* Renames test/ui to test/system.Jean-Philippe Lang2017-07-236-703/+0
* Renames test/ui to test/system.Jean-Philippe Lang2017-07-236-0/+703
* Use roadie-rails 1.2 (#25807).Jean-Philippe Lang2017-07-231-1/+1
* Renames column comments.comments to comments.content to please Rails 5.1 (#23...Jean-Philippe Lang2017-07-234-27/+16
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-23381-644/+602