summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Fixes tests after fixtures changes.Jean-Philippe Lang2010-12-121-5/+3
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-16/+17
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-0/+87
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-3/+7
* Add tests for wiki edit notifications (#7024).Jean-Philippe Lang2010-12-071-0/+20
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-16/+0
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-0/+81
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-0/+3
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-0/+10
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+11
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+7
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+29
* Prevents random failure in XmlTest.Jean-Philippe Lang2010-12-031-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+9
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-032-0/+108
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+59
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-271-3/+8
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-272-1/+11
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-211-5/+11
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-201-5/+6
* Add assertions for #6929 in MailHandler tests.Jean-Philippe Lang2010-11-201-0/+2
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-0/+2
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-0/+12
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-0/+15
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-121-0/+5
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+0
* Reverted r4381.Jean-Philippe Lang2010-11-071-1/+3
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-3/+1
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-13/+26
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-062-1/+26
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-062-14/+8
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-021-0/+17
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-021-0/+32
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-0/+2
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+2
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-0/+11
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-7/+7
* Revert part of r4064.Eric Davis2010-10-151-9/+0
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-0/+50
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-0/+9
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-3/+13
* 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