summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed EnumerationsController#list action.Jean-Philippe Lang2011-11-281-1/+1
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-282-0/+31
* Fixed: Wiki export link doesn't work for users without :view_wiki_edits permi...Jean-Philippe Lang2011-11-281-0/+7
* Fixed: Section-edit buttons not available when a the version parameter is pro...Jean-Philippe Lang2011-11-282-0/+40
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-0/+10
* Adds functional tests for GroupsController.Jean-Philippe Lang2011-11-281-1/+23
* Adds test for r7961 fix (#9672).Jean-Philippe Lang2011-11-271-0/+11
* Adds functional tests for CustomFieldsController.Jean-Philippe Lang2011-11-271-1/+37
* Fixes require path in test.Jean-Philippe Lang2011-11-271-1/+1
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-271-0/+12
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-0/+40
* add tests to export time entry csv in French for csv separator (#8368)Toshi MARUYAMA2011-11-271-0/+45
* add csv separator check to the test to export time entry csv in Traditional C...Toshi MARUYAMA2011-11-271-0/+11
* Resourcified attachments.Jean-Philippe Lang2011-11-271-6/+8
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-271-0/+3
* Adds routes for group users.Jean-Philippe Lang2011-11-272-1/+6
* add tests to export time log csv in Traditional Chinese and French for csv se...Toshi MARUYAMA2011-11-271-0/+70
* add tests to export issues csv in Traditional Chinese and French for csv sepa...Toshi MARUYAMA2011-11-271-0/+58
* cover the issues pdf test in English and CJK localesToshi MARUYAMA2011-11-271-12/+32
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-264-7/+75
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-251-0/+16
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-0/+19
* Fixed that :edit_time_entries permission allows creating time entries (#9405).Jean-Philippe Lang2011-11-241-0/+12
* Fixed that :view_time_entries permission allows time entry editing (#9405).Jean-Philippe Lang2011-11-241-0/+11
* 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-242-0/+63
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-244-6/+26
* 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-244-0/+51
* 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-232-0/+64
* Resourcified issue statuses.Jean-Philippe Lang2011-11-221-3/+3
* Resourcified trackers.Jean-Philippe Lang2011-11-221-14/+27
* attachment: add missing diff type at functional tests (#2371, #9612)Toshi MARUYAMA2011-11-221-2/+2
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-203-7/+154
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-201-11/+31
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-1/+36
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-202-0/+63
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-202-0/+63
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-9/+33
* attachment: update a functional test to switch "side by side" and "inline" fo...Toshi MARUYAMA2011-11-201-12/+13
* attachment: add a functional test to show an ISO-8859-1 content file (#2371)Toshi MARUYAMA2011-11-201-0/+20
* attachment: add a functional test to show an ISO-8859-1 patch (#2371)Toshi MARUYAMA2011-11-201-0/+17
* attachment: use repositories setting to convert contents character encoding (...Toshi MARUYAMA2011-11-201-28/+32
* Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...Jean-Philippe Lang2011-11-201-0/+8
* code layout clean up test/functional/attachments_controller_test.rbToshi MARUYAMA2011-11-201-1/+1
* attachment: update functional tests to switch "side by side" and "inline" for...Toshi MARUYAMA2011-11-201-22/+26