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
*
Restore scm rake task.
Jean-Philippe Lang
2012-01-15
1
-2
/
+2
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
2
-3
/
+3
*
Adds "Status" to the time report criteria (#9985).
Jean-Philippe Lang
2012-01-14
1
-0
/
+3
*
Do not add invalid label attribute to input tags.
Jean-Philippe Lang
2012-01-08
1
-2
/
+2
*
Moved Date months/weeks calculations used in Graph to lib.
Etienne Massip
2012-01-07
2
-0
/
+40
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-1
/
+1
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-0
/
+53
*
Missing html_safe.
Jean-Philippe Lang
2011-12-26
1
-3
/
+3
*
Missing html_safe.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
set "svn:eol-style" native to lib/tasks/testing.rake
Toshi MARUYAMA
2011-12-24
1
-98
/
+98
*
add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rb
Toshi MARUYAMA
2011-12-24
1
-0
/
+7
*
Check that controller and request methods are available.
Jean-Philippe Lang
2011-12-18
1
-1
/
+3
*
Backout 8239.
Etienne Massip
2011-12-15
1
-1
/
+0
*
Log return code if error.
Etienne Massip
2011-12-15
1
-0
/
+1
*
Code cleanup.
Jean-Philippe Lang
2011-12-15
1
-24
/
+7
*
Code cleanup.
Jean-Philippe Lang
2011-12-15
1
-2
/
+0
*
Removed dependency with monkey-patched rubytree.
Jean-Philippe Lang
2011-12-14
1
-92
/
+100
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
1
-3
/
+11
*
Extracted new_subclass_instance method to a module.
Jean-Philippe Lang
2011-12-10
1
-0
/
+42
*
ruby1.9: macro must accept 2 arguments.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
scm: git: remove unused --since option (#4547, #4716, #7146, #6013)
Toshi MARUYAMA
2011-12-10
1
-1
/
+0
*
Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.
Jean-Philippe Lang
2011-12-09
1
-1
/
+1
*
Handle spaces in development scm stderr log file path.
Etienne Massip
2011-12-08
1
-1
/
+1
*
Adds an explicit error message for invalid YAML configuration file (#9748).
Jean-Philippe Lang
2011-12-07
1
-2
/
+8
*
pdf: move note number to the head of line for single issue's PDF (#9720)
Toshi MARUYAMA
2011-12-06
1
-2
/
+3
*
Replace raw SQL with a .count call.
Jean-Philippe Lang
2011-12-05
1
-29
/
+13
*
Fixed time report broken by r8085.
Jean-Philippe Lang
2011-12-05
1
-8
/
+21
*
pdf: add note number for single issue's PDF (#9720)
Toshi MARUYAMA
2011-12-05
1
-1
/
+4
*
Removed ARCondition.
Jean-Philippe Lang
2011-12-04
1
-41
/
+0
*
Removed unused method.
Jean-Philippe Lang
2011-12-03
1
-5
/
+0
*
Dropped TimeEntryReportsController.
Jean-Philippe Lang
2011-12-02
1
-1
/
+1
*
Extracted time report logic from the controller.
Jean-Philippe Lang
2011-12-02
1
-0
/
+164
*
Resourcified boards.
Jean-Philippe Lang
2011-12-01
1
-1
/
+1
*
Resourcified documents.
Jean-Philippe Lang
2011-11-30
1
-1
/
+1
*
Set version to 1.3.0.
Jean-Philippe Lang
2011-11-29
1
-2
/
+2
*
Fixed: crypting blank passwords raises an error (#9137).
Jean-Philippe Lang
2011-11-29
1
-1
/
+1
*
Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).
Jean-Philippe Lang
2011-11-28
2
-4
/
+4
*
Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).
Jean-Philippe Lang
2011-11-28
1
-1
/
+2
*
Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...
Jean-Philippe Lang
2011-11-28
1
-1
/
+1
*
pdf: expand relational issues status column width of issue pdf (#5634)
Toshi MARUYAMA
2011-11-28
1
-2
/
+2
*
Exclude gems from test coverage.
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
Ruby 1.9: fix TabularFormBuilder to show "translation missing: en, field_lock...
Toshi MARUYAMA
2011-11-26
1
-1
/
+2
*
Fixed that :edit_time_entries permission allows creating time entries (#9405).
Jean-Philippe Lang
2011-11-24
1
-2
/
+2
*
Fixed that :view_time_entries permission allows time entry editing (#9405).
Jean-Philippe Lang
2011-11-24
1
-1
/
+1
*
pdf: add the new feature to include attachment images (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+11
*
pdf: lib: prepare to use rfpdf plug-in rmagick feature (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+3
*
pdf: lib: add "attachments" parameter at RDMwriteHTMLCell method (#3261)
Toshi MARUYAMA
2011-11-24
1
-10
/
+9
*
pdf: lib: add the method to return attachment from filename and encoding (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+13
*
Removed useless :lang option.
Jean-Philippe Lang
2011-11-23
1
-5
/
+0
[next]