summaryrefslogtreecommitdiff
path: root/lib/tpl/default
Commit message (Collapse)AuthorAge
* enhanced <code> and <file> syntaxAndreas Gohr2009-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore-this: 80398f84222bec1fce56eee8f107d37a This patch enhances the code and file syntax with several new features. 1. code and file are now essentially the same and just differ in the class name. This means you now can use the file syntax with syntax highlighting as well. This also solves problems where the code to highlight already contains a <code> tag (FS#1493) 2. a filename can be given as label for the code or file block. It is specified as second parameter after the language: <code html myfile.html>...</code> If no highlighting is wanted, but a filename shall be given, you can use a dash as language: <code - somefile.foo>...</code> 3. when a filename was given (as shown above), the label links to a download of the code given in the code/file block. This is made possible by a new renderer in inc/parser/code.php. The basename of given filename is suggested as filename when downloading. darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
* Redesigned admin screenAndreas Gohr2009-06-06
| | | | | | | | | | | Ignore-this: a0d2db2839de9eacbd6a853c39ed592c This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by Håkan Sandell [1] [1] http://www.dokuwiki.org/plugin:adminhomepage darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
* disable diff button when no two revisions are selected FS#1663Mikhail I. Izmestev2009-05-26
| | | | | | Ignore-this: 9c8cf4530d94d7168e34158c59ee4c66 darcs-hash:20090526104223-8beed-76c3e9ef68cc651518994ce31a0e4dfe566e7020.gz
* removed purple numbersAnika Henke2009-05-25
| | | | darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz
* Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and ↵Anika Henke2009-05-05
| | | | | | adjust your CSS darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
* removed invisible animation from PHP button FS#1665Andreas Gohr2009-04-10
| | | | | | Ignore-this: 684d2ee8bc147bbdff7f19e82a81b0d9 darcs-hash:20090410181913-7ad00-67f9b629e937044d9af2efec3fabcdda53387dd4.gz
* highlight section on section edit button mouseoverAndreas Gohr2009-02-14
| | | | | | | | | | Ignore-this: 128d5873729a0a00558465b45d5d9f58 Some people seem to have problems to see which section will be edited when using a section editing button. This patch adds a litle bit JavaScript magic to highlight the edited section to be, when hovering over a section button. darcs-hash:20090214161135-7ad00-59db7d9185784ba1fec2f2c2da30c6e64ae1ccc3.gz
* tpl_license() more flexible for template authorsMichael Klier2009-01-27
| | | | darcs-hash:20090127215001-23886-194fb0b92b259bd915f27eeb3300dba2bc330d26.gz
* adjusted and moved style.ini viewer to represent style.ini of current ↵Anika Henke2009-01-24
| | | | | | template (not just default template) darcs-hash:20090124184033-f7d6d-b8d5aab351089866fecbb07f3fb3516f753bb077.gz
* added simple style.ini viewer to default templateAndreas Gohr2009-01-23
| | | | darcs-hash:20090123192937-7ad00-758bed69d026ed63a937e77072723877e4edc01c.gz
* better styling of new diff headerAnika Henke2009-01-23
| | | | darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz
* display summary + user in diff-view (FS#1424)Anika Henke2009-01-21
| | | | darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz
* removed accidentally checkedin private stuff from footer.htmlAndreas Gohr2008-12-16
| | | | darcs-hash:20081216184939-7ad00-da211afee2d611ca448236b0a7e270156a62c203.gz
* remove linebreaks from language files FS#1035Michael Klier2008-12-01
| | | | darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz
* minor URL fix in default footerAndreas Gohr2008-10-13
| | | | darcs-hash:20081013172843-7ad00-6dae5026ecd19984103009070f44edeb9ffcc230.gz
* removed 'ALT+' from all titles of elements with accesskeys (FS#1172)Anika Henke2008-10-12
| | | | darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
* footer.html fixes for the new license chooserAndreas Gohr2008-10-12
| | | | darcs-hash:20081012115301-7ad00-d462fc822a56d514f2f66a61a2ee1561ea9de61e.gz
* Remove UWEB (FS#1427)Gina Haeussge2008-10-12
| | | | darcs-hash:20081012105932-2b4f5-37703e01d7631eacc1d581cc368bd54e0731b664.gz
* Make license selectable from config FS#312Andreas Gohr2008-10-12
| | | | darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
* fixed false list style in mediamgr againAnika Henke2008-10-11
| | | | darcs-hash:20081011125307-f7d6d-79c112577ab09a4d7f0220459597bdd887cad633.gz
* fixed false list style in mediamgr (introduced by my previous patch)Anika Henke2008-10-11
| | | | darcs-hash:20081011124804-f7d6d-97f738b50ddc73788813c280dd41dcf1f87a5b58.gz
* typographical cleanup of list styles (also fixes FS#941)Anika Henke2008-10-11
| | | | darcs-hash:20081011120833-f7d6d-8ad166657e8ccfee792a4b391595a86c52865e8b.gz
* Try to fix checkboxes in media manager in FF3Andreas Gohr2008-10-01
| | | | | | | | | This patch fixes the position of the option checkboxes in the mediamanager for Firefox 3. It might have broken them in other browsers. Please test everybody. darcs-hash:20081001195152-7ad00-31afd4b01294f0d83d90e5ecc337ede95f22c425.gz
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* replaced my 1 outdated + 1 soon outdated email addressesAnika Henke2008-07-20
| | | | darcs-hash:20080720121704-f7d6d-70da167d3088ae0793ad391c139269446c8d20b3.gz
* show xmp metadata in default templatehakan.sandell2008-05-18
| | | | darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz
* single button functions for subribe and subscribens FS#1408Andreas Gohr2008-06-08
| | | | darcs-hash:20080608111117-7ad00-a1989e6284df2d722c5a2eea80b0d19d6d1ef7dd.gz
* experimental Flash based multi uploadAndreas Gohr2008-06-07
| | | | | | | | | | | | | | | | | | | | | | This patch adds experimental support for uploading multiple files in one go. This is achieved by using Flash for selecting multiple images and intitiating the HTTP upload. When Flash 8 or higher is detected, an additional icon is added to the usual upload form. Clicking it will swith the form to the Flash based upload queue. Things that need work: * Better Icon * Feedback if Flash detection works on all Flash 8 supported platforms * Progress feedback seems not to work on Linux (might be Adobe bug) * No final feedback how many images were uploaded correctly The flash sources are located in lib/_fla/ Any feedback and help would be appreciated. darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
* Donation link changedAndreas Gohr2008-03-18
| | | | | | | Linking to wiki:donate instead of a direct Paypal call to avoid future trouble with Paypal. darcs-hash:20080318194751-7ad00-0dc5106d3e35051482417a3147cc647c7ec23545.gz
* 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