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
*
Adds a optgroup for groups in users/groups select tags.
Jean-Philippe Lang
2011-07-23
6
-5
/
+19
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
11
-38
/
+85
*
Set menu item for IssueMovesController.
Jean-Philippe Lang
2011-07-23
1
-0
/
+19
*
Adds 'Create and continue' button on the new group form.
Jean-Philippe Lang
2011-07-21
2
-3
/
+8
*
Adds a 'Create and continue' button on project form.
Jean-Philippe Lang
2011-07-21
2
-2
/
+6
*
Refactor: extract specific filter statements to methods.
Jean-Philippe Lang
2011-07-20
1
-58
/
+63
*
Fixed: additional workflow transitions not available when set to both author ...
Jean-Philippe Lang
2011-07-20
1
-8
/
+10
*
Refactor builtin roles creation.
Jean-Philippe Lang
2011-07-20
1
-17
/
+14
*
Validate custom field regexp (#8865).
Jean-Philippe Lang
2011-07-20
1
-0
/
+8
*
Removed calls to deprecated Object#type.
Jean-Philippe Lang
2011-07-19
2
-2
/
+2
*
REST API for reading attachments (#7671).
Jean-Philippe Lang
2011-07-18
4
-9
/
+35
*
More accurate date validation.
Jean-Philippe Lang
2011-07-11
1
-1
/
+1
*
Validate date filters values.
Jean-Philippe Lang
2011-07-11
1
-0
/
+7
*
Enlarge numeric filter fields.
Jean-Philippe Lang
2011-07-11
1
-2
/
+2
*
Typo.
Jean-Philippe Lang
2011-07-11
1
-1
/
+1
*
Adds float case on filters partial.
Jean-Philippe Lang
2011-07-11
1
-1
/
+1
*
Fixes "=" filter on float values.
Jean-Philippe Lang
2011-07-11
1
-13
/
+25
*
scm: mercurial: do nothing in fetching if info is nil (#8777).
Toshi MARUYAMA
2011-07-11
1
-0
/
+1
*
Keep invalid values and add validation error message.
Jean-Philippe Lang
2011-07-10
1
-5
/
+5
*
Reject non numeric values for numeric fields.
Jean-Philippe Lang
2011-07-10
1
-1
/
+5
*
Fixes filters on float values.
Jean-Philippe Lang
2011-07-10
1
-6
/
+7
*
Adds date based filters (#4729) and date range filter (#6954).
Jean-Philippe Lang
2011-07-10
2
-78
/
+125
*
scm: git: catch exception in model default_branch() (#8458, #6713).
Toshi MARUYAMA
2011-07-10
1
-0
/
+3
*
scm: mercurial: remove return value from model fetch_changesets().
Toshi MARUYAMA
2011-07-10
1
-1
/
+0
*
Adds "between" operator for numeric filters (#6180).
Jean-Philippe Lang
2011-07-10
2
-9
/
+31
*
Fixes "less than", "greater than" filters on custom fields with postgres (#61...
Jean-Philippe Lang
2011-07-09
1
-2
/
+10
*
Cleanup select filter tag.
Jean-Philippe Lang
2011-07-09
1
-3
/
+1
*
Removed unused class.
Jean-Philippe Lang
2011-07-09
1
-6
/
+6
*
Numeric operators for custom fields in query filters (#6180).
Jean-Philippe Lang
2011-07-09
1
-0
/
+2
*
Adds a button to remove a file upload before submission (#5670).
Jean-Philippe Lang
2011-07-09
1
-3
/
+5
*
Adds issue id link in the issue creation flash message (#3033).
Jean-Philippe Lang
2011-07-09
1
-2
/
+2
*
Typo in api_key_auth deprecation code (#8773).
Jean-Philippe Lang
2011-07-09
1
-2
/
+2
*
Fixed: Wiki annotated page does not display author of version 1 (#8449).
Jean-Philippe Lang
2011-07-09
1
-1
/
+5
*
Adds visibility condition on parent project in API.
Jean-Philippe Lang
2011-07-09
3
-2
/
+7
*
Adds parent project to /projects/:id API (#8229).
Jean-Philippe Lang
2011-07-09
1
-0
/
+1
*
Fixed: search options get lost after clicking on a specific result type (#7501).
Jean-Philippe Lang
2011-07-09
3
-7
/
+9
*
Fixed: Setting issue attributes from mail should be case-insensitive (#8759).
Jean-Philippe Lang
2011-07-09
6
-7
/
+15
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
13
-22
/
+70
*
Mitigates vulnerability in API authentication introduced in r3218.
Jean-Philippe Lang
2011-07-06
1
-1
/
+1
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
3
-4
/
+44
*
Makes relations resource shallow (#7366).
Jean-Philippe Lang
2011-07-05
4
-13
/
+28
*
Makes versions resource shallow (#7403).
Jean-Philippe Lang
2011-07-05
5
-7
/
+7
*
Adds breadcrumb on all wiki page views.
Jean-Philippe Lang
2011-07-04
8
-5
/
+23
*
Removed leading dash in ruby code.
Jean-Philippe Lang
2011-07-04
1
-2
/
+2
*
Adds REST API for versions (#7403).
Jean-Philippe Lang
2011-07-04
5
-36
/
+101
*
Adds support for GET on /issues/:issue_id/relations (#7366).
Jean-Philippe Lang
2011-07-04
3
-2
/
+22
*
Document why relation is reversed after validation.
Jean-Philippe Lang
2011-07-04
1
-0
/
+2
*
Set a default value for relation type.
Jean-Philippe Lang
2011-07-04
1
-2
/
+10
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
5
-13
/
+48
*
Adds css for syntax highlight on welcome page (#8512).
Jean-Philippe Lang
2011-07-03
1
-0
/
+1
[next]