summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Garbage lines in the output of 'git branch' break git adapter (#31120).Go MAEDA2019-04-071-0/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-051-1/+1
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-5/+14
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-3/+1
* code clean up GitAdapterToshi MARUYAMA2019-04-041-2/+2
* Updates for 4.0.3 release.Jean-Philippe Lang2019-03-311-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-2719-34/+34
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-2132-64/+0
* Remove extra #dup (#26561).Go MAEDA2019-03-211-3/+2
* Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).Go MAEDA2019-03-201-10/+3
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-207-17/+11
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-1740-98/+99
* Support frozen_string_literal in lib/redmine/export/*.rb (#26561).Go MAEDA2019-03-172-8/+9
* Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rbGo MAEDA2019-03-171-23/+23
* Enable frozen_string_literal for files which don't contain string literals (#...Go MAEDA2019-03-177-7/+7
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-1651-51/+51
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-165-9/+0
* Fix RDMwriteFormattedCell destroying an argument (#26561).Go MAEDA2019-03-161-2/+2
* Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).Go MAEDA2019-03-161-5/+11
* Include plugin name in the exception when the plugin required by requires_red...Jean-Philippe Lang2019-03-151-1/+5
* Add plugin lib directory to rails autoload paths (#30753).Jean-Philippe Lang2019-03-151-0/+1
* Always use HTTPS when accessing gravatar.com (#31022).Go MAEDA2019-03-151-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-15139-3/+280
* Remove trailing whitespaces from lib/plugins/gravatar/lib/gravatar.rbGo MAEDA2019-03-141-11/+11
* Reverts r17891 (#30099).Go MAEDA2019-03-101-5/+4
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-10/+42
* Reverted r17925 (#6417). The change breaks GanttHelperTest.Go MAEDA2019-03-041-41/+10
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-041-10/+41
* Add plugin directories to rails autoload paths (#30753).Go MAEDA2019-03-041-5/+6
* URLs end with "-" are rendered incorrectly in Textile (#30259).Go MAEDA2019-03-032-4/+4
* Updates for 4.0.2 release.Jean-Philippe Lang2019-02-211-1/+1
* Multiple blank lines in pre tags are not preserved in Textile (#30099).Go MAEDA2019-02-201-4/+5
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-2/+3
* Refactor GitAdapter#default_branch not to unnecessarily iterate through all e...Go MAEDA2019-02-181-5/+5
* Preview URL in Wiki Toolbar should be escaped (#30758).Go MAEDA2019-02-112-2/+2
* Line height is too large when previewing files with syntax highlighting if th...Go MAEDA2019-02-031-0/+7
* Plugin eager_load should depend on environment setting instead of name (#30725).Go MAEDA2019-02-011-1/+1
* Filesystem adapter does not show correct size for large files (#30411).Jean-Philippe Lang2019-01-201-1/+1
* Updates for 4.0.1 release.Jean-Philippe Lang2019-01-201-1/+1
* Deadlock when assigning custom values (#30465).Jean-Philippe Lang2019-01-191-1/+1
* Hide menu item in the cross-project menu if the module is not enabled in any ...Go MAEDA2019-01-131-5/+5
* Decrypting LDAP and SCM passwords fail if the plaintext password is longer th...Go MAEDA2018-12-171-1/+1
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+1
* Implement date grouping for MySQL (#13803).Jean-Philippe Lang2018-12-161-0/+8
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-122-1/+14
* Bump version to 4.0.0Jean-Philippe Lang2018-12-081-3/+3
* Use "abort" instead of "exit" in order to make error log more informative (# ...Go MAEDA2018-12-011-2/+1
* Allow single Chinese character as a search keyword (#30037).Go MAEDA2018-11-301-1/+2