summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Adds a test for child_pages macro failure.Jean-Philippe Lang2011-12-031-0/+4
* Adds a test for macro registration.Jean-Philippe Lang2011-12-031-0/+11
* Adds a test for macro_list wiki macro.Jean-Philippe Lang2011-12-031-0/+5
* Fixed test_updated_on_eager_load.Jean-Philippe Lang2011-12-031-1/+1
* fix member validate test of empty role at unit testToshi MARUYAMA2011-12-031-1/+5
* add gmtime at unit wiki page "test_updated_on_eager_load" for Rails3 compatib...Toshi MARUYAMA2011-12-031-0/+1
* Makes the link in an issue update notification point to the change (#9690).Jean-Philippe Lang2011-12-021-3/+8
* Fixed: crypting blank passwords raises an error (#9137).Jean-Philippe Lang2011-11-291-0/+8
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-0/+7
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-0/+10
* Fixes require path in test.Jean-Philippe Lang2011-11-271-1/+1
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-0/+40
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-262-0/+40
* Limit the characters stripped by Attachment#sanitize_filename (#4324).Jean-Philippe Lang2011-11-241-0/+21
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+37
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-242-0/+3
* code layout clean up test/unit/helpers/application_helper_test.rbToshi MARUYAMA2011-11-241-7/+5
* add missing fixtures at unit attachment testToshi MARUYAMA2011-11-241-1/+2
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-241-0/+20
* add unit application helper test to use latest image file (#3261)Toshi MARUYAMA2011-11-241-0/+25
* Fixed stub.Jean-Philippe Lang2011-11-231-1/+1
* use temporary attachments directory in unit attachment testToshi MARUYAMA2011-11-231-0/+1
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-231-0/+53
* Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...Jean-Philippe Lang2011-11-201-0/+8
* Fixed: Issue filter by assigned_to_role is not project specific (#9540).Jean-Philippe Lang2011-11-191-27/+50
* Adds a way to filter issues with or without start date (#9607).Jean-Philippe Lang2011-11-191-0/+16
* Wiki links for news and forums (#9600).Jean-Philippe Lang2011-11-191-1/+11
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-0/+10
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+105
* move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)Toshi MARUYAMA2011-11-181-22/+21
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-47/+17
* Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...Jean-Philippe Lang2011-11-151-0/+14
* Additional tests for email From header (#9564).Jean-Philippe Lang2011-11-141-1/+11
* Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...Jean-Philippe Lang2011-11-131-1/+1
* Adds a method to clear the settings cache.Jean-Philippe Lang2011-11-131-0/+13
* Fixed: copied private queries not visible after project copy (#9520).Jean-Philippe Lang2011-11-111-0/+1
* Fixed: Error when reading ciphered text from the database without cipher key ...Jean-Philippe Lang2011-11-111-0/+14
* Custom date field accepts invalid dates (#9394).Jean-Philippe Lang2011-11-111-0/+2
* Fixed: Custom 'version' field don't show shared versions (#8615).Jean-Philippe Lang2011-11-111-0/+76
* Fixed: User with groups may not see issues assigned to him or to its groups (...Jean-Philippe Lang2011-11-111-0/+23
* scm: git: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: mercurial: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* scm: git: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* add unit test of escaping image urls (#9245)Toshi MARUYAMA2011-11-021-0/+7
* Don't escape already parsed wiki link title (#9471).Etienne Massip2011-10-291-0/+4
* scm: mercurial: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-9/+26
* scm: git: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-6/+17