summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* upgrade rmagick to 2.14Toshi MARUYAMA2015-04-141-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
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-1/+1
* Fixed STARTTLS option key (#19232).Jean-Philippe Lang2015-03-071-1/+1
* Removed no longer used :find_options option for acts_as_activity_provider.Jean-Philippe Lang2015-02-181-2/+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
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-4/+4
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-082-3/+59
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+1
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+0
* 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
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+2
* 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-272-1/+7
* 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
* Makes RedCloth3#retrieve MUCH faster (#18883).Jean-Philippe Lang2015-01-191-2/+2
* Faster textile table parsing by using a single scan instead of a regexp match...Jean-Philippe Lang2015-01-191-4/+4
* #shelve should not be called if cell doesn't match attributes regexp (#18883).Jean-Philippe Lang2015-01-181-1/+1
* 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
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-172-2/+2
* Updates for 2.6.1 release.Jean-Philippe Lang2015-01-111-1/+1
* Copyright update.Jean-Philippe Lang2015-01-1171-71/+71
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-1/+1
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-6/+6
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-34/+50
* Search custom fields and journals with different queries to take advantage of...Jean-Philippe Lang2015-01-081-30/+69
* 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
* Updates comments for r13811.Jean-Philippe Lang2014-12-261-2/+2
* Converts timestamps to integers in #search_result_ranks_and_ids.Jean-Philippe Lang2014-12-262-3/+4
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-261-1/+2