summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-123-0/+74
* 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
* Adds a sortable "Project" column to the issue list.Jean-Philippe Lang2009-03-071-0/+4
* Test that account activation email contains the appropriate link (#2825).Jean-Philippe Lang2009-03-071-0/+6
* Fixed: export links on the issue list lose project param after applying a fil...Jean-Philippe Lang2009-03-061-1/+38
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-062-0/+45
* Adds some functional tests.Jean-Philippe Lang2009-03-012-2/+120
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-4/+4
* Adds some functional tests.Jean-Philippe Lang2009-03-014-2/+108
* Fixes a failure when running rake test:coverage.Jean-Philippe Lang2009-03-011-0/+1
* Fixed that some error messages were not displayed (#2866).Jean-Philippe Lang2009-03-011-0/+22
* Fixed: Undefined Method (l_YesNo) Being Called (#2867).Jean-Philippe Lang2009-03-011-0/+29
* Fixes tests broken by r2532 (#2853).Jean-Philippe Lang2009-02-281-2/+2
* Trackers controller refactoring.Jean-Philippe Lang2009-02-261-1/+52
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-252-12/+32
* 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
* Limit the size of repository files displayed inline too.Jean-Philippe Lang2009-02-212-0/+19
* Fixes new setting name.Jean-Philippe Lang2009-02-211-1/+1
* Adds a setting to limit the size of text attachments that can be displayed by...Jean-Philippe Lang2009-02-211-0/+11
* Moves project menu tests to a dedicated integration test.Jean-Philippe Lang2009-02-212-32/+69
* Fixes UsersControllerTest.Jean-Philippe Lang2009-02-211-0/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2127-99/+172
* 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