summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-021-0/+15
* Use https links instead of http links in ApplicationHelper#avatar_edit_link a...Jean-Philippe Lang2015-07-051-2/+2
* Set version to 3.1.0.Jean-Philippe Lang2015-06-281-2/+2
* Plugin migration directory should use plugin directory (#14402).Jean-Philippe Lang2015-06-211-1/+1
* Updates #wiki_format_provider plugin API with changes to wiki formatting (#20...Jean-Philippe Lang2015-06-212-5/+14
* Set a default timeout value (#19851).Jean-Philippe Lang2015-06-191-1/+2
* Make the sudo timeout configurable (#19851).Jean-Philippe Lang2015-06-191-6/+6
* Don't use SudoMode.disable! to skip API requests (#19851).Jean-Philippe Lang2015-06-191-4/+4
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-4/+3
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+224
* Don't duplicate tags.Jean-Philippe Lang2015-06-162-10/+6
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-163-6/+16
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-154-1/+152
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-131-1/+7
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-0/+59
* Newlines stripped from CVS commit messages (#19835).Jean-Philippe Lang2015-06-131-1/+0
* Change default display mode for PDF Export to OneColumn (#19546).Jean-Philippe Lang2015-06-061-0/+1
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-0/+4
* Merged r14256 from 3.0-stable.Jean-Philippe Lang2015-05-101-1/+1
* Email addresses with slashes are not linked correctly (#19735).Jean-Philippe Lang2015-05-081-1/+1
* Updates for 3.0.2 release.Jean-Philippe Lang2015-04-261-1/+1
* Custom field (long text format) displayed even if empty (#19482).Jean-Philippe Lang2015-04-251-3/+7
* add markdown wiki syntax help to tool bar (#16373)Toshi MARUYAMA2015-04-201-1/+2
* rename textile wiki syntax help files (#16373)Toshi MARUYAMA2015-04-201-1/+1
* Updates for 3.0.1 release.Jean-Philippe Lang2015-03-161-1/+1
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-3/+14
* Fixed STARTTLS option key (#19232).Jean-Philippe Lang2015-03-071-1/+1
* Set version to 3.0.0.Jean-Philippe Lang2015-02-181-3/+3
* Fixed that timestamps may not be formatted as expected in XML responses (#190...Jean-Philippe Lang2015-02-161-2/+3
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-1/+1
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-081-0/+53
* Don't use current user locale to format dates (#19039).Jean-Philippe Lang2015-02-081-2/+0
* pdf: remove styles by fontname instated of Arabic/Persian/Thai locale (#10681...Toshi MARUYAMA2015-02-081-2/+4
* pdf: remove styles of Arabic/Persian Italic and Thai Bold (#10681, #18586)Toshi MARUYAMA2015-02-081-2/+7
* link_to in Redmine::Hook::ViewListener omits relative url root (#19024).Jean-Philippe Lang2015-02-071-1/+1
* Don't process macro descriptions with text formatter (#18961).Jean-Philippe Lang2015-01-311-8/+14
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-0/+4
* IMAP STARTTLS support (#16823).Jean-Philippe Lang2015-01-271-0/+4
* Render issue description and journal notes with #textilizable (#13051).Jean-Philippe Lang2015-01-251-4/+14
* Removed an instance variable.Jean-Philippe Lang2015-01-251-3/+1
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-253-563/+618
* scm: git: simplify nil check (#18923)Toshi MARUYAMA2015-01-211-2/+2
* remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rbToshi MARUYAMA2015-01-211-2/+2
* scm: git: branches return cache too when there is no branch (#18923)Toshi MARUYAMA2015-01-211-1/+1
* scm: git: explicitly tags return [] if there is no tag (#18923)Toshi MARUYAMA2015-01-211-1/+3
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-1/+1
* Fixed that Redmine::Activity::Fetcher should consider activity provider permi...Jean-Philippe Lang2015-01-182-5/+26
* Updates for 2.6.1 release.Jean-Philippe Lang2015-01-111-1/+1
* Copyright update.Jean-Philippe Lang2015-01-1159-59/+59
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-1/+1