summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove ineffective "logger.info" and "logger.error" check from MailHandler mo...Toshi MARUYAMA2013-08-031-9/+9
* add example on how to run a single test to documentation (#14588)Toshi MARUYAMA2013-08-011-1/+2
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-306-13/+13
* add missing fixture to test/unit/issue_relation_test.rbToshi MARUYAMA2013-07-301-1/+2
* Broken tests (#14491).Jean-Philippe Lang2013-07-291-1/+0
* Use the default project when receiving an email with an invalid project keywo...Jean-Philippe Lang2013-07-292-0/+17
* Fixed that open/closed counts on issues summary are not displayed with SQLSer...Jean-Philippe Lang2013-07-282-1/+19
* Autocomplete fields rendering issue with alternate theme (#14340).Jean-Philippe Lang2013-07-281-1/+1
* Filtering issues on "related to" may ignore other filters (#14401).Jean-Philippe Lang2013-07-282-3/+17
* Spent time details and report should ignore 'Setting.display_subprojects_issu...Jean-Philippe Lang2013-07-282-2/+22
* Additional status transitions for assignees do not work if assigned to a grou...Jean-Philippe Lang2013-07-282-5/+29
* Fixed: warning: class variable access from toplevel on Ruby 2.0 (#14511).Jean-Philippe Lang2013-07-281-3/+2
* Missing Sort Column Label and Center Align on Admin-Enumerations (#14516).Jean-Philippe Lang2013-07-281-2/+2
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-2829-43/+34
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-282-1/+54
* svn propset svn:eol-style native test fixtures (#14562)Toshi MARUYAMA2013-07-280-0/+0
* fix diff of CJK(Chinese/Japanese/Korean) is broken on Ruby 1.8 (#14562)Toshi MARUYAMA2013-07-285-3/+80
* Don't use finder options.Jean-Philippe Lang2013-07-281-12/+3
* Preload some associations.Jean-Philippe Lang2013-07-281-8/+5
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-283-9/+32
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-243-1/+16
* Spanish translations for trunk updated by Jorge López (#14521)Toshi MARUYAMA2013-07-241-8/+8
* Spanish translations for 2.3.x updated by Jorge López (#14531, #14521)Toshi MARUYAMA2013-07-241-4/+4
* Russian translation for trunk updated by Alex Stein (#14501)Toshi MARUYAMA2013-07-191-7/+7
* Russian translation for 2.3-stable updated by Alex Stein (#14502, #14501)Toshi MARUYAMA2013-07-191-9/+9
* update ruby-openid version to 2.2.3Toshi MARUYAMA2013-07-191-1/+1
* Bulgarian translation updated by Ivan Cenov (#14473)Toshi MARUYAMA2013-07-181-4/+4
* Japanese translation updated by Go MAEDA (#14478)Toshi MARUYAMA2013-07-181-9/+8
* Traditional Chinese translation for trunk updated by ChunChang Lo (#14458)Toshi MARUYAMA2013-07-181-7/+6
* Traditional Chinese translation for 2.3-stable updated by ChunChang Lo (#1448...Toshi MARUYAMA2013-07-181-1/+1
* CVS root_url not recognized when connection string does not include port (#14...Jean-Philippe Lang2013-07-152-3/+14
* Don't hardcode news model in Comment.Jean-Philippe Lang2013-07-151-2/+3
* Updates for 2.3.2 release.Jean-Philippe Lang2013-07-142-1/+29
* Additional tests for AccountController.Jean-Philippe Lang2013-07-141-0/+25
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-1416-173/+72
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-148-9/+115
* Test failures with ruby1.8.Jean-Philippe Lang2013-07-131-0/+1
* ruby1.8 compatibility.Jean-Philippe Lang2013-07-131-1/+2
* Adds a test for CvsAdapter#root_url_path (#14422).Jean-Philippe Lang2013-07-131-0/+5
* Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...Jean-Philippe Lang2013-07-131-2/+4
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-133-3/+33
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-132-0/+22
* Fills locales with new strings.Jean-Philippe Lang2013-07-1346-0/+184
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1341-121/+953
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-132-1/+34
* Exception message may not be UTF-8 encoded.Jean-Philippe Lang2013-07-121-1/+1
* Fixed one query per member on project settings.Jean-Philippe Lang2013-07-111-1/+1
* One query is enough.Jean-Philippe Lang2013-07-111-2/+2