summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds string to locales (#16362).Jean-Philippe Lang2014-03-1748-0/+48
* Wrong argument.Jean-Philippe Lang2014-03-171-13/+12
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-174-7/+50
* Fixed flawed regexp for removing pre blocks when quoting messages (#16353).Jean-Philippe Lang2014-03-171-1/+1
* remove garbage comment from test/integration/account_test.rbToshi MARUYAMA2014-03-151-1/+0
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-152-3/+10
* Select proper tracker and status for when hitting F5 with browsers that prese...Jean-Philippe Lang2014-03-151-0/+8
* Fixed flawed regexp for removing pre blocks when quoting notes (#16353).Jean-Philippe Lang2014-03-151-1/+1
* Use #read/#write_attribute instead of #super when overwriting default accesso...Jean-Philippe Lang2014-03-151-2/+3
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-153-1/+40
* Spanish translation updated by Jesus Gutierrez de la Vega (#16356)Toshi MARUYAMA2014-03-151-2/+1
* Russian translation updated by Kirill Bezrukov (#16336)Toshi MARUYAMA2014-03-131-2/+1
* Korean Translation updated by Jong-Ha Ahn (#16334)Toshi MARUYAMA2014-03-131-25/+20
* fix Turkish translation typo by Gürkan Gür (#16320)Toshi MARUYAMA2014-03-121-1/+1
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-7/+7
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-1/+1
* Japanese translation updated by Go MAEDA (#16291)Toshi MARUYAMA2014-03-111-2/+1
* Watcher search now displays project members by default.Jean-Philippe Lang2014-03-021-2/+1
* Updated CHANGELOG for 2.4.4 and 2.5.0.Jean-Philippe Lang2014-03-021-0/+56
* Changeset comments set to longtext for handling comments > 64KB with Mysql (#...Jean-Philippe Lang2014-02-282-0/+23
* Always load formatter scripts for when the description is read-only on page l...Jean-Philippe Lang2014-02-281-0/+2
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-283-16/+23
* use Python getattr instead of hasattr (#16177)Toshi MARUYAMA2014-02-261-1/+1
* Mercurial 2.9 compatibility (#16177)Toshi MARUYAMA2014-02-261-2/+7
* scm: mercurial: add one "closed" branch to test repository (#16177)Toshi MARUYAMA2014-02-264-6/+6
* Removed hard-coded strings (#16164).Jean-Philippe Lang2014-02-251-2/+6
* prevent issue tree hierarchy is broken in race conditions (#6579)Toshi MARUYAMA2014-02-251-7/+13
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-2510-145/+436
* explicitly set encoding UTF-8 (#16107)Toshi MARUYAMA2014-02-221-1/+6
* add "assert_response 401" to tests (#16107)Toshi MARUYAMA2014-02-221-0/+2
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-222-2/+8
* Trigger basic HTTP authentication only when Basic authorization header is pre...Jean-Philippe Lang2014-02-222-1/+11
* Only notify users that can see news (#16134).Jean-Philippe Lang2014-02-221-1/+1
* Prevent N queries on custom_fields when call /issues API.Jean-Philippe Lang2014-02-221-1/+1
* Preload authors for /issues API calls.Jean-Philippe Lang2014-02-221-0/+1
* Preload issue authors when displayed on the issue list (#16091).Jean-Philippe Lang2014-02-221-0/+3
* Preload issue relations when exporting issues to CSV with all columns (#16091).Jean-Philippe Lang2014-02-221-0/+3
* fix typos of migrate_from_trac.rakeToshi MARUYAMA2014-02-201-3/+2
* update Rails to 3.2.17Toshi MARUYAMA2014-02-191-1/+1
* svn propset svn:eol-style native fixture (#16122)Toshi MARUYAMA2014-02-180-0/+0
* fix newline of fixture (#16122)Toshi MARUYAMA2014-02-181-6/+6
* add test of gmail ISO-8859-2 mail receiving (#16122)Toshi MARUYAMA2014-02-182-0/+22
* svn propset svn:eol-style native fixture (#14675)Toshi MARUYAMA2014-02-170-0/+0
* add test of quoted printable UTF-8 mail reviving (#14675)Toshi MARUYAMA2014-02-172-0/+30
* Rails4: fix time related git unit test failureToshi MARUYAMA2014-02-151-1/+1
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-152-1/+17
* Move the field format at the top of the form.Jean-Philippe Lang2014-02-151-1/+1
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-153-0/+26
* Always preload issues custom values (#16091).Jean-Philippe Lang2014-02-151-3/+1