Commit Graph

188 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
Jens Ulferts 5ec77ab57b makes activities a resource 12 years ago
Jens Ulferts 81e03169e3 removes post issues#index route 12 years ago
Martin Linkhorst 47af847f96 added documents route for projects 12 years ago
Dennis Schmidt 693c939f6e routes for issue copy and moving 12 years ago
Jens Ulferts 9b599b63fa removes duplicate routes for issue /issues/:issue_id/time_entries 12 years ago
Jens Ulferts ac693a4d2e removes ambivalence between routes for index and create for issues as both used /issues with post verb 12 years ago
Jens Ulferts 0643843645 fixes scope declaration for "my" route 12 years ago
Jens Ulferts 0bc4bdf824 moves users resource declaration upwards to give it precedence 12 years ago
Jens Ulferts b05868c09b adds route to preview a new issue 12 years ago
Martin Linkhorst 5d9b8a0523 gave the route a name, see modified controller. also documented it with example usage. let me know what you think about that. 12 years ago
Dennis Schmidt f203f52310 re-added routing fix 12 years ago
Jens Ulferts 43e3f98958 makes action on project/issue routes optional so that index can be matched 12 years ago
Jens Ulferts 4a24b38059 moves resourceful routes to the top to give it precedence, adds issues as nested resource to projects 12 years ago
Dennis Schmidt cb62f124ec updated issues routes 12 years ago
Dennis Schmidt 306f870e52 updated routes for project settings 12 years ago
Jens Ulferts 65642f0c2a removes deprecations in auth_sources 12 years ago
Martin Linkhorst e357eb9317 this is way it works with the named routes 12 years ago
Jens Ulferts d6516ccfc4 rewrite routes to reflect the new syntax 12 years ago
Jens Ulferts 4e42f69ba4 adds/modifies files required for starting the application with rails 3 12 years ago
Jens Ulferts 58735b8f4b enable admins to delete other users 12 years ago
Jens Ulferts db5a758b6d adding a delete account link to the "my account" menu 12 years ago
Gregor Schmidt d78294434a Revert set_impaired_flag functionality 13 years ago
jwollert f790754487 sets an impaired flag on first login of a user 13 years ago
Romano Licker 65d485dbde [#692 #559] Grouping issues menu 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Jean-Philippe Lang 789ccec246 Changed timelogs filters to use non-AJAX requests (#1965). 14 years ago
Jean-Philippe Lang 6f841b7f43 Fixed: 'View difference' broken on wiki page history (#6747). 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 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Jean-Philippe Lang d9652183f6 Fixed: file upload on wiki page broken by recent refactoring (#6724). 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 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 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 4acd990ee2 Refactor: extract TimelogController#create from TimelogController#edit 14 years ago
Eric Davis 068771ea07 Refactor: extract TimelogController#new from #edit 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 a034172b24 Refactor: convert UsersController to resource 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
Eric Davis 3a3263102a Refactor: split UsersController#add into #add and #create 14 years ago