Commit Graph

365 Commits (d8d23cdd6439a07fa007ba82fa346b0d64194e72)

Author SHA1 Message Date
Jens Ulferts 9e2f020cf9 moves issue preview into resource routes 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts a3fbae41be resourcified issue_categories 12 years ago
Jens Ulferts 9b28e61838 resourcifies documents 12 years ago
Jens Ulferts 29192be9c3 adds project_id to activity project menu item to have it correctly scoped under project 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago
Jens Ulferts 9cd5d4f26a resourcified boards 12 years ago
Philipp Tessenow 99dbaf25ed move wysiwyg initialization code to redmine core 12 years ago
Jens Ulferts f0ebe9f0b9 adding settings to control user deletion 12 years ago
Jens Ulferts db5a758b6d adding a delete account link to the "my account" menu 12 years ago
Martin Linkhorst 97ff222d1c Only allow project admins to export issues. export formats are: atom, rss, api, xls, csv, pdf. #25512 13 years ago
Felix Schäfer 8ac268fc5b explicitly require globalize 13 years ago
Romano Licker 94735c2bfb [unifynavigation] rename 'settings' to more a specific 'project settings' 13 years ago
Romano Licker 02310066d4 [unifynavigation] move news link from index to projectmenu 13 years ago
Romano Licker 0bc0e9c45f [designfix] move wiki sidebar navigation to main menu 13 years ago
Romano Licker 44ac9af7fe Revert "[accessibility] replacing background image with img-tags" 13 years ago
Romano Licker 6a645bfe9a [accessibility] replacing background image with img-tags 13 years ago
Romano Licker 3590ec4823 [accessibility] add help accesskey "6" 13 years ago
Stephan Eckardt fb58bde578 [#732] Add a navigation menu to the my account page for allowing extensions to add actions in this section 13 years ago
Romano Licker 65d485dbde [#692 #559] Grouping issues menu 13 years ago
Romano Licker 6f69165008 [#692] projects will only be visible in the top menu when logged 13 years ago
Romano Licker 977f74e11a [#692] Main design changes for new theme 13 years ago
Romano Licker 734da91b4b [#692] login slidedown implemented with tabindex and focus fix 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 d8fbdca760 Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 14 years ago
Jean-Philippe Lang c9497f39b8 Keep track of issue description changes (#746). 14 years ago
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang f7cf8aa878 Adds REST API for TimeEntries (#6823). 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 44c9ad687f Reverted r4381. 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
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 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 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 244e94de80 Refactor the hardcoded event actions (notifiables) to use a class 14 years ago
Eric Davis 401197a895 Refactor: move #destroy_comment method to CommentsController#destroy 14 years ago
Eric Davis 1f2f953687 Refactor: move NewsController#add_comment to CommentsController#create 14 years ago
Eric Davis 01d1a02df4 Refactor: split NewsController#edit into #edit and #update 14 years ago