21ed2ba4 | 10-Mar-2006 |
jan <jan@jandecaluwe.com> |
Fix toc indentation for toptoclevel > 1
darcs-hash:20060310155752-45605-05a5e1641c314edb38a46d4d6f1145ad62e932a1.gz |
ee3d998e | 11-Mar-2006 |
Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> |
LDAP URI support for parser
Add parser detection for LDAP URI scheme as specified in RFC 2255
darcs-hash:20060311130311-c47a2-fd0b1e2a6ba50e4c76732101966dcb27c42a178f.gz |
46b38c47 | 03-Mar-2006 |
chris <chris@jalakai.co.uk> |
lexer fix, change order of escaping . & \
darcs-hash:20060303100006-9b6ab-2598a779d472cd48c1a06801871a45fef09f90bf.gz |
a9e0fd1b | 02-Mar-2006 |
Andreas Gohr <gohr@cosmocode.de> |
small patch for unique ids
darcs-hash:20060302135001-6e07b-61d47e4a3438d14aef16772a04a3bbfd07e91e0d.gz |
56fa9a3f | 28-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed Call to undefined function: html_buildlist in the feed
darcs-hash:20060228210711-7ad00-316b48e7a541446e9778368b8d72fc5c11da16fd.gz |
24a33b42 | 26-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
changed IDs to avoid name clashes
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz |
4fced885 | 24-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
parse error in renderer fixed
darcs-hash:20060224154748-7ad00-dc2e34203914bb51b622fc5c7eeac81b9118071f.gz |
b8c943a4 | 24-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated TOC code
darcs-hash:20060224151221-7ad00-314d411cb22d2cd59079751f31cf4b4c49a7f0b6.gz |
0affd488 | 23-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
endless loop fixed #727
darcs-hash:20060223205726-7ad00-9f68c6bb78a495b1a3b67835927a9d5452d05945.gz |
e41c4da9 | 19-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
some TOC fixes
darcs-hash:20060219164726-7ad00-eb637e1db83e2f3b6c3629da18214b6587590b24.gz |
c5a8fd96 | 18-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
create unique IDs for sections
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 o
create unique IDs for sections
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
show more ...
|
98c86858 | 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
file cleanups
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
file cleanups
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
show more ...
|
8a831f2b | 10-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
romanization support in utf8 library
This patch addes basic romanization support to the utf-8 library. It converts non-latin languages to ASCII.
The transliteration tables used where gathered from
romanization support in utf8 library
This patch addes basic romanization support to the utf-8 library. It converts non-latin languages to ASCII.
The transliteration tables used where gathered from various places on the net. I do not speak any of those languages so I can't say how good they are. Any recommendations and fixes are welcome!
This can be enabled for ID cleaning by setting the deaccent option to 2. It is also used in the XHTML renderer to generate section ids based on the header titles. Leading digits and any remaining non-ASCII chars are removed as well. This is the first step to make section ID always XHTML compatible. Making sure they are unique is not implemented yet.
darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
show more ...
|
c6a1c1bf | 06-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
anchors inside headlines
darcs-hash:20060206001131-d5083-cded00c0dd4cffce4986abaea6021cd93e1477f4.gz |
02e51121 | 27-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
further xhtml strictness -- part 3
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz |
b6c6979f | 21-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
urlencode -> rawurlencode (related to #685)
This changes nearly all occurences of urlencode to rawurlencode. The latter encodes spaces as %20 while the former uses a + sign. For the use in browser U
urlencode -> rawurlencode (related to #685)
This changes nearly all occurences of urlencode to rawurlencode. The latter encodes spaces as %20 while the former uses a + sign. For the use in browser URLs %20 is the correct form.
darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz
show more ...
|
96331712 | 15-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
stricter xhtml compliance -- part 2
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz |
4beabca9 | 14-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
better_xhtml_compliance_1.patch
darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz |
4ce6ec08 | 12-Dec-2005 |
Andreas Gohr <andi@splitbrain.org> |
css fix for compatibility with older templates
darcs-hash:20051212202103-7ad00-0dc080bff0423f2c93e29361db03452552577e93.gz |
00540a38 | 10-Dec-2005 |
Andreas Gohr <andi@splitbrain.org> |
unobstrusive JS for TOC, better onload handling
This path adds more unobstrusive JavaScript for the TOC handling. It also loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-base
unobstrusive JS for TOC, better onload handling
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
show more ...
|
9d2ddea4 | 11-Nov-2005 |
Andreas Gohr <andi@splitbrain.org> |
fix for bad characters in interwiki classes
darcs-hash:20051111203902-7ad00-d3cd09528f6732723652e1bb01ba6e8fb9b6205f.gz |
fc1c55b1 | 06-Nov-2005 |
hfuecks <hfuecks@gmail.com> |
get_tests_running_1
darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz |
6b7b33dc | 07-Nov-2005 |
hfuecks <hfuecks@gmail.com> |
xhtmlsummary_patch
darcs-hash:20051107000554-e96b6-1a7ae7a9d5e820d3c52629570ff33f8e75bc4a46.gz |
d15166e5 | 05-Nov-2005 |
Andreas Gohr <andi@splitbrain.org> |
use classes for file icons like in interwiki links
darcs-hash:20051105155911-7ad00-ecba6272c534f73fc1ace47152187be87ef7c6d3.gz |
9ab75d9e | 03-Nov-2005 |
Andreas Gohr <gohr@cosmocode.de> |
Table Syntax fixes #280 #591
darcs-hash:20051103162630-6e07b-21520008f556114f8273307e7d6d33795488b1d2.gz |