summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-0/+16
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-0/+16
* Fixed a bug in the OpenID login when a user signed up with OpenID but hasn'tEric Davis2009-02-201-0/+15
* Fixes Setting.openid? (#2764).Jean-Philippe Lang2009-02-191-0/+5
* 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-153-15/+15
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-122-188/+201
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-122-1/+25
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+19
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-111-0/+6
* Prevent registration via OpenID if self registration is off. #699Eric Davis2009-02-111-1/+9
* Refactored common methods out of register and open_id_authenticateEric Davis2009-02-111-3/+10
* Added user setup needed based on the system's registration settingsEric Davis2009-02-111-0/+23
* Added tests for the other OpenID authentication cases. #699Eric Davis2009-02-112-4/+16
* Adding OpenID mock and test. #699Eric Davis2009-02-113-0/+60
* 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
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-102-50/+55
* Fixes broken action url on time edit form (#2707).Jean-Philippe Lang2009-02-101-0/+9
* 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
* Fixed: issue details view discloses relations to issues that the user is not ...Jean-Philippe Lang2009-01-311-0/+15
* 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
* Adds projects association on tracker form (#2578).Jean-Philippe Lang2009-01-291-0/+68
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+36
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+7
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-2623-118/+1059
* Ability to bulk edit custom fields of type 'list' (#461).Jean-Philippe Lang2009-01-251-2/+27
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-252-0/+34
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-0/+10
* Removes unused projects_count column from projects table.Jean-Philippe Lang2009-01-241-6/+0
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-243-22/+119
* Fixes a test that was broken by r2294.Jean-Philippe Lang2009-01-241-1/+1
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-212-0/+22
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-192-1/+28
* Use In-Reply-To and References headers to handle replies by email.Jean-Philippe Lang2009-01-191-1/+2
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-182-2/+40
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-172-3/+26
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-2/+2
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-1/+6