Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokuwiki/dokuwiki
base: 0aabe6f83fad
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: b16fbc3f1df8
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 8, 2018

  1. 💄 (editor) draft status is semantically not part of the toolbar

    This change is useful for plugins that may want to implement their own toolbar (and thus hide the
    default toolbar), but still would like to let the locktimer set the draft status.
    micgro42 committed Jun 8, 2018
    Copy the full SHA
    c49e647 View commit details
    Browse the repository at this point in the history
  2. ✨(dw_locktimer) plugins may reuse to add fields and callbacks

    Plugins may want to add further fields to be present when saving drafts.
    Plugins may want to execute some js functionality that should be timed to
    the saved draft/refreshed lock.
    
    If a plugin does another init() to attach the dw_locktimer to its own editor,
    then the default callback would be added a second time, causing unexpected
    and undesired behavior.
    
    This includes the changes from the following commits:
    6ef45cc
    6ca947f
    0fff419
    87bed8b
    micgro42 committed Jun 8, 2018
    Copy the full SHA
    f7d14ab View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b16fbc3 View commit details
    Browse the repository at this point in the history