summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* add unit test of error message in case that member role is emptyToshi MARUYAMA2011-12-081-0/+8
* back out r8124Toshi MARUYAMA2011-12-081-1/+0
* Rails3: model: Member: errors must be set on existing attributesToshi MARUYAMA2011-12-081-0/+1
* Fixed that custom values get saved when assigning custom values after changin...Jean-Philippe Lang2011-12-061-0/+16
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-4/+35
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-48/+0
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-0/+7
* add unit test to validate watcherToshi MARUYAMA2011-12-041-0/+7
* add unit test to ensure user preference others is hash in savingToshi MARUYAMA2011-12-041-0/+14
* add unit test of member_role validateToshi MARUYAMA2011-12-041-0/+9
* Adds tests for plugin API.Jean-Philippe Lang2011-12-031-0/+30
* Don't change setting value in tests.Jean-Philippe Lang2011-12-031-4/+6
* add test to check to set issue category assignee nil in destroying memberToshi MARUYAMA2011-12-031-1/+4
* 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