summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-304-7/+267
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-261-0/+10
* Wiki links:Jean-Philippe Lang2008-03-211-1/+15
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-193-2/+9
* Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).Jean-Philippe Lang2008-03-171-0/+13
* Add NewsController and TimelogController tests.Jean-Philippe Lang2008-03-173-1/+105
* Add some tests on RolesController.Jean-Philippe Lang2008-03-174-56/+178
* Small fix to the Redmine links regexp.Jean-Philippe Lang2008-03-171-0/+2
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-172-16/+29
* Fix tests broken by r1243 (Redirect to issue page after creating a new issue).Jean-Philippe Lang2008-03-152-3/+3
* Workflow copy:Jean-Philippe Lang2008-03-153-0/+158
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-142-1/+47
* Strip repository urls (closes #852).Jean-Philippe Lang2008-03-141-0/+9
* Fixes #820: invalid project id causes a NoMethodError in SearchController (An...Jean-Philippe Lang2008-03-121-0/+6
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-127-3/+331
* Activity enhancements:Jean-Philippe Lang2008-03-114-16/+73
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+8
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-2/+2
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-1/+1
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-292-4/+46
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-292-3/+3
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-293-3/+4
* Fixed JournalControllerTest.Jean-Philippe Lang2008-02-271-1/+1
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-272-12/+39
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-262-2/+50
* Fixes:Jean-Philippe Lang2008-02-172-2/+21
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-163-0/+135
* Added:Jean-Philippe Lang2008-02-161-0/+3
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+8
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-131-0/+43
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-102-28/+117
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-092-18/+11
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-061-4/+29
* Activity test fix (r1120).Jean-Philippe Lang2008-02-051-6/+8
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-0/+11
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-022-0/+59
* Fixed RepositoriesController: undefined local variable or method `show_error'...Jean-Philippe Lang2008-01-251-0/+6
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-0/+8
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-241-1/+73
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-212-2/+33
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-204-5/+44
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-201-1/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-203-22/+53
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-164-10/+21
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-154-3/+64
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-062-13/+54
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-066-15/+154
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-1/+27
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-202-1/+15
* Do not run Mercurial functional tests if the test repository is not set up.Jean-Philippe Lang2007-12-191-77/+82