summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restores non english field_start_date translations (#6629, #7016).Jean-Philippe Lang2010-12-2238-38/+38
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-212-3/+19
* Force vertical scroll bar to avoid layout jump.Jean-Philippe Lang2010-12-211-0/+1
* Broken links on wiki diff view.Jean-Philippe Lang2010-12-201-2/+2
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-202-10/+18
* Fixes valid revision regexp.Jean-Philippe Lang2010-12-201-1/+1
* Adds missing fixtures when running tests from scratch.Jean-Philippe Lang2010-12-201-0/+5
* Fixes task description.Jean-Philippe Lang2010-12-201-1/+1
* Adds tasks to run scm tests: test:scm:units, test:scm:functionals and test:scm.Jean-Philippe Lang2010-12-201-0/+27
* Adds routing tests for users and xml format.Jean-Philippe Lang2010-12-201-0/+5
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-204-10/+46
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-182-1/+16
* Fixes mercurial adapter.Jean-Philippe Lang2010-12-181-1/+1
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-186-21/+27
* Adds tests for class attribute parsing on pre/code tags.Jean-Philippe Lang2010-12-181-0/+3
* Fixes a data disclosure issue introduced in r3941.Jean-Philippe Lang2010-12-182-2/+9
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-184-28/+92
* Sort versions drop down on the bulk edit form.Jean-Philippe Lang2010-12-181-1/+1
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-182-1/+4
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-172-2/+6
* Adds a css class for gantt subjects.Jean-Philippe Lang2010-12-172-0/+4
* Gantt code cleaning.Jean-Philippe Lang2010-12-171-98/+53
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-37/+16
* Gantt: make the png looks more like html.Jean-Philippe Lang2010-12-171-58/+47
* Gantt: make the pdf looks more like html.Jean-Philippe Lang2010-12-171-91/+66
* Gantt code cleanup.Jean-Philippe Lang2010-12-173-79/+26
* Gantt code cleanup.Jean-Philippe Lang2010-12-173-80/+36
* Gantt code cleanup.Jean-Philippe Lang2010-12-172-26/+30
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-172-52/+90
* Adds missing strings in locales.Jean-Philippe Lang2010-12-1724-1/+95
* Converts translations to the new i18n interpolation format (#6495).Jean-Philippe Lang2010-12-1743-8877/+8877
* Locales update before changing interpolation format.Jean-Philippe Lang2010-12-173-34/+34
* Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...Jean-Philippe Lang2010-12-174-7/+19
* Skip a few SQL queries for cross project gantt.Jean-Philippe Lang2010-12-151-1/+1
* Locales update.Jean-Philippe Lang2010-12-1541-0/+82
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-157-7/+67
* Adds journal created_on attribute to issue API (#7111).Jean-Philippe Lang2010-12-141-0/+1
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-142-2/+22
* Set encoding to utf-8 for ruby 1.9 compatibility. #4050Jean-Baptiste Barth2010-12-121-0/+2
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-12159-159/+159
* Fixed bad html generated in users/memberships partial (multiple </tbody> tags)Jean-Baptiste Barth2010-12-121-1/+1
* Fixes tests after fixtures changes.Jean-Philippe Lang2010-12-121-5/+3
* Restores the issue description label (#6677).Jean-Philippe Lang2010-12-121-8/+10
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-126-7/+144
* Use GET instead of POST to retrieve context menu (#6762).Jean-Philippe Lang2010-12-121-0/+1
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-122-1/+2
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-125-3/+35
* UsersController tests cleanup.Jean-Philippe Lang2010-12-121-49/+33
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-122-2/+36
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-124-6/+22