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
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
6
-17
/
+17
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
3
-7
/
+8
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
3
-14
/
+32
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
3
-7
/
+12
*
Added a users options to the reminders email
Eric Davis
2010-09-20
1
-0
/
+5
*
Document render_issue_tooltip
Eric Davis
2010-09-20
1
-1
/
+10
*
Add view_issues_form_details_top hook
Eric Davis
2010-09-20
1
-0
/
+2
*
Add User#allowed_to_globally? which wraps User#allowed_to?
Eric Davis
2010-09-20
1
-0
/
+6
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
3
-5
/
+11
*
Add scm.css to news pages to allow proper syntax highlighting. #6270
Eric Davis
2010-09-20
2
-0
/
+5
*
Updated issue delete confirmation when it has child issues. #6191
Eric Davis
2010-09-20
2
-1
/
+6
*
Turn on ssl Gravatars for all SSL requests. #5929
Eric Davis
2010-09-20
1
-1
/
+1
*
Adds a link to edit the associated wiki page on the version view. #4416
Jean-Baptiste Barth
2010-09-18
1
-0
/
+1
*
Fixes switching between inline and side-by-side in diff view with path. #6242
Jean-Baptiste Barth
2010-09-18
1
-1
/
+1
*
Refactor: add VersionsController#status_by to the resource.
Eric Davis
2010-09-17
1
-1
/
+1
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
4
-6
/
+6
*
Fix the new subproject link on project overview. #6388
Eric Davis
2010-09-17
1
-1
/
+1
*
Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...
Jean-Baptiste Barth
2010-09-16
2
-0
/
+13
*
Fix links to activity pages broken with r4047. #6392
Jean-Baptiste Barth
2010-09-16
2
-3
/
+3
*
Fixed non standard SQL syntax. #6413
Jean-Baptiste Barth
2010-09-16
1
-1
/
+1
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
3
-7
/
+18
*
Use the full path to the partials
Eric Davis
2010-09-15
2
-2
/
+2
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
2
-2
/
+5
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
3
-6
/
+23
*
Refactor: move method to Model.
Eric Davis
2010-09-14
2
-2
/
+10
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
3
-4
/
+4
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
2
-12
/
+11
*
Fixed "Create and continue" redirection broken by recent changes. #6333
Jean-Baptiste Barth
2010-09-11
1
-1
/
+1
*
Fixed broken context_menu on roadmap. #6351
Jean-Baptiste Barth
2010-09-11
1
-1
/
+1
*
Refactor: move method to Project#css_classes
Eric Davis
2010-09-10
3
-9
/
+9
*
Refactor: replace chained finders with an inject. Should handle edge cases be...
Eric Davis
2010-09-10
1
-3
/
+8
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
1
-0
/
+23
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-0
/
+19
*
Define Principal#name so all subclasses will have some sort of name when prin...
Eric Davis
2010-09-10
1
-1
/
+5
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
3
-5
/
+12
*
Fixed the zoom, previous, and next links on the Gantt chart.
Eric Davis
2010-09-10
2
-4
/
+4
*
Add project names to the Versions in the Gantt export. #5904
Eric Davis
2010-09-10
1
-0
/
+4
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
9
-90
/
+133
*
Refactor: convert the Projects routes to resources.
Eric Davis
2010-09-09
3
-3
/
+3
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
2
-24
/
+26
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
4
-8
/
+7
*
Change project add form to use #create. (From r4067)
Eric Davis
2010-09-06
1
-1
/
+1
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-31
/
+37
*
Allow user password changes when changing to Internal authentication. #6267
Eric Davis
2010-09-06
1
-1
/
+3
*
Refocus the related issue field after submitting an issue. #6275
Eric Davis
2010-09-06
1
-0
/
+1
*
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Eric Davis
2010-09-06
1
-1
/
+20
*
Refactor: move method to model. (references r4057)
Eric Davis
2010-09-05
3
-8
/
+9
*
Do not display items without valid selection in context menu when on differen...
Jean-Baptiste Barth
2010-09-03
2
-3
/
+9
*
Add css classes to journals display to facilitate theming
Jean-Baptiste Barth
2010-09-03
2
-1
/
+8
*
Hide checkboxes in issues list when printing
Jean-Baptiste Barth
2010-09-03
1
-2
/
+2
[next]