summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Allow underscore in block partial name (#2840).Jean-Philippe Lang2009-02-262-12/+14
* Clickable/linkable line #'s while browsing the repo or viewing a text file (#...Jean-Philippe Lang2009-02-262-2/+2
* Trackers controller refactoring.Jean-Philippe Lang2009-02-263-26/+12
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-253-18/+24
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-6/+6
* Fixed that MailHandler#plain_text_body was returning nil if there was nothing...Jean-Philippe Lang2009-02-231-0/+1
* Sort changesets in the same order as comments on the issue details view (#1546).Jean-Philippe Lang2009-02-222-2/+4
* Slight changes to the files list (#2658, #2806).Jean-Philippe Lang2009-02-221-8/+12
* Makes the default issue list columns selection look like other multi-checkbox...Jean-Philippe Lang2009-02-211-5/+3
* Limit the size of repository files displayed inline too.Jean-Philippe Lang2009-02-211-2/+2
* Fixes new setting name.Jean-Philippe Lang2009-02-212-2/+2
* Adds a setting to limit the size of text attachments that can be displayed by...Jean-Philippe Lang2009-02-212-1/+4
* Do not show the changed files list on the revision page if the user is not al...Jean-Philippe Lang2009-02-211-1/+3
* Deprecated truncate call.Jean-Philippe Lang2009-02-211-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2149-180/+121
* List the Default Columns displayed on the issue list verticallyEric Davis2009-02-201-5/+7
* Allow the other format links to appear on the issue list (ATOM, PDF, CSV).Eric Davis2009-02-201-1/+1
* Fixes "too few arguments" error on activerecord error translation (#2626).Jean-Philippe Lang2009-02-201-5/+5
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-204-6/+21
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-204-1/+18
* Fixed the bug in the OpenID registration where the form wouldn't take a loginEric Davis2009-02-201-3/+3
* Fixed a bug in the OpenID login when a user signed up with OpenID but hasn'tEric Davis2009-02-201-3/+11
* Fixes Setting.openid? (#2764).Jean-Philippe Lang2009-02-191-1/+1
* Fixed: User#identity_url raises an error when invalid url is supplied (#2742).Jean-Philippe Lang2009-02-151-4/+8
* Makes the "type" field disabled when updating a custom field (#2744).Jean-Philippe Lang2009-02-151-1/+2
* Create a wiki with a default start page named 'Wiki' when enabling wiki modul...Jean-Philippe Lang2009-02-151-2/+17
* Do not DELETE/INSERT enabled_modules when updating project modules.Jean-Philippe Lang2009-02-151-4/+8
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-1512-22/+34
* Removes invalid css class on issue details (#2753).Jean-Philippe Lang2009-02-151-1/+1
* Fixes headings style in html emails (#2739).Jean-Philippe Lang2009-02-141-11/+6
* Timelog is ignored when updating an issue if user is admin but not a project ...Jean-Philippe Lang2009-02-131-1/+1
* Removes invalid css class on issue details (#2733).Jean-Philippe Lang2009-02-131-1/+1
* Adds watch/unwatch link on the issue context menu (#2730).Jean-Philippe Lang2009-02-121-0/+3
* Issues pagination loses project param after applying or clearing filter (#2726).Jean-Philippe Lang2009-02-123-5/+8
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-123-2/+6
* Link to watched issues list on my page.Jean-Philippe Lang2009-02-121-1/+1
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-121-15/+22
* Hide openid stuff on my account if disabled (#699).Jean-Philippe Lang2009-02-121-0/+2
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+9
* Slight changes to the issue lists displayed on My page.Jean-Philippe Lang2009-02-111-5/+6
* Added a space so words don't runtogeatherlikethis. #699Eric Davis2009-02-111-1/+1
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-115-4/+13
* Prevent registration via OpenID if self registration is off. #699Eric Davis2009-02-111-0/+3
* Refactored common methods out of register and open_id_authenticateEric Davis2009-02-111-43/+49
* Added user setup needed based on the system's registration settingsEric Davis2009-02-111-7/+41
* Added tests for the other OpenID authentication cases. #699Eric Davis2009-02-111-3/+3
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-112-11/+23
* Added the ability to login via OpenID.Eric Davis2009-02-115-18/+68
* Leave wiki links untouched if target project doesn't exist or have no wiki.Jean-Philippe Lang2009-02-101-1/+1
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-102-56/+27