| #
8cc41db0 |
| 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix renderer:plugin() signature
in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for rende
fix renderer:plugin() signature
in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for renderer plugins that might need access to the raw syntax (like the table editor or WYSIWYG plugins). However the function signature was never updated, making these additional parameter basically secret. With strict standard this throws errors. This patch fixes this.
show more ...
|
| #
f05a1cc5 |
| 17-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764
|
| #
0ea51e63 |
| 23-Aug-2013 |
Matt Perry <matt@mattperry.com> |
Fix CodeSniffer violations for PHP files
Fix violations for Generic.PHP.LowerCaseConstant.Found
|
| #
7ef8e99f |
| 22-Aug-2013 |
Matt Perry <matt@mattperry.com> |
Fix CodeSniffer violations
Change indentation to ensure code confirms to CodeSniffer rules.
|
| #
3755fc25 |
| 15-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Combine subsequent calls to strtr into a single transformation
|
| #
e8b5a4f9 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still supressed.
show more ...
|
| #
0d16f6e3 |
| 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Add the $doc variable to all renderers
In p_render() it is assumed that all renderers have a $doc variable
|
| #
d6a1a955 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
another call_user_func warning fix
|
| #
e3776c06 |
| 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
| #
619736fd |
| 12-Oct-2010 |
Adrian Lang <mail@adrianlang.de> |
Improve compatibility of table instructions handling
|
| #
c2122b83 |
| 03-Oct-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1995, add a little defense to avoid warnings caused by bad wiki syntax
|
| #
6d58f782 |
| 03-Oct-2010 |
Christopher Smith <chris@jalakai.co.uk> |
No need for a self include ;)
|
| #
9708106b |
| 01-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix ns: and ns:start handling
|
| #
f6ec8df8 |
| 29-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Allow plugins to specify that they have to be instantiated
Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded w
Allow plugins to specify that they have to be instantiated
Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598).
show more ...
|
| #
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
|
| #
ab6cf7df |
| 27-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Correct copy & paste error (see FS#1798)
darcs-hash:20091127123014-e4919-edddf545ccfae201620286b929b9fa5eaf255e61.gz
|
| #
25b97867 |
| 03-Nov-2009 |
hakan.sandell <hakan.sandell@mydata.se> |
rowspan with ::: implemented in parser/handler
darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.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 ...
|
| #
c5cfca61 |
| 30-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
added (empty) rss() function to basic renderer
Ignore-this: 159107eba3e7c8c1d2671ce93eb9bc4e
darcs-hash:20090130083215-7ad00-8ab2440fdd4a9c9e7790ee219e9a0e6c7588ddd8.gz
|
| #
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
|
| #
d968d3e5 |
| 12-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Add support for plugin renderers to replace standard renderers
This patch is the fourth in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
Add support for plugin renderers to replace standard renderers
This patch is the fourth in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
It adds: - new config setting 'renderer_xhtml', default value 'xhtml' - new renderer method 'reset()' which is used by reusable renderers when used to render second and subsequent data. (*)
An extra step has been added to the renderer selection process. - check $conf["renderer_$mode] for renderer name. If it doesn't exist use $mode as the renderer name.
(*) It maybe that the 'document_start()' method can be used for this. However the current xhtml does not correctly reset itself for reuse.
darcs-hash:20080312005647-f07c6-ff2cb960c05927f5c6f3e916a364fcad470c2ce3.gz
show more ...
|
| #
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
| #
07f89c3c |
| 17-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
added block mode for embedded html+php (FS#541) -- same syntax but in capital letters (<HTML>+<PHP>)
darcs-hash:20070517233213-d5083-9dbccf77383575912ad75533ca690302557e0f79.gz
|
| #
57d757d1 |
| 13-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
distinction between apostrophes and single quotes FS#1127
This patch adds another parser mode for apostrophes. Now single quote closing markers are handled different from apostrophes for better loca
distinction between apostrophes and single quotes FS#1127
This patch adds another parser mode for apostrophes. Now single quote closing markers are handled different from apostrophes for better local typograpy support.
Needs testing and languages updates.
darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz
show more ...
|