summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Project.copy_from deletes enabled_modules on source (#20512).Jean-Philippe Lang2015-08-181-1/+14
| | | | | | Fix by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@14508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV importer raises I18n::InvalidLocale exception if current user's language ↵Jean-Philippe Lang2015-08-151-0/+9
| | | | | | is "(auto)" (#905, #20535). git-svn-id: http://svn.redmine.org/redmine/trunk@14504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use same logic for finding user when importing a file (#950).Jean-Philippe Lang2015-08-151-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default date format based on user locale (#950).Jean-Philippe Lang2015-08-141-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+89
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-021-12/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-0/+7
| | | | | | Fix by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-262-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that members without view issues permission are able to list issues on ↵Jean-Philippe Lang2015-07-251-0/+9
| | | | | | public projects if the non member role has the permission (#20206). git-svn-id: http://svn.redmine.org/redmine/trunk@14450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to IssueSubtaskingTestToshi MARUYAMA2015-07-061-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed group sorted scope order (#20066).Jean-Philippe Lang2015-06-281-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14380 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-271-0/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Markdown formatter not running on rake test.Jean-Philippe Lang2015-06-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-161-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-154-5/+115
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failure (#6118).Jean-Philippe Lang2015-06-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14310 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for when filtering on invalid issue ids (#6118).Jean-Philippe Lang2015-06-131-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-131-0/+40
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-131-0/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Can't apply textile modifiers to 1 non-ASCII character (#19995).Jean-Philippe Lang2015-06-061-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-0/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that project activity without parent hides system activities and ↵Jean-Philippe Lang2015-05-301-0/+7
| | | | | | removed duplicated code. git-svn-id: http://svn.redmine.org/redmine/trunk@14292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failures introduced by r14288 (#19656).Jean-Philippe Lang2015-05-302-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validates that activity belongs to project activities (#19656).Jean-Philippe Lang2015-05-301-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-0/+32
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-252-34/+42
| | | | | | Parent can now have its own estimate that is summed up with children estimates. git-svn-id: http://svn.redmine.org/redmine/trunk@14272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved tests to issue_subtasking_test.Jean-Philippe Lang2015-05-252-20/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-252-34/+64
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-252-43/+146
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue validation fails if % done field is deactivated (#19731).Jean-Philippe Lang2015-05-091-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Email addresses with slashes are not linked correctly (#19735).Jean-Philippe Lang2015-05-081-0/+6
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to test/unit/changeset_test.rbToshi MARUYAMA2015-04-301-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When changing tracker, clear the attributes that are disabled for the new ↵Jean-Philippe Lang2015-04-141-0/+32
| | | | | | tracker (#17527). git-svn-id: http://svn.redmine.org/redmine/trunk@14180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed workflow rules when user has duplicated role by inheritance (#19569).Jean-Philippe Lang2015-04-143-0/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white spaces from test/unit/helpers/application_helper_test.rbToshi MARUYAMA2015-04-141-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failures (#19544).Jean-Philippe Lang2015-04-121-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keywords in commit messages: journal entries are created even if nothing was ↵Jean-Philippe Lang2015-04-121-0/+24
| | | | | | changed (#19538). git-svn-id: http://svn.redmine.org/redmine/trunk@14164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that journals are shown multiple times in activity (#19168).Jean-Philippe Lang2015-04-121-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-121-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler should not ignore emails with x-auto-response-suppress header ↵Jean-Philippe Lang2015-04-112-2/+1
| | | | | | | | (#19558). Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14159 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that custom fields with hidden/read-only combination may be displayed ↵Jean-Philippe Lang2015-03-201-1/+18
| | | | | | on issue form (#19297). git-svn-id: http://svn.redmine.org/redmine/trunk@14137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-0/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14112 e93f8b46-1217-0410-a6f0-8f06a7374b81