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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ability to save "sort order" in custom queries (#2899).
Jean-Philippe Lang
2009-03-12
3
-0
/
+74
*
SortHelper refactoring:
Jean-Philippe Lang
2009-03-10
1
-0
/
+73
*
Fixed: Files without Version aren't visible in the Activity page (#2930).
Jean-Philippe Lang
2009-03-08
1
-1
/
+13
*
Adds a sortable "Project" column to the issue list.
Jean-Philippe Lang
2009-03-07
1
-0
/
+4
*
Test that account activation email contains the appropriate link (#2825).
Jean-Philippe Lang
2009-03-07
1
-0
/
+6
*
Fixed: export links on the issue list lose project param after applying a fil...
Jean-Philippe Lang
2009-03-06
1
-1
/
+38
*
Fixed: MailHandler raises an error when processing an email without From head...
Jean-Philippe Lang
2009-03-06
2
-0
/
+45
*
Adds some functional tests.
Jean-Philippe Lang
2009-03-01
2
-2
/
+120
*
Reorder links refactoring (follows r2526).
Jean-Philippe Lang
2009-03-01
1
-4
/
+4
*
Adds some functional tests.
Jean-Philippe Lang
2009-03-01
4
-2
/
+108
*
Fixes a failure when running rake test:coverage.
Jean-Philippe Lang
2009-03-01
1
-0
/
+1
*
Fixed that some error messages were not displayed (#2866).
Jean-Philippe Lang
2009-03-01
1
-0
/
+22
*
Fixed: Undefined Method (l_YesNo) Being Called (#2867).
Jean-Philippe Lang
2009-03-01
1
-0
/
+29
*
Fixes tests broken by r2532 (#2853).
Jean-Philippe Lang
2009-02-28
1
-2
/
+2
*
Trackers controller refactoring.
Jean-Philippe Lang
2009-02-26
1
-1
/
+52
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
2
-12
/
+32
*
Adds missing time format in locales (#2831).
Jean-Philippe Lang
2009-02-25
1
-0
/
+2
*
Fixing Plugin and Mailer default_url_options.
Eric Davis
2009-02-25
1
-1
/
+19
*
Patch ActiveRecord::Errors#full_messages so that it contains custom values er...
Jean-Philippe Lang
2009-02-22
1
-0
/
+13
*
Limit the size of repository files displayed inline too.
Jean-Philippe Lang
2009-02-21
2
-0
/
+19
*
Fixes new setting name.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Adds a setting to limit the size of text attachments that can be displayed by...
Jean-Philippe Lang
2009-02-21
1
-0
/
+11
*
Moves project menu tests to a dedicated integration test.
Jean-Philippe Lang
2009-02-21
2
-32
/
+69
*
Fixes UsersControllerTest.
Jean-Philippe Lang
2009-02-21
1
-0
/
+2
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
27
-99
/
+172
*
Refactored the mess known as Hook default_url_options in favor of the simpler
Eric Davis
2009-02-21
1
-33
/
+3
*
Implementing the missing tests now that HookTest has a cleaner setup.
Eric Davis
2009-02-21
1
-7
/
+21
*
Refactored the HookTest methods to use Redmine::Hook::Helper instead
Eric Davis
2009-02-21
1
-7
/
+13
*
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
Jean-Philippe Lang
2009-02-20
1
-0
/
+16
*
Send an email to the user when an administrator activates a registered user (...
Jean-Philippe Lang
2009-02-20
1
-0
/
+16
*
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
Eric Davis
2009-02-20
1
-0
/
+15
*
Fixes Setting.openid? (#2764).
Jean-Philippe Lang
2009-02-19
1
-0
/
+5
*
Fixed: User#identity_url raises an error when invalid url is supplied (#2742).
Jean-Philippe Lang
2009-02-15
1
-0
/
+11
*
Create a wiki with a default start page named 'Wiki' when enabling wiki modul...
Jean-Philippe Lang
2009-02-15
1
-0
/
+43
*
Do not DELETE/INSERT enabled_modules when updating project modules.
Jean-Philippe Lang
2009-02-15
1
-1
/
+16
*
Replaces Enumeration.get_values and Enumeration.default with named scopes.
Jean-Philippe Lang
2009-02-15
3
-15
/
+15
*
Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...
Jean-Philippe Lang
2009-02-12
2
-188
/
+201
*
Adds ability to filter watched issues (#846).
Jean-Philippe Lang
2009-02-12
2
-1
/
+25
*
Normalize the identity_url when it's set.
Eric Davis
2009-02-12
1
-0
/
+19
*
Added a system setting for allowing OpenID logins and registrations
Eric Davis
2009-02-11
1
-0
/
+6
*
Prevent registration via OpenID if self registration is off. #699
Eric Davis
2009-02-11
1
-1
/
+9
*
Refactored common methods out of register and open_id_authenticate
Eric Davis
2009-02-11
1
-3
/
+10
*
Added user setup needed based on the system's registration settings
Eric Davis
2009-02-11
1
-0
/
+23
*
Added tests for the other OpenID authentication cases. #699
Eric Davis
2009-02-11
2
-4
/
+16
*
Adding OpenID mock and test. #699
Eric Davis
2009-02-11
3
-0
/
+60
*
Hooked up on the fly OpenID user creation.
Eric Davis
2009-02-11
1
-0
/
+7
*
Leave wiki links untouched if target project doesn't exist or have no wiki.
Jean-Philippe Lang
2009-02-10
1
-0
/
+3
*
Replaces the repositories management SOAP API with a simple REST API.
Jean-Philippe Lang
2009-02-10
2
-50
/
+55
*
Fixes broken action url on time edit form (#2707).
Jean-Philippe Lang
2009-02-10
1
-0
/
+9
*
Added request and controller objects to the hooks by default.
Eric Davis
2009-02-10
1
-4
/
+79
[next]