summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix that diff outputs become ??? in some non ASCII words (#12641)Toshi MARUYAMA2013-03-073-0/+67
* remove trailing white-spaces from test/functional/account_controller_openid_t...Toshi MARUYAMA2013-03-061-13/+13
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+13
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-0/+16
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-031-0/+16
* Fixed that autologin cookie is not deleted when using custom cookie name (#13...Jean-Philippe Lang2013-03-021-0/+5
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-021-0/+22
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+12
* Fixed that copying an issue as a child of itself creates an extra issue (#133...Jean-Philippe Lang2013-03-011-0/+43
* Test failures (#13309).Jean-Philippe Lang2013-03-011-3/+3
* Adds "tracker-[id]" CSS class to issues (#13309).Jean-Philippe Lang2013-03-011-0/+6
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-0/+26
* Test failure with ruby 2.0.Jean-Philippe Lang2013-03-011-3/+3
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-282-2/+5
* Removed deferred test, circular relations are unit tested.Jean-Philippe Lang2013-02-241-2/+0
* Restricts characters before auto links (#10277).Jean-Philippe Lang2013-02-241-2/+6
* Fixed that www followed by a dot generates broken links in formatted text (#3...Jean-Philippe Lang2013-02-241-1/+4
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+7
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-0/+26
* Missing fixtures.Jean-Philippe Lang2013-02-241-1/+2
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-0/+11
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-10/+24
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-232-8/+14
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-232-0/+76
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-7/+12
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-233-12/+30
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-0/+5
* Asserts that the watchers list is updated.Jean-Philippe Lang2013-02-201-0/+2
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-203-2/+15
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-174/+7
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-191-2/+21
* Removed some shoulda context.Jean-Philippe Lang2013-02-181-11/+8
* Code cleanup.Jean-Philippe Lang2013-02-181-246/+239
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-0/+12
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-0/+15
* Removed the default 0 value for issues foreign keys.Jean-Philippe Lang2013-02-171-0/+13
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-0/+19
* Make sure that fields filled before tracker change are preserved.Jean-Philippe Lang2013-02-161-10/+26
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-165-25/+77
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-162-0/+57
* Don't fail if new filter is added.Jean-Philippe Lang2013-02-161-19/+24
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-0/+24
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-152-3/+32
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-0/+8
* Adds token finder methods.Jean-Philippe Lang2013-02-141-0/+52
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-142-8/+12
* Removed unused fixtures.Jean-Philippe Lang2013-02-1123-31/+9
* Fixed that custom_field_values are not reloaded on #reload (#13119).Jean-Philippe Lang2013-02-111-0/+15
* Submit the form after preview.Jean-Philippe Lang2013-02-101-22/+24
* Removed delay.Jean-Philippe Lang2013-02-101-11/+10