Commit Graph

1143 Commits (5a6000444fb68a42b02dbb3ce0b49fb1f2639118)

Author SHA1 Message Date
Jean-Philippe Lang 96ce0f017c Adds a builder-like template system for rendering xml and json API responses. 14 years ago
Jean-Philippe Lang ae3fd4cb59 Accept key auth for ProjectsController#show (#6841). 14 years ago
Jean-Philippe Lang 3d6cb1435c Accept key auth for ProjectsController#destroy (#6841). 14 years ago
Jean-Philippe Lang 054b7d28f1 Accept key auth for ProjectsController#update (#6841). 14 years ago
Jean-Philippe Lang 8458faed11 Accept key auth for ProjectsController#create (#6841). 14 years ago
Jean-Philippe Lang 620c48fbbb Reload themes so that new themes can be used without restarting Redmine (#5712). 14 years ago
Jean-Philippe Lang 4faca3cd4a Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966). 14 years ago
Jean-Philippe Lang 97140f6a78 Fixed: Wiki#find_page should not be case sensitive because page title uniqueness is not (#6987). 14 years ago
Jean-Philippe Lang 4a6a551d07 Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). 14 years ago
Jean-Philippe Lang dfc76ce642 Fixed: new gantt chart discloses all private projects names (#6276). 14 years ago
Jean-Philippe Lang cfc3ee4f5a Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117). 14 years ago
Jean-Philippe Lang 6b72c66893 Fixed: MercurialAdapter.client_version depends on LANG environment variable (#5117). 14 years ago
Jean-Philippe Lang 1f237388bd Add assertions for #6929 in MailHandler tests. 14 years ago
Jean-Philippe Lang 06b0176a3e Fixed: submitting a non numerical parent task input creates a 500 error (#6932). 14 years ago
Jean-Philippe Lang 8bb75da1ac Initialize TimeEntry attributes with params when editing an issue (#5441). 14 years ago
Jean-Philippe Lang ee91e34096 Fixes a NoMethodError in tests with ruby 1.8.6. 14 years ago
Jean-Philippe Lang 2fab7bd9b1 Adds leading slash to all assert_redirected_to arguments (#6887). 14 years ago
Jean-Philippe Lang 2ee45e8cac Use Object#tap instead of #returning (#6887). 14 years ago
Jean-Philippe Lang d7cdd58db6 MailHandler: ignore assignee if invalid. 14 years ago
Jean-Philippe Lang eaab2ede76 Makes projects API return XML description when creating a project (#6874). 14 years ago
Jean-Philippe Lang abf988ad69 Makes MailHandler ignore invalid keyword values to avoid validation failures. 14 years ago
Jean-Philippe Lang d4ab2ab4b9 Makes MailHandler accept localized keywords for default or user language (#6112). 14 years ago
Jean-Philippe Lang e0e8c14c2a Makes MailHandler accept all issue attributes and custom fields that can be set/updated (#4071, #4807, #5622, #6110). 14 years ago
Jean-Philippe Lang 0eb7d8f614 Moved some permission checks for issue update from controller to model. 14 years ago
Jean-Philippe Lang fa3d71bed9 Allow non-unique names for projects (#630). 14 years ago
Jean-Philippe Lang 44c9ad687f Reverted r4381. 14 years ago
Jean-Philippe Lang 63866407f1 Fixed: unchecking status filter on the issue list has no effect (#6844). 14 years ago
Jean-Philippe Lang 475530e59f Adds a "visible" option on User and Project custom fields (#1738). 14 years ago
Jean-Philippe Lang 3b01ea9fa4 Removed gantt and calendar menu items that do not fit into the core project menu (#6271). 14 years ago
Jean-Philippe Lang 1c047dfeb8 Fixed: start date being filled with current date even when blank value is submitted (#6575). 14 years ago
Jean-Philippe Lang 7f9d2b0804 Render TOC as nested lists (#1857). 14 years ago
Jean-Philippe Lang 024ff96ee2 Extract headings and TOC parsing from the textile formatter. 14 years ago
Jean-Philippe Lang 666c54e86c Adds a combo to select parent on wiki page rename (#5136). 14 years ago
Jean-Philippe Lang f79a6f701a Makes textile formatter accept 2 letters acronym (#6591). 14 years ago
Jean-Philippe Lang 6f841b7f43 Fixed: 'View difference' broken on wiki page history (#6747). 14 years ago
Eric Davis c55e060bab Allow key authentication when deleting issues (with tests) #6447 14 years ago
Eric Davis 7d934c984a Allow key authentication when updating issues (with tests) #6447 14 years ago
Eric Davis 4b1dd334a5 Allow key authentication when creating issues (with tests) #6447 14 years ago
Eric Davis c967899b14 Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447 14 years ago
Eric Davis 30dc4fec99 Refactor: convert API key tests using HTTP Basic to a shoulda macro 14 years ago
Eric Davis 7e359d3d7e Add a Email Header setting. Useful for adding delimiters to every email. 14 years ago
Eric Davis 0395eb99de Remove email quotes (>) when searching for incoming email delimiters. #2852 #6628 14 years ago
Eric Davis a04d64881c Refactor: convert username/password http basic auth api tests to shoulda macros #6447 14 years ago
Eric Davis bed79f523b Refactor: convert api key tests to shoulda macros for reuse. #6447 14 years ago
Eric Davis d5fde17bf5 Move all API tests into the ApiTest module to make management easier 14 years ago
Jean-Philippe Lang db2ecd3010 Fixed: "Template is missing" error when validation fails on version edit (#6766). 14 years ago
Jean-Baptiste Barth f8b79c52cb Force color to be disabled on git shell-outs. #5324 14 years ago
Eric Davis c514dd6885 Refactor: convert WikiController to a REST resource 14 years ago
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Eric Davis 70bf0706b2 Refactor: convert WikiController#destroy to use HTTP DELETE 14 years ago