| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix source indent of lib/redmine/views/labelled_form_builder.rb | Toshi MARUYAMA | 2014-03-11 | 1 | -1/+1 |
* | Fixed that non-empty blank strings as custom field values are not properly va... | Jean-Philippe Lang | 2014-02-28 | 1 | -13/+14 |
* | use Python getattr instead of hasattr (#16177) | Toshi MARUYAMA | 2014-02-26 | 1 | -1/+1 |
* | Mercurial 2.9 compatibility (#16177) | Toshi MARUYAMA | 2014-02-26 | 1 | -2/+7 |
* | fix typos of migrate_from_trac.rake | Toshi MARUYAMA | 2014-02-20 | 1 | -3/+2 |
* | Fixed that collapse macro with headings breaks the table of contents (#16077). | Jean-Philippe Lang | 2014-02-15 | 1 | -1/+1 |
* | Set version to 2.5.0. | Jean-Philippe Lang | 2014-02-15 | 1 | -2/+2 |
* | Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he... | Toshi MARUYAMA | 2014-02-14 | 1 | -4/+4 |
* | Check that target tables exist before proceeding. | Jean-Philippe Lang | 2014-02-09 | 1 | -1/+10 |
* | Updates for 2.4.3 release. | Jean-Philippe Lang | 2014-02-08 | 1 | -1/+1 |
* | Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a... | Toshi MARUYAMA | 2014-02-06 | 1 | -5/+3 |
* | scm: mercurial: use long id in adapter level (#14361) | Toshi MARUYAMA | 2014-02-02 | 3 | -9/+9 |
* | back out r12752 (#14361) | Toshi MARUYAMA | 2014-02-01 | 3 | -9/+9 |
* | scm: mercurial: use long id in adapter level (#14361) | Toshi MARUYAMA | 2014-02-01 | 3 | -9/+9 |
* | fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin... | Toshi MARUYAMA | 2014-01-31 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 68 | -68/+68 |
* | Gemfile: use awesome_nested_set 2.1.6 gem | Toshi MARUYAMA | 2014-01-27 | 23 | -2708/+0 |
* | move r12689 awesome_nested_set modification to config/initializers/10-patches... | Toshi MARUYAMA | 2014-01-27 | 1 | -2/+0 |
* | REST API: Integer custom field validation fails when using non-string values ... | Jean-Philippe Lang | 2014-01-25 | 1 | -1/+3 |
* | graft r5285 to awesome_nested_set 2.1.6 (#7920) | Toshi MARUYAMA | 2014-01-21 | 1 | -0/+2 |
* | add lib/plugins/awesome_nested_set/init.rb | Toshi MARUYAMA | 2014-01-21 | 1 | -0/+1 |
* | import awesome_nested_set 2.1.6 | Toshi MARUYAMA | 2014-01-21 | 13 | -61/+121 |
* | graft r5285 to awesome_nested_set 2.1.5 (#7920) | Toshi MARUYAMA | 2014-01-21 | 1 | -0/+2 |
* | back out r12679 awesome_nested_set 2.1.5 modification | Toshi MARUYAMA | 2014-01-21 | 1 | -6/+2 |
* | move awesome_nested_set leaf? modification to config/initializers/10-patches.rb | Toshi MARUYAMA | 2014-01-20 | 1 | -1/+1 |
* | back out r12680 | Toshi MARUYAMA | 2014-01-20 | 1 | -4/+5 |
* | use :order_column option instead of :order for acts_as_nested_set | Toshi MARUYAMA | 2014-01-20 | 1 | -5/+4 |
* | apply Redmine awesome_nested_set 2.1.5 modification | Toshi MARUYAMA | 2014-01-20 | 1 | -3/+7 |
* | add lib/plugins/awesome_nested_set/init.rb | Toshi MARUYAMA | 2014-01-20 | 1 | -0/+1 |
* | import awesome_nested_set 2.1.5 | Toshi MARUYAMA | 2014-01-20 | 24 | -918/+696 |
* | svn propset svn:eol-style LF lib/plugins/awesome_nested_set/spec/* | Toshi MARUYAMA | 2014-01-20 | 11 | -1176/+1176 |
* | svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.travis.yml | Toshi MARUYAMA | 2014-01-20 | 1 | -13/+13 |
* | svn propset svn:eol-style LF lib/plugins/awesome_nested_set/.autotest | Toshi MARUYAMA | 2014-01-20 | 1 | -12/+12 |
* | add newline at end of lib/plugins/awesome_nested_set/init.rb | Toshi MARUYAMA | 2014-01-19 | 1 | -1/+1 |
* | add .travis.yml and switch database user/password by environments | Toshi MARUYAMA | 2014-01-18 | 1 | -3/+13 |
* | Adds a task for moving Redmine data to a different DBMS. | Jean-Philippe Lang | 2014-01-12 | 1 | -0/+43 |
* | Adds missing permissions on attachments/upload (#15664). | Jean-Philippe Lang | 2014-01-11 | 1 | -8/+8 |
* | Fixed: cannot retrieve members for closed projects through the REST API (#158... | Jean-Philippe Lang | 2014-01-11 | 2 | -1/+2 |
* | Make favicon themeable (#15689). | Jean-Philippe Lang | 2014-01-11 | 1 | -0/+16 |
* | Rails4: replace deprecated find_all_by_* at FieldFormat | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#update_all at acts_as_list | Toshi MARUYAMA | 2014-01-08 | 1 | -1/+2 |
* | Rails4: replace deprecated Relation#update_all at acts_as_list | Toshi MARUYAMA | 2014-01-08 | 1 | -15/+15 |
* | use lambda form in acts_as_tree scope (#12499) | Toshi MARUYAMA | 2014-01-07 | 1 | -2/+4 |
* | Store mime type lookups in a hash. | Jean-Philippe Lang | 2014-01-05 | 1 | -7/+10 |
* | Use the mime-types gem for getting mime types from filenames (#15790). | Jean-Philippe Lang | 2014-01-05 | 1 | -19/+7 |
* | Use Rails.application.config.i18n.load_path for adding plugin locales (#12753). | Jean-Philippe Lang | 2014-01-05 | 1 | -1/+1 |
* | Reduces the number of subqueries when searching with many custom fields set a... | Jean-Philippe Lang | 2014-01-05 | 1 | -5/+10 |
* | fix typo redcarpet requirement in lib/redmine.rb (#15520) | Toshi MARUYAMA | 2013-12-26 | 1 | -1/+1 |
* | change requirement in bazaar lib as same with other scm libs (#15756) | Toshi MARUYAMA | 2013-12-24 | 1 | -1/+1 |
* | Don't load redcarpet with JRuby. | Jean-Philippe Lang | 2013-12-23 | 2 | -2/+10 |