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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown ...
Jean-Philippe Lang
2010-02-28
1
-5
/
+10
*
Fixed: attachments with the same name at the same time overwrite (#3691).
Jean-Philippe Lang
2010-02-28
2
-5
/
+19
*
Allow project custom fields to be searchable (#4945).
Jean-Philippe Lang
2010-02-28
1
-0
/
+1
*
Fixes a test failure due to a default custom field value.
Jean-Philippe Lang
2010-02-28
1
-4
/
+2
*
Adds missing fixtures.
Jean-Philippe Lang
2010-02-28
1
-0
/
+1
*
Update for 0.9.3 release.
Jean-Philippe Lang
2010-02-28
2
-1
/
+21
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
3
-1
/
+22
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
2
-29
/
+75
*
Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).
Jean-Philippe Lang
2010-02-28
1
-1
/
+1
*
Refactor: Extracted saving logic out of #update and into a utility method
Eric Davis
2010-02-26
1
-29
/
+34
*
Link to the user from the wiki history view.
Jean-Philippe Lang
2010-02-26
1
-1
/
+1
*
Adds a link to the user profile from the administration user edit screen (#44...
Jean-Philippe Lang
2010-02-26
39
-0
/
+39
*
Removes a useless assignment in Trac importer (#4931).
Jean-Philippe Lang
2010-02-26
1
-1
/
+1
*
Let administrators see locked user profiles.
Jean-Philippe Lang
2010-02-26
2
-6
/
+14
*
Makes AuthSource.authenticate return a hash instead of an array.
Jean-Philippe Lang
2010-02-26
4
-14
/
+12
*
Test that AuthSourceLdap#authenticate returns valid User attributes only.
Jean-Philippe Lang
2010-02-26
1
-16
/
+9
*
Moves the LDAP test server to a fixture.
Jean-Philippe Lang
2010-02-26
3
-24
/
+18
*
Adds a sample test LDAP configuration file.
Jean-Philippe Lang
2010-02-26
1
-0
/
+19
*
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
4
-10
/
+29
*
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Eric Davis
2010-02-25
2
-1
/
+32
*
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
2
-1
/
+7
*
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
4
-29
/
+37
*
Reduces spacing on the bulk edit form.
Jean-Philippe Lang
2010-02-23
2
-4
/
+4
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
5
-75
/
+53
*
Move hardcoded calendar images to css classes.
Jean-Philippe Lang
2010-02-23
8
-11
/
+10
*
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
*
Moved the IssuesController routing tests to an integration test.
Eric Davis
2010-02-22
2
-116
/
+43
*
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
*
Adds a missing index (speeds up changesets loading).
Jean-Philippe Lang
2010-02-21
1
-0
/
+9
*
Translation updates
Azamat Hackimov
2010-02-21
3
-189
/
+198
*
Wraps changeset creation inside a single transation.
Jean-Philippe Lang
2010-02-21
1
-9
/
+11
*
Removes --find-copies-harder git option to retrieve commits which was way to ...
Jean-Philippe Lang
2010-02-21
2
-2
/
+2
*
Do not query git for tags and branches multiple times per request.
Jean-Philippe Lang
2010-02-20
1
-5
/
+6
*
Remove invalid utf8 sequences from commit comments and author name (#4773).
Jean-Philippe Lang
2010-02-20
3
-5
/
+27
*
Cleanup.
Jean-Philippe Lang
2010-02-20
1
-8
/
+0
*
Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Jean-Philippe Lang
2010-02-20
2
-3
/
+15
*
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
*
Fixes INSTALL and UPGRADING steps order (#4848).
Jean-Philippe Lang
2010-02-19
2
-13
/
+13
*
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
2
-6
/
+8
[next]