summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* ruby1.9 compatibilityJean-Philippe Lang2010-12-311-1/+1
* Disable project completion display on the gantt (#7127).Jean-Philippe Lang2010-12-291-5/+5
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-2/+6
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+8
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+15
* Fixes: Mercurial adapter loses seconds of commit times (#6656).Jean-Philippe Lang2010-12-231-1/+9
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-0/+16
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-0/+6
* Adds missing fixtures when running tests from scratch.Jean-Philippe Lang2010-12-201-0/+5
* Adds tests for class attribute parsing on pre/code tags.Jean-Philippe Lang2010-12-181-0/+3
* Ported subtasks display with indentation to the new gantt (#7128) and fixed m...Jean-Philippe Lang2010-12-181-11/+35
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-18/+18
* Gantt code cleanup.Jean-Philippe Lang2010-12-171-4/+4
* Gantt: fixes progress width in some cases and start code cleaning.Jean-Philippe Lang2010-12-171-10/+18
* Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...Jean-Philippe Lang2010-12-171-4/+4
* Adds an application setting to limit the number of items that can be displaye...Jean-Philippe Lang2010-12-151-2/+18
* 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-1287-87/+87
* Fixes tests after fixtures changes.Jean-Philippe Lang2010-12-121-5/+3
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-16/+17
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-0/+87
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-3/+7
* Add tests for wiki edit notifications (#7024).Jean-Philippe Lang2010-12-071-0/+20
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-16/+0
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-0/+81
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-0/+3
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-0/+10
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+11
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-0/+7
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+29
* Prevents random failure in XmlTest.Jean-Philippe Lang2010-12-031-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+9
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-032-0/+108
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+59
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-271-3/+8
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-272-1/+11
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-211-5/+11
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-201-5/+6
* Add assertions for #6929 in MailHandler tests.Jean-Philippe Lang2010-11-201-0/+2
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-0/+2
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-0/+12
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-0/+15
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-121-0/+5
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+0
* Reverted r4381.Jean-Philippe Lang2010-11-071-1/+3
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-3/+1
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-13/+26
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-062-1/+26