[dokuwiki] darcs changes 2007-05-14

Good Morning!

This are the darcs changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------
Mon May 14 00:39:48 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * tiny url fix in toc image js

Mon May 14 00:24:21 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * include_once support for javascript
  
  The include syntax was changed and enhanced by a include_once statement.
  
  Syntax:
  
  /* DOKUWIKI:include somefile.js */
  /* DOKUWIKI:include_once someotherfile.js */
  
  Note: include_once uses the basename of the inlcuded file to determine if
        it was previously loaded. You need to use something unique for it to
        make sure it is correctly loaded.
  
  Note: included files are not checked for updates by the cache logic. You
        need to touch the master file for updating the cache
  
  Note: includes are *not* supported inside included files to avoid any
        circular references
  

Mon May 14 00:08:16 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * fix of js fix of xhtml fix of mediamanager *g*

Sun May 13 23:33:50 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * javascript fix for recent mediamanager xhtml fix

Sun May 13 23:21:29 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * fixed xhtml validity issues in media manager

Sun May 13 21:35:24 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * fixed link in config descriptions for new bugtracker URLs

Sun May 13 20:31:58 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * variable button width in plugins plugin (FS#1131)

Sun May 13 19:47:19 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * fixed some xhtml validity issues in config manager

Sun May 13 20:15:24 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * rebuild $_REQUEST manually to avoid cookie interference FS#1104

Sun May 13 14:46:55 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * deleted obsolete backtomedia functions

Sun May 13 14:20:05 CEST 2007  Anika Henke <a.c.henke[at]arcor.de>
  * same behaviour for do=recent actionlink as for button

Sun May 13 14:32:30 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * include support for JavaScript files
  This patch adds support for include calls in JavaScript files as discussed in 
[1]
  
  The syntax looks like this:
  
  /* !!include script.js */
  
  All whitespaces are optional (except between !!include and script of course)
  
  [1] http://www.freelists.org/archives/dokuwiki/01-2007/msg00121.html

Sun May 13 13:43:56 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * fixed copy'n'paste error for previous apostrophe fix

Sun May 13 12:16:00 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * make sure all needed data is given when creating users from backend FS#1096

Sun May 13 11:48:51 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * properly escape values used in LDAP filters FS#1048

Sun May 13 11:03:09 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * Fix for non removable proxy settings in config manager FS#1123

Sun May 13 10:40:24 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * distinction between apostrophes and single quotes FS#1127
  This patch adds another parser mode for apostrophes. Now single quote closing
  markers are handled different from apostrophes for better local typograpy
  support.
  
  Needs testing and languages updates.

Sun May 13 09:27:12 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * spelling fix FS#1130

Sun May 13 09:21:27 CEST 2007  Andreas Gohr <andi[at]splitbrain.org>
  * disable alternative links for disabled actions
  When export_raw or export_xhtml is disabled no rel="alternative" links for
  these export formats are generated anymore.
  
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer


-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: