summaryrefslogtreecommitdiffstats
path: root/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* graft r5285 to awesome_nested_set 2.1.6 (#7920)Toshi MARUYAMA2014-01-211-0/+2
* add lib/plugins/awesome_nested_set/init.rbToshi MARUYAMA2014-01-211-0/+1
* import awesome_nested_set 2.1.6Toshi MARUYAMA2014-01-2113-61/+121
* graft r5285 to awesome_nested_set 2.1.5 (#7920)Toshi MARUYAMA2014-01-211-0/+2
* back out r12679 awesome_nested_set 2.1.5 modificationToshi MARUYAMA2014-01-211-6/+2
* move awesome_nested_set leaf? modification to config/initializers/10-patches.rbToshi MARUYAMA2014-01-201-1/+1
* back out r12680Toshi MARUYAMA2014-01-201-4/+5
* use :order_column option instead of :order for acts_as_nested_setToshi MARUYAMA2014-01-201-5/+4
* apply Redmine awesome_nested_set 2.1.5 modificationToshi MARUYAMA2014-01-201-3/+7
* add lib/plugins/awesome_nested_set/init.rbToshi MARUYAMA2014-01-201-0/+1
* import awesome_nested_set 2.1.5Toshi MARUYAMA2014-01-2024-918/+696
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/spec/*Toshi MARUYAMA2014-01-2011-1176/+1176
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.travis.ymlToshi MARUYAMA2014-01-201-13/+13
* svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotestToshi MARUYAMA2014-01-201-12/+12
* add newline at end of lib/plugins/awesome_nested_set/init.rbToshi MARUYAMA2014-01-191-1/+1
* Rails4: replace deprecated Relation#update_all at acts_as_listToshi MARUYAMA2014-01-081-1/+2
* Rails4: replace deprecated Relation#update_all at acts_as_listToshi MARUYAMA2014-01-081-15/+15
* use lambda form in acts_as_tree scope (#12499)Toshi MARUYAMA2014-01-071-2/+4
* Reduces the number of subqueries when searching with many custom fields set a...Jean-Philippe Lang2014-01-051-5/+10
* Fixed slow SELECT ... FOR UPDATE query when deleting an issue.Jean-Philippe Lang2013-12-221-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-0/+1
* Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::...Jean-Philippe Lang2013-10-141-1/+1
* pdf: fix empty page attached when exporting (#13632)Toshi MARUYAMA2013-09-301-2/+2
* remove svn:executable from lib/plugins/rfpdf excluding lib/fonts/ttf2ufm/ttf2...Toshi MARUYAMA2013-08-1063-0/+0
* remove unused lib/plugins/rfpdf/lib/fpdf/fpdf_eps.rbToshi MARUYAMA2013-08-101-139/+0
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-5/+6
* Code cleanup.Jean-Philippe Lang2013-06-111-2/+2
* Code cleanup.Jean-Philippe Lang2013-06-111-1/+1
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-211-1/+1
* Code cleanup.Jean-Philippe Lang2013-05-181-5/+5
* Ruby2.0: remove "warning: class variable access from toplevel" in lib/plugins...Toshi MARUYAMA2013-03-031-3/+3
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-281-2/+2
* not use htmlentities gem in rfpdf plugin (#13138)Toshi MARUYAMA2013-02-153-22/+1
* Fixed that custom_field_values are not reloaded on #reload (#13119).Jean-Philippe Lang2013-02-111-0/+8
* pdf: fix broken new line in table (#11987)Toshi MARUYAMA2013-02-031-0/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-125-5/+5
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-1722-1274/+0
* Verifies that the param is a Hash.Jean-Philippe Lang2012-12-151-0/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+5
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+8
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-6/+8
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-033-12/+12
* Replaces find(:all) calls in acts_as_searchable.Jean-Philippe Lang2012-12-021-11/+15
* Replaces find(:all) calls in classic_pagination.Jean-Philippe Lang2012-12-021-9/+16
* Restores acts_as_tree instance methods removed in r10919.Jean-Philippe Lang2012-12-021-0/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+1
* Replaces acts_as_tree #roots class method with a scope.Jean-Philippe Lang2012-12-021-11/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+1
* Fixed that Project.rebuild! sorts projects by id instead of name (#12431).Jean-Philippe Lang2012-11-231-1/+1
* Make sure that attachments are created in the same order they were selected (...Jean-Philippe Lang2012-11-071-1/+13