summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from test/integration/admin_test.rb.Toshi MARUYAMA2011-08-271-7/+7
* remove trailing white-spaces from test/integration/account_test.rb.Toshi MARUYAMA2011-08-271-44/+44
* remove trailing white-spaces from test/integration/issues_test.rb.Toshi MARUYAMA2011-08-271-29/+29
* remove trailing white-spaces from test/integration/routing_test.rb.Toshi MARUYAMA2011-08-271-27/+26
* remove trailing white-spaces from test/integration/projects_test.rb.Toshi MARUYAMA2011-08-271-8/+8
* remove trailing white-spaces from test/integration/layout_test.rb.Toshi MARUYAMA2011-08-271-3/+3
* remove trailing white-spaces from test/functional/admin_controller_test.rb.Toshi MARUYAMA2011-08-261-21/+21
* remove trailing white-spaces from test/functional/users_controller_test.rb.Toshi MARUYAMA2011-08-251-38/+38
* remove trailing white-spaces from test/functional/versions_controller_test.rb.Toshi MARUYAMA2011-08-251-18/+18
* remove trailing white-spaces from test/functional/watchers_controller_test.rb.Toshi MARUYAMA2011-08-251-8/+8
* remove trailing white-spaces from test/functional/welcome_controller_test.rb.Toshi MARUYAMA2011-08-251-14/+14
* remove trailing white-spaces from test/functional/timelog_controller_test.rb.Toshi MARUYAMA2011-08-251-27/+26
* remove trailing white-spaces from test/functional/trackers_controller_test.rb.Toshi MARUYAMA2011-08-251-14/+14
* remove trailing white-spaces from test/functional/time_entry_reports_controll...Toshi MARUYAMA2011-08-251-12/+12
* remove trailing white-spaces from test/functional/roles_controller_test.rb.Toshi MARUYAMA2011-08-251-25/+25
* remove trailing white-spaces from test/functional/reports_controller_test.rb.Toshi MARUYAMA2011-08-241-7/+7
* remove trailing white-spaces from test/functional/my_controller_test.rb.Toshi MARUYAMA2011-08-241-22/+22
* remove trailing white-spaces from test/functional/messages_controller_test.rb.Toshi MARUYAMA2011-08-241-20/+20
* remove trailing white-spaces from test/functional/enumerations_controller_tes...Toshi MARUYAMA2011-08-241-7/+7
* remove trailing white-spaces from test/functional/boards_controller_test.rb.Toshi MARUYAMA2011-08-241-13/+13
* remove trailing white-spaces from test/functional/auth_sources_controller_tes...Toshi MARUYAMA2011-08-241-3/+3
* remove trailing white-spaces from test/functional/wiki_controller_test.rb.Toshi MARUYAMA2011-08-241-2/+2
* remove trailing white-spaces from test/functional/wikis_controller_test.rb.Toshi MARUYAMA2011-08-241-9/+9
* remove trailing white-spaces from test/unit/helpers/projects_helper_test.rb.Toshi MARUYAMA2011-08-221-6/+6
* remove trailing white-spaces from test/unit/project_test.rb.Toshi MARUYAMA2011-08-211-85/+83
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-311-0/+18
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-292-0/+250
* Test that forms are well-formed for issue attachment upload.Jean-Philippe Lang2011-07-291-0/+24
* Additional functional tests for issue attachment upload.Jean-Philippe Lang2011-07-291-4/+41
* Fixed: file uploads broken by r6312 (#8912).Jean-Philippe Lang2011-07-291-1/+22
* Fixed: pagination do not show total visible issue count (#8633).Jean-Philippe Lang2011-07-241-1/+15
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+20
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-241-4/+25
* Fixed: Error deleting issue with grandchild (#8880).Jean-Philippe Lang2011-07-241-0/+14
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-231-0/+10
* Assignee is removed on issue update if assignee account is locked (#8884).Jean-Philippe Lang2011-07-231-0/+9
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-231-0/+23
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-235-3/+118
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-211-0/+7
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-211-0/+7
* Fixes assertions (#8836).Jean-Philippe Lang2011-07-201-2/+2
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-201-4/+4
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-201-2/+11
* Removed a few assertions.Jean-Philippe Lang2011-07-181-24/+0
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-183-2/+108
* More accurate date validation.Jean-Philippe Lang2011-07-111-0/+8
* Validate date filters values.Jean-Philippe Lang2011-07-111-0/+16
* scm: git: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+27
* scm: git: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+12
* scm: git: add instance variable @project at functional test.Toshi MARUYAMA2011-07-111-2/+3