summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds tests for invalid parameters.Jean-Philippe Lang2014-12-051-0/+15
* Use :only instead of :except option in IssueRelationsController filters.Jean-Philippe Lang2014-12-051-4/+6
* Adds a test for when link_copied_issue setting is set to "never".Jean-Philippe Lang2014-12-051-0/+12
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-052-4/+15
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-052-78/+122
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-8/+0
* Removed unused helper.Jean-Philippe Lang2014-12-031-4/+0
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-032-7/+7
* Adds a few tests.Jean-Philippe Lang2014-12-039-3/+127
* Get version ids with a single query (was n+1).Jean-Philippe Lang2014-12-021-3/+4
* Removed broken and unused method added in r5313.Jean-Philippe Lang2014-12-021-6/+0
* Use scope.Jean-Philippe Lang2014-12-021-1/+1
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-026-6/+181
* Japanese translation updated by Go MAEDA (#18535)Toshi MARUYAMA2014-12-021-4/+4
* Traditional Chinese translation updated and changed by ChunChang Lo (#18519)Toshi MARUYAMA2014-12-021-9/+9
* Bulgarian translation updated by Ivan Cenov (#18507)Toshi MARUYAMA2014-12-021-4/+4
* Galician (gl) translation updated by Adrián Chaves Fernández (#18502)Toshi MARUYAMA2014-12-021-10/+10
* Japanese translation updated by Go MAEDA (#18506)Toshi MARUYAMA2014-12-021-3/+3
* Galician (gl) translation updated by Adrián Chaves Fernández (#18534, #18502)Toshi MARUYAMA2014-12-021-2/+2
* Set notified events as expected.Jean-Philippe Lang2014-11-302-90/+102
* Code cleanup.Jean-Philippe Lang2014-11-301-4/+5
* Removed unneeded patch in tests.Jean-Philippe Lang2014-11-301-11/+0
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-3014-28/+30
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-3022-82/+10
* Test cleanup.Jean-Philippe Lang2014-11-302-9/+1
* Textile: ignore invalid lang attribute values (#18501).Jean-Philippe Lang2014-11-302-2/+16
* Drop shoulda.Jean-Philippe Lang2014-11-304-18/+9
* Test API authentification once.Jean-Philippe Lang2014-11-309-472/+73
* Remove contexts in QueryTest.Jean-Philippe Lang2014-11-301-118/+114
* Gantt unit tests cleanup.Jean-Philippe Lang2014-11-301-462/+201
* Makes object argument optional and typo.Jean-Philippe Lang2014-11-301-2/+2
* add missing fixtures to test/functional/projects_controller_test.rbToshi MARUYAMA2014-11-301-1/+2
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-292-0/+12
* Adds translation strings (#18500).Jean-Philippe Lang2014-11-2946-0/+138
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-299-37/+95
* Adds a more specific title for the attachments edit link (#1326).Jean-Philippe Lang2014-11-2950-2/+52
* Adds :inverse_of option.Jean-Philippe Lang2014-11-291-1/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-2913-5/+236
* Typo.Jean-Philippe Lang2014-11-281-1/+1
* Moved format specific stuff on format specific methods.Jean-Philippe Lang2014-11-281-147/+127
* Group filters in the filter select list (#13849).Jean-Philippe Lang2014-11-283-14/+78
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-282-3/+15
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-282-1/+15
* Use of PRE tag in issue description results in wrapped text (#18464).Jean-Philippe Lang2014-11-281-1/+2
* Removed useless local variable.Jean-Philippe Lang2014-11-261-2/+1
* Removed duplicated code.Jean-Philippe Lang2014-11-261-63/+58