summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-0/+4
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-0/+13
* Fix test failure from Setting changes in other testsEric Davis2010-09-291-0/+1
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-10/+3
* Added three new notifiable events based on issue attributesEric Davis2010-09-284-2/+122
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-0/+38
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+12
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-283-2/+89
* Added tests for Issue#recipientsEric Davis2010-09-281-1/+25
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-4/+4
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-262-5/+13
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-262-9/+21
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-0/+8
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-261-3/+15
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-4/+4
* Project tests updated.Jean-Philippe Lang2010-09-261-0/+4
* Added a users options to the reminders emailEric Davis2010-09-201-0/+10
* Fix failing test.Eric Davis2010-09-201-1/+1
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-6/+39
* Refactor: move method to Model.Eric Davis2010-09-141-0/+15
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-1/+67
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-2/+88
* Rewrite the Gantt chart. #6276Eric Davis2010-09-105-2/+895
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-0/+29
* Use the built in Rails ActionView::TestCase for testing helpers.Eric Davis2010-09-061-4/+1
* Added missing tests for User#allowed_to? #6291Jean-Baptiste Barth2010-09-031-0/+43
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-221-1/+3
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-0/+4
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+9
* Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477Jean-Baptiste Barth2010-08-083-7/+3
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-0/+4
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-0/+12
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-0/+9
* Show the number of days in the subject line of Reminder emails.Eric Davis2010-08-031-0/+1
* Fixed: Deleting statuses doesn't delete all workflow entries (#5811).Jean-Philippe Lang2010-07-251-3/+5
* Strips user email (#5834).Jean-Philippe Lang2010-07-251-0/+6
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-062-5/+5
* Recalculate inherited attributes on parents when a child is moved under a new...Eric Davis2010-06-301-0/+9
* Add some tests for User#try_to_login with LDAP. #5592Eric Davis2010-06-301-0/+15
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+5
* Change User#login to be case-insensitive. #2473Eric Davis2010-06-201-0/+34
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-0/+6
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-4/+30
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+2
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-0/+9
* Refactor: extract test methodEric Davis2010-06-191-9/+2
* Fix a nil error when a Project cannot save attachments.Eric Davis2010-06-191-0/+26
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-291-0/+2
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-281-1/+5
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-0/+53