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
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
4
-12
/
+38
*
Linkify folder names on revision view (#5164).
Jean-Philippe Lang
2010-04-11
1
-14
/
+20
*
Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).
Jean-Philippe Lang
2010-04-11
1
-1
/
+6
*
Check that admin LDAP user is untouched after authentication (#5263).
Jean-Philippe Lang
2010-04-11
1
-2
/
+14
*
Fixes calculation of version estimated hours with subtasks (#5265).
Jean-Philippe Lang
2010-04-11
2
-1
/
+30
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
8
-1
/
+61
*
Removed count from issues.xml. It causes a typecast error in ActiveResource. ...
Eric Davis
2010-04-10
1
-1
/
+1
*
Added rake task to generate the yardoc (rake yard)
Eric Davis
2010-04-09
1
-0
/
+11
*
Translation updates:
Azamat Hackimov
2010-04-06
4
-33
/
+34
*
Translation updates
Azamat Hackimov
2010-04-03
2
-16
/
+15
*
New strings to localization (#5225)
Azamat Hackimov
2010-04-03
43
-10
/
+161
*
Translation updates and new Mongolian language (#5237)
Azamat Hackimov
2010-04-03
6
-73
/
+1113
*
Adds a css class to issue id tds (#5204).
Jean-Philippe Lang
2010-03-29
1
-1
/
+1
*
Fixes an error when running tests coverage.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
3
-3
/
+38
*
Fixes broken test.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Applies the same style to the admin project tree than issues.
Jean-Philippe Lang
2010-03-28
2
-4
/
+14
*
Slight optimization in issue tree rendering.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Fixes diff highlighting (#5199).
Jean-Philippe Lang
2010-03-28
2
-18
/
+41
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
6
-10
/
+42
*
Adds parent issue id to the issues CSV export.
Jean-Philippe Lang
2010-03-27
1
-0
/
+2
*
Fixes backslashes escaping when quoting issue description/note (#5129).
Jean-Philippe Lang
2010-03-27
1
-3
/
+6
*
Width of pre blocks in descriptions changed to auto (#5160).
Jean-Philippe Lang
2010-03-27
1
-1
/
+1
*
Fixed: Links to missing wiki pages not red on project overview page (#5177).
Jean-Philippe Lang
2010-03-27
1
-1
/
+3
*
Escape revision on repository view (#5153).
Jean-Philippe Lang
2010-03-27
1
-1
/
+1
*
Escape href attribute in auto links (#5179).
Jean-Philippe Lang
2010-03-24
3
-4
/
+10
*
Fixes permission check in QueriesController (#5181).
Jean-Philippe Lang
2010-03-24
1
-1
/
+1
*
Translation updates and fixes
Azamat Hackimov
2010-03-24
5
-36
/
+39
*
Translation ru, fix for #5157
Azamat Hackimov
2010-03-24
1
-6
/
+8
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
42
-12
/
+80
*
Optimize retrieval of user's projects members.
Jean-Philippe Lang
2010-03-21
1
-3
/
+5
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
3
-11
/
+53
*
Fixed: Double-dash results in strikethrough text (#5122).
Jean-Philippe Lang
2010-03-20
2
-0
/
+9
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
2
-2
/
+10
*
Fixed: code syntax highlighting not working in Document page (#3740).
Jean-Philippe Lang
2010-03-18
1
-0
/
+4
*
Adds text formatting to documents index (#202).
Jean-Philippe Lang
2010-03-18
2
-3
/
+16
*
Refactor: Extract method to the Member model
Eric Davis
2010-03-18
3
-4
/
+9
*
Adds an helper for displaying the 'checked' image.
Jean-Philippe Lang
2010-03-17
7
-9
/
+15
*
Do not query the database for project level on projects list.
Jean-Philippe Lang
2010-03-17
1
-2
/
+2
*
Accept issue links inside brackets (#4418).
Jean-Philippe Lang
2010-03-17
2
-2
/
+2
*
Refactor: Change the different find_object filters to share a common method.
Eric Davis
2010-03-17
6
-33
/
+29
*
Fixes undefined method 'notes' error from r3594
Eric Davis
2010-03-17
1
-1
/
+1
*
Removes broken links in wiki syntax help page (#5081).
Jean-Philippe Lang
2010-03-16
1
-7
/
+7
*
Inlines some code to speed up large ticket history rendering.
Jean-Philippe Lang
2010-03-16
3
-5
/
+5
*
Fixed: Wrong label in issue-journal for subtask-changes (#5090).
Jean-Philippe Lang
2010-03-16
1
-0
/
+5
*
Upgrade CodeRay to 0.9.2 (#3359).
Jean-Philippe Lang
2010-03-16
71
-1051
/
+4284
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
8
-16
/
+24
*
Close unclosed pre/code tags (#4265).
Jean-Philippe Lang
2010-03-15
2
-0
/
+18
*
Do not parse redmine links inside pre/code tags (#1288).
Jean-Philippe Lang
2010-03-15
2
-5
/
+57
*
Extract parsing of inline attachments, wiki links and redmine links.
Jean-Philippe Lang
2010-03-15
1
-60
/
+60
[next]