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
...
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
3
-4
/
+5
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-1
/
+2
*
Use assert_select instead of assert_tag.
Jean-Philippe Lang
2012-07-28
1
-24
/
+18
*
Adds assertions for subversion annotate.
Jean-Philippe Lang
2012-07-28
1
-0
/
+13
*
Use assert_select instead of assert_tag.
Jean-Philippe Lang
2012-07-28
3
-68
/
+25
*
Don't repeat revision on annotate view.
Jean-Philippe Lang
2012-07-28
5
-16
/
+28
*
Restores bottom border on h4.
Jean-Philippe Lang
2012-07-28
1
-1
/
+1
*
Same heading on message edit/show views.
Jean-Philippe Lang
2012-07-28
1
-3
/
+4
*
Removed bottom border on headings.
Jean-Philippe Lang
2012-07-28
1
-3
/
+3
*
Fixed broken assertion.
Jean-Philippe Lang
2012-07-28
1
-1
/
+1
*
Lighter blue for the header.
Jean-Philippe Lang
2012-07-28
1
-2
/
+2
*
Do not scroll to the preview.
Jean-Philippe Lang
2012-07-28
1
-1
/
+0
*
HTML5 doctype.
Jean-Philippe Lang
2012-07-28
1
-3
/
+3
*
New icons for the repository browser.
Jean-Philippe Lang
2012-07-28
5
-0
/
+23
*
Lighter blue for links.
Jean-Philippe Lang
2012-07-28
1
-1
/
+1
*
Merged and minified jstoolbar.js and textile.js.
Jean-Philippe Lang
2012-07-28
2
-2
/
+2
*
Moved syntax highlight styles to application.css.
Jean-Philippe Lang
2012-07-28
11
-119
/
+98
*
Code cleanup.
Jean-Philippe Lang
2012-07-28
1
-7
/
+5
*
Adds a replacement for deprecated link_to_function helper.
Jean-Philippe Lang
2012-07-28
1
-0
/
+4
*
Fixed API key display on my account.
Jean-Philippe Lang
2012-07-28
1
-2
/
+2
*
Fixed apply link on gantt.
Jean-Philippe Lang
2012-07-28
1
-1
/
+1
*
Fixed tests broken by r10088.
Jean-Philippe Lang
2012-07-28
2
-2
/
+2
*
Adds JSONP support to the API (#11469).
Jean-Philippe Lang
2012-07-27
6
-8
/
+78
*
Do not propose non-assignable version (#11506).
Jean-Philippe Lang
2012-07-27
3
-5
/
+2
*
Versions that are not shared should not be assignable when selecting another ...
Jean-Philippe Lang
2012-07-27
2
-1
/
+38
*
Do not user user session for API requests.
Jean-Philippe Lang
2012-07-27
2
-11
/
+48
*
fix confirmation page has broken HTML when a project folding sub project is d...
Toshi MARUYAMA
2012-07-26
2
-1
/
+6
*
Identifier is now frozen.
Jean-Philippe Lang
2012-07-26
1
-3
/
+1
*
Repository Identifier should be frozen (#11109).
Jean-Philippe Lang
2012-07-26
50
-2
/
+95
*
Adds a task to duplicate a string in locales.
Jean-Philippe Lang
2012-07-26
1
-0
/
+28
*
Changed issues css class from priority-{position} to status-{id} (#2071).
Jean-Philippe Lang
2012-07-26
3
-7
/
+7
*
Changed issues css class from status-{position} to status-{id} (#11304).
Jean-Philippe Lang
2012-07-26
1
-1
/
+1
*
Don't turn #nnn with leading zeros into link (#11494).
Jean-Philippe Lang
2012-07-24
2
-1
/
+3
*
Sort versions ascending when grouping issues by version (#11153).
Jean-Philippe Lang
2012-07-24
1
-1
/
+1
*
Fixed broken test.
Jean-Philippe Lang
2012-07-24
1
-4
/
+4
*
In case the column is not found.
Jean-Philippe Lang
2012-07-24
1
-1
/
+1
*
Ability to group and sort the issue list by user/version custom field (#9419).
Jean-Philippe Lang
2012-07-24
5
-6
/
+142
*
Adds Version.fields_for_order_statement.
Jean-Philippe Lang
2012-07-24
2
-1
/
+6
*
Adds CustomField#group_statement.
Jean-Philippe Lang
2012-07-24
2
-5
/
+14
*
Use JQuery Dialog (#11445).
Jean-Philippe Lang
2012-07-22
2
-22
/
+13
*
Use JQuery Datepicker (#11445).
Jean-Philippe Lang
2012-07-22
98
-7891
/
+1068
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
122
-10950
/
+1419
*
Fixed that settings raises an error if not trackers exist (#11467).
Jean-Philippe Lang
2012-07-21
3
-2
/
+22
*
code layout cleanup lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2012-07-21
1
-61
/
+0
*
replace tabs to spaces and fix indents at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2012-07-21
1
-41
/
+41
*
code layout cleanup app/views/gantts/show.html.erb
Toshi MARUYAMA
2012-07-21
1
-9
/
+10
*
code layout cleanup test/unit/lib/redmine/helpers/gantt_test.rb
Toshi MARUYAMA
2012-07-21
1
-38
/
+21
*
add copyright statement to test/functional/gantts_controller_test.rb
Toshi MARUYAMA
2012-07-21
1
-0
/
+17
*
replace shoulda to Rails standard tests at functional gantts controller test
Toshi MARUYAMA
2012-07-21
1
-19
/
+14
*
Removed -moz-border-radius styles.
Jean-Philippe Lang
2012-07-21
1
-2
/
+2
[prev]
[next]