summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
Commit message (Collapse)AuthorAge
* String quoting in TOC toggle codematthiasgrimm2005-05-31
| | | | | | | This patch changed the string quoting in the TOC toggle button code. The HTML code looks better. darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
* toc toggle buttonmatthiasgrimm2005-05-31
| | | | | | | | | | The TOC toggle button was very small and inconspicuous. This patch replaces the old one with small arrows placed at the right border of the TOC header. Code cleanup in html.php: html_toc() and html_list_toc() are obsolete and have been removed. darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz
* fix for PHP includes #350andi2005-05-30
| | | | darcs-hash:20050530182157-9977f-981812ef30c46ca8baed1988418ac4be9f213f11.gz
* fix for ftp links #345andi2005-05-23
| | | | darcs-hash:20050523173734-9977f-bb07be2ed47490dcca80a9cff6c6a2bc4980d9cd.gz
* first attempt of syntax pluginsandi2005-05-19
| | | | | | | | | | | | | | | | The first version of the new plugin system. Syntax plugins only yet. A very simple example plugin called info (doing nothig useful yet) is included. Missing Features - Doku_Block_Handler needs work (doesn't honur plugins yet) - there is no way to specify the order of plugins and other modes yet - useful output from the info plugin - bug testing and fixing - code cleanup - documentation darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
* do not encode hash char in internal links #322andi2005-05-14
| | | | darcs-hash:20050514160609-9977f-37117d972cb6a61de5c9847c9d9e25a30867f33d.gz
* don't use static for footnote ids (bad in feed environment)andi2005-05-09
| | | | darcs-hash:20050509204343-9977f-264ebc54c3dee9e8e9ee4368d9a06af1fb486168.gz
* fixed TOC to use translated stringandi2005-05-07
| | | | darcs-hash:20050507132935-9977f-a90b9c67319edf113b44751addf5fbcf264c5907.gz
* local links added #297andi2005-05-04
| | | | darcs-hash:20050504192203-9977f-004cc04b0753fc5d36d4515519c54039e73e77de.gz
* Make useheading work with relative wiki namesjan2005-05-03
| | | | darcs-hash:20050503201059-45605-8d4a3ff954edd165adfc5ae675859f0ec91fe96f.gz
* quoting now uses semantically correct blockquoteandi2005-05-01
| | | | darcs-hash:20050501182348-9977f-a0653d07936820a7e1c251537f4b93556d88d4c8.gz
* various language fixes (including RTL updates)andi2005-05-01
| | | | darcs-hash:20050501115305-9977f-e7ccfbf5b3f47c7f7ff5fb339ba40c0c50861a3c.gz
* more cleanupandi2005-04-29
| | | | darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
* use anchor name on titlesandi2005-04-29
| | | | darcs-hash:20050429150342-9977f-78c6a2246791d9342462b770b303c19f5dff62cb.gz
* comments and cleanupandi2005-04-29
| | | | darcs-hash:20050429114925-9977f-ff5b6dcf702b533a2dd64397522da7cd7b97f092.gz
* fixed some lineendeating #268 #274 #276andi2005-04-28
| | | | darcs-hash:20050428201306-9977f-0d1a0f63f09ea56fb6fad22dc9dda7b838f51b5b.gz
* small fix for GeSHi callandi2005-04-28
| | | | darcs-hash:20050428181031-9977f-0f76bba3670d6da2ef15408dd11de4ce4210dc94.gz
* highlight patch adjustmentsandi2005-04-27
| | | | darcs-hash:20050427180437-9977f-5a3aa516a1522e342358d7829aad1163aaf97051.gz
* highlight link to current pagejan2005-04-25
| | | | darcs-hash:20050425191603-45605-16cf24c1cde4ee22a93ebcf688032af31ab084fa.gz
* footnotes fixed #277 #278andi2005-04-26
| | | | darcs-hash:20050426185630-9977f-908f1a39cd91cbe0cf5109db0e421a9806c47c41.gz
* changed XHTML renderer from outputbuffering to string appending #272andi2005-04-25
| | | | darcs-hash:20050425183543-9977f-86c2d99ebfcb30849443b7bc5ef1a09859148732.gz
* header links compatible to old parserandi2005-04-24
| | | | darcs-hash:20050424183254-9977f-768be745046adbdc986247754a9113929d7199a2.gz
* finally valid XHTML againandi2005-04-24
| | | | darcs-hash:20050424132922-9977f-5e9acbeae431ca1c605169829e580bf094a09ef9.gz
* links to diff and old revisions on recent changes page #255andi2005-04-23
| | | | darcs-hash:20050423110729-9977f-c5830c49d60c32b3b9153412445cd3bfeeca7a15.gz
* backlink with camelcase support (untested)andi2005-04-22
| | | | darcs-hash:20050422164153-9977f-443f332fa6e591dfa352448ceb5dd24811d227a2.gz
* fixed html_wikilinkandi2005-04-22
| | | | darcs-hash:20050422145235-9977f-5607e92b1984b5b8444b5325827b3f3fda275898.gz
* removed magical __andi2005-04-22
| | | | | | | | The PHP manual states "PHP reserves all function names starting with __ as magical. It is recommended that you do not use function names with __ in PHP unless you want some documented magic functionality." (http://www.php.net/manual/en/language.oop.php) I renamed all functions starting with __ to _ darcs-hash:20050422101253-9977f-79b7cb3ac3b5b8287073ab0bc7d9e78f115b4a58.gz
* new parser: windows links fixed, section edit only on more than one sectionandi2005-04-20
| | | | darcs-hash:20050420180150-9977f-1d6eed937bd7339814eb646850f6b14feb5faaac.gz
* fixes for the exportandi2005-04-19
| | | | darcs-hash:20050419185603-9977f-4bc9a1ba1878436bd71795c5d7fec2a5582561bf.gz
* fixed email links #259andi2005-04-18
| | | | darcs-hash:20050418184011-9977f-acd3a6583e08ce3732af5ffc4fdc3027e284173e.gz
* Support for useheading with new parserjan2005-04-16
| | | | darcs-hash:20050416211422-45605-fe8c790a6b317dc9c35a63d78c6367248cc01045.gz
* fixed src links on imagesandi2005-04-17
| | | | darcs-hash:20050417173057-9977f-83e7b0abb41158555073fed2ab1bdca7922b6848.gz
* fixed centered imagesandi2005-04-17
| | | | darcs-hash:20050417164402-9977f-9adcdfebccd880952ee2c3ee454faccd5383a705.gz
* new parser: interwiki linksandi2005-04-16
| | | | darcs-hash:20050416103911-9977f-2c015ba3f80596ca82261eb623eabdea8d617a55.gz
* new parser: more hacking, RSS readdedandi2005-04-15
| | | | darcs-hash:20050415204735-9977f-613d9b007452d538dcb8fce4ade5cbec389c4415.gz
* new parser: images, added flash support #154andi2005-04-15
| | | | darcs-hash:20050415121416-9977f-583ee34659f70017fec4f8b8a4de327c5b1631e4.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* new parser: code for section editing addedandi2005-04-10
| | | | darcs-hash:20050410175916-9977f-92bd9f70d66160b0f6188f42870d12b2e0964077.gz
* new parser - more fixesandi2005-04-10
| | | | darcs-hash:20050410170115-9977f-620a5fccdc80d5af01d0b9aec9f8b1fb8e4c667d.gz
* new parser: camelcase worksandi2005-04-06
| | | | darcs-hash:20050406182111-9977f-1de9796a2badb831b65ed6c5ca14d9508e56f4cc.gz
* new parser: internal links work nowandi2005-04-03
| | | | darcs-hash:20050403192258-9977f-14492fdfea31bbce0eb12477e6e7d69b730b653c.gz
* new parser: correct pageresolving for internal linksandi2005-04-02
| | | | darcs-hash:20050402154829-9977f-f9576f4bafed9cbc9c15f14a41ad3410ec5c5970.gz
* smaller fixesandi2005-03-31
| | | | darcs-hash:20050331155532-9977f-845bfca3ed35f06dcc52519bbb2e245e3e920213.gz
* new parser added (define DOKU_USENEWPARSER to use it)andi2005-03-31
darcs-hash:20050331145749-9977f-f011ea6c65a278197e9087b685c635c60a204cd2.gz