summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-0/+87
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+15
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#24865).Jean-Philippe Lang2017-01-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-171-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-151-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+20
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure.Jean-Philippe Lang2017-01-141-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Group versions by status in version custom field filter (#23265).Jean-Philippe Lang2017-01-141-2/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-0/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to make the issue and/or comment fields mandatory for time ↵Jean-Philippe Lang2017-01-121-0/+9
| | | | | | | | logs (#24577). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-14/+29
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@16174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-092-0/+44
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove empty lines including white space from test/unit/user_test.rbToshi MARUYAMA2017-01-081-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip workflow creation in tests for each locale.Jean-Philippe Lang2016-12-311-9/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds .rebuild_single_tree! to rebuild a single tree (#24167).Jean-Philippe Lang2016-12-211-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-212-0/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show an error message when changing an issue's project fails due to errors ↵Jean-Philippe Lang2016-12-181-0/+12
| | | | | | in child issues (#23888). git-svn-id: http://svn.redmine.org/redmine/trunk@16089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test cleanup.Jean-Philippe Lang2016-12-161-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test cleanup.Jean-Philippe Lang2016-12-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed the assertion (#24186).Jean-Philippe Lang2016-12-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-131-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-123-9/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16064 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-1118-33/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16060 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-104-84/+80
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16055 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort members on the DB side.Jean-Philippe Lang2016-12-031-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-192-1/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for #hours_field (#23996).Jean-Philippe Lang2016-11-181-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-0/+20
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests broken by r15942 (#8761).Jean-Philippe Lang2016-11-031-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add option to set a new version as default directly from New Version page ↵Jean-Philippe Lang2016-10-231-0/+16
| | | | | | (#24011). git-svn-id: http://svn.redmine.org/redmine/trunk@15922 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-0/+163
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15913 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing fixtures.Jean-Philippe Lang2016-10-111-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15908 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing fixtures.Jean-Philippe Lang2016-10-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Consider custom fields that correspond to the project only (#24014).Jean-Philippe Lang2016-10-081-0/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-13/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15885 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the possibility to filter issues after Target Version's Status and Due ↵Jean-Philippe Lang2016-10-021-2/+32
| | | | | | | | Date (#23215). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Edit/delete links displayed on issue even if project is closed (#23969).Jean-Philippe Lang2016-10-021-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Closing all subtasks causes error if default priority is not defined and ↵Jean-Philippe Lang2016-10-011-0/+24
| | | | | | priority is derived from subtasks (#23878). git-svn-id: http://svn.redmine.org/redmine/trunk@15857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* closed_on field of copied issue is always set to source issue's value (#23764).Jean-Philippe Lang2016-10-011-1/+11
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Encode values, not full URL (#23841).Jean-Philippe Lang2016-10-011-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Be more conservative when fetching constants in Repository.factory (#23758).Jean-Philippe Lang2016-09-041-0/+14
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@15816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-031-2/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When copying an issue, all statuses for new issue should be available (#14696).Jean-Philippe Lang2016-09-031-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that progress of parent should be calculated with total estimated ↵Jean-Philippe Lang2016-09-011-0/+20
| | | | | | hours of children (#23511). git-svn-id: http://svn.redmine.org/redmine/trunk@15802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-1/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15751 e93f8b46-1217-0410-a6f0-8f06a7374b81