summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Restore accent insensitive search with mysql (#18537).Jean-Philippe Lang2014-12-151-2/+0
* 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
* Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...Jean-Philippe Lang2014-12-141-13/+27
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-3/+3
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-37/+45
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-0/+5
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-1/+2
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-021-6/+2
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-301-2/+2
* Makes object argument optional and typo.Jean-Philippe Lang2014-11-301-2/+2
* Adds :inverse_of option.Jean-Philippe Lang2014-11-291-1/+1