Commit History

Author SHA1 Message Date
  Sage Abdullah 0006976267 Implement universal listings UI for form submissions listing view 11 months ago
  Sage Abdullah 1fbe6a64f5 Move header_more_buttons for export buttons to SpreadsheetExportMixin 11 months ago
  Sage Abdullah af80198c7d Rename SubmissionsListView.ordering to default_ordering for consistency with BaseListingView 11 months ago
  Sage Abdullah 9d7cc96847 Reimplement submission date filter in SubmissionsListView with django-filter 11 months ago
  Sage Abdullah 2b6d08f7bc Rename DateRangePickerWidget.suffixes to use 'from' and 'to' instead of 'after' and 'before' 11 months ago
  Sage Abdullah 00066cd4dd Make SubmissionsListView extend BaseListingView 11 months ago
  Sage Abdullah 5a67cfecfd Remove unnecessary SubmissionsListView.get_paginate_by override 11 months ago
  Sage Abdullah 1bd6a0cb0c Remove unnecessary self.model check in FormPagesListView.get_breadcrumbs_items 11 months ago
  Matt Westcott b504ed0281 Release note for #11764 11 months ago
  Sage Abdullah c93e5a8cd4 Hide action and user filters in HistoryView if there are no choices 11 months ago
  Sage Abdullah 465f4757f1 Use latest revision's object str instead of loading it as object in generic HistoryView 11 months ago
  Sage Abdullah c2e2c4be6c Add page to select_related in page HistoryView 11 months ago
  Sage Abdullah 2e9553c47c Defer specific queries when generating page breadcrumbs 11 months ago
  Sage Abdullah 03000b1171 Specify width for User and Date columns in HistoryView 11 months ago
  Sage Abdullah 35987c6f35 Extract GenericPageBreadcrumbsMixin for combining generic views with page views 11 months ago
  Sage Abdullah 2173a42345 Change page history's commenting action filter to be a tri-state filter 11 months ago
  Sage Abdullah a2ce4bca46 Completely reuse generic HistoryView template for page HistoryView 11 months ago
  Sage Abdullah d461ed08bf Make index_url_name and edit_url_name in generic HistoryView optional 11 months ago
  Sage Abdullah 9cc0539c4c Show deleted user id in generic HistoryView 11 months ago
  Sage Abdullah 63157742c9 Use PermissionCheckedMixin in place of user_passes_test in pages HistoryView 11 months ago
  Sage Abdullah b3659c23ab Make PageHistoryView a subclass of generic HistoryView 11 months ago
  Sage Abdullah 0576bbec87 Add test for number of queries to load the page history view 11 months ago
  Sage Abdullah 67d7f55d26 Render log entry's comment in the generic HistoryView if available 11 months ago
  Sage Abdullah 59b0af2431 Define log entry status in the ActionColumn class 11 months ago
  Sage Abdullah f9ccc5df67 Define HistoryView actions in the Column class 11 months ago
  Sage Abdullah fa926ccef1 Reimplement snippets HistoryView actions in the generic view 11 months ago
  Sage Abdullah 57b6a22de4 Use MultipleChoiceFilter with checkbox for action filter in HistoryView 11 months ago
  Sage Abdullah 8f613480c5 Use MultipleUserFilter with checkbox for HistoryView user filter 11 months ago
  Sage Abdullah 3213d7f39d Limit filter options in HistoryView based on current queryset 1 year ago
  Sage Abdullah 04cdb825b1 Use ids to render revision comparison links in snippets HistoryView 11 months ago