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
/
projects
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Additional escaping.
Jean-Philippe Lang
2011-07-30
1
-2
/
+2
*
Adds a 'Create and continue' button on project form.
Jean-Philippe Lang
2011-07-21
1
-1
/
+2
*
Adds visibility condition on parent project in API.
Jean-Philippe Lang
2011-07-09
2
-2
/
+2
*
Adds parent project to /projects/:id API (#8229).
Jean-Philippe Lang
2011-07-09
1
-0
/
+1
*
Makes versions resource shallow (#7403).
Jean-Philippe Lang
2011-07-05
1
-2
/
+2
*
Adds REST API for versions (#7403).
Jean-Philippe Lang
2011-07-04
1
-3
/
+3
*
Slight UI changes (#4273).
Jean-Philippe Lang
2011-05-29
1
-3
/
+2
*
scm: remove scm command and version on project setting (#4273).
Toshi MARUYAMA
2011-05-29
1
-4
/
+2
*
set svn:eol-style=native app/views/projects/settings/_activities.rhtml.
Toshi MARUYAMA
2011-05-21
1
-42
/
+42
*
scm: change separator between command and version ',' to '|' in setting (#4273).
Toshi MARUYAMA
2011-05-10
1
-1
/
+2
*
scm: change i18n key name 'text_scm_version' to 'text_scm_command_version' in...
Toshi MARUYAMA
2011-05-10
1
-1
/
+1
*
scm: add the feature of SCM command availability automatic check in administr...
Toshi MARUYAMA
2011-05-04
1
-1
/
+7
*
scm: refactor projects/settings/_repository.rhtml.
Toshi MARUYAMA
2011-05-04
1
-3
/
+9
*
scm: code clean up projects/settings/_repository.rhtml.
Toshi MARUYAMA
2011-05-04
1
-4
/
+11
*
scm: code clean up app/views/projects/settings/_repository.rhtml.
Toshi MARUYAMA
2011-05-03
1
-1
/
+1
*
Removed duplicate Modules fieldset on project copy form.
Jean-Philippe Lang
2011-04-05
1
-9
/
+0
*
Replaces TimeEntry.visible_by with a visible scope.
Jean-Philippe Lang
2011-03-16
1
-1
/
+1
*
Fixed: "Loading..." icon does not disappear after adding a project member whe...
Jean-Philippe Lang
2011-01-15
1
-2
/
+2
*
Do not show trackers and issue custom fields on project form when issue track...
Jean-Philippe Lang
2011-01-06
2
-14
/
+17
*
Changes ProjectsController#modules param name and add tests.
Jean-Philippe Lang
2011-01-06
1
-1
/
+1
*
Moves enabled_module_names param to project attribute so that it can be set t...
Jean-Philippe Lang
2011-01-06
1
-2
/
+2
*
Makes /projects API accept same pagination parameters as other API collection...
Jean-Philippe Lang
2010-12-23
1
-1
/
+1
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-1
/
+1
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
2
-10
/
+4
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
2
-0
/
+0
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-0
/
+2
*
Converts ProjectsController to use the new API template system.
Jean-Philippe Lang
2010-12-03
4
-42
/
+40
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
1
-3
/
+3
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
3
-3
/
+3
*
Disable button to prevent accidental double click on project members (#6826).
Jean-Philippe Lang
2010-11-06
1
-2
/
+4
*
Add a label for user and group search fields. #6521
Jean-Baptiste Barth
2010-10-30
1
-1
/
+1
*
Fix wikilinks in project > settings > versions and version view. #6435 #4416
Jean-Baptiste Barth
2010-10-29
1
-2
/
+2
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-1
/
+1
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-1
/
+1
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-1
/
+1
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
1
-1
/
+1
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
1
-2
/
+2
*
Fix the new subproject link on project overview. #6388
Eric Davis
2010-09-17
1
-1
/
+1
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
1
-2
/
+2
*
Refactor: convert the Projects routes to resources.
Eric Davis
2010-09-09
2
-2
/
+2
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-1
/
+1
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
2
-1
/
+1
*
Change project add form to use #create. (From r4067)
Eric Davis
2010-09-06
1
-1
/
+1
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
1
-1
/
+1
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
1
-1
/
+1
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
1
-16
/
+0
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-46
/
+0
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
1
-54
/
+0
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
3
-63
/
+2
*
Refactor: extract Members Box to partial.
Eric Davis
2010-08-19
2
-8
/
+9
[prev]
[next]