summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-171-0/+20
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-0/+8
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-1012-27/+53
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-1/+85
* Less aggressive textile image tag parsing (#3209).Jean-Philippe Lang2009-04-211-0/+4
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-0/+14
* Adds mime type specific css classes to the SCM browser.Jean-Philippe Lang2009-04-191-0/+61
* Fixes memory consumption on file upload (#3116).Jean-Philippe Lang2009-04-101-4/+13
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-081-0/+19
* Add test for r2664 (#3127).Jean-Philippe Lang2009-04-071-1/+3
* Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...Jean-Philippe Lang2009-04-051-0/+10
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-051-0/+34
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-286-3/+62
* Fixing tests (sort refactoring).Jean-Philippe Lang2009-03-121-3/+15
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+25
* SortHelper refactoring:Jean-Philippe Lang2009-03-101-0/+73
* Fixed: Files without Version aren't visible in the Activity page (#2930).Jean-Philippe Lang2009-03-081-1/+13
* Test that account activation email contains the appropriate link (#2825).Jean-Philippe Lang2009-03-071-0/+6
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-061-0/+5
* Fixed: Undefined Method (l_YesNo) Being Called (#2867).Jean-Philippe Lang2009-03-011-0/+29
* Adds missing time format in locales (#2831).Jean-Philippe Lang2009-02-251-0/+2
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-1/+19
* Patch ActiveRecord::Errors#full_messages so that it contains custom values er...Jean-Philippe Lang2009-02-221-0/+13
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2110-63/+131
* Refactored the mess known as Hook default_url_options in favor of the simplerEric Davis2009-02-211-33/+3
* Implementing the missing tests now that HookTest has a cleaner setup.Eric Davis2009-02-211-7/+21
* Refactored the HookTest methods to use Redmine::Hook::Helper insteadEric Davis2009-02-211-7/+13
* Fixed: User#identity_url raises an error when invalid url is supplied (#2742).Jean-Philippe Lang2009-02-151-0/+11
* Create a wiki with a default start page named 'Wiki' when enabling wiki modul...Jean-Philippe Lang2009-02-151-0/+43
* Do not DELETE/INSERT enabled_modules when updating project modules.Jean-Philippe Lang2009-02-151-1/+16
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-152-13/+13
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-188/+194
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-121-1/+21
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+19
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-111-0/+7
* Leave wiki links untouched if target project doesn't exist or have no wiki.Jean-Philippe Lang2009-02-101-0/+3
* Added request and controller objects to the hooks by default.Eric Davis2009-02-101-4/+79
* Strip keywords from received email body (#2436).Jean-Philippe Lang2009-02-091-0/+5
* Fixed: inline attached image should not match partial filename (#2683).Jean-Philippe Lang2009-02-051-1/+3
* Closed issue are not overdue, fixes r2140 (#2337).Jean-Philippe Lang2009-02-031-0/+1
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+7
* Use estimated hours to weight issues in version completion calculation (#2182).Jean-Philippe Lang2009-02-011-1/+85
* Cleaning test.Jean-Philippe Lang2009-01-291-1/+1
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-3/+6
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-263-32/+32
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-0/+24
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-0/+10
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-16/+83
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-211-0/+9
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-191-1/+13