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
*
Adds autocomplete to issue field on time logging form.
Jean-Philippe Lang
2012-08-09
1
-0
/
+7
*
Code cleanup.
Jean-Philippe Lang
2012-08-09
1
-5
/
+22
*
Code cleanup.
Jean-Philippe Lang
2012-08-08
1
-0
/
+9
*
Slight change to the macro regexp.
Jean-Philippe Lang
2012-08-08
1
-0
/
+11
*
Adds an option to macro definition to disable arguments parsing (#11578).
Jean-Philippe Lang
2012-08-08
1
-3
/
+17
*
Ability to filter issues using project, author, assignee and target version c...
Jean-Philippe Lang
2012-08-07
2
-0
/
+61
*
Update the new custom field form with remotely.
Jean-Philippe Lang
2012-08-07
1
-24
/
+21
*
Fixed: Custom fields of type version not proper handled in receiving e-mails ...
Jean-Philippe Lang
2012-08-06
1
-0
/
+12
*
Makes Version#<=> consistent with SQL sort.
Jean-Philippe Lang
2012-08-02
1
-0
/
+1
*
Sort issues by scheduled versions first then unscheduled versions.
Jean-Philippe Lang
2012-08-02
1
-0
/
+11
*
Adds sharing attribute to the versions API (#11541).
Jean-Philippe Lang
2012-07-31
1
-9
/
+5
*
Support for subforums (#3831).
Jean-Philippe Lang
2012-07-31
3
-0
/
+128
*
Removed line numbers from syntax highlightment.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
Fixed assertion.
Jean-Philippe Lang
2012-07-29
1
-1
/
+1
*
html5 compliance.
Jean-Philippe Lang
2012-07-29
1
-2
/
+3
*
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
3
-12
/
+12
*
Fixed broken assertion.
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
1
-0
/
+54
*
Do not propose non-assignable version (#11506).
Jean-Philippe Lang
2012-07-27
2
-1
/
+2
*
Versions that are not shared should not be assignable when selecting another ...
Jean-Philippe Lang
2012-07-27
1
-0
/
+20
*
Do not user user session for API requests.
Jean-Philippe Lang
2012-07-27
1
-0
/
+32
*
fix confirmation page has broken HTML when a project folding sub project is d...
Toshi MARUYAMA
2012-07-26
1
-0
/
+4
*
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
1
-0
/
+32
*
Changed issues css class from priority-{position} to status-{id} (#2071).
Jean-Philippe Lang
2012-07-26
1
-3
/
+3
*
Don't turn #nnn with leading zeros into link (#11494).
Jean-Philippe Lang
2012-07-24
1
-0
/
+2
*
Fixed broken test.
Jean-Philippe Lang
2012-07-24
1
-4
/
+4
*
Ability to group and sort the issue list by user/version custom field (#9419).
Jean-Philippe Lang
2012-07-24
3
-0
/
+76
*
Use JQuery Datepicker (#11445).
Jean-Philippe Lang
2012-07-22
1
-0
/
+17
*
JQuery in, Prototype/Scriptaculous out (#11445).
Jean-Philippe Lang
2012-07-22
4
-6
/
+6
*
Fixed that settings raises an error if not trackers exist (#11467).
Jean-Philippe Lang
2012-07-21
2
-0
/
+12
*
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
*
Removes RJS from UsersController.
Jean-Philippe Lang
2012-07-21
2
-12
/
+22
*
Removes RJS from MembersController.
Jean-Philippe Lang
2012-07-21
1
-7
/
+19
*
Removes RJS from JournalsController.
Jean-Philippe Lang
2012-07-19
1
-16
/
+25
*
Removes RJS from MessagesController.
Jean-Philippe Lang
2012-07-19
1
-1
/
+4
*
Removes RJS from VersionsController.
Jean-Philippe Lang
2012-07-19
1
-0
/
+4
*
Removes RJS from WikisController.
Jean-Philippe Lang
2012-07-19
1
-2
/
+36
*
Removes RJS from IssuesController.
Jean-Philippe Lang
2012-07-19
1
-0
/
+4
*
Removes RJS from RepositoriesController.
Jean-Philippe Lang
2012-07-19
1
-6
/
+13
*
Removes RJS from WatchersController.
Jean-Philippe Lang
2012-07-19
1
-12
/
+10
*
Test cleanup.
Jean-Philippe Lang
2012-07-19
1
-17
/
+1
*
Removes RJS from IssueRelationsController.
Jean-Philippe Lang
2012-07-19
1
-8
/
+24
*
Removes RJS from GroupsController.
Jean-Philippe Lang
2012-07-19
1
-5
/
+27
[next]