History log of /dokuwiki/inc/ (Results 4901 – 4925 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
99c8d7f218-Jan-2009 michael <michael@content-space.de>

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, tha

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.

Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.

darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz

show more ...

5dfff27918-Jan-2009 Luis Dantas <luis@dantas.com>

Brazilian Portuguese language update

darcs-hash:20090118200637-15659-d4230d3d5d713aa30d0034813b8f0828ca3d126e.gz

c541804618-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed indexer which was broken by miscalculation in previous optimization

darcs-hash:20090118200357-7ad00-2d3a8dcb57ef5d19efe65fd4af8c26af261aef06.gz

109577f517-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed display of local flash files

darcs-hash:20090117194338-7ad00-47d9dd7534ae4005f6742f5572551a0cc7582683.gz

eedfb17f17-Jan-2009 Alexei Tereschenko <aytereschenko@gmail.com>

Russian language update

darcs-hash:20090117185218-22cdf-1fb73de0f93087b89f992e9a5e392658cfad98b9.gz

4dc44bc317-Jan-2009 Saroj Dhakal <lotusnagarkot@gmail.com>

Nepali language update

darcs-hash:20090117185001-22994-fc748e4a1c4b4c8ef48a322bdf0b474ccd4e3be7.gz

87ca687417-Jan-2009 Arne Pelka <mail@arnepelka.de>

German language update

darcs-hash:20090117184743-ce5f5-af20a0ad5feb28c0b10fa964ee47bb0da592ed2c.gz

0256626a17-Jan-2009 Anika Henke <anika@selfthinker.org>

fixed broken empty img alt params in forms

darcs-hash:20090117172751-f7d6d-0524a77889593d24bdd46df337071833f1fecb8f.gz

851f2e8916-Jan-2009 Anika Henke <anika@selfthinker.org>

makes minimum amount of headlines configurable that determines if the TOC is built (FS#1226)

darcs-hash:20090116233507-f7d6d-aaff15652d2e698a4403b3386b5b1eb6c0fa38f3.gz

365be58616-Jan-2009 Andreas Gohr <andi@splitbrain.org>

replaced str_replace with sprintf in media manager

darcs-hash:20090116220659-7ad00-176afb347702b72fdb75faa3401b5c2c4b50c6a0.gz

666cdec516-Jan-2009 Michael Klier <chi@chimeric.de>

fix for FS#1534

darcs-hash:20090116225428-23886-2ce4d48a20f66265764c95b19ee505c6519446e2.gz

c76c3d8e16-Jan-2009 Jair Henrique <jair.henrique@gmail.com>

Portuguese Brazlian language update

darcs-hash:20090116185506-0f120-b63ed7b126ef4a99e495600195114726cbcf135f.gz

9ae41cdc16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

minor source tweak in flash code

darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz

d4c61e6116-Jan-2009 Andreas Gohr <andi@splitbrain.org>

Use html_flashobject for MultiUploader

darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz

07bf32b216-Jan-2009 Andreas Gohr <andi@splitbrain.org>

new html_flashobject() function for simple and XHTML valid flash embeds

darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz

883179a416-Jan-2009 Andreas Gohr <andi@splitbrain.org>

keep breadcrumbs for anonymous users FS#1519

darcs-hash:20090116145345-7ad00-153c9e6e0a83d937c48967ed5bc90578a5f49a15.gz

a93e6f8516-Jan-2009 Andreas Gohr <andi@splitbrain.org>

catch too big uploads FS#1552

darcs-hash:20090116135017-7ad00-5815811717b4b5eb86698e57277e9ae74c660883.gz

4222b89816-Jan-2009 Andreas Gohr <andi@splitbrain.org>

check if mb_string function overloading is enabled FS#1565

darcs-hash:20090116122030-7ad00-da6705f92e7b128d3f908969aa6b348d28d85ae0.gz

ed3655c416-Jan-2009 Tom N Harris <tnharris@whoopdedo.org>

Avoid zero-byte reads

darcs-hash:20090116001547-6942e-b5bc401c0ef4c36b1b7b8ca7ef708587953ec017.gz

1e4a1d1814-Jan-2009 Andreas Gohr <andi@splitbrain.org>

removed punbb auth backend

Since PunBB 1.2.x is no longer current but PunBB 1.3.x is not supported by the
backend it is removed from the default distribution. The code was put up on
http://www.dokuw

removed punbb auth backend

Since PunBB 1.2.x is no longer current but PunBB 1.3.x is not supported by the
backend it is removed from the default distribution. The code was put up on
http://www.dokuwiki.org/auth:punbb

Note, that changes making an 1.3.x compatible version possible where pushed
earlier this day.

darcs-hash:20090114203914-7ad00-07063accb48675952792b9d06760bf9a748d5cd1.gz

show more ...


df957b3614-Jan-2009 Andreas Gohr <andi@splitbrain.org>

function_exists checks in utf8 lib for compatibility with 3rd party libs

The DokuWiki UTF-8 library and its derivates are very popular in Open Source
PHP software. This makes trouble due to name cla

function_exists checks in utf8 lib for compatibility with 3rd party libs

The DokuWiki UTF-8 library and its derivates are very popular in Open Source
PHP software. This makes trouble due to name clashes, when 3rd party
software libraries need to be loaded within DokuWiki.

A common example is using the authentication libraries of popular forum
systems (PHP3, PunBB3).

With the checks added, DokuWiki will rely on the 3rd party UTF-8 functions
instead of its own ones. As long as they are really the same, this will
work.

Users of 3rd party libs need to check compatibility between implementations
themselves.

darcs-hash:20090114201824-7ad00-40fcc2e1abec42adabef5596a6617fbaa22291d5.gz

show more ...

6a83a91914-Jan-2009 Arne Pelka <mail@arnepelka.de>

German language update

darcs-hash:20090114194125-ce5f5-57ad64d6f969272d6d37dd7268146d2e5842b28e.gz

1481facf14-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed typo in tpl_license()

darcs-hash:20090114185521-7ad00-3bb2c0be133fb4a3077613006b8e93f10b7d798a.gz

5bb99c6314-Jan-2009 Michael Klier <chi@chimeric.de>

minor cosmetic fix for tpl_license()

darcs-hash:20090114054432-23886-99834406fd085fd7d3f49fd4f6cffc618adfadc8.gz

06156f3c14-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed corrupt if statement introduced by earlier patch

darcs-hash:20090114175244-7ad00-22fe37641598c13f13266bf0b50c3b93fe912344.gz

1...<<191192193194195196197198199200>>...266