summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* set user preference diff type nil at functional testsToshi MARUYAMA2012-09-282-2/+12
* scm: git: use with_settings instead of assigned setting at functional testToshi MARUYAMA2012-09-271-6/+6
* Missing fixtures.Jean-Philippe Lang2012-09-271-3/+4
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-0/+12
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-272-0/+39
* remove empty setup method from test/unit/changeset_test.rbToshi MARUYAMA2012-09-261-3/+0
* use set_language_if_valid 'en' at test_parent_should_be_in_same_project at un...Toshi MARUYAMA2012-09-261-0/+3
* set default_language en at test_commit_closing_a_subproject_issue of unit cha...Toshi MARUYAMA2012-09-261-1/+2
* fix number_to_currency() raises exception on Rails3 bs and de locale (#11922)Toshi MARUYAMA2012-09-261-0/+18
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-0/+8
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-221-0/+15
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-0/+8
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-13/+15
* remove empty setup method from test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2012-09-191-4/+0
* add functional attachment test of mercurial export file (#11868)Toshi MARUYAMA2012-09-192-0/+28
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-192-0/+68
* Remove trailing (revision nn) from filenames in subversion diffs.Jean-Philippe Lang2012-09-181-2/+2
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-0/+10
* scm: bazaar: add more comment to non ASCII path tests at unit model test (#11...Toshi MARUYAMA2012-09-181-3/+3
* scm: bazaar: add non ASCII path test to unit model test (#11834)Toshi MARUYAMA2012-09-181-0/+155
* scm: bazaar: update test repository (#11834)Toshi MARUYAMA2012-09-171-0/+0
* scm: bazaar: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: git: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: bazaar: add revisions test to unit lib testToshi MARUYAMA2012-09-171-0/+16
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Adds assertions on the confirmation form.Jean-Philippe Lang2012-09-161-0/+5
* Adjust tests for new fixture.Jean-Philippe Lang2012-09-161-6/+6
* Adds missing WikiContent fixture.Jean-Philippe Lang2012-09-161-1/+8
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-163-3/+40
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-161-2/+17
* scm: bazaar: add asserting entries root path at unit model testToshi MARUYAMA2012-09-161-0/+2
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-0/+5
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10
* scm: bazaar: add diff test to unit lib testToshi MARUYAMA2012-09-161-0/+7
* scm: bazaar: separate constant repository path to repository and trunk branch...Toshi MARUYAMA2012-09-161-3/+4
* scm: bazaar: do not use file:// for repository path at unit app testToshi MARUYAMA2012-09-161-2/+1
* scm: bazaar: add asserting entries subdirectory path at unit app testToshi MARUYAMA2012-09-161-0/+1
* scm: git: remove unnecessary encoding header from unit adapter testToshi MARUYAMA2012-09-151-1/+0
* scm: git: change test author encoding in unit adapter test to ASCII-8BITToshi MARUYAMA2012-09-151-1/+1
* add copyright statement to test/unit/lib/redmine/scm/adapters/*.rbToshi MARUYAMA2012-09-146-0/+100
* add asserting that issue estimated hours is nil when creating minimal issueToshi MARUYAMA2012-09-111-0/+1
* gantt: remove redundant empty lines from unit gantt helper testToshi MARUYAMA2012-09-111-4/+0
* Issues assigned to a locked/closed version are now copied (#11207).Jean-Philippe Lang2012-09-091-3/+1
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-0/+21
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-0/+21
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-0/+16
* Do not copy subtasks twice when copying an issue and its descendants (#6965).Jean-Philippe Lang2012-09-081-0/+15
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-0/+16
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-083-0/+110