]> git.openstreetmap.org Git - rails.git/history - app/views/issues
Remove unnecessary div
[rails.git] / app / views / issues /
2018-03-14 Andy AllanRemove unnecessary div
2018-03-14 Andy AllanApply list styling to list of related reports
2018-03-14 Andy AllanUse th instead of td and b
2018-03-14 Andy AllanUser user_path to generate links to users
2018-03-14 Andy AllanAvoid wrapping in the reports count column
2018-03-14 Andy AllanCombine last_updated_by and last_updated_at columns...
2018-03-14 Andy AllanCombine category and reporting user
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanRearrange issues table and combine some columns.
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-02-28 Andy AllanRefactor reportable_url to just return the url
2018-02-28 Andy AllanRefactor reportable_url helper to focus on just the...
2018-02-28 Andy AllanRemove the report_type helper and use the model_name...
2018-02-28 Andy AllanAllow the status to be translated in the table of results
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 AllanStore the report category.
2017-12-06 Andy AllanShow issues based on all the users roles
2017-12-06 Andy AllanRe-enable issue reassigning.
2017-12-06 Andy AllanRemove the hardcoded pixel width for columns.
2017-11-29 Andy AllanRemove column sorting
2017-11-29 Andy AllanRemove the reassign boolean display
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanRemove some more of the structured-details stuff
2017-09-13 Andy AllanCreate an IssueCommentsController for managing IssueCom...
2017-09-13 Andy AllanFix parameter spacing
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-09-06 Andy AllanUse reports_count so that counter_cache works automatic...
2017-08-02 Andy AllanAvoid passing the current_user.id when commenting
2017-08-02 Andy AllanUse current_user instead of @user.
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanRemove indirection.
2017-07-12 Andy AllanSet the reported_user in a callback
2017-07-12 Andy AllanRename association to reported_user, for clarity
2017-07-12 Andy AllanMerge branch 'master' into moderation
2017-07-05 Andy AllanWhitespace fixes.
2016-08-22 Matt AmosMore whitespace fixes. Attempting to get tests to pass.
2016-08-22 Frederik Rammfix build on wily; fix some moderation branch language...
2016-08-22 ShreyAdded helper + minor UI changes
2016-08-22 ShreyUI changes + Redirection after creating report fixed
2016-08-22 ShreyChanged report button + Added disclaimer on report...
2016-08-22 ShreyAdded sortable headers + search + reportable Notes
2016-08-22 ShreyAdded report icon + changes to admin UI + changes to...
2016-08-22 ShreyAdded a few more tests
2016-08-22 ShreyReplaced check_box_tags with radio_button
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 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...