- May 18, 2006
-
-
Michael Klier chi@chimeric.de authored
- The fulltext-search can now be restricted to a given namespace seperated by an "@" darcs-hash:20060518161855-484ab-1617b6d2c3593525f4d29a789b0a32ebf414b9ae.gz
-
- Apr 27, 2006
-
-
Ben Coburn authored
Does client-side rewriting of accesskey tooltip text so that it will be more OS and browser specific. Dokuwiki should output all accesskey tooltips as [ALT+<key>] because this patch matches on "[ALT+". darcs-hash:20060428015158-05dcb-0102a1b2068c053e81dd21ad3927c78b6c9f349e.gz
-
- Mar 31, 2006
-
-
Andreas Gohr authored
This ensures that the save button stays the default button of the form again. darcs-hash:20060331085543-7ad00-8db519b51a7bc65479ebc6b303f3cf016f8088be.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 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
-
- Mar 05, 2006
-
-
Andreas Gohr authored
darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz
-
Andreas Gohr authored
darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
-
- Mar 02, 2006
-
-
Andreas Gohr authored
darcs-hash:20060302140949-6e07b-d85f1e3f8989bd5fe8464f4f82ef8a14f8722eff.gz
-
- Feb 26, 2006
-
-
Andreas Gohr authored
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
-
- Feb 24, 2006
-
-
Andreas Gohr authored
darcs-hash:20060224192428-7ad00-c6910ed8cf9656f61b1c813e899f7f75d13309ab.gz
-
- Feb 18, 2006
-
-
Anika Henke authored
darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
-
Andreas Gohr authored
This patch finally completes the support for unique section IDs. To achive this the mechanism how the TOC is build was changed. The TOC now is build in the renderer only. Currently the TOC will be rendered in the end_document function and is then prepended to the doc. This should ensure compatibility with the rest of the code. Adding support for separating the TOC from the page should now be a simpler task in the future. TODO: - Update base class - remove commented old TOC code - make sure no other parts of the code use any of the old TOC code darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz
-
- Feb 17, 2006
-
-
Andreas Gohr authored
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
-
- Feb 11, 2006
-
-
Andreas Gohr authored
darcs-hash:20060211180240-7ad00-c7c589aa6e5e67f2d7ad54f7e41837f116a91c9c.gz
-
- Feb 07, 2006
-
-
Matthias Urlichs authored
darcs-hash:20060207213425-5ac8f-17fb87ac0d23138440fa2278e5266771ff96aac7.gz
-
- Feb 05, 2006
-
-
Anika Henke authored
darcs-hash:20060205211548-d5083-8419738e453d5df611dd5cbbce362f8f84e240e9.gz
-
- Feb 04, 2006
-
-
Anika Henke authored
darcs-hash:20060204172036-d5083-05e07c95a561852f9514fc12e23c71a8e012acbc.gz
-
Anika Henke authored
darcs-hash:20060204171707-d5083-2f6e2ad47d12f32db771c69ff97965e1ad1d40ad.gz
-
- Feb 03, 2006
-
-
Andreas Gohr authored
This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html The MySQL backend WAS NOT TESTED and probably needs some work. darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz
-
- Jan 29, 2006
-
-
Andreas Gohr authored
darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz
-
- Jan 27, 2006
-
-
Andreas Gohr authored
darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz
-
Anika Henke authored
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
-
Anika Henke authored
darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz
-
- Jan 24, 2006
-
-
chris authored
darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz
-
- Jan 21, 2006
-
-
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
-
Andreas Gohr authored
darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
-
- Jan 11, 2006
-
-
Andreas Gohr authored
darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.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
-
- Nov 11, 2005
-
-
Matthias Grimm authored
This pathc adds a feedback for the user after changing his/her profile and the profile dialog will be closed. darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
-
- Nov 08, 2005
-
-
Andreas Gohr authored
darcs-hash:20051108201701-7ad00-956b228ad91dbc0f8b6c8abfaecfc5fce273b012.gz
-
- Nov 06, 2005
-
-
Matthias Grimm authored
This patch removes the autopasswd fix again, because all users may forget their password from time to time. The wording in the dialog changed a bit instead to make the feature more clear to the user. Furthermore some english texts were updated. darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz
-
- Nov 05, 2005
-
-
Matthias Grimm authored
Resending of a new password must depend on $conf['autopasswd']. Only if $conf['autopasswd'] darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz
-
- Oct 30, 2005
-
-
Andreas Gohr authored
darcs-hash:20051030212242-7ad00-e21dc88d3f6abc87b3e9691006d6b9b21a8683d6.gz
-
- Oct 20, 2005
-
-
chris authored
darcs-hash:20051020181434-50fdc-44222aa2074bb0e39a1c240c516259579b380740.gz
-
- Oct 15, 2005
-
-
Andreas Gohr authored
The edit form now is free of inline event handlers. There are still other places where inline javascript and even document.write is used which should be fixed as well. Currently the window.onload event is used to initialize everything which may not the best way to do so. Dean Edwards may have a solution: http://dean.edwards.name/weblog/2005/09/busted/ darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
-
- Oct 08, 2005
-
-
Andreas Gohr authored
darcs-hash:20051008175404-7ad00-cd640de7660825b19d5e863cc8caf5467d59b055.gz
-
- Oct 02, 2005
-
-
Andreas Gohr authored
This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
-