summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed test after r11343.Jean-Philippe Lang2013-02-101-2/+2
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-102-3/+3
* Adds context menu tests and skip test_preview_issue_description that breaks t...Jean-Philippe Lang2013-02-101-1/+34
* Adds a test for creating an issue with watchers.Jean-Philippe Lang2013-02-101-0/+26
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-102-6/+112
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+13
* Test failures from r11331 (#13075).Jean-Philippe Lang2013-02-071-4/+4
* Fixed: error raised when copying project wiki with wiki module disabled (#130...Jean-Philippe Lang2013-02-071-0/+9
* Dup generated attributes.Jean-Philippe Lang2013-02-031-11/+11
* Removed unused fixtures.Jean-Philippe Lang2013-02-036-16/+7
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-138/+106
* Removing shoulda context.Jean-Philippe Lang2013-02-031-68/+37