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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds subtasks to GET /issues/:id API (#5338).
Jean-Philippe Lang
2010-12-04
1
-0
/
+2
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
2
-0
/
+28
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-0
/
+2
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
4
-95
/
+93
*
Converts ProjectsController to use the new API template system.
Jean-Philippe Lang
2010-12-03
4
-42
/
+40
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
2
-0
/
+47
*
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: links to edit/delete a news broken by r4214 (#6944).
Jean-Philippe Lang
2010-11-20
1
-6
/
+10
*
Fixed: Log Time link broken in issue context menu (#6904).
Jean-Philippe Lang
2010-11-16
1
-1
/
+1
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
1
-3
/
+3
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
1
-0
/
+1
*
Fixed: User list not sorted on category form (#6760).
Jean-Philippe Lang
2010-11-07
1
-1
/
+1
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
5
-4
/
+6
*
Removed hardcoded links in my/page_layout (#6839).
Jean-Philippe Lang
2010-11-07
1
-3
/
+3
*
Adds a combo to select parent on wiki page rename (#5136).
Jean-Philippe Lang
2010-11-06
1
-1
/
+1
*
Disable button to prevent accidental double click on project members (#6826).
Jean-Philippe Lang
2010-11-06
1
-2
/
+4
*
Add a Email Header setting. Useful for adding delimiters to every email.
Eric Davis
2010-11-02
3
-0
/
+6
*
Add a label for user and group search fields. #6521
Jean-Baptiste Barth
2010-10-30
2
-2
/
+2
*
Added ability to create issue directly as a subtask of another one. #5484
Jean-Baptiste Barth
2010-10-30
2
-3
/
+3
*
Fix wikilinks in project > settings > versions and version view. #6435 #4416
Jean-Baptiste Barth
2010-10-29
2
-3
/
+3
*
Fixed: disabling autologin not persisted. #6438
Jean-Baptiste Barth
2010-10-29
1
-1
/
+1
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
5
-10
/
+10
*
Fixed potential nil method errors when trying to access /issues/context_menu ...
Jean-Baptiste Barth
2010-10-27
1
-2
/
+2
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
14
-35
/
+35
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
2
-2
/
+2
*
Allow adding notes when moving issues
Eric Davis
2010-10-25
1
-0
/
+5
*
Allow changing the Priority when moving issues.
Eric Davis
2010-10-25
1
-0
/
+5
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
2
-1
/
+1
*
Refactor: merged error rendering methods.
Jean-Philippe Lang
2010-10-23
3
-12
/
+6
*
Improved error message when trying to access an archived project (#2995).
Jean-Philippe Lang
2010-10-23
1
-1
/
+1
*
Makes zoom buttons on gantt looks like the others.
Jean-Philippe Lang
2010-10-23
1
-1
/
+1
*
Add ids to some sections of the issue form
Eric Davis
2010-10-22
1
-2
/
+2
*
Fixed: file upload on wiki page broken by recent refactoring (#6724).
Jean-Philippe Lang
2010-10-22
1
-1
/
+1
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-1
/
+1
*
Fixes display of archived child projects on the admin project list.
Jean-Philippe Lang
2010-10-22
1
-1
/
+1
*
Removes description column from the admin project list to get a better lookin...
Jean-Philippe Lang
2010-10-22
1
-3
/
+1
*
Fixed: "Add file" link broken by recent refactoring (#6627).
Jean-Philippe Lang
2010-10-22
1
-1
/
+1
*
Fixed: "Add news" link broken by recent refactoring (#6650).
Jean-Philippe Lang
2010-10-22
1
-4
/
+4
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
8
-15
/
+15
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
4
-3
/
+4
*
Remove the Description label from the issue view and omit the block if empty ...
Jean-Philippe Lang
2010-10-19
1
-3
/
+4
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
2
-1
/
+1
*
Use HTTP DELETE when deleting a time entry. #6674
Eric Davis
2010-10-15
1
-1
/
+1
*
Revert part of r3936.
Eric Davis
2010-10-15
1
-2
/
+2
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
2
-1
/
+1
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
2
-2
/
+2
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-1
/
+1
*
Fixed bad markup in users/general partial
Jean-Baptiste Barth
2010-10-11
1
-1
/
+1
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-1
/
+6
[next]