summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-3/+3
* Fixes unsafe assertion that may cause failures.Jean-Philippe Lang2010-12-101-2/+2
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-0/+34
* Fixes a fixture with valid attributes (start_date < due_date).Jean-Philippe Lang2010-12-101-2/+2
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-102-1/+18
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+26
* 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-052-1/+82
* 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
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+54
* 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
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-0/+134
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-032-0/+31
* 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-032-3/+12
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-031-0/+256
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-032-0/+108
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-0/+6
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-8/+14
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-10/+14
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-14/+19
* 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-272-3/+20
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-272-1/+11
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-272-1/+47
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-211-0/+12
* 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
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-201-0/+14
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-171-1/+8
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-1419-57/+57
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-141-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-142-0/+3
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-132-2/+9
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-122-0/+58
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-122-0/+58
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-123-0/+9
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-1/+100
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+0
* Reverted r4381.Jean-Philippe Lang2010-11-071-1/+3
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-1/+32
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-074-2/+36
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-3/+1
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-0/+22