summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* 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
* gantt: completed percent truncated instead of rounded (#14737)Toshi MARUYAMA2014-05-161-1/+1
* remove unneeded trailing ';' from lib/redmine/export/pdf.rbToshi MARUYAMA2014-05-071-10/+10
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-021-1/+1
* Support for the 1.x versions of mime-types gem (#16710).Jean-Philippe Lang2014-04-261-1/+1
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-261-1/+2
* fix typos of source comments at lib/redmine/wiki_formatting.rbToshi MARUYAMA2014-04-071-7/+7
* fix typos of source comments at lib/redmine/plugin.rbToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at lib/redmine/hook.rbToshi MARUYAMA2014-04-071-2/+2
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+1
* Updates for 2.5.1 release.Jean-Philippe Lang2014-03-291-1/+1
* Don't abort processing of emails when an email triggers a parsing exception (...Jean-Philippe Lang2014-03-212-2/+2
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-0/+6
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-0/+1
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-151-1/+1
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-7/+7
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-1/+1
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-281-13/+14
* use Python getattr instead of hasattr (#16177)Toshi MARUYAMA2014-02-261-1/+1
* Mercurial 2.9 compatibility (#16177)Toshi MARUYAMA2014-02-261-2/+7
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-151-1/+1
* Set version to 2.5.0.Jean-Philippe Lang2014-02-151-2/+2
* Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he...Toshi MARUYAMA2014-02-141-4/+4
* Updates for 2.4.3 release.Jean-Philippe Lang2014-02-081-1/+1
* 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-2956-56/+56
* Fixed: cannot retrieve members for closed projects through the REST API (#158...Jean-Philippe Lang2014-01-111-1/+1
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-0/+16
* Rails4: replace deprecated find_all_by_* at FieldFormatToshi MARUYAMA2014-01-091-1/+1
* Store mime type lookups in a hash.Jean-Philippe Lang2014-01-051-7/+10