History log of /plugin/addnewpage/syntax.php (Results 51 – 59 of 59)
Revision Date Author Comments
# f9dafbcd 20-Jun-2013 Sam Wilson <sam@samwilson.id.au>

Encode the provided top-level NS with utf8_encodeFN() (as is done in a couple of dozen other places in DW). Thanks to Ryuu and tosmatt.


# d36b62c6 17-May-2013 Sam Wilson <sam@samwilson.id.au>

Parameter name not updated. I am a twit.


# 8fad05fb 17-May-2013 Sam Wilson <sam@samwilson.id.au>

Check for CREATE permission on target NS (issue #4).

Also cleaned up some variable names and locations, a bit of documentation, and simplified some slightly circuitous conditionals.

Release: 2013-0

Check for CREATE permission on target NS (issue #4).

Also cleaned up some variable names and locations, a bit of documentation, and simplified some slightly circuitous conditionals.

Release: 2013-05-17.

show more ...


# 447a4886 12-Mar-2013 Sam Wilson <sam@samwilson.id.au>

Fix form-submission problem (issue #1). Change from a POST form which has its action changed at submit-time, to a GET form which has a hidden id field which is changed at submit-time. Also submit t

Fix form-submission problem (issue #1). Change from a POST form which has its action changed at submit-time, to a GET form which has a hidden id field which is changed at submit-time. Also submit to the full DOKU_SCRIPT location, rather than just DOKU_BASE, because index.php doesn't forward query string.

show more ...


# a98ad79c 06-Mar-2013 Sam Wilson <sam@samwilson.id.au>

New release (and some code formatting).


# 05e1bc90 26-Feb-2013 Michael Braun <michael-dev@fami-braun.de>

add @PAGE@ and @NS@ for namespace template


# e815d9c2 14-Feb-2013 Sam Wilson <sam@samwilson.id.au>

Set option elements to just use 'selected', rather than 'selected=true'.


# c2f9de42 14-Feb-2013 Sam Wilson <sam@samwilson.id.au>

General clean-up and tweaks:

* Change to jQuery
* Prevent form submission when no title has been entered
* Code formatting
* Allow more than one NEWPAGE form on a page
* Declare as a 'bloc

General clean-up and tweaks:

* Change to jQuery
* Prevent form submission when no title has been entered
* Code formatting
* Allow more than one NEWPAGE form on a page
* Declare as a 'block' type of output

show more ...


# 5ad1ba23 15-Sep-2012 Robert McLeod <hamstar@telescum.co.nz>

initial commit from the original source
original source was http://dokuplugins.idotech.info/addnewpage.zip


123