| #
defa93a1 |
| 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
I’m stupid
|
| #
905fa971 |
| 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Strip (secedit) id from section edit request
|
| #
40868f2f |
| 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Hide secedit buttons without title
|
| #
90df9a4d |
| 04-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite section edit handling according to #1860
|
| #
0af14a6e |
| 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed more unneeded require_once() calls
|
| #
16905344 |
| 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and Plugin stuff isn't handled by the class loader yet.
show more ...
|
| #
d822118c |
| 30-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Move edit button class to the topmost div
darcs-hash:20091130131048-e4919-20c11bb664df45e76a4de30dee53e067dfa9d788.gz
|
| #
45d05808 |
| 26-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Add target-specific class to section edit button
darcs-hash:20091126121428-e4919-8c21d358a76148a9319bf223d0fa1baba8c92656.gz
|
| #
7c4635c4 |
| 19-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Introduce event HTML_EDIT_FORMSELECTION
darcs-hash:20091119140551-e4919-7aa50fb6452dc6c402bfcd581f08d21de401999d.gz
|
| #
b081e262 |
| 19-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Dynamically create edit buttons for parts of a page
darcs-hash:20091119135735-e4919-3bc4872d1b1f8236571f936406db15bb0018610c.gz
|
| #
b1f92db2 |
| 23-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Keep Andi’s Family out of this
darcs-hash:20091123091200-e4919-33f6b12974478575932e34b89beec98169a1079a.gz
|
| #
c0322273 |
| 13-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Less E_NOTICEs, removed spell checker leftover
darcs-hash:20091113123458-e4919-d4841ea9c627059a4afa8e0032dd889b3cc579cb.gz
|
| #
76ec5467 |
| 17-Nov-2009 |
Michael Klier <chi@chimeric.de> |
make register/resendpwd accessible throught the DW form object
darcs-hash:20091117085912-23886-ad3c4c9c980aae225d46f287d4f45b1a6c80119b.gz
|
| #
c66972f2 |
| 04-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $IN
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient
darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
show more ...
|
| #
e351c80d |
| 22-Oct-2009 |
Adrian Lang <lang@cosmocode.de> |
Make Doku_Form constructor more flexible
The Doku_Form constructor used to take up to four arguments setting specific parameters of the resulting form HTML element. Instead, a generic array is passe
Make Doku_Form constructor more flexible
The Doku_Form constructor used to take up to four arguments setting specific parameters of the resulting form HTML element. Instead, a generic array is passed to the constructor specifying HTML parameters.
darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz
show more ...
|
| #
5808bc54 |
| 02-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
Fixed ssues on the "Page locked" screen
Ignore-this: 9d142450d439f26feb5cc0aefb5963da
darcs-hash:20091102104643-6e07b-c26aa2fd5f3899e81b0e7e0e45b3c1d7043e8571.gz
|
| #
db959ae3 |
| 20-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
Coding Standard Cleanup
Ignore-this: 259cb5773c3144c6c706d87298dcf674
darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
|
| #
f2263577 |
| 07-Oct-2009 |
Andreas Gohr <gohr@cosmocode.de> |
New dformat() function for fuzzy date support
Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string.
Template dev
New dformat() function for fuzzy date support
Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string.
Template developers and plugin authors should replace their strftime + $conf['dformat'] calls with calls to the new dformat() function.
Example:
%Y/%m/%d %H:%M (%f) produces dates like this:
2009/09/16 10:36 (3 weeks ago)
darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
show more ...
|
| #
7aea91af |
| 04-Oct-2009 |
Chris Smith <chris.eureka@jalakai.co.uk> |
#FS1767, ensure disabled renderer plugins aren't used for renderering
Ignore-this: a88b14f64c6f6fb827c816214d06c727
darcs-hash:20091004195623-f07c6-d52ce63f5c1f4ad4cf48f78404b3d82f120ccc45.gz
|
| #
6f8e9f59 |
| 21-Sep-2009 |
Andreas Gohr <andi@splitbrain.org> |
diff view puts revision back into $REV
Ignore-this: c671d4887772c0e08b04687472a5142f
When a diff is shown without giving a revision (eg when coming from recent changes), the diff is done agains the
diff view puts revision back into $REV
Ignore-this: c671d4887772c0e08b04687472a5142f
When a diff is shown without giving a revision (eg when coming from recent changes), the diff is done agains the latest non-current revisions. This revision is now put back into the global $REV.
This fixes a problem with the restore button not visible.
However this only works when the restore button is called after the diff view. A better solution probably needs to be found.
darcs-hash:20090921213302-7ad00-aa9ef53f9bc9ea8d0dc51e55b049943feb11c412.gz
show more ...
|
| #
865c2687 |
| 20-Sep-2009 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
enhanced full-text search function
Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc
- better search experience in Asian language - sophisticated search query syntax (OR, grouping, etc.)
darcs-has
enhanced full-text search function
Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc
- better search experience in Asian language - sophisticated search query syntax (OR, grouping, etc.)
darcs-hash:20090920121116-9b77a-2718be7a043374669037b10d94101fc70efb95e3.gz
show more ...
|
| #
76c65fd3 |
| 25-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle disabled plugins in admin menu FS#1715
Ignore-this: b9710cae350620157381653fcf82f150
darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz
|
| #
10271ce4 |
| 06-Jun-2009 |
Andreas Gohr <andi@splitbrain.org> |
Redesigned admin screen
Ignore-this: a0d2db2839de9eacbd6a853c39ed592c
This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by Håkan S
Redesigned admin screen
Ignore-this: a0d2db2839de9eacbd6a853c39ed592c
This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by Håkan Sandell [1]
[1] http://www.dokuwiki.org/plugin:adminhomepage
darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
show more ...
|
| #
6d233a0c |
| 31-May-2009 |
Andy Webber <dokuwiki@andywebber.com> |
Enhance "locked by" page
Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008
darcs-hash:200905311325
Enhance "locked by" page
Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008
darcs-hash:20090531132514-6ad63-9ae8e1aad5b7f68573cb0c41fad8c141db2ead6f.gz
show more ...
|
| #
808551e3 |
| 26-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
don't pass function return as reference in html_hilight()
Ignore-this: 19a8e8cbdbafea2268a31a08a65f4e05
This was actually reported [1] as a bug elsewhere, but really should be fixed in DokuWiki and
don't pass function return as reference in html_hilight()
Ignore-this: 19a8e8cbdbafea2268a31a08a65f4e05
This was actually reported [1] as a bug elsewhere, but really should be fixed in DokuWiki and now is.
[1] https://www.projectzero.org/bugzilla/show_bug.cgi?id71
darcs-hash:20090526073013-7ad00-90c0bee83ebc6c9c3e33b2a58b8d0a17d828f748.gz
show more ...
|