Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add content changes widget #69

Commits on Oct 21, 2019

  1. [FEATURE] Add content changes widget

    Adds a new widget which shows:
    
    * Pending publishing state change, if any. Lists records
      which have starttime / endtime in the future.
    * Changed records along with name of user who made
      the change.
    
    Attempts to select a total of $limit (default 5) records
    while distributing the number of records equally between
    the "pending" and "changed" sets, giving preference to
    the "pending" set:
    
    * If limit is 5 and 3 "pending" were selected, only 2 "changed"
      will be selected.
    * If limit is 5 and no "pending" were selected, all 5 are
      selected from the "changed" set.
    
    If there are no records in a group the table containing
    the record data is not shown. if there are no results in
    either of the two groups, a "nothing to show" message
    is shown instead.
    NamelessCoder committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    2653962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd7fc2 View commit details
    Browse the repository at this point in the history
  3. Fix closure indentation

    NamelessCoder committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    5339bf9 View commit details
    Browse the repository at this point in the history