Commit Graph

1247 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
Jean-Philippe Lang e9775097ec Adds xml/json REST API for Users (#6260). 14 years ago
Jean-Philippe Lang 96ce0f017c Adds a builder-like template system for rendering xml and json API responses. 14 years ago
Jean-Philippe Lang 483133285e Add responders to UsersController. 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 4a6a551d07 Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987). 14 years ago
Jean-Philippe Lang 8bb75da1ac Initialize TimeEntry attributes with params when editing an issue (#5441). 14 years ago
Jean-Philippe Lang 3ba3c540fb Prevents NoMethodError when requesting /time_entries/edit without an id (#6904). 14 years ago
Jean-Philippe Lang eaab2ede76 Makes projects API return XML description when creating a project (#6874). 14 years ago
Jean-Philippe Lang 0eb7d8f614 Moved some permission checks for issue update from controller to model. 14 years ago
Jean-Philippe Lang 44c9ad687f Reverted r4381. 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
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
Tim Felgentreff 759313b181 more test fixes 14 years ago
Tim Felgentreff 65097e7d11 fixing tests 14 years ago
Jean-Philippe Lang db2ecd3010 Fixed: "Template is missing" error when validation fails on version edit (#6766). 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
Eric Davis 397222f198 Allow adding notes when moving issues 14 years ago
Eric Davis 22e3cba0b7 Allow changing the Priority when moving issues. 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Jean-Philippe Lang 7824eca775 Refactor: merged error rendering methods. 14 years ago
Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 14 years ago
Eric Davis cac3b1e538 Refactor: split WikiController#edit into #update 14 years ago
Eric Davis c259ada6e1 Refactor: rename WikiController#index to #show, it's a single resource action 14 years ago
Eric Davis d3381fb518 Refactor: change :id on WikiController to use :project_id 14 years ago
Eric Davis 297eb6f81b Refactor: remove WikiController#special 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago
Eric Davis 0271105794 Refactor: extract #page_index from WikiController#special 14 years ago
Eric Davis bbbfd4ee4c Refactor: extract finder to a utility method 14 years ago
Eric Davis e8468b51cc Refactor: extract method in WikiController#special to create a new #export method 14 years ago
Eric Davis 718816c5d4 Refactor: convert timelogs to a REST resource (:time_entries) 14 years ago
Eric Davis 435c90eb47 Refactor: extract TimelogController#edit to #update 14 years ago
Eric Davis eabf1ff3e7 Add SortHelper so custom queries will run on the Calendar. #6612 14 years ago
Eric Davis 4acd990ee2 Refactor: extract TimelogController#create from TimelogController#edit 14 years ago
Jean-Baptiste Barth 156eca4d22 Added ability to edit issues from different project through contextual menu (#5332) 14 years ago
Eric Davis 068771ea07 Refactor: extract TimelogController#new from #edit 14 years ago
Jean-Baptiste Barth b255b7760a Added ability to delete issues from different projects through contextual menu (#5332) 14 years ago
Eric Davis 2ecca7e4df Refactor: rename TimelogController#details to #index 14 years ago
Eric Davis e13790c62c Refactor: extract TimelogController#report to a new controller class 14 years ago
Eric Davis 86ba692bf5 Refactor: split UsersController#edit into #edit and #update 14 years ago
Eric Davis d06a1a7fa4 Refactor: rename UsersController#add to #new 14 years ago