summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+260
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-3/+3
* Let me see what was not found.Jean-Philippe Lang2013-01-291-1/+1
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-3/+3
* Always notify project members about news unless they turned off all notificat...Jean-Philippe Lang2013-01-261-2/+8
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-1/+1
* 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
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-201-1/+1
* Adds tests for Redmine::MenuManager.Jean-Philippe Lang2013-01-201-4/+10
* 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-151-0/+9
* 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
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-12103-103/+103
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-0/+18
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-0/+14
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-061-0/+10
* 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
* 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
* 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
* SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...Jean-Philippe Lang2013-01-031-2/+2
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+24
* Changed revision regexp to make source: links accept a branch.Jean-Philippe Lang2012-12-211-0/+4
* Split #per_page_links helper and moved test to specific test case.Jean-Philippe Lang2012-12-172-15/+34
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-0/+94
* NoMethodError: private method `now' called for DateTime:Class error in tests ...Jean-Philippe Lang2012-12-131-3/+0
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-132-2/+7
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+33
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-093-125/+124
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-082-1/+136
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+18
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-0312-46/+45
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-028-9/+9
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-022-0/+2
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-7/+7
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-271-0/+19
* Fixed that autolinks and textile links ending with cyrilic characters are bro...Jean-Philippe Lang2012-11-241-0/+22
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-1/+35