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
*
Let administrators see locked user profiles.
Jean-Philippe Lang
2010-02-26
1
-4
/
+6
*
Makes AuthSource.authenticate return a hash instead of an array.
Jean-Philippe Lang
2010-02-26
2
-8
/
+8
*
User model should not have to clean up LDAP attributes.
Jean-Philippe Lang
2010-02-26
2
-3
/
+2
*
Refactor: Extracted the duplication from the last commit into a new method
Eric Davis
2010-02-25
1
-32
/
+27
*
Refactor: Move the updating of an Issue to the #update method.
Eric Davis
2010-02-25
1
-7
/
+25
*
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Eric Davis
2010-02-25
1
-1
/
+2
*
Optimize: Only select the name when getting the module names.
Eric Davis
2010-02-25
1
-1
/
+1
*
Fixed: changing user/roles of project member not possible without javascript ...
Jean-Philippe Lang
2010-02-24
1
-1
/
+1
*
Fixed: projects are referenced by id in search results.
Jean-Philippe Lang
2010-02-24
1
-1
/
+1
*
Makes project identifiers searchable (#4897).
Jean-Philippe Lang
2010-02-24
1
-1
/
+1
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
2
-3
/
+11
*
Reduces spacing on the bulk edit form.
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
4
-53
/
+28
*
Move hardcoded calendar images to css classes.
Jean-Philippe Lang
2010-02-23
2
-11
/
+6
*
Fixed view_issues_move_bottom hook arguments (#4893).
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Refactor: Extract Issue#bulk_edit from the IssuesController
Eric Davis
2010-02-23
2
-13
/
+31
*
Avoid unnecessary SQL queries when loading changesets.
Jean-Philippe Lang
2010-02-21
1
-6
/
+7
*
Memorize commit authors to speed up changesets loading.
Jean-Philippe Lang
2010-02-21
1
-3
/
+10
*
Remove invalid utf8 sequences from commit comments and author name (#4773).
Jean-Philippe Lang
2010-02-20
1
-3
/
+8
*
Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Jean-Philippe Lang
2010-02-20
1
-1
/
+1
*
Adds a controller hook before issue move (#4850).
Jean-Philippe Lang
2010-02-19
1
-0
/
+1
*
Adds a hook on issue move form (#4850).
Jean-Philippe Lang
2010-02-19
1
-0
/
+2
*
Refactor: Extract #get_user_dn from AuthSourceLdap.
Eric Davis
2010-02-19
1
-16
/
+27
*
Refactor: extract AuthSourceLdap#search_attributes
Eric Davis
2010-02-19
1
-2
/
+11
*
Escaping in html email templates (#4874).
Jean-Philippe Lang
2010-02-18
10
-21
/
+21
*
Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...
Jean-Philippe Lang
2010-02-18
1
-6
/
+6
*
Refactor: Rewrite authenticate_dn to use an implicit return.
Eric Davis
2010-02-18
1
-6
/
+3
*
Refactor: Moved the check for an empty DN to authenticate_dn
Eric Davis
2010-02-18
1
-2
/
+3
*
Move SQL LIKE tokens to acts_as_searchable.
Jean-Philippe Lang
2010-02-17
1
-4
/
+2
*
Makes search providers extensible (#3936).
Jean-Philippe Lang
2010-02-17
1
-1
/
+1
*
Refactor: extract an #authenticate_dn method in AuthSourceLdap
Eric Davis
2010-02-17
1
-6
/
+13
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
3
-3
/
+3
*
Refactor: Extract method from AuthSourceLdap#authenticate
Eric Davis
2010-02-16
1
-4
/
+11
*
Refactor: Merged TrackersController#list and #index
Eric Davis
2010-02-15
2
-11
/
+6
*
Refactor: Merged AuthSourcesController#list and #index
Eric Davis
2010-02-15
3
-12
/
+7
*
Refactor: Merged RolesController#list and #index
Eric Davis
2010-02-15
2
-7
/
+2
*
Adds a few divs to the base layout (#871).
Jean-Philippe Lang
2010-02-14
1
-0
/
+4
*
Removes duplicated LOC.
Jean-Philippe Lang
2010-02-14
1
-1
/
+0
*
Fixed: SystemStackError (stack level too deep) on Issue#attributes= after mod...
Jean-Philippe Lang
2010-02-14
1
-1
/
+2
*
Slight forum styles changes.
Jean-Philippe Lang
2010-02-14
1
-1
/
+1
*
Do not include news author in emphasis tag.
Jean-Philippe Lang
2010-02-14
1
-2
/
+2
*
Adds projects links (#4812).
Jean-Philippe Lang
2010-02-13
1
-1
/
+11
*
Fixed a nil method error in Setting#value=
Eric Davis
2010-02-12
1
-1
/
+1
*
Removed hard coded English string.
Eric Davis
2010-02-12
1
-1
/
+1
*
Refactor: Merged IssueStatusesController#list and #index.
Eric Davis
2010-02-12
2
-12
/
+7
*
Issue relation: fixes error with postgres when entering a non-numeric id (#48...
Jean-Philippe Lang
2010-02-12
1
-2
/
+2
*
Fixed: Project copy loses wiki pages hierarchy (#4797).
Jean-Philippe Lang
2010-02-11
1
-0
/
+12
*
Log failed user logins to the Rails logger
Eric Davis
2010-02-11
1
-0
/
+1
*
Refactored IssueStatus finder to a before_filter
Eric Davis
2010-02-11
1
-5
/
+6
*
Adds filter for system shared versions on the cross project issue list (#4792).
Jean-Philippe Lang
2010-02-10
1
-0
/
+4
[next]