summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-0/+23
* Added missing Enumeration STI exemplars.Eric Davis2010-04-132-0/+20
* Fixes a test failure with SQLite3 due to transaction fixtures (#5290).Jean-Philippe Lang2010-04-122-26/+83
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-111-11/+14
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-112-0/+24
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-0/+28
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-113-0/+37
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-0/+16
* Fixes broken test.Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-1/+5
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-0/+17
* Cleans up status assignment in IssuesController#new handled by Issue#safe_att...Jean-Philippe Lang2010-03-201-0/+43
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-201-0/+7
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+14
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-0/+27
* Fixed closing tags in syntax highlighting tests.Jean-Philippe Lang2010-03-151-2/+2
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-0/+8
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-131-0/+15
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-136-16/+405
* More detailed failures message.Jean-Philippe Lang2010-03-121-1/+1
* Fixes a test failure.Jean-Philippe Lang2010-03-121-1/+1
* Refactors textile formatting tests.Jean-Philippe Lang2010-03-121-16/+15
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-121-0/+19
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-0/+10
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-121-0/+18
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-111-0/+45
* Use assert_select to check the download link. (#4204)Eric Davis2010-03-101-1/+1
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-0/+20
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-082-0/+190
* Moves scm adapters unit tests to a dedicated folder.Jean-Philippe Lang2010-03-064-4/+4
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-062-12/+29
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-062-35/+34
* Fixed: no email notification on new project/version file added (#4966).Jean-Philippe Lang2010-03-031-0/+14
* Fixes git annotate (#3832).Jean-Philippe Lang2010-03-031-2/+3
* Added test for when an attachment fails to save.Eric Davis2010-03-031-1/+21
* Fixes failing tests from r3521Eric Davis2010-03-021-6/+6
* Verify issues are updated by HTTP PUT only. Regression from r3486.Eric Davis2010-03-011-0/+14
* Adds a test for not sending email without recipient (#4920).Jean-Philippe Lang2010-02-281-0/+21
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-281-0/+14
* Fixed: attachments with the same name at the same time overwrite (#3691).Jean-Philippe Lang2010-02-281-0/+10
* Fixes a test failure due to a default custom field value.Jean-Philippe Lang2010-02-281-4/+2
* Adds missing fixtures.Jean-Philippe Lang2010-02-281-0/+1
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-0/+17
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-0/+26
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-2/+8
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-262-6/+4