OSDN Git Service

Merged r6024 from trunk.
[redminele/redmine.git] / app / controllers /
2011-05-29 Jean-Philippe LangMerged r5881 from trunk.
2011-05-21 Toshi MARUYAMAscm: code clean up repositories controller.
2011-05-21 Toshi MARUYAMAscm: remove trailing white-spaces from repositories...
2011-05-18 Toshi MARUYAMAremove trailing white-spaces from mail handler controll...
2011-05-18 Toshi MARUYAMAremove trailing white-spaces from files controller...
2011-05-18 Toshi MARUYAMAremove trailing white-spaces from attachments controlle...
2011-05-18 Toshi MARUYAMAremove trailing white-spaces and an empty line from...
2011-05-18 Toshi MARUYAMAremove trailing white-spaces from settings controller...
2011-05-17 Toshi MARUYAMAremove trailing white-spaces from wiki controller source.
2011-05-17 Toshi MARUYAMAremove trailing white-spaces from issues controller...
2011-05-17 Toshi MARUYAMAremove trailing white-spaces from issue moves controlle...
2011-05-13 Toshi MARUYAMAscm: use repository merge_extra_info() to save extra_...
2011-05-13 Toshi MARUYAMAscm: switch to save repository setting params in "extra...
2011-05-12 Toshi MARUYAMAremove trailing white-spaces from app/controllers/appli...
2011-05-08 Toshi MARUYAMAscm: code clean up Repositories Controller.
2011-05-04 Toshi MARUYAMAscm: set disable a button if scm is not selected in...
2011-05-03 Toshi MARUYAMAscm: code clean up RepositoriesController.
2011-05-01 Toshi MARUYAMAFix potential Execution After Redirect bugs.
2011-04-29 Jean-Philippe LangFixed: selected modules are not activated when copying...
2011-04-25 Toshi MARUYAMAcode clean up AdminController.
2011-04-17 Jean-Philippe LangWarn about subtasks before deleting a parent issue...
2011-04-12 Jean-Philippe LangFixed no method error due to typo.
2011-04-12 Jean-Philippe LangNo need to query changesets if user is not allowed...
2011-04-11 Jean-Philippe LangDo a redirect when accessing a renamed wiki page.
2011-04-11 Jean-Philippe LangCode cleanup.
2011-04-11 Jean-Philippe LangAdds an issues visibility level on roles (#7412).
2011-04-05 Jean-Philippe LangRemoved calls to deprecated Project.visible_by method.
2011-04-05 Jean-Philippe LangCleaner way to handle the replacement of watch links...
2011-04-05 Jean-Philippe LangFixed: DoubleRenderError introduced by #7996.
2011-04-04 Toshi MARUYAMAadd function of bulk delete time entries (#7996).
2011-04-04 Toshi MARUYAMAadd bulk edit and bulk update actions for time entries...
2011-04-04 Toshi MARUYAMAadd controller for bulk edit time entries (#7996).
2011-04-03 Jean-Philippe LangShorten query[column_names] param name.
2011-04-02 Jean-Philippe LangSkip a count(*) SQL query.
2011-04-01 Jean-Philippe LangFixed: list of users for adding to a group may be empty...
2011-04-01 Jean-Philippe LangFixed: bulk destroying parent and child issues raises...
2011-04-01 Jean-Philippe LangShortens filter param names.
2011-04-01 Jean-Philippe LangConverted issue filters to non-AJAX GET requests (...
2011-04-01 Jean-Philippe LangInitialize TimeEntry with issue and project for the...
2011-03-28 Jean-Philippe LangAdds support for preview when editing an issue note...
2011-03-22 Toshi MARUYAMAscm: set mime type in downloading file.
2011-03-22 Toshi MARUYAMAscm: fix non ascii text files displaying (#6256).
2011-03-21 Jean-Philippe LangFixed: Simultaneous wiki updates cause internal error...
2011-03-16 Jean-Philippe LangIndentation.
2011-03-16 Jean-Philippe LangAdds a Group filter on the admin users list (#7893).
2011-03-16 Jean-Philippe LangReplaces TimeEntry.visible_by with a visible scope.
2011-03-15 Toshi MARUYAMAscm: recovery showing "root @ branch" in repository...
2011-03-12 Jean-Philippe LangMoved wiki page updated_on eager load to a scope and...
2011-03-06 Jean-Philippe LangFixed: error on JournalsController#index when custom...
2011-03-04 Jean-Philippe LangAdds email notifications support for news comments...
2011-02-27 Jean-Philippe LangKeep track of issue description changes (#746).
2011-02-24 Jean-Philippe LangDo not responde with javascript on regular requests.
2011-02-20 Jean-Philippe LangAllow additional workflow transitions for issue author...
2011-02-17 Toshi MARUYAMAscm: fix diff revision param validation.
2011-02-12 Toshi MARUYAMAscm: space and tab cleanup of app/controllers/repositor...
2011-02-12 Toshi MARUYAMAscm: fix non ASCII filename downloaded from repo is...
2011-01-27 Jean-Philippe LangFixed: Relations are not displayed after adding/removin...
2011-01-23 Jean-Philippe LangSet the httponly flag on the autologin cookie.
2011-01-23 Jean-Philippe LangMakes the autologin cookie configurable (#1763).
2011-01-22 Jean-Philippe LangMoves relations fetching from views to the controller...
2011-01-21 Toshi MARUYAMAscm: use format_revision() for history, view and annota...
2011-01-16 Jean-Philippe LangEnable ability for administrators to delete users ...
2011-01-14 Jean-Philippe LangUse #blank? instead of #nil? || #empty?.
2011-01-14 Jean-Philippe LangRespond with 404 instead of 500 when revision/entry...
2011-01-13 Toshi MARUYAMAscm: fix error on revision page for empty revision...
2011-01-11 Toshi MARUYAMAscm: changing two revision diff text at SCM adapter...
2011-01-08 Toshi MARUYAMAFix associated revisions label on issue page.
2011-01-06 Jean-Philippe LangChanges ProjectsController#modules param name and add...
2011-01-06 Jean-Philippe LangVerify HTTP method on ProjectsController#create.
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...
2011-01-02 Toshi MARUYAMAChanging revision label and identifier at SCM adapter...
2010-12-29 Jean-Philippe LangFind visible issues only in ContextMenusController...
2010-12-29 Jean-Philippe LangTakes more parameters into account to determine activit...
2010-12-23 Jean-Philippe LangMakes the API accepts the X-Redmine-API-Key header...
2010-12-23 Jean-Philippe LangMakes /projects API accept same pagination parameters...
2010-12-23 Jean-Philippe LangMakes API accept offset/limit or page/limit parameters...
2010-12-20 Jean-Philippe LangFixes valid revision regexp.
2010-12-20 Jean-Philippe LangAdds support for requesting information about current...
2010-12-18 Jean-Philippe LangRestore rev param validation that was removed in r2840.
2010-12-18 Jean-Philippe LangFixes a data disclosure issue introduced in r3941.
2010-12-14 Jean-Philippe LangFixed: 404 when entering time with blank issue id ...
2010-12-12 Jean-Philippe LangRefactor and add tests for News #index API (#7072).
2010-12-12 Jean-Philippe LangMake sure there's no nil result in auto_complete.
2010-12-12 Jean-Philippe LangAutocomplete issue relations on subject (#3170).
2010-12-12 Jean-Philippe LangFixes password sending when creating user.
2010-12-12 Jean-Philippe LangExtracts user groups assignment from controller.
2010-12-12 Jean-Philippe LangCode cleanup.
2010-12-12 Jean-Philippe LangMoves mail_notification param to user hash param so...
2010-12-12 Jean-Philippe LangMoves password param to user hash param so that it...
2010-12-12 Jean-Philippe LangDeclare safe attributes for User and Projects models.
2010-12-11 Jean-Philippe LangRestores object count and adds offset/limit attributes...
2010-12-04 Jean-Philippe LangAdds a pseudo format to api template names and override...
2010-12-04 Jean-Philippe LangFixes test failure in r4461.
2010-12-04 Jean-Philippe LangAdds REST API for TimeEntries (#6823).
2010-12-03 Jean-Philippe LangMoves project attributes default assignments from Proje...
2010-12-03 Jean-Philippe LangConverts IssuesController to use the new API template...
2010-12-03 Jean-Philippe LangConverts ProjectsController to use the new API template...
2010-12-03 Jean-Philippe LangAdds a reusable method to render API response on valida...
2010-12-03 Jean-Philippe LangDry Users API responders.
next