summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use named routes or helpers.Jean-Philippe Lang2014-11-264-7/+7
* German translation updated by Daniel Felix (#18438)Toshi MARUYAMA2014-11-261-6/+6
* Gemfile: add :x64_mingw platform missing in r13651Toshi MARUYAMA2014-11-261-2/+2
* use English at integration IssuesTest#test_issue_with_user_custom_fieldToshi MARUYAMA2014-11-251-12/+13
* replace ruby.exe to ruby at bin/ filesToshi MARUYAMA2014-11-253-3/+3
* Gemfile: add :x64_mingw platform (aka RubyInstaller x64)Toshi MARUYAMA2014-11-251-5/+5
* Added missing tests for notify_about?Jean-Philippe Lang2014-11-241-24/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-241-71/+34
* Fixed tests broken by r13646.Jean-Philippe Lang2014-11-231-2/+2
* Removed some test contexts.Jean-Philippe Lang2014-11-233-100/+55
* Removed some test contexts.Jean-Philippe Lang2014-11-234-595/+373
* First db:migrate fails with SQLServer (undefined method type for nil class in...Jean-Philippe Lang2014-11-231-0/+2
* Removed duplicate element ids.Jean-Philippe Lang2014-11-2313-28/+31
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-2311-32/+216
* Merged r13640 from 2.6-stable to trunk (#18280)Toshi MARUYAMA2014-11-221-1/+2
* replace tab to space at app/models/issue.rbToshi MARUYAMA2014-11-221-1/+1
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-222-1/+6
* Code cleanup.Jean-Philippe Lang2014-11-221-2/+1
* Clear @spent_hours on reload (#18410).Jean-Philippe Lang2014-11-221-0/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2252-951/+443
* RTL css improvement (#18390)Toshi MARUYAMA2014-11-211-94/+385
* German Self-registration translation changed by Filou Centrinov (#18392)Toshi MARUYAMA2014-11-211-1/+1
* fix typo and use "GitHub" instead of "github" at CONTRIBUTING.mdToshi MARUYAMA2014-11-211-1/+1
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-208-62/+41
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-2023-128/+128
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-183-31/+31
* Removed submit_query_form function.Jean-Philippe Lang2014-11-183-8/+4
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-185-7/+8