History log of /dokuwiki/ (Results 9801 – 9825 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3ff230f706-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

mysql extension for OO auth system

This patch adds the mysql extension to the OO auth system. The SQL statements
are defined in conf/mysql.conf.php.example and needs to be adapted to the
local datab

mysql extension for OO auth system

This patch adds the mysql extension to the OO auth system. The SQL statements
are defined in conf/mysql.conf.php.example and needs to be adapted to the
local database. The set of statements work with the database structure described
in conf/mysql.conf.php.example.

This module is beta and heavy testing in different environments is recommended.

The documentation of the SQL statements is not complete yet

darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz

show more ...

5faeb72606-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

de_language_update

The german translation was updated and missing files were added.

darcs-hash:20051106111006-4145d-975932c5619c6774365e3f32c7abe1d638114d6d.gz

753d5abf06-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

en_language_update

This patch removes the autopasswd fix again, because all users may
forget their password from time to time. The wording in the dialog
changed a bit instead to make the feature mor

en_language_update

This patch removes the autopasswd fix again, because all users may
forget their password from time to time. The wording in the dialog
changed a bit instead to make the feature more clear to the user.

Furthermore some english texts were updated.

darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz

show more ...

8f8ae16405-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

autopasswd_fix

Resending of a new password must depend on $conf['autopasswd']. Only
if $conf['autopasswd']

darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz

d2dde4eb05-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

OO_auth_fixes

This patch allows the OO auth module to fail. The basic class got
a new property $success that is checked in auth.php. Derived classes
might change this calue in their constructors.

B

OO_auth_fixes

This patch allows the OO auth module to fail. The basic class got
a new property $success that is checked in auth.php. Derived classes
might change this calue in their constructors.

Beautifying the whitespaces in auth.php completes this patch.

darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz

show more ...

85c8619a05-Nov-2005 Andreas Gohr <andi@splitbrain.org>

transparency fixes for fileicons

darcs-hash:20051105161316-7ad00-634fdb1738cc37f7d300b2f1eb3477c18a08ffce.gz

d15166e505-Nov-2005 Andreas Gohr <andi@splitbrain.org>

use classes for file icons like in interwiki links

darcs-hash:20051105155911-7ad00-ecba6272c534f73fc1ace47152187be87ef7c6d3.gz

9ab75d9e03-Nov-2005 Andreas Gohr <gohr@cosmocode.de>

Table Syntax fixes #280 #591

darcs-hash:20051103162630-6e07b-21520008f556114f8273307e7d6d33795488b1d2.gz

ba618d0d03-Nov-2005 Andreas Gohr <gohr@cosmocode.de>

fixed wrong color for spellchecker

darcs-hash:20051103120246-6e07b-5495888c1b781d01906e44068566ba581f13a195.gz

5646f69003-Nov-2005 Andreas Gohr <gohr@cosmocode.de>

a small CSS hack to make the buttons work in IE5.2 Mac

darcs-hash:20051103114701-6e07b-cb87eca037066a21f59da7f14e65986873607e29.gz

0dc92c6f03-Nov-2005 Andreas Gohr <gohr@cosmocode.de>

hidepages configoption

This new option accepts a RegExp to filter certain pages from all automatic
listings (RSS, recent changes, search results, index). This is useful to
exclude certain pages like

hidepages configoption

This new option accepts a RegExp to filter certain pages from all automatic
listings (RSS, recent changes, search results, index). This is useful to
exclude certain pages like the ones used in the sitebar templates. The
regexp is matched against the full page ID with a leading colon. If it
matches the page is assumed to be a hidden one.

IMPORTANT: this is not related to ACL. A hidden page is still visible to all
users (if not restricted by ACL) when linked or called directly.

darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz

show more ...

6534245a02-Nov-2005 Andreas Gohr <andi@splitbrain.org>

some fixes in the testmanagement

darcs-hash:20051102222604-7ad00-f8f3ae8435f8d6f6d738daaec205c541a371e9c7.gz

72645b7501-Nov-2005 Andreas Gohr <andi@splitbrain.org>

options for searchform template function

darcs-hash:20051101223559-7ad00-cca84b64eb86d2c72b880bc558fb337ba29d992a.gz

13ddd50801-Nov-2005 Andreas Gohr <andi@splitbrain.org>

added support for an additional style.css in a template

darcs-hash:20051101190506-7ad00-22d53e805ea5cf87172e00b380a788ed9871331e.gz

d87cece301-Nov-2005 Harry Fuecks <hfuecks@gmail.com>

html_highlight test cases

darcs-hash:20051101184908-56ad0-ea4c38c9a25dcc245c98b1e8cc001cac1427bbb7.gz

a337b19b31-Oct-2005 Andreas Gohr <andi@splitbrain.org>

added missing success.png

darcs-hash:20051031182823-7ad00-e404aac8b294c16ebdb58bfdad96129d6169ef02.gz

7209be2330-Oct-2005 Andreas Gohr <andi@splitbrain.org>

Security fix for hmtl_hilight() #616

darcs-hash:20051030212242-7ad00-e21dc88d3f6abc87b3e9691006d6b9b21a8683d6.gz

6e69c1ba30-Oct-2005 Andreas Gohr <andi@splitbrain.org>

CSS replacement support

Template authors now can use placeholders in their stylesheets which will
be replaced by the central CSS dispatcher. Placeholders and their replacements
are defined in a styl

CSS replacement support

Template authors now can use placeholders in their stylesheets which will
be replaced by the central CSS dispatcher. Placeholders and their replacements
are defined in a style.ini file in the Template directory.

This makes changing a colorset very easy.

darcs-hash:20051030193321-7ad00-bc66f405fd2e2b18cfcc5dc28feef04671eb6558.gz

show more ...

1c2d101930-Oct-2005 Andreas Gohr <andi@splitbrain.org>

Interwiki icons are set through CSS classes now

darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz

6640792b29-Oct-2005 Andreas Gohr <andi@splitbrain.org>

unit test for CSS compressor

darcs-hash:20051029191350-7ad00-6f9d12f1a1799092e0dca39987e5fe359cb38036.gz

78a6aeb129-Oct-2005 Andreas Gohr <andi@splitbrain.org>

More work on Javascript and CSS dispatchers

darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz

bad31ae929-Oct-2005 Andreas Gohr <andi@splitbrain.org>

JavaScript refactoring

This patch addes a first go on a central javascript and CSS dispatcher
which builds a single script from all needed scripts, does optimizing
and caching.

darcs-hash:200510290

JavaScript refactoring

This patch addes a first go on a central javascript and CSS dispatcher
which builds a single script from all needed scripts, does optimizing
and caching.

darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz

show more ...

551242f827-Oct-2005 Andreas Gohr <andi@splitbrain.org>

nicer style for notification messages

darcs-hash:20051027183616-7ad00-785a9ce88a5afbfe7bda40dd937db51f82266e39.gz

ae41559b27-Oct-2005 Andreas Gohr <andi@splitbrain.org>

fixed darcs patchset guessing in version check

darcs-hash:20051027183521-7ad00-08b33c7960975925fdb001476bd14124e9ff3f51.gz

f42d1c7527-Oct-2005 Andreas Gohr <andi@splitbrain.org>

option for disabling debug output

darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz

1...<<391392393394395396397398399400>>...423