OSDN Git Service

scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaar and...
[redminele/redmine.git] / config / routes.rb
2011-04-04 Toshi MARUYAMAadd bulk edit and bulk update actions for time entries...
2011-04-03 Jean-Philippe LangChanged timelogs filters to use non-AJAX requests ...
2011-04-01 Jean-Philippe LangGantt routes with format.
2011-04-01 Jean-Philippe LangConverted issue filters to non-AJAX GET requests (...
2011-01-16 Jean-Philippe LangEnable ability for administrators to delete users ...
2010-11-06 Jean-Philippe LangFixed: 'View difference' broken on wiki page history...
2010-10-28 Eric DavisRefactor: convert WikiController to a REST resource
2010-10-27 Eric DavisRefactor: use :id instead of :page when linking to...
2010-10-26 Eric DavisRefactor: convert WikiController#destroy to use HTTP...
2010-10-25 Eric DavisRefactor: Rename WikiController#page_index to #index
2010-10-22 Jean-Philippe LangFixed: file upload on wiki page broken by recent refact...
2010-10-22 Eric DavisRefactor: split WikiController#edit into #update
2010-10-21 Eric DavisRefactor: rename WikiController#index to #show, it...
2010-10-20 Eric DavisRefactor: change :id on WikiController to use :project_id
2010-10-18 Eric DavisRefactor: extract method from WikiController#special
2010-10-15 Eric DavisRefactor: extract #page_index from WikiController#special
2010-10-13 Eric DavisRefactor: extract method in WikiController#special...
2010-10-12 Eric DavisRefactor: convert timelogs to a REST resource (:time_en...
2010-10-11 Eric DavisRefactor: extract TimelogController#edit to #update
2010-10-08 Eric DavisRefactor: extract TimelogController#create from Timelog...
2010-10-07 Eric DavisRefactor: extract TimelogController#new from #edit
2010-10-06 Eric DavisRefactor: rename TimelogController#details to #index
2010-10-05 Eric DavisRefactor: extract TimelogController#report to a new...
2010-10-04 Eric DavisRefactor: convert UsersController to resource
2010-09-30 Eric DavisRefactor: split UsersController#edit into #edit and...
2010-09-29 Eric DavisRefactor: rename UsersController#add to #new
2010-09-28 Eric DavisRefactor: split UsersController#add into #add and ...
2010-09-27 Eric DavisRefactor: convert News to a REST resource
2010-09-24 Eric DavisRefactor: move NewsController#preview to PreviewsContro...
2010-09-23 Eric DavisRefactor: move #destroy_comment method to CommentsContr...
2010-09-22 Eric DavisRefactor: move NewsController#add_comment to CommentsCo...
2010-09-21 Eric DavisRefactor: split NewsController#edit into #edit and...
2010-09-20 Eric DavisRefactor: split NewsController#new into #new and #creat...
2010-09-17 Eric DavisRefactor: add VersionsController#status_by to the resource.
2010-09-17 Eric DavisRefactor: convert VersionsController to a REST resource.
2010-09-16 Eric DavisRefactor: split VersionsController#new into #new and...
2010-09-15 Eric DavisRefactor: Split VersionsController#edit into #edit...
2010-09-14 Eric DavisRefactor: convert FilesController to a restful resource.
2010-09-13 Eric DavisRefactor: split FilesController#new into #new and ...
2010-09-10 Eric DavisRefactor: convert ProjectEnumerations to a resource...
2010-09-09 Eric DavisRefactor: convert the Projects routes to resources.
2010-09-08 Eric DavisRefactor: split method ProjectsController#edit to Proje...
2010-09-07 Eric DavisRefactor: rename method ProjectsController#add to Proje...
2010-09-06 Eric DavisRefactor: split ProjectsController#add into #add (GET...
2010-09-03 Eric DavisRefactor: move method, ProjectsController#reset_activit...
2010-09-02 Eric DavisRefactor: move method, ProjectsController#save_activiti...
2010-09-01 Eric DavisRefactor: move method, ProjectsController#add_file...
2010-08-31 Eric DavisRefactor: move method, ProjectsController#list_files...
2010-08-30 Eric DavisRefactor: move method, ProjectsController#roadmap to...
2010-08-27 Eric DavisRefactor: extract ProjectsController#activity to a...
2010-08-26 Eric DavisRefactor: convert many of the custom Issue routes to...
2010-08-24 Eric DavisRefactor: extract #bulk_update method from IssuesContro...
2010-08-23 Eric DavisRefactor: move IssuesController#changes to JournalsCont...
2010-08-19 Eric DavisRefactor: move IssuesController#context_menu to a new...
2010-08-18 Eric DavisRefactor: move IssuesController#preview to a new contro...
2010-08-17 Eric DavisRefactor: move IssuesController#auto_complete to a...
2010-08-16 Eric DavisRefactor: move IssuesController#reply to JournalsController
2010-08-11 Eric DavisRefactor: Extract a new IssueMovesController from Issue...
2010-08-06 Eric DavisRefactor: start to split IssuesController#move into...
2010-05-03 Eric DavisRefactor: move Project Calendar to it's own controller.
2010-04-28 Eric DavisRefactor: Move gantts to a separate controller.
2010-04-22 Eric DavisRefactor: Split IssuesController#new to #new and #creat...
2010-03-06 Jean-Philippe LangMoves ProjectsController#add_issue_category to IssueCat...
2010-03-06 Jean-Philippe LangMoves ProjectsController#add_version to VersionsControl...
2010-02-25 Eric DavisRefactor: Move the updating of an Issue to the #update...
2010-02-08 Eric DavisSeparated ReportsController#issue_report into two separ...
2010-01-14 Jean-Philippe LangFixes project editing route broken by r3313.
2010-01-14 Jean-Philippe LangXML REST API for Projects (#296).
2010-01-13 Jean-Philippe LangXML REST API for issues that provides CRUD operations...
2009-12-12 Jean-Philippe LangRemoves changelog view.
2009-11-16 Jean-Philippe LangUse /raw/ for url instead of ?format=raw for getting...
2009-11-09 Jean-Philippe LangAdds a link to automatically close completed versions...
2009-10-29 Jean-Philippe LangUnified UsersController#list and #index.
2009-10-29 Jean-Philippe LangAccountController#show (/account/show/:id) moved to...
2009-10-21 Eric DavisAdded a Activities tab to Project Settings
2009-09-13 Eric DavisUpgraded to Rails 2.3.4 (#3597)
2009-09-12 Jean-Philippe LangUser groups branch merged.
2009-08-15 Eric DavisAdded branch and tag support to the git repository...
2009-04-24 Jean-Philippe LangAdds single forum atom feed (#3181).
2009-03-15 Jean-Philippe LangFixing routes broken by r2581 (#2967, #2970).
2009-03-13 Jean-Philippe LangFixing repository routes (#2967).
2009-02-27 Jean-Philippe LangFixes user's activity link (#2853).
2009-02-11 Eric DavisAdded the ability to login via OpenID.
2009-02-10 Jean-Philippe LangReplaces the repositories management SOAP API with...
2009-01-29 Jean-Philippe LangFixes other formats download links on the project issue...
2009-01-28 Jean-Philippe LangFixing calendar and gantt links broken by r2317.
2009-01-27 Jean-Philippe LangFixed actions on issues (gantt, calendar, move, bulk_ed...
2009-01-27 Jean-Philippe LangReplaces the obsolete robots.txt with a cached action...
2009-01-26 Eric DavisConverted routing and urls to follow the Rails REST...
2008-11-08 Eric DavisRemoving the custom Redmine hook in routes in favor...
2008-10-17 Eric DavisAdded a plugin hook :routes that plugins can use to...
2008-08-31 Jean-Philippe LangAdds cross-project time reports support (#994).
2008-07-22 Jean-Philippe LangAppends the filename to the attachment url so that...
2008-06-15 Jean-Philippe LangPrettier url for changesets (#1443).
2008-06-08 Jean-Philippe LangUnified diff viewer for attached files with .patch...
2008-03-14 Jean-Philippe LangAdds 2 permissions (closes #859):
2008-02-12 Jean-Philippe LangThe following menus can now be extended by plugins...
2007-12-18 Jean-Philippe LangMoved ProjectsController#list_documents and add_documen...
2007-12-02 Jean-Philippe LangAdded Annotate/Blame view for Subversion, CVS and Mercu...
2007-11-05 Jean-Philippe LangMoved ProjectsController#list_news to NewsController...
next