summaryrefslogtreecommitdiff
path: root/lib/tpl
Commit message (Collapse)AuthorAge
...
* 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
* CSS fixes for default templateAndreas Gohr2006-03-07
| | | | | | | the height of the top and bottom rows is now more flexible to respect the different button height handling of browsers (konq) darcs-hash:20060307201317-7ad00-df09b3bfd414d9e5e810f8d298691ed1f6e4ee44.gz
* more html fixesAndreas Gohr2006-03-05
| | | | darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz
* small HTML fixesAndreas Gohr2006-03-05
| | | | darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
* small fix for select box paddingAndreas Gohr2006-03-04
| | | | darcs-hash:20060304181132-7ad00-6f854594de4ea32a488f0debb76a3098a5bf3987.gz
* move content-type meta header above title tagAndreas Gohr2006-03-04
| | | | | | This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz
* fix for missing spellchecker style when spellchecker is disabledAnika Henke2006-03-03
| | | | darcs-hash:20060303182313-d5083-bd2f5fc3c02555635edc3788e0243e2e71a9ad34.gz
* removed now unnessary Mac IE css hackAndreas Gohr2006-03-02
| | | | darcs-hash:20060302144734-6e07b-ec07a20645781bc68a47917bc6f2664f15e934da.gz
* load spellchecker styles only when needed fixes #539Andreas Gohr2006-03-02
| | | | darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz
* no default targetsAndreas Gohr2006-03-02
| | | | | | | | Using the target attribute is considered bad practice. This patch removes the default targets from dokuwiki.conf and fixes the footer.html of the default template accordingly darcs-hash:20060302134306-6e07b-cae2e54472687abb50f7cb97bd6c479b7c7d97d7.gz
* changed IDs to avoid name clashesAndreas Gohr2006-02-26
| | | | darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
* fix for footnotes and toolbar pickersAnika Henke2006-02-26
| | | | darcs-hash:20060226104314-d5083-5b13dc5c5d356ca4a86241b1e5b428be36a8d940.gz
* fix for disturbing css text alignment in text inputsAnika Henke2006-02-25
| | | | darcs-hash:20060225223830-d5083-80a20c33259db6f45c4baf79f58e351020b3ea61.gz
* admin styles removed to own plugin style fileAnika Henke2006-02-24
| | | | darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz
* every css element in div.dokuwiki context (as suggested by Max Khitrov last ↵Anika Henke2006-02-24
| | | | | | December) darcs-hash:20060224215542-d5083-fc56b0dee72cbc062649ce85cbf13f154d973ba1.gz
* hierarchical breadcrumbsSean Coates2006-02-24
| | | | | | | | This patch adds optional hierarchical breadcrumbs. This was discussed last december in http://www.freelists.org/archives/dokuwiki/12-2005/msg00112.html and followups. Many people where in favour of this. darcs-hash:20060224155631-21b7e-10f25b7bdf60120ec99850afefd4d1662c5b87aa.gz
* final (?) style for editbarAnika Henke2006-02-20
| | | | darcs-hash:20060220213931-d5083-3899830799e1c790421d66e8fb8629423c79b471.gz
* edit bar style for IEAnika Henke2006-02-19
| | | | darcs-hash:20060219142833-d5083-f41d8010f1359571ed6de68dcfbf04676b10c383.gz
* style for edit bar with chris' suggestionAnika Henke2006-02-19
| | | | darcs-hash:20060219133545-d5083-00cda34a3d66f52d15de9825bdd31c590367599e.gz
* another try on styling the edit barAnika Henke2006-02-19
| | | | darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
* anchors inside headlinesAnika Henke2006-02-06
| | | | darcs-hash:20060206001131-d5083-cded00c0dd4cffce4986abaea6021cd93e1477f4.gz
* tableless edit formAnika Henke2006-02-05
| | | | darcs-hash:20060205211548-d5083-8419738e453d5df611dd5cbbce362f8f84e240e9.gz
* fix for FS#646Anika Henke2006-02-04
| | | | darcs-hash:20060204181446-d5083-5f17c37d5585f5c04c2827c75cb6449bb8c2fd38.gz
* more semantic search quick resultsAnika Henke2006-02-04
| | | | darcs-hash:20060204171707-d5083-2f6e2ad47d12f32db771c69ff97965e1ad1d40ad.gz
* further xhtml strictness -- part 3Anika Henke2006-01-27
| | | | darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
* do not print background images #689Andreas Gohr2006-01-21
| | | | darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
* removed graphical list bulletAndreas Gohr2006-01-21
| | | | | | | | | | | | | | | | | Unordered lists used a graphic for the list bullet. Using the same technique as in the ordered lists we don't need an image just to have the color. This has two advantages: 1. The list bullets still have the correct color when colors are adjusted in style.ini 2. List bullets grow and shrink correctly with the fontsize It has a disadvantage as well: All list items need to be marked up like this: <li><div class darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
* stricter xhtml compliance -- part 2Anika Henke2006-01-15
| | | | darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
* better_xhtml_compliance_1.patchAnika Henke2006-01-14
| | | | darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz
* unobstrusive JS for TOC, better onload handlingAndreas Gohr2005-12-10
| | | | | | | | | This path adds more unobstrusive JavaScript for the TOC handling. It also loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-based Browsers as described at http://dean.edwards.name/weblog/2005/09/busted/ - a IE solution was not chosen yet. darcs-hash:20051210193709-7ad00-771461e56d9661caf9ca733a6d617f009e24d0b7.gz
* favicon to tplsteven-danz2005-12-07
| | | | | | | Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier for new templates to replace the image darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz