summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed dead locks with SQLServer.Jean-Philippe Lang2015-01-071-2/+2
* Moved Project#hierarchy to NestedSet::Traversing.Jean-Philippe Lang2015-01-072-9/+8
* Insert children issues to respect same order as ids.Jean-Philippe Lang2015-01-072-3/+3
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-0710-120/+642
* Gemfile: pin pg version 0.17Toshi MARUYAMA2015-01-041-1/+1
* remove duplicated :remote key from app/views/messages/show.html.erbToshi MARUYAMA2015-01-041-1/+0
* remove duplicated :id key from app/views/timelog/report.html.erbToshi MARUYAMA2015-01-041-2/+2
* fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2015-01-031-1/+1
* Gemfile: pin activerecord-jdbcsqlite3-adapter version 1.3.11Toshi MARUYAMA2015-01-031-1/+1
* add jruby-21mode to .travis.ymlToshi MARUYAMA2015-01-031-0/+2
* Adds table reference to textile help (#12734).Toshi MARUYAMA2015-01-0348-0/+912
* Japanese wiki_syntax_detailed.html translation updated by Go MAEDA (#18637)Toshi MARUYAMA2015-01-031-2/+2
* Wiki formatting documentation for nested lists in translated languages (#4518)Toshi MARUYAMA2015-01-036-33/+13
* revert r13762 because character encodings are broken (#12734)Toshi MARUYAMA2015-01-0348-348/+60
* fix Japanese "label_sort_by" misspelling (#18671)Toshi MARUYAMA2015-01-031-1/+1
* Swedish translation updated by Khedron Wilk (#18587)Toshi MARUYAMA2015-01-031-32/+27
* The descendant count in the issues delete confirmation message is wrong if is...Jean-Philippe Lang2014-12-302-10/+20
* Preload wiki page content for search results.Jean-Philippe Lang2014-12-261-1/+1
* Fixed duplicate content_url tag introduced in r13806 (#18707).Jean-Philippe Lang2014-12-261-1/+0
* Updates comments for r13811.Jean-Philippe Lang2014-12-261-2/+2
* Converts timestamps to integers in #search_result_ranks_and_ids.Jean-Philippe Lang2014-12-262-3/+4
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-262-1/+7
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-264-1/+24
* add Ruby 2.2 to .travis.ymlToshi MARUYAMA2014-12-261-0/+1
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-242-3/+3
* Adds News and Forum link documentation (#13497).Jean-Philippe Lang2014-12-2448-90/+955
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-249-14/+27
* Use upload helper method.Jean-Philippe Lang2014-12-221-20/+5
* Use raw request content in tests to make sure that XML/JSON payload is proper...Jean-Philippe Lang2014-12-221-7/+25
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-222-0/+96
* XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 (#145...Jean-Philippe Lang2014-12-222-0/+5
* Set en locale in test (#18679).Jean-Philippe Lang2014-12-211-0/+1
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-213-0/+12
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-212-4/+15
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-212-1/+29
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-213-8/+29
* Don't overwrite headers that were already set (#14699).Jean-Philippe Lang2014-12-211-1/+1
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-216-33/+33
* Subclasses may not be loaded when running the test.Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-2149-83/+77
* PermissionsAttributeCoder.load called twice when mocha expectation is set.Jean-Philippe Lang2014-12-211-2/+3
* Use DOM assertion instead.Jean-Philippe Lang2014-12-211-1/+2
* Use DOM assertions as attributes order changes from a Rails version to another.Jean-Philippe Lang2014-12-201-4/+4
* Make sure that themes are reloaded after test.Jean-Philippe Lang2014-12-201-0/+2
* Rewrites assertions.Jean-Philippe Lang2014-12-201-2/+3
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-207-18/+18
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* Removes test menu item after test.Jean-Philippe Lang2014-12-201-0/+4
* Set locale for error messages.Jean-Philippe Lang2014-12-201-0/+4
* Reset current user on each test.Jean-Philippe Lang2014-12-201-0/+4