-
Notifications
You must be signed in to change notification settings - Fork 24
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
Parametric page name and other changes (v2) #102
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fec857f - Browse repository at this point
Copy the full SHA fec857fView commit details
Commits on May 29, 2017
-
* @input@ placeholder can be used to reference the given input (useful to create a new namespace) makes #70 obsolete * new ? syntax to overwrite config options from the syntax (defaults still come from the config setting) * support for strftime placeholders in the namespace config. Allows to create a daily page for example * New option autopage which hides the input field. Together with the new date placeholder this allows to create a daily page on a single button click
Configuration menu - View commit details
-
Copy full SHA for b8304a8 - Browse repository at this point
Copy the full SHA b8304a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19faa28 - Browse repository at this point
Copy the full SHA 19faa28View commit details
Commits on May 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8640cd5 - Browse repository at this point
Copy the full SHA 8640cd5View commit details -
removed unneeded options assignment
Options are not used after the handler step, so no need to assign them to the class member.
Configuration menu - View commit details
-
Copy full SHA for cf018a6 - Browse repository at this point
Copy the full SHA cf018a6View commit details -
use input event instead of keyup
This should also catch copy'n'paste actions. https://caniuse.com/#feat=input-event
Configuration menu - View commit details
-
Copy full SHA for 88aaa9d - Browse repository at this point
Copy the full SHA 88aaa9dView commit details
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a61600 - Browse repository at this point
Copy the full SHA 7a61600View commit details -
Merge commit '5cc7d7358990f860049caa54fce63c5d6f7dd72e' into pr72
# Conflicts: # syntax.php
Configuration menu - View commit details
-
Copy full SHA for dc53fa0 - Browse repository at this point
Copy the full SHA dc53fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114e382 - Browse repository at this point
Copy the full SHA 114e382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d90564 - Browse repository at this point
Copy the full SHA 0d90564View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee0299 - Browse repository at this point
Copy the full SHA aee0299View commit details -
Merge commit 'ed55cb4cce2354808a9d00f643c92c5c9c972933' into pr72
# Conflicts: # syntax.php
Configuration menu - View commit details
-
Copy full SHA for 22d9c07 - Browse repository at this point
Copy the full SHA 22d9c07View commit details -
Merge commit 'ccc8b5fd84846cd712c23144ff33056471b5091c' into pr72
# Conflicts: # syntax.php
Configuration menu - View commit details
-
Copy full SHA for 0462eda - Browse repository at this point
Copy the full SHA 0462edaView commit details -
Merge commit '7c0b9c8b0af497b353360b88a9fc849d39a54648' into pr72
# Conflicts: # syntax.php
Configuration menu - View commit details
-
Copy full SHA for f365882 - Browse repository at this point
Copy the full SHA f365882View commit details
Commits on May 10, 2023
-
Merge commit '99f48d0389c2600fdcc50239a61bffd1aecc2861' into pr72
# Conflicts: # syntax.php
Configuration menu - View commit details
-
Copy full SHA for 4fb3ed5 - Browse repository at this point
Copy the full SHA 4fb3ed5View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96b5821 - Browse repository at this point
Copy the full SHA 96b5821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa2c11 - Browse repository at this point
Copy the full SHA 0aa2c11View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31967e0 - Browse repository at this point
Copy the full SHA 31967e0View commit details -
Skip leading # in newpagevars parameter
The regex for newpagetemplate parameters parsing that was implemented in commit 0d90564 included the leading `#` in the newpagevars parameter, preventing the newpagetemplate plugin from processing the first parameter as `#@param@` would not match the expected `@PARAM@`. Adapting the regex accordingly.
Configuration menu - View commit details
-
Copy full SHA for d49ba5b - Browse repository at this point
Copy the full SHA d49ba5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641f048 - Browse repository at this point
Copy the full SHA 641f048View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f6521 - Browse repository at this point
Copy the full SHA d2f6521View commit details -
Merge branch 'master' into pr72
# Conflicts: # plugin.info.txt # syntax.php
Configuration menu - View commit details
-
Copy full SHA for 71d2f1b - Browse repository at this point
Copy the full SHA 71d2f1bView commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6666849 - Browse repository at this point
Copy the full SHA 6666849View commit details