]> git.openstreetmap.org Git - rails.git/history - app/controllers/issues_controller.rb
Return after rendering - stops further processing in controller
[rails.git] / app / controllers / issues_controller.rb
2018-06-17 Tom HughesOnly include issues visible to the current user in...
2018-06-16 Tom HughesSet the locale for issue and report views
2018-06-16 Tom HughesMerge remote-tracking branch 'upstream/pull/1576'
2018-06-10 Tom HughesMerge branch 'master' into next
2018-06-10 Tom HughesUse lazy lookups for translations in issues
2018-06-10 Tom HughesAvoid losing filter settings when an invalid user is...
2018-06-10 Tom HughesUse select_tag for issue filter fields instead of abusi...
2018-04-11 Andy AllanMerge branch 'master' into moderation
2018-03-14 Andy AllanHandle issue_types properly if current_user is both...
2018-03-14 Andy AllanHandle current_user being both an admin and a moderator...
2018-03-14 Andy AllanUnwind the set_issues method
2018-03-14 Andy AllanCreate a more accurate permissions check message
2018-03-05 Andy AllanRemove unused code
2018-02-28 Andy AllanRubocop fixes
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanRemove reporting of changesets
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-02-28 Andy AllanRework status search to avoid relying on the enum ids...
2018-02-23 Andy Allanresolve last_reported_by vs last_updated_by duplication
2018-01-22 Andy AllanFully internationalise the issues and reports interfaces.
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-12-13 Andy AllanSimplify permissions check.
2017-12-13 Andy AllanRemove unused update method from issues_controller.
2017-12-06 Andy AllanShow issues based on all the users roles
2017-12-06 Andy AllanRe-enable issue reassigning.
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...