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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes gantt PDF pagination problem (#6348).
Jean-Philippe Lang
2010-12-07
1
-1
/
+13
*
Gantt: iterate over all objects only once for html and pdf rendering (#6348).
Jean-Philippe Lang
2010-12-07
1
-87
/
+48
*
Fixed: class attribute with spaces on pre tags truncated (#7033).
Jean-Philippe Lang
2010-12-05
1
-1
/
+1
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
1
-1
/
+1
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-2
/
+2
*
Fixes unhandled case in json builder.
Jean-Philippe Lang
2010-12-04
1
-1
/
+5
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
1
-1
/
+1
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
1
-0
/
+2
*
Adds a builder-like template system for rendering xml and json API responses.
Jean-Philippe Lang
2010-12-03
6
-0
/
+208
*
Escapes attachment ids in TracMigrate (#6996).
Jean-Philippe Lang
2010-11-29
1
-2
/
+2
*
Updates for 1.0.4 release.
Jean-Philippe Lang
2010-11-28
1
-1
/
+1
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
1
-3
/
+12
*
Fixed: new gantt chart discloses all private projects names (#6276).
Jean-Philippe Lang
2010-11-21
1
-5
/
+5
*
Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).
Jean-Philippe Lang
2010-11-21
1
-3
/
+3
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
1
-0
/
+13
*
Fixed: Broken pipe error when browsing subversion repository (#6860).
Jean-Philippe Lang
2010-11-20
1
-2
/
+2
*
Fixed: MercurialAdapter.client_version depends on LANG environment variable (...
Jean-Philippe Lang
2010-11-20
1
-3
/
+3
*
Use Object#tap instead of #returning (#6887).
Jean-Philippe Lang
2010-11-14
2
-4
/
+4
*
Replaced SessionStore :session_key with :key (#6887).
Jean-Philippe Lang
2010-11-14
1
-1
/
+1
*
Updates mantis importer for new project name/identifier max lengths (#6446).
Jean-Philippe Lang
2010-11-14
1
-5
/
+1
*
Removes duplicate issue subject on gantt (#6763).
Jean-Philippe Lang
2010-11-11
1
-2
/
+0
*
Reverted r4381.
Jean-Philippe Lang
2010-11-07
1
-0
/
+2
*
Added missing --no-color option in some git shell-outs. #5324
Jean-Baptiste Barth
2010-11-07
1
-2
/
+2
*
Removed gantt and calendar menu items that do not fit into the core project m...
Jean-Philippe Lang
2010-11-07
1
-2
/
+0
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
2
-48
/
+3
*
Makes textile formatter accept 2 letters acronym (#6591).
Jean-Philippe Lang
2010-11-06
1
-1
/
+1
*
Bump version to 1.0.3
Eric Davis
2010-11-01
1
-1
/
+1
*
Force color to be disabled on git shell-outs. #5324
Jean-Baptiste Barth
2010-10-29
1
-4
/
+4
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-1
/
+1
*
Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed
Eric Davis
2010-10-25
1
-0
/
+7
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
1
-1
/
+1
*
Fixed: auto links ending with right angle bracket shouldn't include the brack...
Jean-Baptiste Barth
2010-10-23
1
-1
/
+1
*
Fixed: error on gantt when no issue have a due date (#6350).
Jean-Philippe Lang
2010-10-22
1
-3
/
+3
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-1
/
+1
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
1
-2
/
+2
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
1
-1
/
+1
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
1
-1
/
+1
*
Add rake task to send test email. (#6511)
Eric Davis
2010-10-15
1
-0
/
+17
*
Add rake tasks to add and remove keys in the locales. #6548
Eric Davis
2010-10-15
1
-0
/
+58
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
1
-1
/
+1
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
1
-1
/
+1
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-3
/
+3
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-3
/
+3
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-2
/
+2
*
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
*
Changed the notifications to use a hierarchy UI
Eric Davis
2010-09-28
1
-15
/
+18
*
Added three new notifiable events based on issue attributes
Eric Davis
2010-09-28
1
-0
/
+3
*
Refactor the hardcoded event actions (notifiables) to use a class
Eric Davis
2010-09-28
2
-0
/
+20
*
Bump version to 1.0.2
Eric Davis
2010-09-26
1
-1
/
+1
[prev]
[next]