summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2013-06-111-2/+2
* Code cleanup.Jean-Philippe Lang2013-06-111-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-06-101-1/+1
* remove trailing white-spaces from lib/redmine/plugin.rbToshi MARUYAMA2013-06-061-4/+4
* prevent coderay "warning: already initialized constant" on Ruby 1.8.7 (#13692)Toshi MARUYAMA2013-06-041-1/+0
* pdf: replace "id_width" parameter name to original "col_id_width" (#14178)Toshi MARUYAMA2013-06-041-2/+3
* pdf: restore "id_width" parameter of issues_to_pdf_draw_borders (#14178)Toshi MARUYAMA2013-06-041-3/+5
* Adds SCM versions in script/about output.Jean-Philippe Lang2013-06-011-2/+10
* Use uid_ methods for retrieving IMAP messages (#14101).Jean-Philippe Lang2013-05-281-10/+10
* Disconnect and logout from IMAP after mail receive (#14103).Jean-Philippe Lang2013-05-281-0/+2
* gantt: sort versions by start date (#7335)Toshi MARUYAMA2013-05-211-0/+9
* gantt: sort issues by start date (#7335)Toshi MARUYAMA2013-05-211-11/+12
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-211-1/+1
* Code cleanup.Jean-Philippe Lang2013-05-181-5/+5
* Removed debug log (#14038).Jean-Philippe Lang2013-05-181-1/+0
* gantt: change sort method to class method (#7335)Toshi MARUYAMA2013-05-171-4/+4
* Fixed that ordered/unordered lists inside table cell are mangled (#14038).Jean-Philippe Lang2013-05-141-1/+2
* run test:ui in CI Server on only Ruby 2.0 (#12822)Toshi MARUYAMA2013-05-131-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-05-091-1/+1
* Fix Trac importer breaking on exotic characters with ruby 1.9+ (#13990).Jean-Baptiste Barth2013-05-061-1/+5
* Ensure Tranc and Mantis importers don't reset global notification settings (#...Jean-Baptiste Barth2013-05-062-8/+21
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-27/+3
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-031-0/+2
* Allow plugins to define their base directory (#13927).Jean-Baptiste Barth2013-05-021-5/+4
* Updates for 2.3.1 release.Jean-Philippe Lang2013-05-011-1/+1
* Fetching emails via rake task does not support --no-account-notice and --defa...Jean-Philippe Lang2013-05-011-0/+10
* add TODO comment about gantt issues sort (#7335)Toshi MARUYAMA2013-04-191-1/+1
* fix diff error in case of line_left out of range (#13644)Toshi MARUYAMA2013-04-051-2/+2
* check integer ordinal range on only Ruby 1.8 (#13644)Toshi MARUYAMA2013-04-051-4/+8
* Check that the SCM log file is writable before using it (#13541).Jean-Philippe Lang2013-04-031-4/+25
* Code cleanup (#13630).Etienne Massip2013-04-021-7/+6
* Fixed that issue list PDF export displays ID column twice (#13630).Etienne Massip2013-04-021-17/+14
* Log SCM stderr when log level is set to debug only (#13541).Jean-Philippe Lang2013-03-221-2/+2
* fix that diff outputs become ??? in some non ASCII words (#12641)Toshi MARUYAMA2013-03-071-0/+6
* set html encoding utf8 at Diff class (#12641)Toshi MARUYAMA2013-03-071-0/+6
* code cleanup (#12641)Toshi MARUYAMA2013-03-071-3/+2
* move utf8 encoding from view to UnifiedDiff (#12641)Toshi MARUYAMA2013-03-071-9/+2
* use %r{} instead of // at lib/redmine/unified_diff.rbToshi MARUYAMA2013-03-071-1/+1
* Ruby2.0: remove "warning: class variable access from toplevel" in lib/plugins...Toshi MARUYAMA2013-03-031-3/+3
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-281-2/+2
* Restricts characters before auto links (#10277).Jean-Philippe Lang2013-02-241-1/+1
* Fixed that www followed by a dot generates broken links in formatted text (#3...Jean-Philippe Lang2013-02-241-1/+1
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-2/+2
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-5/+8
* Set version to 2.3.0.Jean-Philippe Lang2013-02-231-2/+2
* Don't use iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-02-182-16/+16
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-1/+1
* not use htmlentities gem in rfpdf plugin (#13138)Toshi MARUYAMA2013-02-153-22/+1
* add "tmp:clear" to "ci:setup" rake task for new translationToshi MARUYAMA2013-02-151-0/+1
* Updates for 2.2.3 release.Jean-Philippe Lang2013-02-121-1/+1