summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-5/+3
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-023-9/+9
* back out r12752 (#14361)Toshi MARUYAMA2014-02-013-9/+9
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-013-9/+9
* fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin...Toshi MARUYAMA2014-01-311-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-2968-68/+68
* Gemfile: use awesome_nested_set 2.1.6 gemToshi MARUYAMA2014-01-2723-2708/+0
* move r12689 awesome_nested_set modification to config/initializers/10-patches...Toshi MARUYAMA2014-01-271-2/+0
* REST API: Integer custom field validation fails when using non-string values ...Jean-Philippe Lang2014-01-251-1/+3
* 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
* add .travis.yml and switch database user/password by environmentsToshi MARUYAMA2014-01-181-3/+13
* Adds a task for moving Redmine data to a different DBMS.Jean-Philippe Lang2014-01-121-0/+43
* Adds missing permissions on attachments/upload (#15664).Jean-Philippe Lang2014-01-111-8/+8
* Fixed: cannot retrieve members for closed projects through the REST API (#158...Jean-Philippe Lang2014-01-112-1/+2
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-0/+16
* Rails4: replace deprecated find_all_by_* at FieldFormatToshi MARUYAMA2014-01-091-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
* Store mime type lookups in a hash.Jean-Philippe Lang2014-01-051-7/+10
* Use the mime-types gem for getting mime types from filenames (#15790).Jean-Philippe Lang2014-01-051-19/+7
* Use Rails.application.config.i18n.load_path for adding plugin locales (#12753).Jean-Philippe Lang2014-01-051-1/+1
* Reduces the number of subqueries when searching with many custom fields set a...Jean-Philippe Lang2014-01-051-5/+10
* fix typo redcarpet requirement in lib/redmine.rb (#15520)Toshi MARUYAMA2013-12-261-1/+1
* change requirement in bazaar lib as same with other scm libs (#15756)Toshi MARUYAMA2013-12-241-1/+1
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-232-2/+10
* Adds experimental support for Markdown formatting with redcarpet (#15520).Jean-Philippe Lang2013-12-233-0/+183
* Rescue syntax highlighter exceptions.Jean-Philippe Lang2013-12-231-1/+12
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-3/+12
* Updates for 2.4.2 release.Jean-Philippe Lang2013-12-231-1/+1
* Fixed slow SELECT ... FOR UPDATE query when deleting an issue.Jean-Philippe Lang2013-12-221-1/+1
* Adds support for links on values for various custom field formats (#1358).Jean-Philippe Lang2013-12-221-16/+48
* replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb...Toshi MARUYAMA2013-12-221-2/+2
* use environment variable for running independent tests (units etc.) in ci.rakeToshi MARUYAMA2013-12-211-1/+5
* make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* use environment variable for extacting SCM repositories in ci.rakeToshi MARUYAMA2013-12-211-1/+7