]> git.openstreetmap.org Git - rails.git/history - app/controllers/issues_controller.rb
Validate the assigned role, and remove the :type activrecord enum
[rails.git] / app / controllers / issues_controller.rb
2017-12-06 Andy AllanRename 'issue_type' to 'assigned_role', set defaults...
2017-11-29 Andy AllanRemove column sorting
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanCreate an IssueCommentsController for managing IssueCom...
2017-09-13 Andy AllanRework the 'issues not found' notice slightly.
2017-09-06 Andy AllanRefactor creating a new report to use a ReportsController
2017-08-02 Andy AllanUse current_user instead of @user.
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanUse rails 5 version of redirect_back.
2017-07-12 Andy AllanRemove indirection.
2017-07-12 Andy AllanSet the reported_user in a callback
2017-07-12 Andy AllanRubocop autofixes.
2017-07-12 Andy AllanRename association to reported_user, for clarity
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMore whitespace fixes. Attempting to get tests to pass.
2016-08-22 Matt AmosMade rubocop happy by formatting and minor syntax tweaks.
2016-08-22 ShreyUI changes + Redirection after creating report fixed
2016-08-22 ShreyFixed error
2016-08-22 ShreyChanged report button + Added disclaimer on report...
2016-08-22 ShreyAdded sortable headers + search + reportable Notes
2016-08-22 ShreyAdded report strings for Changesets and Notes + minor...
2016-08-22 ShreyFixed an error + Added email notifications for moderators
2016-08-22 ShreyAdded support for reporting Changesets + Deleting issue...
2016-08-22 ShreyAdded a few more tests
2016-08-22 ShreyAdded a few tests
2016-08-22 ShreyFixed existing tests
2016-08-22 ShreyReplaced check_box_tags with radio_button
2016-08-22 ShreySmall changes
2016-08-22 ShreyAdded Issue Type + Issue Reassigning + Last updated_by
2016-08-22 ShreyProper implementation of report strings + cleaning up
2016-08-22 ShreyAdded search for issues
2016-08-22 ShreyIssue reopens on Reports coming in after instance update
2016-08-22 ShreyMoved strings to locales + Added 'Issues' button +...
2016-08-22 ShreyFixed tests + Altered migration file + Added reporting...
2016-08-22 ShreyDB changes + Related issues added
2016-08-22 Shreybasic UI for reporting diary entries,diary entry commen...
2016-08-22 ShreyAdded IssueComments + ForeignKeys + Indexes
2016-08-22 ShreyAdded authorization + issues dashboard
2016-08-22 ShreyControllers + a few tests + new notification added...