summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* Move always possible for new records.Jean-Philippe Lang2015-01-072-2/+2
* Use r13844 workaround for SQLServer only.Jean-Philippe Lang2015-01-071-3/+8
* Fixed dead locks with SQLServer.Jean-Philippe Lang2015-01-071-2/+2
* Moved Project#hierarchy to NestedSet::Traversing.Jean-Philippe Lang2015-01-071-0/+8
* Insert children issues to respect same order as ids.Jean-Philippe Lang2015-01-071-1/+1
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-073-0/+470
* fix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2015-01-031-1/+1
* Converts timestamps to integers in #search_result_ranks_and_ids.Jean-Philippe Lang2014-12-261-2/+1
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-261-1/+2
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-242-3/+7
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-211-1/+1
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-1/+37
* Moved search logic to Redmine::Search (#18631).Jean-Philippe Lang2014-12-201-1/+67
* Plugin migration confuses two plugins with similar names (#18685).Jean-Philippe Lang2014-12-201-2/+2
* Support for named route in project menu and a new :permission option (#6426).Jean-Philippe Lang2014-12-141-6/+20
* Code cleanup.Jean-Philippe Lang2014-12-141-18/+21
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-0/+5
* Makes object argument optional and typo.Jean-Philippe Lang2014-11-301-2/+2
* Typo.Jean-Philippe Lang2014-11-281-1/+1
* Moved format specific stuff on format specific methods.Jean-Philippe Lang2014-11-281-147/+127
* Removed useless local variable.Jean-Philippe Lang2014-11-261-2/+1
* Removed duplicated code.Jean-Philippe Lang2014-11-261-63/+58
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-1/+0
* Removed debug messages (#18349).Jean-Philippe Lang2014-11-141-3/+0
* Fixed that URLs separated by line break are not rendered as links (#18349).Jean-Philippe Lang2014-11-141-1/+5
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+1
* Code cleanup.Jean-Philippe Lang2014-11-081-8/+4
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+15
* Use IssueRelation#to_s in PDF export.Jean-Philippe Lang2014-11-051-10/+8
* Make sure that invalid cache from older versions is not used for languages_op...Jean-Philippe Lang2014-11-021-1/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-11/+11
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-0/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2216-260/+62
* pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ...Toshi MARUYAMA2014-10-201-23/+2
* Use relative URL for thumbnails according to :only_path option (#18119).Jean-Philippe Lang2014-10-181-2/+2
* Ignore locales without :general_lang_name key (#18110).Jean-Philippe Lang2014-10-181-5/+13
* Ability to render multiple partials with view hook (#17763).Jean-Philippe Lang2014-10-181-8/+17
* Set version to 2.6.0.Jean-Philippe Lang2014-10-121-2/+2
* remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)Toshi MARUYAMA2014-08-281-15/+14
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-282-293/+215
* Add a warning if two plugins have the same settings partial name (#14008).Jean-Baptiste Barth2014-08-131-0/+11
* Class mismatch when reloading in development mode (#17431).Jean-Philippe Lang2014-07-141-0/+4
* Updates for 2.5.2 release.Jean-Philippe Lang2014-07-061-1/+1
* Include host in macro generated thumbnails urls (#16989).Jean-Philippe Lang2014-07-051-2/+5
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-0/+19
* Fixed: unable to clear value for list custom field with multiple values and c...Jean-Philippe Lang2014-05-241-0/+3
* Adds a custom message for when a syntax error occurs (#16878).Jean-Philippe Lang2014-05-241-0/+3
* Parse configuration file for ERB (#16878).Jean-Philippe Lang2014-05-241-1/+1
* Fixed that custom field referencing deleted value trigger an error on display...Jean-Philippe Lang2014-05-241-2/+3
* add support for pop3s (SSL) to redmine:email:receive_pop3 (#16707)Toshi MARUYAMA2014-05-161-1/+13