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
*
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
*
Gantt: view cleanup.
Jean-Philippe Lang
2010-12-07
1
-4
/
+1
*
Gantt: iterate over all objects only once for html and pdf rendering (#6348).
Jean-Philippe Lang
2010-12-07
1
-2
/
+4
*
Automatic spent time logging from commit messages (#4155).
Jean-Philippe Lang
2010-12-05
2
-40
/
+95
*
Safer code in IssueRelation (#7018).
Jean-Philippe Lang
2010-12-04
1
-3
/
+4
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
13
-14
/
+31
*
Adds subtasks to GET /issues/:id API (#5338).
Jean-Philippe Lang
2010-12-04
2
-0
/
+16
*
Fixes test failure in r4461.
Jean-Philippe Lang
2010-12-04
1
-1
/
+1
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
3
-17
/
+93
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
3
-7
/
+27
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
5
-113
/
+102
*
Converts ProjectsController to use the new API template system.
Jean-Philippe Lang
2010-12-03
5
-50
/
+49
*
Adds a reusable method to render API response on validation failure.
Jean-Philippe Lang
2010-12-03
2
-5
/
+15
*
Dry Users API responders.
Jean-Philippe Lang
2010-12-03
1
-8
/
+4
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
3
-1
/
+61
*
Adds a builder-like template system for rendering xml and json API responses.
Jean-Philippe Lang
2010-12-03
1
-1
/
+1
*
Add responders to UsersController.
Jean-Philippe Lang
2010-12-03
1
-11
/
+30
*
Accept key auth for ProjectsController#show (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#destroy (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#update (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#create (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Prevents validation error when adding a user to a group (#6457).
Jean-Philippe Lang
2010-11-27
1
-0
/
+1
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
1
-0
/
+2
*
Fixed: messages attachments/watchers are not deleted when deleting a project ...
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Fixed: Wiki#find_page should not be case sensitive because page title uniquen...
Jean-Philippe Lang
2010-11-27
1
-3
/
+3
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
1
-0
/
+2
*
Fixed: Layout problem in workflow overview (#6990).
Jean-Philippe Lang
2010-11-27
1
-0
/
+2
*
Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...
Azamat Hackimov
2010-11-25
1
-2
/
+2
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
1
-2
/
+1
*
Fixed: submitting a non numerical parent task input creates a 500 error (#6932).
Jean-Philippe Lang
2010-11-20
1
-1
/
+1
*
Fixed: links to edit/delete a news broken by r4214 (#6944).
Jean-Philippe Lang
2010-11-20
1
-6
/
+10
*
Initialize TimeEntry attributes with params when editing an issue (#5441).
Jean-Philippe Lang
2010-11-17
1
-0
/
+1
*
Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).
Jean-Philippe Lang
2010-11-16
1
-9
/
+15
*
Fixed: Log Time link broken in issue context menu (#6904).
Jean-Philippe Lang
2010-11-16
1
-1
/
+1
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
1
-1
/
+4
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
2
-5
/
+8
[next]