#
554a8c9f |
| 24-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
More mediamanager reworking
|
#
47e84e7a |
| 25-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
merging
|
#
c5f92742 |
| 19-Aug-2011 |
Michael Hamann <michael@content-space.de> |
Don't delete meta files when pages are deleted, fixes FS#2301
As we need to keep all core meta files anyway (the only core file that had been deleted but shouldn't be deleted is the .indexed file) a
Don't delete meta files when pages are deleted, fixes FS#2301
As we need to keep all core meta files anyway (the only core file that had been deleted but shouldn't be deleted is the .indexed file) and plugins can keep care of their own metadata files using the IO_WIKIPAGE_WRITE event there is no reason for using the expensive metaFiles() function during the deletion of pages.
show more ...
|
#
0b926329 |
| 10-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
recent changes fix
|
#
61f1aad8 |
| 05-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media version saving fixes
|
#
29778747 |
| 04-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media revisions in recent changes
|
#
67c15ece |
| 07-May-2011 |
Michael Hamann <michael@content-space.de> |
Change when metadata is rendered - only when really needed
This changes the cache logic for metadata. It introduces a new mode that tries to avoid rendering the page again for simple requests but st
Change when metadata is rendered - only when really needed
This changes the cache logic for metadata. It introduces a new mode that tries to avoid rendering the page again for simple requests but still updates the metadata when the page has been changed (but not when the cache timeout has been reached or purge is used). It simply compares the time of the last rendering with the last modified time of the page.
The old boolean $render parameter has been changed into an int with three possible values. Compatibility for the old parameter is provided using a check with is_numeric using the following mapping: - false is still don't render (0 is the new value for that) - true is using that new render logic which means that many plugins will still work unchanged even if they request a lot of data using $render=true (1 is the new value for that providing full compatibility in the case 1 has been used instead of true)
The default value for p_get_first_heading is now that new simple cache logic, the default value for getting metadata is the cache logic which should be used with care but is the only way to request (rendered) metadata that can change because of plugin installations or upgrades.
show more ...
|
#
a1bbd05b |
| 27-Apr-2011 |
Michael Hamann <michael@content-space.de> |
Remove deprecated call-time pass-by-reference in inc/common.php
The value is still passed by reference as the parameter of the called function is declared as reference.
|
#
3d7ac595 |
| 07-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Fix namespace template loading (load $data['tplfile'] instead of $data['tpl'])
|
#
2343a762 |
| 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
handle link local and localhost IPv6 addresses in clientIP FS#2138
|
#
7b84afa2 |
| 03-Feb-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Replace COMMON_PAGE_FROMTEMPLATE with COMMON_PAGETPL_LOAD event
As discussed on the mailing list [1] this patch replaces the COMMON_PAGE_FROMTEMPLATE with a more flexible event to better intercept p
Replace COMMON_PAGE_FROMTEMPLATE with COMMON_PAGETPL_LOAD event
As discussed on the mailing list [1] this patch replaces the COMMON_PAGE_FROMTEMPLATE with a more flexible event to better intercept page template use.
Plugin authors need to change their plugins. Details on the event are available at [2]
[1] http://www.freelists.org/post/dokuwiki/COMMON-PAGE-FROMTEMPLATE-event [2] http://www.dokuwiki.org/devel:event:common_pagetpl_load
show more ...
|
#
9063ec14 |
| 12-Jan-2011 |
Adrian Lang <lang@cosmocode.de> |
Remove trailing whitespace in buildAttributes output
|
#
5526795c |
| 31-Dec-2010 |
Guy Brand <gb@unistra.fr> |
Allow a prefix for subject of sent mails (Close FS#2021)
|
#
359fab8b |
| 30-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix
This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of
Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix
This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
show more ...
|
#
e3776c06 |
| 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
#
48714142 |
| 26-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
show more ...
|
#
b3c7ecd1 |
| 12-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Merge branch 'sitemap'
|
#
5ec3fefc |
| 05-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
handle mailfrom replacements in a central place FS#2091
|
#
37ba24e4 |
| 02-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Merge branch 'master', remote branch 'sitemap/master'
|
#
37c1acbd |
| 11-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Correctly handle non-default sepchars in page templates (FS#2057)
|
#
762b4c44 |
| 10-Oct-2010 |
Michael Hamann <michael@content-space.de> |
Merge remote branch 'origin/master' into sitemap
|
#
060ab504 |
| 03-Oct-2010 |
Guy Brand <gb@unistra.fr> |
Truncate wiki name in sent mail (FS#2021)
|
#
341f6051 |
| 02-Oct-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1928: Keep mlist file upon page deletion to persist subscribers for later recreation and allow notification of subscribers of page deletion.
|
#
de3eb1d7 |
| 28-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Small fixes / cleanup
|
#
c4f79b71 |
| 07-Apr-2010 |
Michael Hamann <michael@content-space.de> |
Sitemap rewrite
|