| 735f6285 | 15-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs and trim namespace spaces. |
| 716e610a | 15-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added support for newpagetemplate plugin
- inclusing some refactoring |
| 58a4331a | 14-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Code reformatting |
| d49bfc3c | 14-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
minor changes, removed old stuff |
| ade7f7c5 | 12-Nov-2013 |
Soren Birk <soer9648@eucl.dk> |
translation update |
| d8d0b763 | 31-Oct-2013 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
| 687370b7 | 19-Aug-2013 |
Hugo Smet <hugo.smet@scarlet.be> |
translation update |
| 07c4aaa3 | 16-Aug-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| b15dc815 | 16-Aug-2013 |
Sam Wilson <sam@samwilson.id.au> |
Coding standards fixes throughout codebase. |
| 843105b7 | 15-Aug-2013 |
Sam Wilson <sam@samwilson.id.au> |
Fix the .gitattributes file. Oops. |
| e5468561 | 15-Aug-2013 |
Sam Wilson <sam@samwilson.id.au> |
Added .gitattributes file, for normalizing line endings in PHP files (to CRLF). |
| 591a648a | 15-Aug-2013 |
Sam Wilson <sam@samwilson.id.au> |
Code layout and minor fixes for most settings.php files. Removed Italiam and Russian which were just copies of the English one. |
| 1c60ea24 | 15-Aug-2013 |
Sam Wilson <sam@samwilson.id.au> |
Attempt to fix translation tool error:
> Hello, > > the import of your Add New Page Plugin failed. > There was an error parsing a php language file. > > Filename: ar/settings.php > Line: 13 > Messag
Attempt to fix translation tool error:
> Hello, > > the import of your Add New Page Plugin failed. > There was an error parsing a php language file. > > Filename: ar/settings.php > Line: 13 > Message: Wrong key/value syntax, expected command end or eof
show more ...
|
| 558d1b26 | 20-Jun-2013 |
Sam Wilson <sam@samwilson.id.au> |
Updating version date. |
| 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 ...
|
| 7e4095e4 | 17-May-2013 |
Sam Wilson <sam@samwilson.id.au> |
Use jQuery's prop() rather than attr() to disable form elements. |
| 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. |