summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-3/+6
* Adds projects association on tracker form (#2578).Jean-Philippe Lang2009-01-291-0/+68
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+36
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+7
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-2623-118/+1059
* Ability to bulk edit custom fields of type 'list' (#461).Jean-Philippe Lang2009-01-251-2/+27
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-252-0/+34
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-0/+10
* Removes unused projects_count column from projects table.Jean-Philippe Lang2009-01-241-6/+0
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-243-22/+119
* Fixes a test that was broken by r2294.Jean-Philippe Lang2009-01-241-1/+1
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-212-0/+22
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-192-1/+28
* Use In-Reply-To and References headers to handle replies by email.Jean-Philippe Lang2009-01-191-1/+2
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-182-2/+40
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-172-3/+26
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-2/+2
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-1/+6
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-2/+2
* Adds custom fields functional tests.Jean-Philippe Lang2009-01-161-0/+56
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-0/+18
* Adds a 'Create and continue' button on the new issue form, that will create t...Jean-Philippe Lang2009-01-161-0/+10
* Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).Jean-Philippe Lang2009-01-121-1/+1
* Ability to sort the issue list by text, int and float custom fields (#1139).Jean-Philippe Lang2009-01-114-9/+76
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-111-0/+26
* Different icon for closed issues in search result (#992).Jean-Philippe Lang2009-01-112-0/+28
* Makes email adress uniqueness case-insensitive (#2473).Jean-Philippe Lang2009-01-101-0/+13
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-092-1/+20
* Fixes a test failure with svn < 1.5 (#2455).Jean-Philippe Lang2009-01-071-7/+9
* Fixes functional test broken by r2246.Jean-Philippe Lang2009-01-071-5/+5
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-071-0/+6
* Slight changes in functional tests.Jean-Philippe Lang2009-01-049-15/+16
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-6/+6
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-041-2/+10
* Import custom fields values from emails (#2413).Jean-Philippe Lang2008-12-302-1/+53
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-0/+17
* Renumbers projects_trackers fixtures (#2411).Jean-Philippe Lang2008-12-291-14/+14
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-1/+2
* Fixed bold syntax around single character in series (#2351).Jean-Philippe Lang2008-12-281-1/+4
* Fixes functional tests fixtures (#2398).Jean-Philippe Lang2008-12-282-2/+3
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-0/+6
* Fixes functional test failures.Jean-Philippe Lang2008-12-272-3/+3
* Fixtures update.Jean-Philippe Lang2008-12-271-0/+5
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-0/+10
* Escape textile titles and styles (#2377).Jean-Philippe Lang2008-12-231-0/+10
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-0/+24
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-0/+5
* Escape double-quotes in image titles.Jean-Philippe Lang2008-12-191-0/+2
* Fixed a failing test caused by comparing a Time object (n.day.ago) with a Dat...Eric Davis2008-12-181-2/+2
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+7