[dokuwiki] darcs patch: action_link classes

  • From: Su <su@xxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 16 Sep 2005 18:25:25 -0500

DarcsURL: http://dev.splitbrain.org/darcs/dokuwiki
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=_"

--=_
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Fri Sep 16 18:24:33 Central Daylight Time 2005  su@xxxxxxxxxxxxxxxxx
  * action_link classes

--=_
Content-Type: text/x-darcs-patch
Content-Transfer-Encoding: quoted-printable
Content-Description: A darcs patch for your repository!


New patches:

[action_link classes
su@xxxxxxxxxxxxxxxxx**20050916232433] {
hunk ./inc/template.php 415
-                     'class=3D"action" accesskey=3D"e" rel=3D"nofollow"');
+                     'class=3D"action edit" accesskey=3D"e" rel=3D"nofollo=
w"');
hunk ./inc/template.php 419
-                     'class=3D"action" accesskey=3D"e" rel=3D"nofollow"');
+                     'class=3D"action create" accesskey=3D"e" rel=3D"nofol=
low"');
hunk ./inc/template.php 424
-                   'class=3D"action" accesskey=3D"v" rel=3D"nofollow"');
+                   'class=3D"action source" accesskey=3D"v" rel=3D"nofollo=
w"');
hunk ./inc/template.php 429
-                   'class=3D"action" accesskey=3D"v" rel=3D"nofollow"');
+                   'class=3D"action show" accesskey=3D"v" rel=3D"nofollow"=
');
hunk ./inc/template.php 433
-      tpl_link(wl($ID,'do=3Drevisions'),$pre.$lang['btn_revs'].$suf,'class=
=3D"action" accesskey=3D"o"');
+      tpl_link(wl($ID,'do=3Drevisions'),$pre.$lang['btn_revs'].$suf,'class=
=3D"action revisions" accesskey=3D"o"');
hunk ./inc/template.php 436
-      tpl_link(wl($ID,'do=3Drecent'),$pre.$lang['btn_recent'].$suf,'class=
=3D"action" accesskey=3D"r"');
+      tpl_link(wl($ID,'do=3Drecent'),$pre.$lang['btn_recent'].$suf,'class=
=3D"action recent" accesskey=3D"r"');
hunk ./inc/template.php 439
-      tpl_link(wl($ID,'do=3Dindex'),$pre.$lang['btn_index'].$suf,'class=3D=
"action" accesskey=3D"x"');
+      tpl_link(wl($ID,'do=3Dindex'),$pre.$lang['btn_index'].$suf,'class=3D=
"action index" accesskey=3D"x"');
hunk ./inc/template.php 442
-      print '<a href=3D"#top" class=3D"action" accesskey=3D"x">'.$pre.$lan=
g['btn_top'].$suf.'</a>';
+      print '<a href=3D"#top" class=3D"action top" accesskey=3D"x">'.$pre.=
$lang['btn_top'].$suf.'</a>';
hunk ./inc/template.php 446
-        tpl_link(wl($ID,'do=3Dshow'),$pre.$lang['btn_back'].$suf,'class=3D=
"action" accesskey=3D"b"');
+        tpl_link(wl($ID,'do=3Dshow'),$pre.$lang['btn_back'].$suf,'class=3D=
"action back" accesskey=3D"b"');
hunk ./inc/template.php 452
-          tpl_link(wl($ID,'do=3Dlogout'),$pre.$lang['btn_logout'].$suf,'cl=
ass=3D"action"');
+          tpl_link(wl($ID,'do=3Dlogout'),$pre.$lang['btn_logout'].$suf,'cl=
ass=3D"action logout"');
hunk ./inc/template.php 454
-          tpl_link(wl($ID,'do=3Dlogin'),$pre.$lang['btn_login'].$suf,'clas=
s=3D"action"');
+          tpl_link(wl($ID,'do=3Dlogin'),$pre.$lang['btn_login'].$suf,'clas=
s=3D"action logout"');
hunk ./inc/template.php 460
-        tpl_link(wl($ID,'do=3Dadmin'),$pre.$lang['btn_admin'].$suf,'class=
=3D"action"');
+        tpl_link(wl($ID,'do=3Dadmin'),$pre.$lang['btn_admin'].$suf,'class=
=3D"action admin"');
hunk ./inc/template.php 466
-            tpl_link(wl($ID,'do=3Dunsubscribe'),$pre.$lang['btn_unsubscrib=
e'].$suf,'class=3D"action"');
+            tpl_link(wl($ID,'do=3Dunsubscribe'),$pre.$lang['btn_unsubscrib=
e'].$suf,'class=3D"action unsubscribe"');
hunk ./inc/template.php 468
-            tpl_link(wl($ID,'do=3Dsubscribe'),$pre.$lang['btn_subscribe'].=
$suf,'class=3D"action"');
+            tpl_link(wl($ID,'do=3Dsubscribe'),$pre.$lang['btn_subscribe'].=
$suf,'class=3D"action subscribe"');
hunk ./inc/template.php 474
-         tpl_link(wl($ID,'do=3Dbacklink'),$pre.$lang['btn_backlink'].$suf, 
'clas=
s=3D"action"');
+         tpl_link(wl($ID,'do=3Dbacklink'),$pre.$lang['btn_backlink'].$suf, 
'clas=
s=3D"action backlink"');
}

Context:

[update for the dutch language files
huybkoen@xxxxxxxxx**20050913222710] =

[allowing + char in email addresses
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050916191719] =

[lexer fix, corrects pattern match locating issues for patterns with look-a=
head/look-behind assertions (e.g. acronyms per bug#538)
chris@xxxxxxxxxxxxx**20050916113259] =

[Norwegian lang update
Jorge Barrera Grandon <jorge@xxxxxxxxxxxxxxxxx>**20050916080010
 Fixed some utf8 issues and corrected some grammar errors (sorry 'bout that=
).
] =

[norwegian_lang_update
Jorge Barrera Grandon <jorge@xxxxxxxxxxxxxxxxx>**20050915124517] =

[small fix for sepchar patch if useslash is disabled
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050915150613] =

[made tpl_img() arguments more intuitive
joe.lapp@xxxxxxxxx**20050915035516
 Caller passes non-zero dimension only when proportionately limiting the
 image by that dimension; no need to pass very large numbers to preserve
 the image's original dimensions or to leave one dimension unconstrained. =

] =

[Added media 'nolink' and 'direct' options
joe.lapp@xxxxxxxxx**20050915032348
 {{image.jpg?nolink}} =3D> embed image and don't make it a link
 {{image.jpg?direct}} =3D> embed image and link directly to image
 {{image.jpg}} =3D> embed image and link to its details page =

] =

[RSS entry description now starts at first paragraph
joe.lapp@xxxxxxxxx**20050915015745] =

[$conf['useheading'] now applies to RSS feed entries
joe.lapp@xxxxxxxxx**20050915015209] =

[$conf['sepchar'] support
joe.lapp@xxxxxxxxx**20050915012947
 Allows user to select the word separation character in page names.
] =

[plugin manager update, improved compression type detection
chris@xxxxxxxxxxxxx**20050915005634] =

[fix for acronyms, but still buggy
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050914144810
 The last change introduced a bug where acronyms inside words where
 marked. This fixes it partly. However there is still a bug - the
 following line gets both occurences of 'spec' marked as acronym and
 I don't know why:
 =

 This is the specification also called spec.
 =

 Only the last occurence of spec should be marked but both are. If
 the latter is missing the first one isn't marked as well.
 =

 Any help appreciated.
 =

] =

[plugin info fix - correct strtr parameters
chris@xxxxxxxxxxxxxxxxx**20050914115643] =

[fix for pageinfo() - remove redundant lines
chris@xxxxxxxxxxxxxxxxx**20050914115601] =

[small indexer fix
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050913184004
 The indexer didn't create the last indexed files correctly
] =

[removed file from cs language
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050913165525] =

[no language update
Jorge Barrera Grandon <jorge@xxxxxxxxxxxxxxxxx>**20050913165310] =

[option for setting baseurl #523
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050912173116] =

[cs language update
Bohumir Zamecnik <bohumir@xxxxxxxxxxxx>**20050912151337] =

[fixed stupid bug in indexer
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050912145813
 There was a stupid bug in the indexer which prevented the adding
 of new words (only non ASCII words were added)
] =

[added missing ACL checks for new index based searches
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050912143027] =

[backlinks now use the new index based search
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050912141042] =

[changed AJAX quicksearch style to match insitu footnotes
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050912122922] =

[clarification of image linking in syntax page
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050911222727] =

[always read VERSION from DOKU_INC
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050911221041] =

[removed alpha channel from toolbar icons
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050911220000
 Some of the toolbar buttons looked bad n IE because of Internet
 Explorers ignorance of PNG alpha channels. Fixed it.
] =

[fixed UTF-8 handling in Acronyms #478
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050911210801] =

[hide namespace in file-links (non-image media) #512
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050911202522] =

[io_download mod to allow use of attachment names, plugin manager fix to us=
e new io_download
chris@xxxxxxxxxxxxxxxxx**20050911142126] =

[support for ImageMagicks convert in fetch.php
Pavel Vitis <Pavel.Vitis@xxxxxxxxx>**20050911140225
 This patch allows one to set $conf['im_convert'] to use ImageMagick
 instead of PHPs libGD to resize images. convert is more powerful
 than libGD - it can resize animated gifs for example.
] =

[pl lang update
Grzegorz Zur <grzesiekzur@xxxxxxx>**20050911110305] =

[Fix for Bug#530, remove errant style from Plugin Manager plugin
chris@xxxxxxxxxxxxxxxxx**20050908221009] =

[plugin manager update
chris@xxxxxxxxxxxxxxxxx**20050908000843] =

[pluginutils update avoid missing aggregate files before plugin manager has=
 created them
chris@xxxxxxxxxxxxxxxxx**20050908000531] =

[update admin plugin base class, remove plugin_ prefix from main methods, l=
eaving original functions in deprecated form. provide plugin name if no men=
utext is found
chris@xxxxxxxxxxxxxxxxx**20050908000305] =

[add localisation methods to syntax plugin base class
chris@xxxxxxxxxxxxxxxxx**20050908000225] =

[fixed handling of non standard ports
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050907213543] =

[zh lang update
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050907211338] =

[try faster rename before falling back to copy in indexer
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050907210643] =

[indexer rename bugfix for Win32
Dave Doyle <ddoyle@xxxxxxxxxxxxxxxx>**20050906214043] =

[small xhtml compliance fix for toolbar
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050907204614] =

[removed BOM from ca files
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050905184035] =

[small es lang fix
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050905183831] =

[removed BOM from pt-BR files
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050905183502] =

[GeSHi updated to 1.0.7.2
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050905180342] =

[small it language fix
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050905174917] =

[minor fixes needed for searchindex plugin
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050904203437] =

[hide namespace in ajax quicksearch
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050904114117] =

[de lang update
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050904113441] =

[fixed newlines in JavaScript alerts
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050904112930] =

[the search now uses the index
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050903220229] =

[Patch for JpegMeta.php
Joe Lapp <joe.lapp@xxxxxxxxx>**20050903125736
 This patch allows a user to enter a datetime into the media editor
 in what ever format they please, and yet still have it formatted
 properly in the JPEG.  Strictly speaking, JpegMeta will store what
 ever string you provide, but I'm guessing Google and other EXIF
 readers may require the standard format.
] =

[minor fix for obfuscate patch
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050902203054] =

[HTTPClient is now used for RSS fetching
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050902201230] =

[function obfuscate($email) moved to common.php; used in parser and some pl=
ugins
Esther Brunner <esther@xxxxxxxxxxxxx>**20050902150527] =

[error reporting for plugins turned on once again; checks if file exists
Esther Brunner <esther@xxxxxxxxxxxxx>**20050902145953] =

[Constant DOCU_CONF corrctly initialisied (had a slash to much)
Esther Brunner <esther@xxxxxxxxxxxxx>**20050902133442] =

[exclude subnamespaces from recents: added optional fifth parameter
Esther Brunner <esther@xxxxxxxxxxxxx>**20050901130231] =

[plugin manager update, german language files - thanks Esther
chris@xxxxxxxxxxxxxxxxx**20050902184641] =

[HTTP Client added
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050831205550
 This patch adds an HTTP client written in PHP. It supports proxy
 handling and SSL if PHP was compiled with it.
] =

[Namespace filtering for recent changes
Esther Brunner <esther@xxxxxxxxxxxxx>**20050830202115] =

[Replacement Patterns for pageTemplate()
Esther Brunner <esther@xxxxxxxxxxxxx>**20050830194701] =

[fix for breaking singlequote in searchhighlight #519
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050830181651] =

[tidy up plugin manager code (rename some classes that were using admin_plu=
gin_* format). Fix for ->setupLocale.
chris@xxxxxxxxxxxxxxxxx**20050829082736] =

[de language update
Esther Brunner <esther@xxxxxxxxxxxxx>**20050829150745] =

[addslashes for html_signature
Esther Brunner <esther@xxxxxxxxxxxxx>**20050829150543] =

[new fulltext search function using the index
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050828152821
 The new search function was added but is not yet integrated into
 DokuWikis interface.
] =

[index lookup function added
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050827174813] =

[private cachecontrol for fetch.php #516
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050827151739] =

[comment additions
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050827122257] =

[small changes to tpl_youarehere()
Nigel McNie <oracle.shinoda@xxxxxxxxx>**20050827121154
 There were a bug where the $conf['startpage'] link is shown twice,
 and I changed the behaviour on finding a link to a page that doesn't
 exist.
] =

[catalan language files
Carles Bellver <carles.bellver@xxxxxxxxx>**20050827113920] =

[addslashes for JavScript language strings
Carles Bellver <carles.bellver@xxxxxxxxx>**20050827113536
 If you use a single quote (escaped with a slash, of
 course) in strings 'notsavedyet' or 'qb_alert', then
 the edit toolbar doesn't show in your edit pages.
 This is caused by the way these strings are inserted
 in javascript code in inc/template.php. This patch
 fixes it.
 =

] =

[small fix for metaFiles() function
Esther Brunner <esther@xxxxxxxxxxxxx>**20050827113345] =

[correction to non-intrusive plugin manager patch - now uses correct $conf =
setting name.
chris@xxxxxxxxxxxxxxxxx**20050825004756] =

[plugin manager, an admin plugin
chris@xxxxxxxxxxxxxxxxx**20050824232255] =

[non-intrusive changes to support plugin manager
chris@xxxxxxxxxxxxxxxxx**20050824231545] =

[admin plugin i/face + acl plugin
chris@xxxxxxxxxxxxxxxxx**20050824224718] =

[add backlink btn and actionlink
chris@xxxxxxxxxxxxxxxxx**20050824222056] =

[don't display indexer webbug for nonexisting pages
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050823183426] =

[added simple.shutterspeed to JpegMeta
Joe Lapp <joe.lapp@xxxxxxxxx>**20050823164204] =

[added missing indexer file
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050823163450] =

[fix for incorrect comparison in metaFiles()
Esther Brunner <esther@xxxxxxxxxxxxx>**20050818181531] =

[info patch fix, correct error in render param name change, add support for=
 line breaks in descriptions.
chris@xxxxxxxxxxxxxxxxx**20050818155711] =

[cleanID fix
chris@xxxxxxxxxxxxxxxxx**20050818150303] =

[Added "sublocation" IPTC tag to JpegMeta
Joe Lapp <joe.lapp@xxxxxxxxx>**20050817180620] =

[zh-tw.stopwords.txt
chinsan <chinsan@xxxxxxxxxxxxxxx>**20050816212439] =

[fileicons for non image media #198
Esther Brunner <esther@xxxxxxxxxxxxx>**20050816192301] =

[indexer improvements & fix for underscores
chris@xxxxxxxxxxxxxxxxx**20050816032408] =

[ml() bugfix - images were broken with no rewriting
Esther Brunner <esther@xxxxxxxxxxxxx>**20050816182528] =

[delete meta files on page deletion
Esther Brunner <esther@xxxxxxxxxxxxx>**20050816182201] =

[fixed minor bug introduced yesterday
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050815192355] =

[polish language update
Grzegorz Zur <grzesiekzur@xxxxxxx>**20050814203914
 reviewed
 added correct stopwords list with correct encoding
] =

[much faster implementation of idx_getPageWords()
Chris Smith <chris@xxxxxxxxxxxxx>**20050815184030] =

[minor fixes to base Renderer class
chris@xxxxxxxxxxxxxxxxx**20050814221006] =

[zh-tw.20050814.diff
chinsan <chinsan@xxxxxxxxxxxxxxx>**20050814214153] =

[zh-tw-20050815-subscribermail.txt
chinsan <chinsan@xxxxxxxxxxxxxxx>**20050814231649] =

[added stopword support to the indexer, added indexer webbug
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050814181035] =

[fix for external images and the media rewrite patch
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050814124731] =

[added own mailtext for subscribe feature
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050814115406] =

[subscribe_changes.patch
steven-danz@xxxxxxxxx**20050808045034
 Updates to the subscription patch to add a configuration option to enable/=
disable
 the feature, move the messages to the language files, and general cleanup
] =

[URL rewriting for media files
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050814101834
 This patch adds nicer URLs for media files (for fetch.php and
 detail.php)
 =

 !IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
 See .htaccess.dist for an example
] =

[syntax_plugin base class update, change render param name from $mode to $f=
ormat
chris@xxxxxxxxxxxxxxxxx**20050813182407] =

[renderer update, move plugin() method from xhtml to renderer
chris@xxxxxxxxxxxxxxxxx**20050813182213] =

[zh-tw.20050813.diff
chinsan <chinsan@xxxxxxxxxxxxxxx>**20050813152248] =

[more indexer functions
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050813142047] =

[fix for recent changes if start page has a namespace #500
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050811184846] =

[French translation update
Alexandre ROSSI <niol@xxxxxxxxxxxxxxxxxxxxx>**20050808185240] =

[nl language update
Riny Heijdendael <riny@xxxxxxxxxxxxxx>**20050808190524] =

[a first step for search indexing - nothing to see yet
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050807203322] =

[command line utilities for DokuWiki
Harry Fuecks <hfuecks@xxxxxxxxx>**20050807201309
 This patch adds a command line tool which should help people modify
 wiki pages on the command line.
 =

 Usage would be something like;
 =

 $ ./dokuwiki/bin/dwpage.php checkout wiki:syntax > /home/harryf/syntax.txt
 $ vi syntax.txt
 $ ./dokuwiki/bin/dwpage.php -m "Document new syntax" commit syntax.txt wik=
i:syntax
 =

 The second script outputs a list of wiki ids, seperated by newlines.
 The idea would be it get's run by a cron job at regular intervals and
 has it's results piped to a text file.
 =

] =

[danish language update
koeppe <koeppe@xxxxxxxx>**20050807195958] =

[xhtml fix for recent changes #499
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050807134726] =

[changes to the page subscription feature
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050806212000] =

[track_changes.patch
Steven Danz <steven-danz@xxxxxxxxx>**20050627021748
 Second go at including changes to allow users to sign up on  =

 mailing lists so they may receive emails each time the page
 they are interested in is updated.
] =

[caching for feeds
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050806155857
 This patch adds caching for XML/ATOM feeds. This is most useful for the
 default feed (linked from the footer and HTML meta header) as this is
 usually the most used one.
 =

 The cache is invalidated if a change was made (by checking the the
 filemtime of the changelog). A 5 minute settling time is used to avoid
 invalidating the cache too often when the wiki changes rapidly.
] =

[Alternative fix for #384
Harry Fuecks <hfuecks@xxxxxxxxx>**20050806151204
 The bug with emphasis syntax clashing with URLs did still occur with
 protocols different from http or ftp. This patch might be a better
 solution.
 =

 I had to use [^\x00]* instead of .* - for some reason the later won't
 work properly in this case. It means people won't be able to use ASCII
 NUL characters inside an emphasis.
 =

 The other thing that won't work is this;
 =

 Won't work: //semi colon here>://
 =

 People will need to make sure there is at least a space - this will work;
 =

 Works //semi colon here>: //
 =

] =

[spanish language update
Bernardo Arlandis Ma=C3=B1=C3=B3 <bernardo@xxxxxxxxxxxx>**20050805200202] =

[minor plugin fixes to protect against invalid/malformed plugins
chris@xxxxxxxxxxxxxxxxx**20050804235036] =

[plugin tweaks, info plugin fixes
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050803180226] =

[fix for closing plugindir
Esther Brunner <esther@xxxxxxxxxxxxx>**20050803172402] =

[support for plugin subfolders added - plugins/[name]/[type]/[file].php
chris@xxxxxxxxxxxxxxxxx**20050802191421] =

[syntax plugin class prototypes : fixes to previous update
chris@xxxxxxxxxxxxxxxxx**20050802005846] =

[plugin javascript load fix: print.css -> script.js
chris@xxxxxxxxxxxxxxxxx**20050802084121] =

[Load plugin javascript
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050801182242
 Javascript files from plugins called script.js are loaded automatically
] =

[Personal wordlist for spellchecker #488
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050731172612
 This patch allows you to add a file named conf/words.aspell with your own
 words you don't want the spellchecker to choke on.
 =

 Thanks to Steven Danz for code idea
] =

[image metadata editor
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050731163554
 This patch adds an meta data editor for JPEG files. Currently title,
 caption, artist, copyright and keywords can be saved. The data is saved
 to the apropriate IPTC fields. Additional fields can be added in the
 appropriate template.
 =

 Compatibility testing with other programs is needed!
] =

[optimized Image metadata handling
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050731115030] =

[Plugins can  add their own CSS now
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050731073521
 Plugins can use their own styleheets now. They are loaded in the tpl_metah=
eader
 function.
 =

 The following files are used if existing in the plugin's directory:
 =

 style.css  - overall style used always
 screen.css - only used in normal view (media=3Dscreen)
 print.css  - only used when printing a page (media=3Dprint)
] =

[Changed pluginloading to use references
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050730215156
 This patch allows the use of $this in syntax plugins to set internal varia=
bles
 and let them remain between handle and render calls. Even when it is possi=
ble
 now to use this method you should exchange data betwenn handler and render=
 calls
 by using the $data array only.
] =

[recoded chinese language files #485
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050730112550] =

[fallback to default template if custom one is not available
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050729163001] =

[typo fix for actions.inc #480
Johannes Buchner <buchner.johannes@xxxxxx>**20050729161331] =

[DOKU_CONF define for config directory #479
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050729155457] =

[GeSHi updated to 1.0.7.1
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050728204042] =

[use fread instead of fpassthru in fetch.php
Brian Cowan <brian.cowan@xxxxxxxx>**20050728184238] =

[added missing JavaScript files for fancy footnotes
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050728181307] =

[footnote fix: update to previous patch, corrects IE issues
chris@xxxxxxxxxxxxxxxxx**20050728124131] =

[syntax plugin class update: add getAllowedTypes() method (compatible with =
plugins written prior to the patch, although they should be updated!)
chris@xxxxxxxxxxxxxxxxx**20050728005720] =

[footnote fix: almagamate identical footnotes, insitu footnote popups
chris@xxxxxxxxxxxxxxxxx**20050728005522] =

[handle all RFC 1738 compliable schemes in external links
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050728180447
 RFC 1738 states:
    Scheme names consist of a sequence of characters. The lower case
    letters "a"--"z", digits, and the characters plus ("+"), period
    ("."), and hyphen ("-") are allowed.
 =

 DokuWiki did only recognize alphanumeric characters, this patch adds
 periods, plus and hyphen.
 =

 Thanks to "ytrewq1" for pointing that out.
] =

[es language update
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050726191412] =

[added missing detail.php
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050725183410] =

[EXIF/IPTC metadata in media popup
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050724201111] =

[some minor fixes in image detail handling
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050724125047] =

[first step in Image metadata support
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050724115540
 This adds a detail page for images, for JPEG files
 additional metadata from EXIF and IPTC fields is shown
] =

[removed custom.conf
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050723205235
 custom.conf is no longer supported
] =

[Local configuration files #349
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050723204824
 Local configs can now be added to the following files to make
 updating simpler:
 =

 acronyms.local.conf
 mime.local.conf
 smileys.local.conf
 entities.local.conf
 interwiki.local.conf
] =

[local_acronyms.patch
Steven Danz <steven-danz@xxxxxxxxx>**20050628023628
 Add the option of using a local.acronyms.conf file to specify local acrony=
ms
 without having to edit the default set
] =

[Fixed email link validation issue in 'visible' mode to conform RFC1738
Alexandre ROSSI <niol@xxxxxxxxxxxxxxxxxxxxx>**20050722170210] =

[italian language update
Roberto Bolli <info@xxxxxxxx>**20050719211658] =

[zh-tw lang update
chinsan <chinsan@xxxxxxxxxxxxxxx>**20050719211352] =

[pagetemplate support #104
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050718173842
 This adds very simple pagetemplate support. When a file named _template.tx=
t
 exists in a namespace this file's contents are loaded into the editor when
 a new page is added in the namespace.
 =

 Please note that this file is not editable from within the Wiki as it star=
ts
 with an underscore. The wiki admin has to create it her self on the
 filesystem.
] =

[useheading fixes #460 #465
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050716111225] =

[fix for auth_ldap if mapping is not defined
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050715213645] =

[Doku_Handler->plugin() method fix, incorrectly named handler object
chris@xxxxxxxxxxxxxxxxx**20050714223751] =

[The authcheck now prints a warning if no ACLs are available.
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20050714201333] =

[updated GeSHi to 1.0.7
andi@xxxxxxxxxxxxxx**20050714193336] =

[small print.css style adjustments
Justin Kelly <linuxppc@xxxxxxxxx>**20050714191517] =

[long <?php tag update, all for tpl/default/footer.html
chris@xxxxxxxxxxxxxxxxx**20050714002731] =

[fix for multiply entity #457
andi@xxxxxxxxxxxxxx**20050713180456] =

[TAG rel 2005-07-13
andi@xxxxxxxxxxxxxx**20050713173830] =

Patch bundle hash:
b54fa6421de6d7bf23171dac2d78c51a7baa4b83

--=_--

.

Other related posts:

  • » [dokuwiki] darcs patch: action_link classes