OSDN Git Service

Moves enabled_module_names param to project attribute so that it can be set through...
[redminele/redmine.git] / app / controllers / projects_controller.rb
2011-01-06 Jean-Philippe LangMoves enabled_module_names param to project attribute...
2011-01-02 Jean-Philippe LangFixed: should redirect to the new project when copying...
2010-12-23 Jean-Philippe LangMakes /projects API accept same pagination parameters...
2010-12-12 Jean-Philippe LangDeclare safe attributes for User and Projects models.
2010-12-04 Jean-Philippe LangAdds a pseudo format to api template names and override...
2010-12-03 Jean-Philippe LangMoves project attributes default assignments from Proje...
2010-12-03 Jean-Philippe LangConverts ProjectsController to use the new API template...
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#show (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#destroy (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#update (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#create (#6841).
2010-11-13 Jean-Philippe LangMakes projects API return XML description when creating...
2010-09-26 Eric DavisRedirect to project settings after copying a project...
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-06-19 Eric DavisAccept key authentication to ProjectsController#index...
2010-05-27 Eric DavisShow subproject versions on the Roadmap.
2010-04-30 Jean-Philippe LangRemoves broken code in ProjectsController (#5412).
2010-03-21 Jean-Philippe LangAdds an option to enable/disable email notifications...
2010-03-12 Jean-Philippe LangAdds missing flash messages on project settings (#5043).
2010-03-08 Jean-Philippe LangFixed: NoMethodError error on roadmap if no trackers...
2010-03-06 Jean-Philippe LangMoves ProjectsController#add_issue_category to IssueCat...
2010-03-06 Jean-Philippe LangMoves ProjectsController#add_version to VersionsControl...
2010-03-03 Eric DavisRefactor: Decouple failed attachments and the flash...
2010-03-02 Eric DavisRefactor: Moved ApplicationController#attach_files...
2010-02-10 Jean-Philippe LangFixed: roadmap show subprojects issues even if subproje...
2010-02-05 Eric DavisRefactor: Pull up several #find_project methods to...
2010-01-14 Jean-Philippe LangXML REST API for Projects (#296).
2009-12-26 Jean-Philippe LangDo not display the copy form when project copy is created.
2009-12-24 Jean-Philippe LangAdds a 'Add subprojects' permission.
2009-12-12 Jean-Philippe LangRoadmap: sort issues by project and prepend project...
2009-12-12 Jean-Philippe LangRemoves changelog view.
2009-12-06 Jean-Philippe LangAbility to add a new version from the issue form (...
2009-12-06 Jean-Philippe LangVersion sharing (#465) + optional inclusion of subproje...
2009-12-02 Jean-Philippe LangFixed: no error message when creating a category from...
2009-11-15 Jean-Philippe LangAdds a setting for new projects default modules (#1797).
2009-11-15 Jean-Philippe LangAllow non admin users to add subprojects (#2963).
2009-10-29 Jean-Philippe LangFixed a test failure.
2009-10-25 Jean-Philippe LangAdd etag check on the activity view to avoid rendering...
2009-10-25 Jean-Philippe LangDisplay stats about objects that can be copied.
2009-10-25 Jean-Philippe LangDo not ignore parent project setting on project copy...
2009-10-24 Jean-Philippe LangProject copy: let the user choose what to copy from...
2009-10-21 Eric DavisWhen a specific TimeEntryActivity are change, associate...
2009-10-21 Eric DavisAdded a Activities tab to Project Settings
2009-07-04 Jean-Philippe LangKeep status filter on the projects list when un/archivi...
2009-05-17 Jean-Philippe LangAdds a setting to choose which role is given to a non...
2009-05-17 Jean-Philippe LangAbility to allow non-admin users to create projects...
2009-05-12 Jean-Philippe LangDisplay all users roles on project overview (#3339).
2009-05-10 Jean-Philippe LangAllows multiple roles on the same project (#706). Prere...
2009-05-03 Eric DavisAdded the ability to copy a project in the Project...
2009-02-20 Jean-Philippe LangAdds (a maximum of 3) links to project ancestors in...
2009-01-31 Jean-Philippe LangRemoves Issue.visible_by
2009-01-27 Jean-Philippe LangReplaces the obsolete robots.txt with a cached action...
2009-01-24 Jean-Philippe LangMerged nested projects branch. Removes limit on subproj...
2009-01-04 Jean-Philippe LangMove PDF stuff to a single helper.
2008-12-30 Jean-Philippe LangJump to the current tab when using the project quick...
2008-12-24 Jean-Philippe LangValidates sort_key and sort_order params (#2378).
2008-12-09 Jean-Philippe LangFiles module: makes version field non required (#1053).
2008-12-01 Jean-Philippe LangFixed: 404 when "Apply" clicked on activity page (...
2008-11-30 Jean-Philippe LangReplaces User.find_active with a named scope.
2008-11-30 Jean-Philippe LangMakes activity view accept a user_id param to show...
2008-11-09 Jean-Philippe LangFixes activity date param.
2008-09-11 Jean-Philippe LangAdds support for free ticket filtering and custom queri...
2008-09-10 Jean-Philippe LangAdds support for free ticket filtering and custom queri...
2008-08-31 Jean-Philippe LangAdds an option to generate sequential project identifiers.
2008-08-10 Jean-Philippe LangMoves @layout 'base'@ to ApplicationController.
2008-07-30 Jean-Philippe LangFixed: activity atom feed broken by r1701 (#1703).
2008-07-27 Jean-Philippe LangActivity refactoring.
2008-07-06 Jean-Philippe LangBetter naming of activity feed if only one kind of...
2008-07-04 Jean-Philippe LangMerged Rails 2.1 compatibility branch.
2008-06-27 Jean-Philippe LangCustom fields refactoring: most of code moved from...
2008-06-21 Jean-Philippe LangDisplay issue notes in the activity view (#1509).
2008-05-27 Jean-Philippe LangAdds new projects atom feed (#1290).
2008-05-26 Jean-Philippe LangMoved ProjectsController#list to ProjectsController...
2008-05-25 Jean-Philippe LangGantt chart: display issues that don't have a due date...
2008-05-01 Jean-Philippe LangFixed: private subprojects names are revealed on the...
2008-04-27 Jean-Philippe LangInclude subprojects versions on calendar and gantt...
2008-04-26 Jean-Philippe LangFixed: Modules selection not remembered when new projec...
2008-04-06 Jean-Philippe LangMake the project files list sortable (#997).
2008-03-27 Jean-Philippe LangIf 'Display subprojects issues on main projects' is...
2008-03-12 Jean-Philippe LangAdds a setting for whether new projects should be publi...
2008-03-11 Jean-Philippe LangActivity enhancements:
2008-03-09 Jean-Philippe LangShow replies as well when choosing to display messages...
2008-03-06 Jean-Philippe LangAdds an application setting to choose whether or not...
2008-03-05 Jean-Philippe LangDisplay the last 30 days on the activity view rather...
2008-03-05 Jean-Philippe LangReversed versions ordering on files list (closes #763).
2008-02-28 Jean-Philippe LangInclude subprojects on the issue list, calendar and...
2008-02-27 Jean-Philippe LangPropagates time tracking to the parent project (closes...
2008-02-16 Jean-Philippe LangRemoved fragment caching on gantt and calendar.
2008-02-10 Jean-Philippe LangIssue list now supports bulk edit/move/delete (#563...
2008-02-03 Jean-Philippe LangProjectsController#add_news moved to NewsController...
2008-01-20 Jean-Philippe LangFixed: custom field selection is not saved when uncheck...
2008-01-20 Jean-Philippe LangProjectsController#add_issue moved to IssuesController...
next