summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-0/+26
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-011-0/+9
* Adds test helpers for test repositories.Jean-Philippe Lang2010-05-012-9/+4
* Fixes random test failure.Jean-Philippe Lang2010-04-301-1/+1
* Fixed: watchers selection lost when issue creation fails (#5406). #watched_by...Jean-Philippe Lang2010-04-301-0/+6
* Fixes an object instantiation in tests.Jean-Philippe Lang2010-04-301-1/+1
* Adds an assertion on issues deletion when deleting a project (#5381).Jean-Philippe Lang2010-04-271-2/+3
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-0/+17
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-0/+28
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-112-0/+26
* Fixes broken test.Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-1/+5
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-0/+17
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-201-0/+7
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+14
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-0/+27
* Fixed closing tags in syntax highlighting tests.Jean-Philippe Lang2010-03-151-2/+2
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-0/+8
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-131-0/+15
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-132-15/+316
* More detailed failures message.Jean-Philippe Lang2010-03-121-1/+1
* Fixes a test failure.Jean-Philippe Lang2010-03-121-1/+1
* Refactors textile formatting tests.Jean-Philippe Lang2010-03-121-16/+15