summaryrefslogtreecommitdiff
path: root/lib/tpl
Commit message (Collapse)AuthorAge
* use strftime() instead of date() FS#1335 :!:Andreas Gohr2008-02-23
| | | | | | | | | | | | | | This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names. Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters). Plugins or templates using the $conf['dformat'] need to be updated. darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
* add title attribute on page title FS#1330Andreas Gohr2008-02-15
| | | | darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz
* use <sup> to markup footnote anchorsAndreas Gohr2008-01-19
| | | | | | | Using the <sup> HTML tag ensures that footnotes are shown correctly when displayed outside the DokuWiki stylesheet (eg. in feedreaders) darcs-hash:20080119010614-7ad00-59426b5e1d44f0ab932867e19e42b71f260f9cc9.gz
* mediamanager style fixes for ie7Anika Henke2008-01-19
| | | | darcs-hash:20080118235811-d5083-ade0047bf7d9f07e8ec8581c7977686ab10f370d.gz
* Spellchecker removedAndreas Gohr2007-11-23
| | | | | | | | With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
* CSS update for media formMichael Klier2007-10-29
| | | | darcs-hash:20071029135607-23886-63a278261ccce0003a02fa7e2609fad09583e88b.gz
* Add the Universal Wiki Edit Button to the deafault templateAndreas Gohr2007-10-26
| | | | | | | | | | | | | | | | The "Universal Wiki Edit Button" is a movement to make Wikis easily recognizable to users regardless of the used engine or template. The aim is to create an icon which is as easy to recognize as the now well known RSS icon. The hope is to spread the Wiki idea and make more people aware of the use of Wikis outside the scope of Wikipedia. The logo is added through a background CSS defined in UWEB.css More info about the Universal Wiki Edit Button can be found at http://www.aboutus.org/uweb - you may also add your thoughts about it there. darcs-hash:20071026213115-7ad00-6101fbc3449b4426f795c60775c874eb0e53bb82.gz
* slightly modfied donation buttonAndreas Gohr2007-07-11
| | | | | | See http://www.splitbrain.org/blog/2007-07/10-paypal_oddities darcs-hash:20070711213825-7ad00-cef46fe97caa244503083944dd3f154bc5a1d1d6.gz
* RTL stylsheet fixTom N Harris2007-06-16
| | | | darcs-hash:20070616214657-6942e-a47a6a757a74d544354aef34863ffa46489bb465.gz
* fix for former patch (FS#744)Anika Henke2007-05-15
| | | | darcs-hash:20070514224419-d5083-7f072fa6f2b3100adbeecc856f1babd2b9919186.gz
* FS#744 (template developers, heed the changes)Anika Henke2007-05-15
| | | | darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz
* some more fixes for the toc toggle jsAnika Henke2007-05-14
| | | | darcs-hash:20070514205803-d5083-1b9ffb482ec2f3b948e200c6b89e8a13da1476d9.gz
* replaced TOC toggle images by CSS magicAndreas Gohr2007-05-14
| | | | | | | Instead of relying on images to show the toggle button for hiding the table of contents, now some CSS is used to simulate an arrow. darcs-hash:20070514180903-7ad00-4aeef03580dfb92a5c939d3cdd569850ea31df5b.gz
* RTL stylesheet fixes FS#1118Andreas Gohr2007-04-22
| | | | darcs-hash:20070422104650-7ad00-101d770aff900ed9c7af94ff33b4a6b9792b0576.gz
* FS#1079 - made TOC images part of templateMichael Klier2007-04-08
| | | | darcs-hash:20070408144321-23886-266b4fec7c4d292f830689cced19798cd00d1422.gz
* better RTL supportKatriel Traum2007-04-07
| | | | | | | Attached is a patch I worked on with Dotan Kamber for better RTL support in Dokuwiki. darcs-hash:20070407164409-3c7c8-43c8ae51d85386835840ea17f6a9625157faccc2.gz
* better red-green blindness compatibility FS#1065Andreas Gohr2007-02-18
| | | | | | | | This adds a dashed border for non-existing links to make it easier to distinguish between existing and non existing links for users with color-blindness. darcs-hash:20070218142625-7ad00-a38c0c8470ab23d38ec156d222e670f9f74dd3fd.gz
* removed obsolite id #sidebar form print.cssMichael Klier2007-02-12
| | | | darcs-hash:20070212153312-23886-4280eeb83854600bd99f0e9e1176fc0ab4f47492.gz
* minor fixes for W3C CSS validatorAndreas Gohr2006-12-02
| | | | darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
* don't print messages #980Andreas Gohr2006-11-18
| | | | darcs-hash:20061118160114-7ad00-5239713397fa0a9caaeb27e9407508c8a63c9e01.gz
* add comment to tpl_indexerWebBug() call in default template main.phpchris2006-10-02
| | | | darcs-hash:20061002203925-9b6ab-ca7c87dc96fbc9572ef92a804d58715b0ab0b3e5.gz
* minor update to default templatechris2006-09-09
| | | | | | | - main.php & detail.php add check for being run by DokuWiki, die() if not. darcs-hash:20060909093603-9b6ab-0f8e31e246adba8adc888dbba1f924ff0e455d63.gz
* removed superfluous <br /> after inline tablesAnika Henke2006-09-03
| | | | darcs-hash:20060903193759-d5083-276d7cb9622d9a009de2aedca8bfba880c3ffbdd.gz
* strip tags from title #883Andreas Gohr2006-08-26
| | | | | | | | This patch no longer uses htmlspecialchars on $conf['title'] when used in the page title - instead strip_tags is applied. This streamlines the use of $conf['title'] darcs-hash:20060826180943-7ad00-c8cc155c1e92fad05b85f77841834f782cbf6281.gz
* semantic css placeholders - part 2Anika Henke2006-08-05
| | | | darcs-hash:20060805150015-d5083-4ac2de4b475c70d386745aefd606ffb396cf8f92.gz
* semantic css placeholders - part 1Anika Henke2006-08-05
| | | | darcs-hash:20060805141743-d5083-35b1edef7cd407f93b593e0a1cbbf1f548e86add.gz
* another try at the uploadformAndreas Gohr2006-07-31
| | | | darcs-hash:20060731175331-7ad00-7cfe2aa927bb837368c07e01a85ad9ffe697956d.gz
* mediamanager uploadform: adjusted html + cssAnika Henke2006-07-30
| | | | darcs-hash:20060730111004-d5083-ab7efbe958e77f5b7ff4500b91b8d43da657e9d4.gz
* inputshadowmatthiasgrimm2006-07-29
| | | | | | | | | | the existing text entry shadow is very dominant and makes it difficult to read the text (especcially if background colours other than white are used). This patch replaces the input shadow file with a less dominant one. darcs-hash:20060729095224-7ef76-e8519c7fca130647ff748d7b1a1f285431fdbbf2.gz
* fix for FS#810Anika Henke2006-06-24
| | | | darcs-hash:20060624202448-d5083-e1aecc4b9b01659c41018318ee383b9d4fbd3e64.gz
* fixed css of secedit buttonAnika Henke2006-06-19
| | | | darcs-hash:20060619173846-d5083-4ef0acb290dcff0644ca1f9b54e7269b01a93bd8.gz
* css cleanup and fixesAnika Henke2006-06-18
| | | | darcs-hash:20060618144346-d5083-c93d6b009fd75e316b56e724006f04f8c9a1bdb3.gz
* mediamanager style fixes for IEAnika Henke2006-06-07
| | | | darcs-hash:20060607211456-d5083-2f50c401d05e4dfe5844e41dd28e0634ad948909.gz
* fixed short open tag problemAndreas Gohr2006-05-27
| | | | darcs-hash:20060527150702-7ad00-40dff996272887fe8636e62ff00f92c5d6e6c722.gz
* javascript to toggle editor wrappingAndreas Gohr2006-05-25
| | | | | | | | This patch adds a way to sisable and enable the automating wrapping in the editor textarea. Disabling the wrapping is especially useful when editing large tables. darcs-hash:20060525152357-7ad00-ced566c5d640cc521877d4b3325640c3fcd3ded9.gz
* more mediamanager fixesAndreas Gohr2006-05-25
| | | | | | | This fixes some styling issues, the cookie handling and a bug in the JavaScript caching mechanism. darcs-hash:20060525144000-7ad00-2f0b673d4f747c979f460e4e927a50eeeae81ec1.gz
* minor media manager tweaksAndreas Gohr2006-05-20
| | | | darcs-hash:20060520172118-7ad00-ad605bf51c8774d734012ece0071f70e6624788a.gz
* media manager enhancementsAndreas Gohr2006-05-19
| | | | | | | Separate scrolling for right and left side of the manager (like frames) Show syntax example for simple copy'n'paste if no JavaScript available. darcs-hash:20060519202900-7ad00-9b20bd7993d3687f83b807a81cd23051b16785db.gz
* new mediamanagerAndreas Gohr2006-05-19
| | | | | | | | | | | | | | | This patch adds a completely rewritten media popup. The following noteworthy changes were made: - media manager uses a collapsible namespace tree - media manager uses AJAX if available - media manager popup can be kept open when selecting a media file - only one template is used for the media manager :!: Template - Editable image metadata is configured in conf/mediameta.php now - The JS cookie mechanism was enhanced to store key/value pairs - Language strings can be exported to JS in js.php darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz
* removed left over event testing code from main templateAndreas Gohr2006-04-28
| | | | darcs-hash:20060428213851-7ad00-2aebcece3effc9315645cf3164c83f2631a7f2a2.gz
* event system revisionchris2006-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major revision of DokuWiki's event system. There are changes to class names, function names, function parameters and their order and event names. For action plugin writers the following changes are important: - <event_name> is no longer signalled, only <event_name>_BEFORE and <event_name>_AFTER. - note the case change for _BEFORE and _AFTER - calling stopPropagation while processing a _BEFORE signal no longer prevents an _AFTER signal. The events _continue value is reset before the _AFTER signal is made. - events have a new readonly property, canPreventDefault. This lets the event handling hook know whether or not the event honours preventDefault calls. - parameters have changed for the register_hook method, parameters are now $event_name, $advise (can be 'BEFORE' or 'AFTER') $object $method $param (this parameter is now optional) - parameter order has changed for the hook event handler callback functions &$event $param (can now be left off) Event names have changed, they are now structured <dokuwiki name>_<event data name>_<action_name or state if no action> DOKUWIKI_START darcs-hash:20060424220152-9b6ab-00e366288f7ec8a85b85dc83694a5f43a07aa082.gz
* pagetitle as template pagenameBen Coburn2006-04-11
| | | | | | | | Uses the first heading as the page name in the default template if $conf['useheading'] is set. Updates tpl_pagetitle() so that it can return this value. darcs-hash:20060410234311-05dcb-b4636f7c0d8f98658a6097ea9ee4dff1ee2de8b4.gz
* make alphatransparency shadows available to modern browsers onlyAndreas Gohr2006-04-10
| | | | darcs-hash:20060410192459-7ad00-4212125ec31532656030b4d80984f6b45b5cf293.gz
* show page generation timeBen Coburn2006-03-24
| | | | darcs-hash:20060324032426-05dcb-cca609254cfef5b583510b86904f1656dea98fc7.gz
* 'Back to top' style bug fixBen Coburn2006-03-21
| | | | | | Removes some link underlining that would appear around the 'Back to top' button. darcs-hash:20060321020948-05dcb-e0e5f2d30bd05bad37ad64d587fc4dc29abcb30b.gz
* experimental shadow effect for input controlsAndreas Gohr2006-03-13
| | | | | | | | | This adds a shadow effect to input fields and buttons for the default template. It uses alphatransparency PNGs so it will may look bad for IE in some cases. I think it adds some nice 3D effect making inputs and buttons easily distictable without any complicated CSS markup. darcs-hash:20060313221312-7ad00-73e0d0c23d8bb151c0e05dd1b92c7e4286da591b.gz
* Automatic draft savingAndreas Gohr2006-03-11
| | | | | | | | DokuWiki now automatically creates a draft file of the currently edited page. In case of an editing interuption (eg. Browsercrash) the draftfile can be continued later. darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
* unique id for top button, link and anchorAnika Henke2006-03-09
| | | | darcs-hash:20060308232857-d5083-f9aa3009a5b70cbcb14d66ae94deb3edf6da3693.gz
* killed some borders, widths and other strictness bugsAnika Henke2006-03-08
| | | | darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz
* making basic, acl and usermanager styles more independent from templatesAnika Henke2006-03-08
| | | | darcs-hash:20060308211121-d5083-5301446cdca891cdbcd46e2667ecbf2dcd6af414.gz