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
*
Remove the limitation on characters that can be used in custom_field, issue_s...
Jean-Philippe Lang
2010-12-31
5
-5
/
+0
*
Makes issue move form similar to bulk edit form.
Jean-Philippe Lang
2010-12-29
1
-7
/
+16
*
Find visible issues only in ContextMenusController#issues.
Jean-Philippe Lang
2010-12-29
1
-1
/
+2
*
Takes more parameters into account to determine activity freshness (#7188).
Jean-Philippe Lang
2010-12-29
1
-1
/
+1
*
Fixed: partial toc when text contains pre tags (#7172).
Jean-Philippe Lang
2010-12-29
1
-8
/
+20
*
Fixed: CLI-supplied defaults should not be applied when replying to an issue ...
Jean-Philippe Lang
2010-12-29
1
-0
/
+3
*
Fixed: Tracker reset to default when replying to an issue email (#7197).
Jean-Philippe Lang
2010-12-29
1
-2
/
+8
*
Makes Version#start_date return the minimum start_date of its issues.
Jean-Philippe Lang
2010-12-23
2
-4
/
+3
*
Makes the API accepts the X-Redmine-API-Key header to hold the API key.
Jean-Philippe Lang
2010-12-23
1
-3
/
+12
*
Makes /projects API accept same pagination parameters as other API collection...
Jean-Philippe Lang
2010-12-23
2
-2
/
+4
*
Makes API accept offset/limit or page/limit parameters for retrieving collect...
Jean-Philippe Lang
2010-12-23
1
-5
/
+12
*
Support for Javascript in Themes (#2803).
Jean-Philippe Lang
2010-12-22
1
-0
/
+1
*
Fixed: 500 error on issue query grouped by a custom field that was deleted (#...
Jean-Philippe Lang
2010-12-21
1
-3
/
+3
*
Broken links on wiki diff view.
Jean-Philippe Lang
2010-12-20
1
-2
/
+2
*
Prevents n SQL queries (n = project count) on cross-project issues list.
Jean-Philippe Lang
2010-12-20
1
-10
/
+12
*
Fixes valid revision regexp.
Jean-Philippe Lang
2010-12-20
1
-1
/
+1
*
Adds support for requesting information about current user using /users/curre...
Jean-Philippe Lang
2010-12-20
1
-10
/
+14
*
Restore rev param validation that was removed in r2840.
Jean-Philippe Lang
2010-12-18
1
-1
/
+10
*
Fixes a data disclosure issue introduced in r3941.
Jean-Philippe Lang
2010-12-18
1
-0
/
+1
*
Sort versions drop down on the bulk edit form.
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Fixed: issue description Quote button lost by r3941 (#7122).
Jean-Philippe Lang
2010-12-18
1
-1
/
+1
*
Fixed: r4492 breaks the ability to select issue custom fields available for p...
Jean-Philippe Lang
2010-12-17
1
-1
/
+2
*
Adds a css class for gantt subjects.
Jean-Philippe Lang
2010-12-17
1
-0
/
+2
*
Adds an application setting to limit the number of items that can be displaye...
Jean-Philippe Lang
2010-12-15
2
-0
/
+7
*
Adds journal created_on attribute to issue API (#7111).
Jean-Philippe Lang
2010-12-14
1
-0
/
+1
*
Fixed: 404 when entering time with blank issue id (#7099).
Jean-Philippe Lang
2010-12-14
1
-2
/
+2
*
Fixed bad html generated in users/memberships partial (multiple </tbody> tags)
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Restores the issue description label (#6677).
Jean-Philippe Lang
2010-12-12
1
-8
/
+10
*
Refactor and add tests for News #index API (#7072).
Jean-Philippe Lang
2010-12-12
3
-7
/
+37
*
Make sure there's no nil result in auto_complete.
Jean-Philippe Lang
2010-12-12
1
-0
/
+1
*
Autocomplete issue relations on subject (#3170).
Jean-Philippe Lang
2010-12-12
2
-3
/
+6
*
Fixes password sending when creating user.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Extracts user groups assignment from controller.
Jean-Philippe Lang
2010-12-12
2
-2
/
+4
*
Code cleanup.
Jean-Philippe Lang
2010-12-12
4
-8
/
+6
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
3
-17
/
+8
*
Removed no longer needed to_sym.
Jean-Philippe Lang
2010-12-12
1
-1
/
+1
*
Validates user's mail_notification and turn options into strings (the attribu...
Jean-Philippe Lang
2010-12-12
1
-15
/
+16
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
2
-9
/
+11
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
5
-7
/
+36
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
1
-32
/
+27
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
1
-4
/
+3
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
6
-15
/
+54
*
Fixes indentation.
Jean-Philippe Lang
2010-12-11
2
-48
/
+46
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
4
-6
/
+16
*
Do not try to copy relations for issues that could not be copied.
Jean-Philippe Lang
2010-12-10
1
-1
/
+9
*
Changes the representation of journal details in issue API.
Jean-Philippe Lang
2010-12-10
1
-1
/
+4
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
1
-0
/
+1
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
7
-30
/
+19
*
Select projects with issue_tracking module for gantt display and remove the n...
Jean-Philippe Lang
2010-12-07
1
-14
/
+10
*
Gantt: Avoid unnecessary queries before rendering.
Jean-Philippe Lang
2010-12-07
1
-2
/
+4
[next]