index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow underscore in block partial name (#2840).
Jean-Philippe Lang
2009-02-26
2
-12
/
+14
*
Clickable/linkable line #'s while browsing the repo or viewing a text file (#...
Jean-Philippe Lang
2009-02-26
2
-2
/
+2
*
Trackers controller refactoring.
Jean-Philippe Lang
2009-02-26
3
-26
/
+12
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
3
-18
/
+24
*
Fixing Plugin and Mailer default_url_options.
Eric Davis
2009-02-25
1
-6
/
+6
*
Fixed that MailHandler#plain_text_body was returning nil if there was nothing...
Jean-Philippe Lang
2009-02-23
1
-0
/
+1
*
Sort changesets in the same order as comments on the issue details view (#1546).
Jean-Philippe Lang
2009-02-22
2
-2
/
+4
*
Slight changes to the files list (#2658, #2806).
Jean-Philippe Lang
2009-02-22
1
-8
/
+12
*
Makes the default issue list columns selection look like other multi-checkbox...
Jean-Philippe Lang
2009-02-21
1
-5
/
+3
*
Limit the size of repository files displayed inline too.
Jean-Philippe Lang
2009-02-21
1
-2
/
+2
*
Fixes new setting name.
Jean-Philippe Lang
2009-02-21
2
-2
/
+2
*
Adds a setting to limit the size of text attachments that can be displayed by...
Jean-Philippe Lang
2009-02-21
2
-1
/
+4
*
Do not show the changed files list on the revision page if the user is not al...
Jean-Philippe Lang
2009-02-21
1
-1
/
+3
*
Deprecated truncate call.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
49
-180
/
+121
*
List the Default Columns displayed on the issue list vertically
Eric Davis
2009-02-20
1
-5
/
+7
*
Allow the other format links to appear on the issue list (ATOM, PDF, CSV).
Eric Davis
2009-02-20
1
-1
/
+1
*
Fixes "too few arguments" error on activerecord error translation (#2626).
Jean-Philippe Lang
2009-02-20
1
-5
/
+5
*
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
Jean-Philippe Lang
2009-02-20
4
-6
/
+21
*
Send an email to the user when an administrator activates a registered user (...
Jean-Philippe Lang
2009-02-20
4
-1
/
+18
*
Fixed the bug in the OpenID registration where the form wouldn't take a login
Eric Davis
2009-02-20
1
-3
/
+3
*
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
Eric Davis
2009-02-20
1
-3
/
+11
*
Fixes Setting.openid? (#2764).
Jean-Philippe Lang
2009-02-19
1
-1
/
+1
*
Fixed: User#identity_url raises an error when invalid url is supplied (#2742).
Jean-Philippe Lang
2009-02-15
1
-4
/
+8
*
Makes the "type" field disabled when updating a custom field (#2744).
Jean-Philippe Lang
2009-02-15
1
-1
/
+2
*
Create a wiki with a default start page named 'Wiki' when enabling wiki modul...
Jean-Philippe Lang
2009-02-15
1
-2
/
+17
*
Do not DELETE/INSERT enabled_modules when updating project modules.
Jean-Philippe Lang
2009-02-15
1
-4
/
+8
*
Replaces Enumeration.get_values and Enumeration.default with named scopes.
Jean-Philippe Lang
2009-02-15
12
-22
/
+34
*
Removes invalid css class on issue details (#2753).
Jean-Philippe Lang
2009-02-15
1
-1
/
+1
*
Fixes headings style in html emails (#2739).
Jean-Philippe Lang
2009-02-14
1
-11
/
+6
*
Timelog is ignored when updating an issue if user is admin but not a project ...
Jean-Philippe Lang
2009-02-13
1
-1
/
+1
*
Removes invalid css class on issue details (#2733).
Jean-Philippe Lang
2009-02-13
1
-1
/
+1
*
Adds watch/unwatch link on the issue context menu (#2730).
Jean-Philippe Lang
2009-02-12
1
-0
/
+3
*
Issues pagination loses project param after applying or clearing filter (#2726).
Jean-Philippe Lang
2009-02-12
3
-5
/
+8
*
Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...
Jean-Philippe Lang
2009-02-12
3
-2
/
+6
*
Link to watched issues list on my page.
Jean-Philippe Lang
2009-02-12
1
-1
/
+1
*
Adds ability to filter watched issues (#846).
Jean-Philippe Lang
2009-02-12
1
-15
/
+22
*
Hide openid stuff on my account if disabled (#699).
Jean-Philippe Lang
2009-02-12
1
-0
/
+2
*
Normalize the identity_url when it's set.
Eric Davis
2009-02-12
1
-0
/
+9
*
Slight changes to the issue lists displayed on My page.
Jean-Philippe Lang
2009-02-11
1
-5
/
+6
*
Added a space so words don't runtogeatherlikethis. #699
Eric Davis
2009-02-11
1
-1
/
+1
*
Added a system setting for allowing OpenID logins and registrations
Eric Davis
2009-02-11
5
-4
/
+13
*
Prevent registration via OpenID if self registration is off. #699
Eric Davis
2009-02-11
1
-0
/
+3
*
Refactored common methods out of register and open_id_authenticate
Eric Davis
2009-02-11
1
-43
/
+49
*
Added user setup needed based on the system's registration settings
Eric Davis
2009-02-11
1
-7
/
+41
*
Added tests for the other OpenID authentication cases. #699
Eric Davis
2009-02-11
1
-3
/
+3
*
Hooked up on the fly OpenID user creation.
Eric Davis
2009-02-11
2
-11
/
+23
*
Added the ability to login via OpenID.
Eric Davis
2009-02-11
5
-18
/
+68
*
Leave wiki links untouched if target project doesn't exist or have no wiki.
Jean-Philippe Lang
2009-02-10
1
-1
/
+1
*
Replaces the repositories management SOAP API with a simple REST API.
Jean-Philippe Lang
2009-02-10
2
-56
/
+27
[next]