- Apr 28, 2006
-
-
Andreas Gohr authored
darcs-hash:20060428213851-7ad00-2aebcece3effc9315645cf3164c83f2631a7f2a2.gz
-
- Apr 24, 2006
-
-
chris authored
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
-
- Apr 10, 2006
-
-
Ben Coburn authored
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
-
Andreas Gohr authored
darcs-hash:20060410192459-7ad00-4212125ec31532656030b4d80984f6b45b5cf293.gz
-
- Mar 23, 2006
-
-
Ben Coburn authored
darcs-hash:20060324032426-05dcb-cca609254cfef5b583510b86904f1656dea98fc7.gz
-
- Mar 20, 2006
-
-
Ben Coburn authored
Removes some link underlining that would appear around the 'Back to top' button. darcs-hash:20060321020948-05dcb-e0e5f2d30bd05bad37ad64d587fc4dc29abcb30b.gz
-
- Mar 13, 2006
-
-
Andreas Gohr authored
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
-
- Mar 11, 2006
-
-
Andreas Gohr authored
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
-
- Mar 08, 2006
-
-
Anika Henke authored
darcs-hash:20060308232857-d5083-f9aa3009a5b70cbcb14d66ae94deb3edf6da3693.gz
-
Anika Henke authored
darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz
-
Anika Henke authored
darcs-hash:20060308211121-d5083-5301446cdca891cdbcd46e2667ecbf2dcd6af414.gz
-
- Mar 07, 2006
-
-
Andreas Gohr authored
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
-
- Mar 05, 2006
-
-
Andreas Gohr authored
darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz
-
Andreas Gohr authored
darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
-
- Mar 04, 2006
-
-
Andreas Gohr authored
darcs-hash:20060304181132-7ad00-6f854594de4ea32a488f0debb76a3098a5bf3987.gz
-
Andreas Gohr authored
This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz
-
- Mar 03, 2006
-
-
Anika Henke authored
darcs-hash:20060303182313-d5083-bd2f5fc3c02555635edc3788e0243e2e71a9ad34.gz
-
- Mar 02, 2006
-
-
Andreas Gohr authored
darcs-hash:20060302144734-6e07b-ec07a20645781bc68a47917bc6f2664f15e934da.gz
-
Andreas Gohr authored
darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz
-
Andreas Gohr authored
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
-
- Feb 26, 2006
-
-
Andreas Gohr authored
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
-
Anika Henke authored
darcs-hash:20060226104314-d5083-5b13dc5c5d356ca4a86241b1e5b428be36a8d940.gz
-
- Feb 25, 2006
-
-
Anika Henke authored
darcs-hash:20060225223830-d5083-80a20c33259db6f45c4baf79f58e351020b3ea61.gz
-
- Feb 24, 2006
-
-
Anika Henke authored
darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz
-
Anika Henke authored
darcs-hash:20060224215542-d5083-fc56b0dee72cbc062649ce85cbf13f154d973ba1.gz
-
Sean Coates authored
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
-
- Feb 20, 2006
-
-
Anika Henke authored
darcs-hash:20060220213931-d5083-3899830799e1c790421d66e8fb8629423c79b471.gz
-
- Feb 19, 2006
-
-
Anika Henke authored
darcs-hash:20060219142833-d5083-f41d8010f1359571ed6de68dcfbf04676b10c383.gz
-
Anika Henke authored
darcs-hash:20060219133545-d5083-00cda34a3d66f52d15de9825bdd31c590367599e.gz
-
- Feb 18, 2006
-
-
Anika Henke authored
darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
-
- Feb 05, 2006
-
-
Anika Henke authored
darcs-hash:20060206001131-d5083-cded00c0dd4cffce4986abaea6021cd93e1477f4.gz
-
Anika Henke authored
darcs-hash:20060205211548-d5083-8419738e453d5df611dd5cbbce362f8f84e240e9.gz
-
- Feb 04, 2006
-
-
Anika Henke authored
darcs-hash:20060204181446-d5083-5f17c37d5585f5c04c2827c75cb6449bb8c2fd38.gz
-
Anika Henke authored
darcs-hash:20060204171707-d5083-2f6e2ad47d12f32db771c69ff97965e1ad1d40ad.gz
-
- Jan 27, 2006
-
-
Anika Henke authored
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
-
- Jan 21, 2006
-
-
Andreas Gohr authored
darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
-
Andreas Gohr authored
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
-
- Jan 15, 2006
-
-
Anika Henke authored
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
-
- Jan 14, 2006
-
-
Anika Henke authored
darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz
-
- Dec 10, 2005
-
-
Andreas Gohr authored
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
-