History log of /dokuwiki/lib/exe/indexer.php (Results 76 – 93 of 93)
Revision Date Author Comments
# a4a2d4cf 07-May-2006 Andreas Gohr <andi@splitbrain.org>

metadata hnalding updates, header fixes

This removes the meta instruction again in favour of the new meta renderer.
Most tests work now again, a few tweaks were done on the header handler
to render

metadata hnalding updates, header fixes

This removes the meta instruction again in favour of the new meta renderer.
Most tests work now again, a few tweaks were done on the header handler
to render certain headers as it did in earlier versions.

darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz

show more ...


# 95dbfe57 30-Apr-2006 Andreas Gohr <andi@splitbrain.org>

metadata enhancements

This adds meta data rendering to the indexer process to build missing meta data
in the background.

p_get_first_heading was adjusted to make use of the new meta data mechanisms

metadata enhancements

This adds meta data rendering to the indexer process to build missing meta data
in the background.

p_get_first_heading was adjusted to make use of the new meta data mechanisms

A problem with unitialized arrays in p_set_metadata and PHP5 was fixed (I think)

darcs-hash:20060430181740-7ad00-8952fa6beb4fadf6b4321627998442d34febfc8d.gz

show more ...


# 1ca31cfe 04-Mar-2006 Andreas Gohr <andi@splitbrain.org>

simplified file permission handling

This patch simpliefies the configuration of the file and directory creation
modes. There is no need to set the umask anymore. Only the wanted permissions
for file

simplified file permission handling

This patch simpliefies the configuration of the file and directory creation
modes. There is no need to set the umask anymore. Only the wanted permissions
for files and directories are set. An init function compares the wanted modes
with the ones that would be choosen by the system automatically (consulting
the system's umask) and sets the modes for chmod when needed.

darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz

show more ...


# 44881d27 24-Feb-2006 Troels Liebe Bentsen <tlb@rapanden.dk>

Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.

* Don't set the umask() any

Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.

* Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
* Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
* Use chmod for setting the correct permissions but only if it's needed.
* Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.

darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz

show more ...


# ac9115b0 18-Feb-2006 Troels Liebe Bentsen <tlb@rapanden.dk>

Fix wrong umask usage and so we set the correct file premissions.

darcs-hash:20060218183251-ee6b9-798ab2994526311b1e58f04e7684b39b51426887.gz


# 704bbeb0 15-Jan-2006 Erik Bystrm <erik.bystrom@gmail.com>

use usleep in locking to avoid 100% CPU

darcs-hash:20060115105943-4b825-c15733992e9bbf26621d4431da3171bcb8d24057.gz


# 0fac700b 07-Dec-2005 Andreas Gohr <andi@splitbrain.org>

more debugging code in indexer.php

darcs-hash:20051207193507-7ad00-5b9c870ae153b1c7adc8360822ffc6216be98809.gz


# 262bcb0e 03-Dec-2005 Andreas Gohr <andi@splitbrain.org>

added debug options to indexer.php for sitemap stuff

darcs-hash:20051203142519-7ad00-d72a5e338ecda2b819e8628444d2262d7458b8e2.gz


# 20b335b5 29-Nov-2005 Andreas Gohr <andi@splitbrain.org>

automatic google ping after sitemap update

darcs-hash:20051129223742-7ad00-2b17207795c195d7194578007ef19029f0ed0f94.gz


# e35e4cbd 27-Nov-2005 Andreas Gohr <andi@splitbrain.org>

fixed date format for google sitemaps

darcs-hash:20051127110118-7ad00-691b4d529004ef0571896c3d326361970a584409.gz


# 8b9da5a7 26-Nov-2005 Andreas Gohr <andi@splitbrain.org>

Added Google sitemap support #371

This patch addes the automatic creation of Google sitemaps. The map
is created in the DokuWiki root dir and named sitemap.xml.gz if gzip
compression is available -

Added Google sitemap support #371

This patch addes the automatic creation of Google sitemaps. The map
is created in the DokuWiki root dir and named sitemap.xml.gz if gzip
compression is available - if not the gz extion is skipped.
How often the map is recreated is defined through the $conf['sitemap']
option. It accepts a day value.

darcs-hash:20051126234709-7ad00-6ff4b0e79670cdfa39e615ec9dc40146ffcc9dd4.gz

show more ...


# 24c3e0d2 16-Oct-2005 Andreas Gohr <andi@splitbrain.org>

added command line utility to update the index

darcs-hash:20051016001228-7ad00-5f9c0176e9d9830ec22332504e7d415bd4a20a1d.gz


# 55a96b7b 15-Oct-2005 hfuecks <hfuecks@gmail.com>

indexer_cleanid_patch

darcs-hash:20051015203821-e96b6-907a58698b3b566f0997f8ef58e1259abff769cc.gz


# bfca19c5 06-Oct-2005 Andreas Gohr <andi@splitbrain.org>

load indexing include only when needed

darcs-hash:20051006174104-7ad00-4abd8894c1449a46467c0d168e7fc5e90331024c.gz


# c73c757e 06-Oct-2005 hfuecks <hfuecks@gmail.com>

indexer_patch_flush_image

darcs-hash:20051006130651-e96b6-6496b235c56a40cdea06df6198a5d39e5bfa9d13.gz


# 3a800f4c 30-Sep-2005 Andreas Gohr <andi@splitbrain.org>

mkdir compatibility fix in indexer #575

darcs-hash:20050930151407-7ad00-56002a89c36a82a249de577227929ace91ebad2f.gz


# 3556bcee 13-Sep-2005 Andreas Gohr <andi@splitbrain.org>

small indexer fix

The indexer didn't create the last indexed files correctly

darcs-hash:20050913184004-7ad00-8756a7362942c747d53992fa8f0ee4da5534badb.gz


# e68c51ba 23-Aug-2005 Andreas Gohr <andi@splitbrain.org>

added missing indexer file

darcs-hash:20050823163450-7ad00-5ed5b87ee1898281090bb3170498866dbc18cb24.gz


1234