summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-234-5/+5
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-232-0/+18
* Wrong redmine link after referencing an object from a different project (#129...Jean-Philippe Lang2013-01-221-0/+9
* Removed default comments.Jean-Philippe Lang2013-01-221-21/+1
* Removed unused shoulda macros.Jean-Philippe Lang2013-01-221-28/+0
* Adds missing copyright.Jean-Philippe Lang2013-01-224-0/+68
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-2224-257/+260
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-0/+14
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+5
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-0/+5
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-1/+21
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-202-5/+10
* Adds tests for Redmine::MenuManager.Jean-Philippe Lang2013-01-201-4/+10
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-184-10/+12
* not use unnecessary instance variable at unit message testToshi MARUYAMA2013-01-181-18/+18
* code layout clean up unit message testToshi MARUYAMA2013-01-181-2/+2
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-152-0/+21
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-2/+1
* Use named route with attachment filename for inline images.Jean-Philippe Lang2013-01-141-9/+9
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-141-0/+6
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-141-0/+14
* Use route helper in #link_to_project.Jean-Philippe Lang2013-01-141-0/+11
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-2/+5
* use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)Toshi MARUYAMA2013-01-131-1/+2
* fix typo of attachments controller test namesToshi MARUYAMA2013-01-131-2/+2
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-1/+0
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+10
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-122-0/+20
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-12239-239/+239
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-0/+18
* Plugins cannot route wiki page sub-path (#12749).Jean-Philippe Lang2013-01-111-0/+4
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-0/+14
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-102-0/+27
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-061-0/+10
* Fixed that previews are broken by r10957 (#12642).Jean-Philippe Lang2013-01-061-1/+1
* Test fails when run at the beginning of the day.Jean-Philippe Lang2013-01-061-1/+1
* Fixed that macros with uppercase letters can not be called (#12744).Jean-Philippe Lang2013-01-051-0/+6
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-051-0/+9
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-0/+2
* Adjust test for r11120 (#3436).Jean-Philippe Lang2013-01-051-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-0/+8
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-0/+16
* Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).Jean-Philippe Lang2013-01-041-0/+21
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-041-6/+6
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-17/+17
* Fixed fixtures.Jean-Philippe Lang2013-01-031-2/+2
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-031-2/+2
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-031-9/+3