| 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). |
| b500b2d1 | 01-Mar-2013 |
Michael Braun <michael-dev@fami-braun.de> |
explain @PAGE@ and @NS@ |
| 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'. |
| f4a1146c | 14-Feb-2013 |
Sam Wilson <sam@samwilson.id.au> |
Added languages from addnewpage wiki page, before deleting them from there. |
| 04830abd | 14-Feb-2013 |
Sam Wilson <sam@samwilson.id.au> |
Fix permissions of script.js file to permit execution. |
| 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 |
| 0a612bfd | 15-Sep-2012 |
Robert <hamstar@telescum.co.nz> |
Initial commit |