History log of /dokuwiki/inc/parser/xhtml.php (Results 176 – 200 of 367)
Revision Date Author Comments
# 9864e7b1 17-Feb-2010 Adrian Lang <lang@cosmocode.de>

Use double quotes for XHTML attributes


# 00c13053 15-Feb-2010 Adrian Lang <lang@cosmocode.de>

Validate section edit data


# 40868f2f 08-Feb-2010 Adrian Lang <lang@cosmocode.de>

Hide secedit buttons without title


# 6c1f778c 08-Feb-2010 Adrian Lang <lang@cosmocode.de>

Fix section editing killing next section


# 90df9a4d 04-Feb-2010 Adrian Lang <lang@cosmocode.de>

Rewrite section edit handling according to #1860


# 07c2b1c7 19-Nov-2009 Adrian Lang <lang@cosmocode.de>

Add TABLE range marker for table editing

darcs-hash:20091119140619-e4919-15efddc768526a6c1f6472f83ede17019144ffa3.gz


# 67f9913d 15-Jan-2010 Andreas Gohr <andi@splitbrain.org>

removed deprecated PHP4 construct

Assigning the return value of new by reference is deprecated, PHP5's new
automatically assigns by reference


# c471e6a6 09-Jan-2010 Andreas Gohr <andi@splitbrain.org>

fixed double encoding when embedding flash through image syntax


# d9baf1a7 15-Nov-2009 Kazutaka Miyasaka <kazmiya@gmail.com>

fixed a bug of image links with relative mediaID FS#1775

Ignore-this: d1798348ca669a3471f33b501f6b1aa

darcs-hash:20091115131328-9b77a-9f24277aba89ddc4c8dca30edacaeeb44f29e628.gz


# bc31cef2 04-Nov-2009 hakan.sandell <hakan.sandell@mydata.se>

revert of rowspan impl. in xhtml.php

darcs-hash:20091104202048-9a5f4-99f70c48dff6177d210cbcc729c83397ff3a3000.gz


# 25b97867 03-Nov-2009 hakan.sandell <hakan.sandell@mydata.se>

rowspan with ::: implemented in parser/handler

darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz


# 3a0a18ff 24-Oct-2009 hakan.sandell <hakan.sandell@mydata.se>

rowspan efficency

darcs-hash:20091024182612-9a5f4-756475dbae2bd70cd16f675a8ace155d260937a6.gz


# 68841027 24-Oct-2009 hakan.sandell <hakan.sandell@mydata.se>

add rowspan support with :::

darcs-hash:20091024180941-9a5f4-04b187ce36f7cb1c44c31ece3a2100e41b9170e6.gz


# 29657f9e 04-Oct-2009 Andreas Gohr <andi@splitbrain.org>

Fix images in PHP 5.3 FS#1737

Ignore-this: 962f03953a4d1c87fe4b7394eab4f3b

darcs-hash:20091004102249-7ad00-b4996e91841f3513cadf10ca81333bcfe548fd45.gz


# 27bf7924 25-Sep-2009 Tom N Harris <tnharris@whoopdedo.org>

Use all available icons for file links (FS#1759)

All PNG and GIF images in the lib/images/fileicons directory will be used
for media file links. The conf/mime.conf file continues to restrict
which f

Use all available icons for file links (FS#1759)

All PNG and GIF images in the lib/images/fileicons directory will be used
for media file links. The conf/mime.conf file continues to restrict
which file types may be uploaded. File types not in the configuration
list are download-only.

darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz

show more ...


# 190c56e8 20-Sep-2009 Andreas Gohr <andi@splitbrain.org>

add icons to code block downloads

Ignore-this: a9302ef2d646771934b76f7201b6fc9e

darcs-hash:20090920173637-7ad00-012f1f953b1d173fb9f557daaf4f7c1fd90e4d07.gz


# c9250713 02-Aug-2009 Anika Henke <anika@selfthinker.org>

fixed too strict trim (again) and missing class on code by indenting

darcs-hash:20090802120528-f7d6d-5731ec578ce2b6f154bc2dcd7aab150ddf683192.gz


# 28e7fbd0 26-Jul-2009 Andreas Gohr <andi@splitbrain.org>

merge conflict resolve

Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb

darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz


# 3d491f75 26-Jul-2009 Andreas Gohr <andi@splitbrain.org>

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the sam

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the same and just differ in the class
name. This means you now can use the file syntax with syntax highlighting
as well. This also solves problems where the code to highlight already
contains a <code> tag (FS#1493)

2. a filename can be given as label for the code or file block. It is
specified as second parameter after the language:

<code html myfile.html>...</code>

If no highlighting is wanted, but a filename shall be given, you can use
a dash as language:

<code - somefile.foo>...</code>

3. when a filename was given (as shown above), the label links to a
download of the code given in the code/file block. This is made possible
by a new renderer in inc/parser/code.php. The basename of given filename
is suggested as filename when downloading.

darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz

show more ...


# 793361f8 26-Jul-2009 Andreas Gohr <andi@splitbrain.org>

Avoid double encoding for RSS titles FS#1705

Ignore-this: 3e02f7f87047627230ff95fd4a38de32

darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz


# c078fc55 25-Jul-2009 Andreas Gohr <andi@splitbrain.org>

make sure email addresses are correctly obfuscated FS#1722

Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7

darcs-hash:20090725115243-7ad00-12f5c856de534b555577f50666b44f724c760f93.gz


# 69ddc332 15-Jul-2009 Anika Henke <anika@selfthinker.org>

fixed too strict trim on non-parsed blocks

darcs-hash:20090715233729-f7d6d-44fc39da1eb65d138e7987f90c613b10978652f8.gz


# 59869a4b 25-May-2009 Anika Henke <anika@selfthinker.org>

removed purple numbers

darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz


# 924fc63e 06-May-2009 Anika Henke <anika@selfthinker.org>

.final (?) fix for purple numbers

darcs-hash:20090506204753-f7d6d-3b6717404d3b26a4201dd69c224a7c2d33a89732.gz


# 8ce6480f 06-May-2009 Anika Henke <anika@selfthinker.org>

fix for purple numbers

darcs-hash:20090506202433-f7d6d-71f011cb2bc7dce4456ae2f537f71889ccf21077.gz


12345678910>>...15