)
1d4c9eb sprintf if slow
94e02b6 Back lead
e261c5e In case of url with description, let the description parsable (#9393) Added a corresponding line in BBtest.txt
c5fdade a !empty() intead of array_key_exists() , maybe dangerous
8eadd20 Prepared release , bug fixing and warning people about pcre's limitations.
5f25651 Generated with pear convert , back added cvs tag , removed php dependency
44439b8 pear package needs the php dependency, put it back
fba9ace Update for release
44fa4e6 making the parser compliant with version 0.4 of specs
3de1e75 making creole parser compliant with version 0.4 of specs
a4af266 making creole parser compliant with version 0.4 of specs
20327d6 making creole parser compliant with version 0.4 of specs
2745f00 making creole parser compliant with version 0.4 of specs
f528b05 making creole parser compliant with version 0.4 of specs
8bdaec0 changed version to 0.4.1
25ee340 ordinal numbers are automatically superscripted (1st, 2nd etc.)
eb3fc5b bug-fix:
now out of
a2a20c1 2 backslashes are needed
9bcbbaa bug-fix: text defaults to url
69249fb comment about newlines
1b5a63a changed version to 0.4.2
1a1b12b removed htmlentities
8ef4d02 output goes through textEncode
038ac2e question mark for ungreedy regexp
537b860 include trailing braces
a420458 allows specifying class in options
cb20513 allow specifying a class in conf - if a class is specified, no style is inlined
26e3e3b aligning to creole 0.5
7cd5f73 aligning to creole 0.5 + additional markup
7726637 fixed url/wikilink priority problem
33d7d66 support for %%%
d6aa14d aligning to creole 0.5 + additional markup experiment with hyphenated lists and footnotes
df205f7 email style emphasis
93d8279 allows specifying class in options
c6abab4 Prepare for new release
428289a Correctversion number
d9ecd6a #10148 Simplify the row regexp to work with new PCRE, thanks Mark Wiesemann for the testing and support
7245baa If target == '_self' don't add an onclick
acd8836 Request #10128 use CSS instead of the depracetd align attribute for images. Thanks to ritzmo (Moritz Venn) for the patch
2021562 Add support for alignment in image links
7fc7f5f removed notice about undefined name
c57c3ab removed notices about undefined index
46134bd removed notice about undefined variable
a199fb3 removed notice about undefined index
8985780 removed notice about undefined type (in renderer)
901e145 removed notice about undefined 'css' index
48498aa removed notice about undefined 'type' index
fa93339 various ways to escape end of section
3dc57f4 removed notice about undefined variable
27ebee2 removed notice about undefined variable
426c149 escape repeated char
bbe668f allow numbered lists
63bb69c restoreraw
eb32dc9 support escape of closing sequence
30eb776 improve single / emphasis detection
1cebff8 improve single _ underline detection
e772035 improve single * strong emphasis detection
49e9c07 Bug #11262 Fix issues with any block causing no output
f4a9ddf Bug #10144 Fix all lower-case rule names
cc36bae Prepare for 1.2.0 release
d5c87b9 API should be stable too
317d201 Fix #11578 by adding to Syntax of Code and switching Parsing order with Preformatted
fd715de Implemented #9378
48b294a Fix #8450 and probably receive a bug-report for it :-)
d1bfcec Implement #8503, thanks Brian
3588e17 upgrade to Creole 1.0 specs
8f37ef2 upgrade to Creole 1.0 specs
f88a3a2 Box (div) for footnotes
42eba13 Box (div) for footnotes
b142ed7 accept bold par after list
4371c4d *** empty log message ***
08e23ec added support for deflist
67ecd5b free urls can be escaped by a tilde
3c68ffc single slash parsing moved to Italic.php
e7495f8 single star parsing moved to Bold.php
f5ee69f single underscore is now disabled
7417fc7 removed warning about undefined caption
2585c5b removed warning about undefined alt text
3d70023 enclose block-level images in a table
70b78cc enclose block-level images in a table
d1ab13b allow tildes in image urls
09a2f05 don't escape alphanum chars, it's not consistent with urls
a0d7024 *** empty log message ***
4988017 using 'empty' to avoid notices
1c4a6b1 Fixed priority among images urls and tables (about pipe)
5e5a640 Commented out wrapping of images in tables
743b8e3 Avoid handling images which include other markup
413c51e Bug #12490 change delim to a utf-8 compatible value
0ef6b47 Bug #12619 allow any number of spaces before the list items
21ce607 Bug #12580 fix license
578e944 fixed bug preventing urls to be used in tables
61de090 fixed bug preventing urls to be used in tables
55c78bc minor - indent
762e81b bug fix - decimal numbers at beginning of line resulted into numbered list element
8a5c434 bug #14869 add SKIPIF for mossing config, thanks to daniel
0b83b96 use an include
97be725 reorganized superscripting of ordinal numbers
32c82a1 "No linebreaks are allowed within headings." (From specs.)
feca7cb implement fr#16055 (include brackets in url regex)
1ede0a4 implement fr#14348: allow width/height for images
463c91f fix #12825: remove helper code which looks unneeded to me
4e57c36 Update wikilink renderers to be backwards-compatible
12e29e1 Fix syntax error
c567a00 Bug #9154: token() method for class Text_Wiki_Render_Tiki_Paragraph implemented
ec71a57 Bug #16322: properly url rendering
9f0c82b Feature request #16315: class Text_Wiki_Render_Tiki_Preformatted implemented
b2bba4d add Creole to the list of parsers and renders
81c7cb6 add new tests using PHPUnit
bc2640b Properly rendering of Tiki heading
2ef154f Warning message about the need of magic_quotes_gpc = Off
566626d Text_Wiki_Render_Tiki_Image can render images without additional parameters
372937b Added tests for all Tiki Render rules
4318cf1 Fix Text_Wiki_Render_Tiki_Code
71a18d4 Renaming tests files Add Text_Wiki_Parse_Mediawiki tests file
fbb77f1 Fix: = heading = is a valid MediaWiki syntax
f493c45 adding files to .cvsignore
c967b52 Adding first tests to Text_Wiki class
c8dd8f0 Fix specific case of Tiki rendering of wikilinks
ffa1cd3 More tests to Text_Wiki_Parse_Mediawiki
bfa5103 Removing unnecessary tearDown() method from test class
bb32891 More tests for Text_Wiki
99df69d Adding tests for the Text_Wiki_Render class
3cd2847 Fix tiki definition list render
991172d Implemented one more Text_Wiki_Render_Tiki test
4c0b4ae Two more tests to Text_Wiki core class New directory for tests fixtures
7ff9f63 fix a huge number of wrong MIME types. UGH.
8cbc3c4 Text_Wiki tests now can run from any directory
1788975 Add Text_Wiki_Parse_Mediawiki_Redirect and Text_Wiki_Render_Tiki_Redirect
37fc223 Tests for the Mediawiki wikilink parser
c8829c0 Tests for the URL parser of Mediawiki
1507238 Tests for the rules raw, preformatted and emphasis of the Mediawiki parser Change to the raw rule regexp to consider optional line break before and after
36fb206 Tests for the rules raw, preformatted and emphasis of the Mediawiki parser (missing one file on the last commit)
61b3aaf Starting tests for the Text_Wiki_Parse_Tiki
f36bc00 just indentation (removing tabs and aligning)
fbb87d0 Fixing tiki render for deflist
0a9fc18 Text_Wiki_Render_Tiki_Deflist now support definition list without definition narrative
00da254 Tests for mediawiki rule list parser
06d4dde Mediawiki rule list does not consider redirect rule as list
152ebb6 changed the fixture for testing the parser of mediawiki list
ea1805d Bug #16455 - proper parsing of Mediawiki bold and italic (using algorithm from Mediawiki parser)
72de0ae Proper Mediawiki parsing and Tiki rendering for heading (fix problem with linebreaks)
a8ce257 Adding new line at the end of Tiki list rendering Generic test using Text_Wiki::transform() to convert from Mediawiki syntax to Tiki
f92cd76 Add prefix option for the configuration of the Tiki Image Render Tests for the basic syntax of Mediawiki Table Parser
3c1750a Improve Text_Wiki_Render_Tiki_List
baac2bc Another tentative to fix heading parsing and heading from Mediawiki to Tiki More unit tests for lists
be8a376 Converting Text_Wiki_Tiki and Text_Wiki_Mediawiki to 2.0 of package.xml
679095c Updating the list of Text_Wiki_Mediawiki files on the XML and adding myself as one of the developers
f9bacbb Updating the list of Text_Wiki_Tiki files on the XML and adding myself as one of the developers
14130b0 Removing obsolete test file
c7963d9 Removing unused file
e52f83a Using a simplified syntax for rendering Tiki redirect
046cfbd Preparing new release of Text_Wiki_Tiki and Text_Wiki_Mediawiki
8a5540c Bug #15758 Add # as a possibility for the last char in a URL
573b8f3 QA release prep
c86c008 1.0.2
61de383 Just avoiding undefined offset notice on Mediawiki wikilink parser
08f4ffc Just avoiding generation of php undefined index, offset or variable notices
0418890 update Text_Wiki_Render_Tiki_Redirect to use new Tiki redirect syntax
5c24b70 adding missing files from previous commit
b5b0f43 * tests.php >> AllTests.php to follow PEAR convention * kill E_NOTICE: remove include to PHPUnit/Framework.php
b40867b cs
108c54e * include config.php (if available) allows us to run 'phpunit AllTests.php' as well
da8d739 whitespace foo
7691fbf * add testcase for bugs, #18289
a722380 * test seems to work standalone only * switched to factory(), apparently __construct is deprecated
c6587d9 * added __construct() for PHP5
3e4f577 * applied patch from #18289, thanks yunosh
d2f9f40 * added BugTests (work in progress) * rename test suite
035d469 * added appropriate require_once calls, #14604
c781a15 * bugfix for #11649: regex updated (from Horde, thanks yunosh)
3349762 fixture and test for #11649
784aca9 Remove error reporting in tests. (Bug #19028)
a630e55 Bug #12722 HTML Blockquote compliance
aa6de81 Request #12569 Adding 'base_url' to XHTML Toc renderer
35d44f0 Bug #12719 Blockquote parsing bugs
4fd4015 Fix skip behaviour check
ee8e07e Remove skipping behaviour
06b707b Remove skipping behaviour
3c85b29 Updated test expectations
076d0bd Update test expectations
16cc24f Prevent E_NOTICE
8c57af5 Updated test expectations (TODO - go learn more about LaTeX to ensure this is actually correct)
b46b4b1 Enhancement: composer setup
256a03e Enhancement: composer setup
fdd6eb9 Add travis
ca16f8b Bug #20110 package.xml does not validate
7ab421c Remove package 1.0
565531c Bug #20110 package.xml does not validate
2eab64a Bug #20110 package.xml does not validate
35063a6 Bug #20110 package.xml does not validate
1560847 Cleanup some license headers Fix pear bug #20274 Also see 21ce607014ae3445147be2e52ceacdca0ca7b503
c392046 Release prep
639b4a5 Trailing tag
ded586e Update
1bad1aa PHP5 constructor must be first for upwards compatibility
056aacd Make static methods static
eaa30b3 Fix file modes.
ed26feb Make constructors BC and FC.
14ac6f7 Remove debug output.
894f823 Remove unnecessary reference, causing E_NOTICEs.
438cd53 Don't strip the leading linebreak off blockquotes.
b0d63cb1 Fix test.
301610e Fix tests.
02c4dd5 [jan] Fix time offsets when importing CSV data with two-digit years.
12c00f8 Prepare for adding a subtree.
9460590 Squashed 'wicked/lib/Text_Wiki/' content from commit 301610e
68ece8f Merge commit '9460590060bdc10d6e7f02ca44b2dc586e236504' as 'wicked/lib/Text_Wiki'
d6e5e53 Re-merge Horde customizations and extensions.
2b7fa54 Remove PHP 4 constructors.
85b8baf Merge commit '2b7fa546469029009782bcab89c41c9c108f2da6'
a103e17 Use PHP 5 constructors in our own parsers too.
7a28549 Load the bundled Text_Wiki.
3c15568 Removed too much.
Summary: http://github.com/horde/horde/compare/7748bafdb9281b5c6ff2ec994614564fc48e3362...3c1556861e7cb7f86429a1807940b89d8cf0bdfb
-----------------------------------------------------------------------
commit a57ed3f2f88d095ecc66027692298907cad95b4b
Author: Gwynne Raskind
Date: Sun Apr 25 16:14:02 2004 +0000
Standard project directories initialized by cvs2svn.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157085 c90b9560-bf6c-de11-be94-00142212c4b1
http://github.com/horde/horde/commit/a57ed3f2f88d095ecc66027692298907cad95b4b
-----------------------------------------------------------------------
commit 66233b62ef0c9e0cf2ef47f37552a132fa80e659
Author: Paul M Jones
Date: Sun Apr 25 16:14:02 2004 +0000
initial add to PEAR
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157086 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 819 +++++++++++++++++++++++++++++++++++++++++
Text/Wiki/Rule.php | 345 +++++++++++++++++
Text/Wiki/Rule/blockquote.php | 203 ++++++++++
Text/Wiki/Rule/bold.php | 103 ++++++
Text/Wiki/Rule/center.php | 98 +++++
Text/Wiki/Rule/code.php | 104 ++++++
Text/Wiki/Rule/colortext.php | 139 +++++++
Text/Wiki/Rule/deflist.php | 172 +++++++++
Text/Wiki/Rule/delimiter.php | 95 +++++
Text/Wiki/Rule/embed.php | 102 +++++
Text/Wiki/Rule/emphasis.php | 103 ++++++
Text/Wiki/Rule/entities.php | 57 +++
Text/Wiki/Rule/freelink.php | 161 ++++++++
Text/Wiki/Rule/heading.php | 119 ++++++
Text/Wiki/Rule/horiz.php | 88 +++++
Text/Wiki/Rule/html.php | 93 +++++
Text/Wiki/Rule/image.php | 136 +++++++
Text/Wiki/Rule/include.php | 80 ++++
Text/Wiki/Rule/interwiki.php | 179 +++++++++
Text/Wiki/Rule/italic.php | 103 ++++++
Text/Wiki/Rule/list.php | 285 ++++++++++++++
Text/Wiki/Rule/newline.php | 90 +++++
Text/Wiki/Rule/paragraph.php | 147 ++++++++
Text/Wiki/Rule/phpcode.php | 119 ++++++
Text/Wiki/Rule/phplookup.php | 93 +++++
Text/Wiki/Rule/prefilter.php | 70 ++++
Text/Wiki/Rule/raw.php | 91 +++++
Text/Wiki/Rule/revise.php | 182 +++++++++
Text/Wiki/Rule/strong.php | 103 ++++++
Text/Wiki/Rule/superscript.php | 103 ++++++
Text/Wiki/Rule/table.php | 249 +++++++++++++
Text/Wiki/Rule/tighten.php | 50 +++
Text/Wiki/Rule/toc.php | 352 ++++++++++++++++++
Text/Wiki/Rule/tt.php | 102 +++++
Text/Wiki/Rule/url.php | 308 ++++++++++++++++
Text/Wiki/Rule/wikilink.php | 215 +++++++++++
package.xml | 72 ++++
37 files changed, 5930 insertions(+)
create mode 100644 Text/Wiki.php
create mode 100644 Text/Wiki/Rule.php
create mode 100644 Text/Wiki/Rule/blockquote.php
create mode 100644 Text/Wiki/Rule/bold.php
create mode 100755 Text/Wiki/Rule/center.php
create mode 100755 Text/Wiki/Rule/code.php
create mode 100755 Text/Wiki/Rule/colortext.php
create mode 100644 Text/Wiki/Rule/deflist.php
create mode 100644 Text/Wiki/Rule/delimiter.php
create mode 100755 Text/Wiki/Rule/embed.php
create mode 100644 Text/Wiki/Rule/emphasis.php
create mode 100644 Text/Wiki/Rule/entities.php
create mode 100755 Text/Wiki/Rule/freelink.php
create mode 100644 Text/Wiki/Rule/heading.php
create mode 100644 Text/Wiki/Rule/horiz.php
create mode 100755 Text/Wiki/Rule/html.php
create mode 100755 Text/Wiki/Rule/image.php
create mode 100755 Text/Wiki/Rule/include.php
create mode 100644 Text/Wiki/Rule/interwiki.php
create mode 100644 Text/Wiki/Rule/italic.php
create mode 100644 Text/Wiki/Rule/list.php
create mode 100644 Text/Wiki/Rule/newline.php
create mode 100755 Text/Wiki/Rule/paragraph.php
create mode 100755 Text/Wiki/Rule/phpcode.php
create mode 100755 Text/Wiki/Rule/phplookup.php
create mode 100644 Text/Wiki/Rule/prefilter.php
create mode 100644 Text/Wiki/Rule/raw.php
create mode 100755 Text/Wiki/Rule/revise.php
create mode 100644 Text/Wiki/Rule/strong.php
create mode 100644 Text/Wiki/Rule/superscript.php
create mode 100644 Text/Wiki/Rule/table.php
create mode 100644 Text/Wiki/Rule/tighten.php
create mode 100755 Text/Wiki/Rule/toc.php
create mode 100644 Text/Wiki/Rule/tt.php
create mode 100644 Text/Wiki/Rule/url.php
create mode 100755 Text/Wiki/Rule/wikilink.php
create mode 100644 package.xml
http://github.com/horde/horde/commit/66233b62ef0c9e0cf2ef47f37552a132fa80e659
-----------------------------------------------------------------------
commit 72faf536aa10b5eb88da1d1768b0426bdec02213
Author: Paul M Jones
Date: Sun May 2 13:13:16 2004 +0000
somehow, an earlier version of Text_Wiki was added to PEAR CVS; this commit reflects the 0.14 version, which should have been imported in the first place.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157782 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 59 ++++++++++++++++++----------
Text/Wiki/Rule/blockquote.php | 12 ++++--
Text/Wiki/Rule/break.php | 90 +++++++++++++++++++++++++++++++++++++++++++
Text/Wiki/Rule/deflist.php | 2 +-
Text/Wiki/Rule/heading.php | 2 +-
Text/Wiki/Rule/list.php | 2 +-
Text/Wiki/Rule/newline.php | 9 +++--
Text/Wiki/Rule/paragraph.php | 10 +----
Text/Wiki/Rule/prefilter.php | 7 ++++
Text/Wiki/Rule/table.php | 2 +-
Text/Wiki/Rule/tighten.php | 6 +--
package.xml | 19 ++++-----
12 files changed, 168 insertions(+), 52 deletions(-)
create mode 100755 Text/Wiki/Rule/break.php
http://github.com/horde/horde/commit/72faf536aa10b5eb88da1d1768b0426bdec02213
-----------------------------------------------------------------------
commit 50040f76a03ba3bb6bc6c2b1df6bcdbb6989b9a9
Author: Paul M Jones
Date: Sun May 2 23:15:25 2004 +0000
updated to reflect 0.15 release
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157810 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/50040f76a03ba3bb6bc6c2b1df6bcdbb6989b9a9
-----------------------------------------------------------------------
commit 528c3fa709ee214bddf9cf95064325adc1a5fbb2
Author: Paul M Jones
Date: Sun May 2 23:16:46 2004 +0000
udpated with changes for 0.15:
* sprintf() notatation for wikilink rule config new_url and edit_url now supported, per reuqest from Alan Knowles
* sprintf() notatation for interwiki rule config site URLs now supported, per request from Alan Knowled
* URL rule config now supports alternative targets, per request from Tobias Schlitt
* interwiki rule config now supports alternative targets
* freelink rule patched by Tobias Schlitt for proper knowledge of which pages exist in the wiki
* freelink rule added back into the default rule set
* XHTML compliance: "a" tags in toc should use "id", not name, per note from Aaron Kalin
* XHTML compliance: list rule generates now generates valid XHTML lists, per note Aaron Kalin
* XHTML compliance: "pre" tags not allowed within "p" tags, fixed per note from Aaron Kalin
* XHTML compliance: PHP highlighting fixed per note from Aaron Kalin, email dated Apr 6, 2004done
* code rule now supports 'type="php" to convert PHP code (identical to phpcode rule), can support 'type="html"' and other types in future
* "bold" rule is deprecated, use "strong" instead
* "italic" rule is deprecated, use "emphasis" instead
* "phpcode" rule is deprated, use "code" instead with 'type="php"'
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157811 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 35 ++-
Text/Wiki/Rule/code.php | 101 ++++++--
Text/Wiki/Rule/freelink.php | 26 ++-
Text/Wiki/Rule/interwiki.php | 28 ++-
Text/Wiki/Rule/list.php | 20 +-
Text/Wiki/Rule/phpcode.php | 18 +-
Text/Wiki/Rule/toc.php | 532 +++++++++++++++++++++----------------------
Text/Wiki/Rule/url.php | 12 +-
Text/Wiki/Rule/wikilink.php | 34 ++-
9 files changed, 495 insertions(+), 311 deletions(-)
http://github.com/horde/horde/commit/528c3fa709ee214bddf9cf95064325adc1a5fbb2
-----------------------------------------------------------------------
commit aebfc66281129087997724ded4f8882c7f52555d
Author: Paul M Jones
Date: Sun May 2 23:18:01 2004 +0000
removed extra lines for nonexistent files
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 157812 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
http://github.com/horde/horde/commit/aebfc66281129087997724ded4f8882c7f52555d
-----------------------------------------------------------------------
commit 207a2279c29a0570fc429b29da290c5e4bcb6530
Author: Paul M Jones
Date: Fri May 21 21:11:59 2004 +0000
removed trim() from line 106 to leave leading and trailing white space in place in the output
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159324 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/code.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/207a2279c29a0570fc429b29da290c5e4bcb6530
-----------------------------------------------------------------------
commit a740cc4978520d4a1283ac9bb5845c6697301d62
Author: Paul M Jones
Date: Fri May 21 21:14:47 2004 +0000
started new release, not sure if it will be 0.15.1 or 0.16. Noted "code" rule change about white space.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159325 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 22 ++++------------------
1 file changed, 4 insertions(+), 18 deletions(-)
http://github.com/horde/horde/commit/a740cc4978520d4a1283ac9bb5845c6697301d62
-----------------------------------------------------------------------
commit fd9efd99d8f451216309f8c981452e612c81fd2a
Author: Paul M Jones
Date: Fri May 21 21:35:48 2004 +0000
no longer need to smash list items together on sequential lines. you can have any number of blank newlines between list items and stay in the same list. this improves source readability. however, if you start a line with a non-* non-# character non-whitespace character, that counts as a new paragraph.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159327 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/list.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/fd9efd99d8f451216309f8c981452e612c81fd2a
-----------------------------------------------------------------------
commit 266f3089ab7ccbfe09d16493d0b06309858f93e7
Author: Paul M Jones
Date: Fri May 21 23:00:33 2004 +0000
now can separate list items with newlines and you stay in the same list
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159338 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/deflist.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/266f3089ab7ccbfe09d16493d0b06309858f93e7
-----------------------------------------------------------------------
commit ef3f268440b4c19ce9d640654146d9ea9bbad06f
Author: Paul M Jones
Date: Fri May 21 23:06:48 2004 +0000
added extra newline to returned text so as not so screw up paragraphs
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159341 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/list.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/ef3f268440b4c19ce9d640654146d9ea9bbad06f
-----------------------------------------------------------------------
commit a79cd6d065ef69671aad3226b0ce719c10803f0b
Author: Paul M Jones
Date: Sat May 22 15:10:35 2004 +0000
fixed bug 1362, accented letters not translated to HTML entities.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159386 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/entities.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/a79cd6d065ef69671aad3226b0ce719c10803f0b
-----------------------------------------------------------------------
commit 44d77a1a3c0f0d84e7e1b384ac4d0b9b54f60511
Author: Paul M Jones
Date: Sat May 22 15:16:59 2004 +0000
fixed bug 1384, list rule inaccurate. Have implemented the "display: inline" style fix noted by Mike. Not really happy with this for the long term, but it will do for now. In future, will attempt to rewrite the "list" rule to be more semantically accurate.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159387 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/list.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/44d77a1a3c0f0d84e7e1b384ac4d0b9b54f60511
-----------------------------------------------------------------------
commit e81dfa1f8dfd83c1bcee7db2507c2beb8ffe8162
Author: Paul M Jones
Date: Sat May 22 15:21:22 2004 +0000
process() returns two newlines after the table, not just one, to help with parsing paragraph breaks
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159389 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/table.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/e81dfa1f8dfd83c1bcee7db2507c2beb8ffe8162
-----------------------------------------------------------------------
commit b1cf83d9e74a0bc2e35eb981a4065959e2e24663
Author: Paul M Jones
Date: Sat May 22 17:16:37 2004 +0000
can now set rule conf key 'images' to turn image processing on and off (defaults to true/on)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159401 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/url.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/b1cf83d9e74a0bc2e35eb981a4065959e2e24663
-----------------------------------------------------------------------
commit 9c41f41ffd347b9fd64cac01b1908af7fd9a1727
Author: Paul M Jones
Date: Sat May 22 20:29:38 2004 +0000
added renderPlain() stub method
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159405 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule.php | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/9c41f41ffd347b9fd64cac01b1908af7fd9a1727
-----------------------------------------------------------------------
commit ed2cf848365678ac5f71e75e2a32f9740b7c2e63
Author: Paul M Jones
Date: Sat May 22 20:33:09 2004 +0000
updated comments, brought package.xml up to 0.16, added renderPlain() methods, added newlines tailing deflist and table. updated comments.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159406 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 7 ++++---
Text/Wiki/Rule/break.php | 19 +++++++++++++++++++
Text/Wiki/Rule/deflist.php | 2 +-
Text/Wiki/Rule/newline.php | 19 +++++++++++++++++++
Text/Wiki/Rule/paragraph.php | 19 +++++++++++++++++++
Text/Wiki/Rule/wikilink.php | 2 +-
package.xml | 12 +++++++++---
7 files changed, 72 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/ed2cf848365678ac5f71e75e2a32f9740b7c2e63
-----------------------------------------------------------------------
commit 2edb84b90e1f9c3a59d4f57ba366e2361aa29e7d
Author: Paul M Jones
Date: Tue May 25 01:16:31 2004 +0000
added getConf() method to safely access config key values
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159568 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule.php | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/2edb84b90e1f9c3a59d4f57ba366e2361aa29e7d
-----------------------------------------------------------------------
commit c80dea5664fbb11590afc115e1ca250c77c43b39
Author: Paul M Jones
Date: Tue May 25 01:17:27 2004 +0000
added conf key 'numbers' (set to true if you want to allow numbers as lower-case letters in the regex). also added number-based regex as an alternate when 'numbers' is true.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159569 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/wikilink.php | 51 ++++++++++++++++++++++++++++++++-------------
1 file changed, 37 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/c80dea5664fbb11590afc115e1ca250c77c43b39
-----------------------------------------------------------------------
commit 433b0243cf922bb379c98a9a05f5d37f036d9f80
Author: Paul M Jones
Date: Tue May 25 01:18:17 2004 +0000
added "'numbers' => false" in the wikilink conf array; it's false by default to maintain previous behavior.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159570 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 1 +
1 file changed, 1 insertion(+)
http://github.com/horde/horde/commit/433b0243cf922bb379c98a9a05f5d37f036d9f80
-----------------------------------------------------------------------
commit dbf1ff3492b014f74dc387b6ff1b32cf8a645e8f
Author: Paul M Jones
Date: Tue May 25 01:29:06 2004 +0000
added newline before and after returned text to help with paragraph parsing
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159573 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule/blockquote.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/dbf1ff3492b014f74dc387b6ff1b32cf8a645e8f
-----------------------------------------------------------------------
commit 399632108514f409e476295804b812a56d7a2c69
Author: Paul M Jones
Date: Tue May 25 21:38:02 2004 +0000
udpated with proper date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159674 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/399632108514f409e476295804b812a56d7a2c69
-----------------------------------------------------------------------
commit 5ec01bf6b434d8305f1d71284e5e2517859be42b
Author: Paul M Jones
Date: Tue May 25 21:38:47 2004 +0000
updated version number to 0.17
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 159675 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/5ec01bf6b434d8305f1d71284e5e2517859be42b
-----------------------------------------------------------------------
commit c38d93fab9529c2fcaed3af9d73c79f18a70680a
Author: Paul M Jones
Date: Sun Jun 6 15:36:33 2004 +0000
removing files in preparation for MAJOR RESTRUCTURING of the directories
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160657 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Rule.php | 403 -----------------------------------------
Text/Wiki/Rule/blockquote.php | 209 ---------------------
Text/Wiki/Rule/bold.php | 103 -----------
Text/Wiki/Rule/break.php | 109 -----------
Text/Wiki/Rule/center.php | 98 ----------
Text/Wiki/Rule/code.php | 176 ------------------
Text/Wiki/Rule/colortext.php | 139 --------------
Text/Wiki/Rule/deflist.php | 172 ------------------
Text/Wiki/Rule/delimiter.php | 95 ----------
Text/Wiki/Rule/embed.php | 102 -----------
Text/Wiki/Rule/emphasis.php | 103 -----------
Text/Wiki/Rule/entities.php | 57 ------
Text/Wiki/Rule/freelink.php | 179 ------------------
Text/Wiki/Rule/heading.php | 119 ------------
Text/Wiki/Rule/horiz.php | 88 ---------
Text/Wiki/Rule/html.php | 93 ----------
Text/Wiki/Rule/image.php | 136 --------------
Text/Wiki/Rule/include.php | 80 --------
Text/Wiki/Rule/interwiki.php | 195 --------------------
Text/Wiki/Rule/italic.php | 103 -----------
Text/Wiki/Rule/list.php | 298 ------------------------------
Text/Wiki/Rule/newline.php | 110 -----------
Text/Wiki/Rule/paragraph.php | 160 ----------------
Text/Wiki/Rule/phpcode.php | 133 --------------
Text/Wiki/Rule/phplookup.php | 93 ----------
Text/Wiki/Rule/prefilter.php | 77 --------
Text/Wiki/Rule/raw.php | 91 ----------
Text/Wiki/Rule/revise.php | 182 -------------------
Text/Wiki/Rule/strong.php | 103 -----------
Text/Wiki/Rule/superscript.php | 103 -----------
Text/Wiki/Rule/table.php | 249 -------------------------
Text/Wiki/Rule/tighten.php | 50 -----
Text/Wiki/Rule/toc.php | 352 -----------------------------------
Text/Wiki/Rule/tt.php | 102 -----------
Text/Wiki/Rule/url.php | 317 --------------------------------
Text/Wiki/Rule/wikilink.php | 264 ---------------------------
36 files changed, 5443 deletions(-)
delete mode 100644 Text/Wiki/Rule.php
delete mode 100644 Text/Wiki/Rule/blockquote.php
delete mode 100644 Text/Wiki/Rule/bold.php
delete mode 100755 Text/Wiki/Rule/break.php
delete mode 100755 Text/Wiki/Rule/center.php
delete mode 100755 Text/Wiki/Rule/code.php
delete mode 100755 Text/Wiki/Rule/colortext.php
delete mode 100644 Text/Wiki/Rule/deflist.php
delete mode 100644 Text/Wiki/Rule/delimiter.php
delete mode 100755 Text/Wiki/Rule/embed.php
delete mode 100644 Text/Wiki/Rule/emphasis.php
delete mode 100644 Text/Wiki/Rule/entities.php
delete mode 100755 Text/Wiki/Rule/freelink.php
delete mode 100644 Text/Wiki/Rule/heading.php
delete mode 100644 Text/Wiki/Rule/horiz.php
delete mode 100755 Text/Wiki/Rule/html.php
delete mode 100755 Text/Wiki/Rule/image.php
delete mode 100755 Text/Wiki/Rule/include.php
delete mode 100644 Text/Wiki/Rule/interwiki.php
delete mode 100644 Text/Wiki/Rule/italic.php
delete mode 100644 Text/Wiki/Rule/list.php
delete mode 100644 Text/Wiki/Rule/newline.php
delete mode 100755 Text/Wiki/Rule/paragraph.php
delete mode 100755 Text/Wiki/Rule/phpcode.php
delete mode 100755 Text/Wiki/Rule/phplookup.php
delete mode 100644 Text/Wiki/Rule/prefilter.php
delete mode 100644 Text/Wiki/Rule/raw.php
delete mode 100755 Text/Wiki/Rule/revise.php
delete mode 100644 Text/Wiki/Rule/strong.php
delete mode 100644 Text/Wiki/Rule/superscript.php
delete mode 100644 Text/Wiki/Rule/table.php
delete mode 100644 Text/Wiki/Rule/tighten.php
delete mode 100755 Text/Wiki/Rule/toc.php
delete mode 100644 Text/Wiki/Rule/tt.php
delete mode 100644 Text/Wiki/Rule/url.php
delete mode 100755 Text/Wiki/Rule/wikilink.php
http://github.com/horde/horde/commit/c38d93fab9529c2fcaed3af9d73c79f18a70680a
-----------------------------------------------------------------------
commit 241808f7ef9f279bfb2fb7977175a96787aa5792
Author: Paul M Jones
Date: Sun Jun 6 15:44:35 2004 +0000
Major restructuring of all Text_Wiki parsing and rendering rules is reflected by the addition of theses files.
Of note:
* Rules are now split up: one class for parse, another class for each render-format
* Formats themselves (XHTML, DocBook, Plain, etc) have their own class and get their own pre- and post-render methods
* Instead of set/getRuleConf(), mostly use set/getRenderConf() instead
* Wikilinks parser uses numbers as lower-case letters
* List parser has better token type names
* Xhtml List renders with proper semantics for nested lists (per notes from Michael Wallner and others)
* Xhtml List and Table renderers apply CSS classes now instead of inline attributes
* Renamed all Entities rules to Translatehtml (more accurately descriptive)
* In Translatehtml parser, added conf option for translation table type (HTML_ENTITIES, HTML_SPECIALCHARS, etc) -- helps with i18n
* In abstract parser, renamed getOptions() to getAttrs() (more accurately descriptive for parsing markup attributes)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160658 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse.php | 253 +++++++++++++++++++++++++++++
Text/Wiki/Parse/Blockquote.php | 163 +++++++++++++++++++
Text/Wiki/Parse/Bold.php | 61 +++++++
Text/Wiki/Parse/Break.php | 54 +++++++
Text/Wiki/Parse/Center.php | 60 +++++++
Text/Wiki/Parse/Code.php | 72 +++++++++
Text/Wiki/Parse/Colortext.php | 74 +++++++++
Text/Wiki/Parse/Deflist.php | 104 ++++++++++++
Text/Wiki/Parse/Delimiter.php | 62 ++++++++
Text/Wiki/Parse/Embed.php | 68 ++++++++
Text/Wiki/Parse/Emphasis.php | 67 ++++++++
Text/Wiki/Parse/Freelink.php | 111 +++++++++++++
Text/Wiki/Parse/Heading.php | 76 +++++++++
Text/Wiki/Parse/Horiz.php | 52 ++++++
Text/Wiki/Parse/Html.php | 57 +++++++
Text/Wiki/Parse/Image.php | 76 +++++++++
Text/Wiki/Parse/Include.php | 68 ++++++++
Text/Wiki/Parse/Interwiki.php | 120 ++++++++++++++
Text/Wiki/Parse/Italic.php | 67 ++++++++
Text/Wiki/Parse/List.php | 230 +++++++++++++++++++++++++++
Text/Wiki/Parse/Newline.php | 57 +++++++
Text/Wiki/Parse/Paragraph.php | 128 +++++++++++++++
Text/Wiki/Parse/Phplookup.php | 58 +++++++
Text/Wiki/Parse/Prefilter.php | 62 ++++++++
Text/Wiki/Parse/Raw.php | 55 +++++++
Text/Wiki/Parse/Revise.php | 130 +++++++++++++++
Text/Wiki/Parse/Strong.php | 67 ++++++++
Text/Wiki/Parse/Superscript.php | 67 ++++++++
Text/Wiki/Parse/Table.php | 177 +++++++++++++++++++++
Text/Wiki/Parse/Tighten.php | 32 ++++
Text/Wiki/Parse/Toc.php | 241 ++++++++++++++++++++++++++++
Text/Wiki/Parse/Translatehtml.php | 47 ++++++
Text/Wiki/Parse/Tt.php | 69 ++++++++
Text/Wiki/Parse/Url.php | 265 +++++++++++++++++++++++++++++++
Text/Wiki/Parse/Wikilink.php | 158 ++++++++++++++++++
Text/Wiki/Render.php | 141 ++++++++++++++++
Text/Wiki/Render/Xhtml.php | 16 ++
Text/Wiki/Render/Xhtml/Blockquote.php | 47 ++++++
Text/Wiki/Render/Xhtml/Bold.php | 29 ++++
Text/Wiki/Render/Xhtml/Break.php | 24 +++
Text/Wiki/Render/Xhtml/Center.php | 31 ++++
Text/Wiki/Render/Xhtml/Code.php | 92 +++++++++++
Text/Wiki/Render/Xhtml/Colortext.php | 56 +++++++
Text/Wiki/Render/Xhtml/Deflist.php | 91 +++++++++++
Text/Wiki/Render/Xhtml/Delimiter.php | 23 +++
Text/Wiki/Render/Xhtml/Embed.php | 28 ++++
Text/Wiki/Render/Xhtml/Emphasis.php | 29 ++++
Text/Wiki/Render/Xhtml/Freelink.php | 61 +++++++
Text/Wiki/Render/Xhtml/Heading.php | 19 +++
Text/Wiki/Render/Xhtml/Horiz.php | 23 +++
Text/Wiki/Render/Xhtml/Html.php | 24 +++
Text/Wiki/Render/Xhtml/Image.php | 52 ++++++
Text/Wiki/Render/Xhtml/Include.php | 8 +
Text/Wiki/Render/Xhtml/Interwiki.php | 60 +++++++
Text/Wiki/Render/Xhtml/Italic.php | 29 ++++
Text/Wiki/Render/Xhtml/List.php | 156 ++++++++++++++++++
Text/Wiki/Render/Xhtml/Newline.php | 12 ++
Text/Wiki/Render/Xhtml/Paragraph.php | 31 ++++
Text/Wiki/Render/Xhtml/Phplookup.php | 32 ++++
Text/Wiki/Render/Xhtml/Prefilter.php | 40 +++++
Text/Wiki/Render/Xhtml/Raw.php | 23 +++
Text/Wiki/Render/Xhtml/Revise.php | 38 +++++
Text/Wiki/Render/Xhtml/Strong.php | 30 ++++
Text/Wiki/Render/Xhtml/Superscript.php | 29 ++++
Text/Wiki/Render/Xhtml/Table.php | 103 ++++++++++++
Text/Wiki/Render/Xhtml/Tighten.php | 10 ++
Text/Wiki/Render/Xhtml/Toc.php | 64 ++++++++
Text/Wiki/Render/Xhtml/Translatehtml.php | 9 ++
Text/Wiki/Render/Xhtml/Tt.php | 30 ++++
Text/Wiki/Render/Xhtml/Url.php | 69 ++++++++
Text/Wiki/Render/Xhtml/Wikilink.php | 76 +++++++++
71 files changed, 5143 insertions(+)
create mode 100755 Text/Wiki/Parse.php
create mode 100755 Text/Wiki/Parse/Blockquote.php
create mode 100755 Text/Wiki/Parse/Bold.php
create mode 100755 Text/Wiki/Parse/Break.php
create mode 100755 Text/Wiki/Parse/Center.php
create mode 100755 Text/Wiki/Parse/Code.php
create mode 100755 Text/Wiki/Parse/Colortext.php
create mode 100755 Text/Wiki/Parse/Deflist.php
create mode 100755 Text/Wiki/Parse/Delimiter.php
create mode 100755 Text/Wiki/Parse/Embed.php
create mode 100755 Text/Wiki/Parse/Emphasis.php
create mode 100755 Text/Wiki/Parse/Freelink.php
create mode 100755 Text/Wiki/Parse/Heading.php
create mode 100755 Text/Wiki/Parse/Horiz.php
create mode 100755 Text/Wiki/Parse/Html.php
create mode 100755 Text/Wiki/Parse/Image.php
create mode 100755 Text/Wiki/Parse/Include.php
create mode 100755 Text/Wiki/Parse/Interwiki.php
create mode 100755 Text/Wiki/Parse/Italic.php
create mode 100755 Text/Wiki/Parse/List.php
create mode 100755 Text/Wiki/Parse/Newline.php
create mode 100755 Text/Wiki/Parse/Paragraph.php
create mode 100755 Text/Wiki/Parse/Phplookup.php
create mode 100755 Text/Wiki/Parse/Prefilter.php
create mode 100755 Text/Wiki/Parse/Raw.php
create mode 100755 Text/Wiki/Parse/Revise.php
create mode 100755 Text/Wiki/Parse/Strong.php
create mode 100755 Text/Wiki/Parse/Superscript.php
create mode 100755 Text/Wiki/Parse/Table.php
create mode 100755 Text/Wiki/Parse/Tighten.php
create mode 100755 Text/Wiki/Parse/Toc.php
create mode 100755 Text/Wiki/Parse/Translatehtml.php
create mode 100755 Text/Wiki/Parse/Tt.php
create mode 100755 Text/Wiki/Parse/Url.php
create mode 100755 Text/Wiki/Parse/Wikilink.php
create mode 100755 Text/Wiki/Render.php
create mode 100755 Text/Wiki/Render/Xhtml.php
create mode 100755 Text/Wiki/Render/Xhtml/Blockquote.php
create mode 100755 Text/Wiki/Render/Xhtml/Bold.php
create mode 100755 Text/Wiki/Render/Xhtml/Break.php
create mode 100755 Text/Wiki/Render/Xhtml/Center.php
create mode 100755 Text/Wiki/Render/Xhtml/Code.php
create mode 100755 Text/Wiki/Render/Xhtml/Colortext.php
create mode 100755 Text/Wiki/Render/Xhtml/Deflist.php
create mode 100755 Text/Wiki/Render/Xhtml/Delimiter.php
create mode 100755 Text/Wiki/Render/Xhtml/Embed.php
create mode 100755 Text/Wiki/Render/Xhtml/Emphasis.php
create mode 100755 Text/Wiki/Render/Xhtml/Freelink.php
create mode 100755 Text/Wiki/Render/Xhtml/Heading.php
create mode 100755 Text/Wiki/Render/Xhtml/Horiz.php
create mode 100755 Text/Wiki/Render/Xhtml/Html.php
create mode 100755 Text/Wiki/Render/Xhtml/Image.php
create mode 100755 Text/Wiki/Render/Xhtml/Include.php
create mode 100755 Text/Wiki/Render/Xhtml/Interwiki.php
create mode 100755 Text/Wiki/Render/Xhtml/Italic.php
create mode 100755 Text/Wiki/Render/Xhtml/List.php
create mode 100755 Text/Wiki/Render/Xhtml/Newline.php
create mode 100755 Text/Wiki/Render/Xhtml/Paragraph.php
create mode 100755 Text/Wiki/Render/Xhtml/Phplookup.php
create mode 100755 Text/Wiki/Render/Xhtml/Prefilter.php
create mode 100755 Text/Wiki/Render/Xhtml/Raw.php
create mode 100755 Text/Wiki/Render/Xhtml/Revise.php
create mode 100755 Text/Wiki/Render/Xhtml/Strong.php
create mode 100755 Text/Wiki/Render/Xhtml/Superscript.php
create mode 100755 Text/Wiki/Render/Xhtml/Table.php
create mode 100755 Text/Wiki/Render/Xhtml/Tighten.php
create mode 100755 Text/Wiki/Render/Xhtml/Toc.php
create mode 100755 Text/Wiki/Render/Xhtml/Translatehtml.php
create mode 100755 Text/Wiki/Render/Xhtml/Tt.php
create mode 100755 Text/Wiki/Render/Xhtml/Url.php
create mode 100755 Text/Wiki/Render/Xhtml/Wikilink.php
http://github.com/horde/horde/commit/241808f7ef9f279bfb2fb7977175a96787aa5792
-----------------------------------------------------------------------
commit bc49952d01be59d0c2d33fbbf24e26a9ae1c2c8b
Author: Paul M Jones
Date: Sun Jun 6 15:52:43 2004 +0000
updated Wiki.php to match the new directory structure
no longer need to specify additional info in $rules property, only need the rule name
added $_dirSep property for directory separator character
added $disable property to mark disabled rules
moved old $rules['rulename']['conf'] to $parseConf[] and $renderConf[] and $formatConf[], this is a result of the splitting of rules into parse and render classes, along with [get|set][Parse|Format|Render]Conf() methods
made most private properties into public properties, becuase of rule-splitting
added Savant-style file path searching for user-defined parse and render rules, with methods addPath(), getPath(), fixPath(), and findFile()
moved token setting and getting from the old rules object into the main Text_Wiki object
object loading has changed as well, with separate methods for loading parse, format, and render objects
I can almost guarantee there are still bugs, probably in the [insert|delete|change]Rule() methods, possibly elsewhere, but it's time to roll a release so other devs can start looking at the changes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160661 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 1289 +++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 838 insertions(+), 451 deletions(-)
http://github.com/horde/horde/commit/bc49952d01be59d0c2d33fbbf24e26a9ae1c2c8b
-----------------------------------------------------------------------
commit 419d08f87f2295f39d37558129d646911a7c5c26
Author: Paul M Jones
Date: Sun Jun 6 15:53:38 2004 +0000
added date to the release
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160662 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 170 ++++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 109 insertions(+), 61 deletions(-)
http://github.com/horde/horde/commit/419d08f87f2295f39d37558129d646911a7c5c26
-----------------------------------------------------------------------
commit f46447d92171f8464c5fdb4c3e60a8f088ffd6f8
Author: Paul M Jones
Date: Sun Jun 6 15:55:00 2004 +0000
moved and commented on the $_dirSep property
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160663 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/f46447d92171f8464c5fdb4c3e60a8f088ffd6f8
-----------------------------------------------------------------------
commit 7c49065032f715f0cd8de438344951b8fc7259b1
Author: Paul M Jones
Date: Sun Jun 6 22:39:28 2004 +0000
fixed insertRule() so that it inserts properly when a second argument is passed
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160683 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
http://github.com/horde/horde/commit/7c49065032f715f0cd8de438344951b8fc7259b1
-----------------------------------------------------------------------
commit 7ebbcc9697b24e223af7cb51ac855bc307115e18
Author: Paul M Jones
Date: Mon Jun 7 00:43:44 2004 +0000
no changes in list.php
updated package.xml to 0.19.1
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 160693 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/7ebbcc9697b24e223af7cb51ac855bc307115e18
-----------------------------------------------------------------------
commit c3d4bccc1e6d3b4b4d33131b9ceed5d0d590b543
Author: Paul M Jones
Date: Fri Jun 11 14:57:24 2004 +0000
fixed bugs 1571 and 1573
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161094 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Embed.php | 34 +++++++++++++++++++++++++++-------
Text/Wiki/Parse/Include.php | 28 ++++++++++++++++++++++------
Text/Wiki/Render/Xhtml/Embed.php | 9 ++-------
3 files changed, 51 insertions(+), 20 deletions(-)
http://github.com/horde/horde/commit/c3d4bccc1e6d3b4b4d33131b9ceed5d0d590b543
-----------------------------------------------------------------------
commit c5d7885a6f2fb104504c04a15ca7a5a878ca1b96
Author: Paul M Jones
Date: Fri Jun 11 15:00:03 2004 +0000
updated to 0.19.2
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161095 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
package.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/c5d7885a6f2fb104504c04a15ca7a5a878ca1b96
-----------------------------------------------------------------------
commit d24f6efda632a257109b25254bc0b71c2d830786
Author: Paul M Jones
Date: Fri Jun 11 16:51:29 2004 +0000
fixed bug 1616
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161103 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Blockquote.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/d24f6efda632a257109b25254bc0b71c2d830786
-----------------------------------------------------------------------
commit c3b7461c66ef398a5df9055e3a079f16fc01d815
Author: Paul M Jones
Date: Fri Jun 11 16:53:01 2004 +0000
per note from Stephane Solliec, images now always render with an "alt" attribute
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161104 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/c3b7461c66ef398a5df9055e3a079f16fc01d815
-----------------------------------------------------------------------
commit 326dd8928a5f21694c8982a92e1522f57f198d3d
Author: Paul M Jones
Date: Fri Jun 11 17:20:33 2004 +0000
image now accepts URLs in "link" attribute
updated package.xml with same note
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161105 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 12 +++++++++---
package.xml | 8 +++++---
2 files changed, 14 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/326dd8928a5f21694c8982a92e1522f57f198d3d
-----------------------------------------------------------------------
commit 1409cf94b5e0cf78b44b51ca7af1a80508056615
Author: Paul M Jones
Date: Sat Jun 12 13:40:40 2004 +0000
updated to 0.19.3 version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161152 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/1409cf94b5e0cf78b44b51ca7af1a80508056615
-----------------------------------------------------------------------
commit 4776595fd052daf97cded6aa4e8ec9cb0e40ba28
Author: Paul M Jones
Date: Mon Jun 14 01:48:07 2004 +0000
apply htmlspecialchars() to $href, $target, and $text
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161295 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Url.php | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/4776595fd052daf97cded6aa4e8ec9cb0e40ba28
-----------------------------------------------------------------------
commit 102c7280c4217325425955b64bfc6f797acd4a2a
Author: Paul M Jones
Date: Mon Jun 14 01:50:27 2004 +0000
apply htmlspecialchars() to $href and $text, apply urlencode() to $page
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161296 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Freelink.php | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/102c7280c4217325425955b64bfc6f797acd4a2a
-----------------------------------------------------------------------
commit e03b93b3ade8a3ec9ec593ef03847e252b8c2662
Author: Paul M Jones
Date: Mon Jun 14 02:06:39 2004 +0000
fixed bug 1628
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161297 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/e03b93b3ade8a3ec9ec593ef03847e252b8c2662
-----------------------------------------------------------------------
commit 3ae847948696cdbb862992abfd4077bef00961ee
Author: Paul M Jones
Date: Sat Jun 19 16:02:12 2004 +0000
* Fixed bug 1628 (encoding of URLs and freelinks)
* Updated "Table" parser and Xhtml renderer to mark a header cell (e.g., "||~ this is a header ||")
* Added "Anchor" parser and Xhtml renderer to mark anchors on a page, submitted by Manuel Holtgrewe (e.g., "[[# anchorName nice anchor text]]" to mark anchor, "#anchorName" to link to it)
* Updated "URL" parser and Xhtml renderer to recognize on-page anchors
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161723 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 1 +
Text/Wiki/Parse/Anchor.php | 67 +++++++++++++++++++++++++++++++++++++++
Text/Wiki/Parse/Table.php | 33 ++++++++++---------
Text/Wiki/Parse/Url.php | 3 +-
Text/Wiki/Render/Xhtml/Anchor.php | 31 ++++++++++++++++++
Text/Wiki/Render/Xhtml/Table.php | 47 ++++++++++++++++++++-------
Text/Wiki/Render/Xhtml/Url.php | 11 +++++--
package.xml | 5 ++-
8 files changed, 166 insertions(+), 32 deletions(-)
create mode 100644 Text/Wiki/Parse/Anchor.php
create mode 100644 Text/Wiki/Render/Xhtml/Anchor.php
http://github.com/horde/horde/commit/3ae847948696cdbb862992abfd4077bef00961ee
-----------------------------------------------------------------------
commit 049b057a67f92a62c4f62a0d4629912f4cc98fe5
Author: Paul M Jones
Date: Sat Jun 19 23:51:34 2004 +0000
updated to 0.19.4 with changes and date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161766 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/049b057a67f92a62c4f62a0d4629912f4cc98fe5
-----------------------------------------------------------------------
commit 4cad80c81c202954d2fa2e67d440f71f217e2177
Author: Paul M Jones
Date: Sat Jun 19 23:52:31 2004 +0000
added "anchor" rule for parse and xhtml/render
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 161767 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/4cad80c81c202954d2fa2e67d440f71f217e2177
-----------------------------------------------------------------------
commit f6666d74c6761a1b79879d595068ee85321fb7b9
Author: Paul M Jones
Date: Sat Jun 26 00:12:04 2004 +0000
fixed bug 1722 (can't use two instances of Text_Wiki)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 162082 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/f6666d74c6761a1b79879d595068ee85321fb7b9
-----------------------------------------------------------------------
commit 4b2c24533dea9280b91e738d7dd5840c07b27ae8
Author: Paul M Jones
Date: Sat Jun 26 01:01:10 2004 +0000
fixed bug 1709 (interwiki targets are invalid)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 162085 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Interwiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/4b2c24533dea9280b91e738d7dd5840c07b27ae8
-----------------------------------------------------------------------
commit a4cbe54c7e4994a4d4d08c3fbadaf7314e5b9b7e
Author: Paul M Jones
Date: Sat Jun 26 01:13:30 2004 +0000
updated for 0.19.5
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 162086 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/a4cbe54c7e4994a4d4d08c3fbadaf7314e5b9b7e
-----------------------------------------------------------------------
commit 8794915b4b62f346ff1db21c982abefe8387bacf
Author: Paul M Jones
Date: Mon Jun 28 23:10:37 2004 +0000
removed '#' scheme support for same-page anchor references, also added a ':' to the mailto scheme
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 162273 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Url.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/8794915b4b62f346ff1db21c982abefe8387bacf
-----------------------------------------------------------------------
commit 82d971caad3b6f4e89acc53835654930a34ead6f
Author: Paul M Jones
Date: Mon Jun 28 23:18:11 2004 +0000
updated to 0.19.6
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 162275 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/82d971caad3b6f4e89acc53835654930a34ead6f
-----------------------------------------------------------------------
commit ca5b316c358e72e3e6314efff12537ebaa0ac16c
Author: Paul M Jones
Date: Sun Jul 11 17:09:36 2004 +0000
for minimal XHTML compliance, the target attribute is left out by default (it used to be 'target="_blank"' by default, which is not XHTML 1.0 Strict compliant)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163067 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Url.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/ca5b316c358e72e3e6314efff12537ebaa0ac16c
-----------------------------------------------------------------------
commit 7b458928d67bf878779aa9efc22d2feb5ef2c824
Author: Paul M Jones
Date: Sun Jul 11 17:11:43 2004 +0000
updated version number, added change note about URL targets
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163068 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/7b458928d67bf878779aa9efc22d2feb5ef2c824
-----------------------------------------------------------------------
commit 168bd7541998bc468aa8353b2cbf808b141fec6b
Author: Paul M Jones
Date: Sun Jul 11 17:11:59 2004 +0000
updated version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163069 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/168bd7541998bc468aa8353b2cbf808b141fec6b
-----------------------------------------------------------------------
commit 57b6ec86fe8ff648bc9a2934d84e0179d0035b5d
Author: Paul M Jones
Date: Tue Jul 20 14:10:38 2004 +0000
added renderer Plain for plain text
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163740 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Plain.php | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100755 Text/Wiki/Render/Plain.php
http://github.com/horde/horde/commit/57b6ec86fe8ff648bc9a2934d84e0179d0035b5d
-----------------------------------------------------------------------
commit cbe5125df291fb68b499180330915e6e4e3f7246
Author: Paul M Jones
Date: Tue Jul 20 14:10:55 2004 +0000
added Plain renderers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163741 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 12 +---
Text/Wiki/Render/Xhtml/Blockquote.php | 16 ++----
Text/Wiki/Render/Xhtml/Bold.php | 10 +---
Text/Wiki/Render/Xhtml/Break.php | 4 +-
Text/Wiki/Render/Xhtml/Center.php | 12 +---
Text/Wiki/Render/Xhtml/Code.php | 72 +----------------------
Text/Wiki/Render/Xhtml/Colortext.php | 37 +-----------
Text/Wiki/Render/Xhtml/Deflist.php | 46 +++------------
Text/Wiki/Render/Xhtml/Delimiter.php | 4 +-
Text/Wiki/Render/Xhtml/Embed.php | 4 +-
Text/Wiki/Render/Xhtml/Emphasis.php | 10 +---
Text/Wiki/Render/Xhtml/Freelink.php | 45 +--------------
Text/Wiki/Render/Xhtml/Heading.php | 17 ++----
Text/Wiki/Render/Xhtml/Horiz.php | 4 +-
Text/Wiki/Render/Xhtml/Html.php | 4 +-
Text/Wiki/Render/Xhtml/Image.php | 51 +----------------
Text/Wiki/Render/Xhtml/Include.php | 2 +-
Text/Wiki/Render/Xhtml/Interwiki.php | 41 +------------
Text/Wiki/Render/Xhtml/Italic.php | 10 +---
Text/Wiki/Render/Xhtml/List.php | 98 ++------------------------------
Text/Wiki/Render/Xhtml/Newline.php | 4 +-
Text/Wiki/Render/Xhtml/Paragraph.php | 6 +-
Text/Wiki/Render/Xhtml/Phplookup.php | 11 +---
Text/Wiki/Render/Xhtml/Prefilter.php | 2 +-
Text/Wiki/Render/Xhtml/Raw.php | 2 +-
Text/Wiki/Render/Xhtml/Revise.php | 18 +-----
Text/Wiki/Render/Xhtml/Strong.php | 10 +---
Text/Wiki/Render/Xhtml/Superscript.php | 10 +---
Text/Wiki/Render/Xhtml/Table.php | 83 +++------------------------
Text/Wiki/Render/Xhtml/Tighten.php | 2 +-
Text/Wiki/Render/Xhtml/Toc.php | 31 +---------
Text/Wiki/Render/Xhtml/Translatehtml.php | 2 +-
Text/Wiki/Render/Xhtml/Tt.php | 10 +---
Text/Wiki/Render/Xhtml/Url.php | 56 +-----------------
Text/Wiki/Render/Xhtml/Wikilink.php | 58 +------------------
35 files changed, 88 insertions(+), 716 deletions(-)
http://github.com/horde/horde/commit/cbe5125df291fb68b499180330915e6e4e3f7246
-----------------------------------------------------------------------
commit 6cd056fd6e7b2b0c540ccf4faa224a00c6476f6b
Author: Paul M Jones
Date: Tue Jul 20 14:11:41 2004 +0000
updated to 0.20 version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163742 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/6cd056fd6e7b2b0c540ccf4faa224a00c6476f6b
-----------------------------------------------------------------------
commit d8c9e32e7a0b486699433bf086d0121cae04004d
Author: Paul M Jones
Date: Tue Jul 20 14:12:01 2004 +0000
updated with 0.20 release notes and files
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163743 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 48 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/d8c9e32e7a0b486699433bf086d0121cae04004d
-----------------------------------------------------------------------
commit fb523143824a6f59b5eb7c4c4e891de9eb2509c7
Author: Paul M Jones
Date: Tue Jul 20 14:16:20 2004 +0000
changed to 0.20.0 (three numbers not two)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163745 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/fb523143824a6f59b5eb7c4c4e891de9eb2509c7
-----------------------------------------------------------------------
commit d498fe935a18f9c187c68469c5c11dc4e496db4b
Author: Paul M Jones
Date: Tue Jul 20 15:49:17 2004 +0000
removed bad copies of Xhtml and Plain dirs, will replace
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163762 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 23 -----------
Text/Wiki/Render/Xhtml/Blockquote.php | 39 ------------------
Text/Wiki/Render/Xhtml/Bold.php | 23 -----------
Text/Wiki/Render/Xhtml/Break.php | 24 -----------
Text/Wiki/Render/Xhtml/Center.php | 23 -----------
Text/Wiki/Render/Xhtml/Code.php | 24 -----------
Text/Wiki/Render/Xhtml/Colortext.php | 23 -----------
Text/Wiki/Render/Xhtml/Deflist.php | 59 ---------------------------
Text/Wiki/Render/Xhtml/Delimiter.php | 23 -----------
Text/Wiki/Render/Xhtml/Embed.php | 23 -----------
Text/Wiki/Render/Xhtml/Emphasis.php | 23 -----------
Text/Wiki/Render/Xhtml/Freelink.php | 23 -----------
Text/Wiki/Render/Xhtml/Heading.php | 14 -------
Text/Wiki/Render/Xhtml/Horiz.php | 23 -----------
Text/Wiki/Render/Xhtml/Html.php | 24 -----------
Text/Wiki/Render/Xhtml/Image.php | 22 -----------
Text/Wiki/Render/Xhtml/Include.php | 8 ----
Text/Wiki/Render/Xhtml/Interwiki.php | 23 -----------
Text/Wiki/Render/Xhtml/Italic.php | 23 -----------
Text/Wiki/Render/Xhtml/List.php | 68 --------------------------------
Text/Wiki/Render/Xhtml/Newline.php | 12 ------
Text/Wiki/Render/Xhtml/Paragraph.php | 31 ---------------
Text/Wiki/Render/Xhtml/Phplookup.php | 25 ------------
Text/Wiki/Render/Xhtml/Prefilter.php | 40 -------------------
Text/Wiki/Render/Xhtml/Raw.php | 23 -----------
Text/Wiki/Render/Xhtml/Revise.php | 24 -----------
Text/Wiki/Render/Xhtml/Strong.php | 24 -----------
Text/Wiki/Render/Xhtml/Superscript.php | 23 -----------
Text/Wiki/Render/Xhtml/Table.php | 57 --------------------------
Text/Wiki/Render/Xhtml/Tighten.php | 10 -----
Text/Wiki/Render/Xhtml/Toc.php | 39 ------------------
Text/Wiki/Render/Xhtml/Translatehtml.php | 9 -----
Text/Wiki/Render/Xhtml/Tt.php | 24 -----------
Text/Wiki/Render/Xhtml/Url.php | 25 ------------
Text/Wiki/Render/Xhtml/Wikilink.php | 24 -----------
35 files changed, 925 deletions(-)
delete mode 100644 Text/Wiki/Render/Xhtml/Anchor.php
delete mode 100755 Text/Wiki/Render/Xhtml/Blockquote.php
delete mode 100755 Text/Wiki/Render/Xhtml/Bold.php
delete mode 100755 Text/Wiki/Render/Xhtml/Break.php
delete mode 100755 Text/Wiki/Render/Xhtml/Center.php
delete mode 100755 Text/Wiki/Render/Xhtml/Code.php
delete mode 100755 Text/Wiki/Render/Xhtml/Colortext.php
delete mode 100755 Text/Wiki/Render/Xhtml/Deflist.php
delete mode 100755 Text/Wiki/Render/Xhtml/Delimiter.php
delete mode 100755 Text/Wiki/Render/Xhtml/Embed.php
delete mode 100755 Text/Wiki/Render/Xhtml/Emphasis.php
delete mode 100755 Text/Wiki/Render/Xhtml/Freelink.php
delete mode 100755 Text/Wiki/Render/Xhtml/Heading.php
delete mode 100755 Text/Wiki/Render/Xhtml/Horiz.php
delete mode 100755 Text/Wiki/Render/Xhtml/Html.php
delete mode 100755 Text/Wiki/Render/Xhtml/Image.php
delete mode 100755 Text/Wiki/Render/Xhtml/Include.php
delete mode 100755 Text/Wiki/Render/Xhtml/Interwiki.php
delete mode 100755 Text/Wiki/Render/Xhtml/Italic.php
delete mode 100755 Text/Wiki/Render/Xhtml/List.php
delete mode 100755 Text/Wiki/Render/Xhtml/Newline.php
delete mode 100755 Text/Wiki/Render/Xhtml/Paragraph.php
delete mode 100755 Text/Wiki/Render/Xhtml/Phplookup.php
delete mode 100755 Text/Wiki/Render/Xhtml/Prefilter.php
delete mode 100755 Text/Wiki/Render/Xhtml/Raw.php
delete mode 100755 Text/Wiki/Render/Xhtml/Revise.php
delete mode 100755 Text/Wiki/Render/Xhtml/Strong.php
delete mode 100755 Text/Wiki/Render/Xhtml/Superscript.php
delete mode 100755 Text/Wiki/Render/Xhtml/Table.php
delete mode 100755 Text/Wiki/Render/Xhtml/Tighten.php
delete mode 100755 Text/Wiki/Render/Xhtml/Toc.php
delete mode 100755 Text/Wiki/Render/Xhtml/Translatehtml.php
delete mode 100755 Text/Wiki/Render/Xhtml/Tt.php
delete mode 100755 Text/Wiki/Render/Xhtml/Url.php
delete mode 100755 Text/Wiki/Render/Xhtml/Wikilink.php
http://github.com/horde/horde/commit/d498fe935a18f9c187c68469c5c11dc4e496db4b
-----------------------------------------------------------------------
commit 05ef3d09ecba2c2495184571c1f1f962ec55a543
Author: Paul M Jones
Date: Tue Jul 20 15:52:03 2004 +0000
added Plain renderer files
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163763 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Plain/Anchor.php | 23 +++++++++++
Text/Wiki/Render/Plain/Blockquote.php | 39 ++++++++++++++++++
Text/Wiki/Render/Plain/Bold.php | 23 +++++++++++
Text/Wiki/Render/Plain/Break.php | 24 +++++++++++
Text/Wiki/Render/Plain/Center.php | 23 +++++++++++
Text/Wiki/Render/Plain/Code.php | 24 +++++++++++
Text/Wiki/Render/Plain/Colortext.php | 23 +++++++++++
Text/Wiki/Render/Plain/Deflist.php | 59 +++++++++++++++++++++++++++
Text/Wiki/Render/Plain/Delimiter.php | 23 +++++++++++
Text/Wiki/Render/Plain/Embed.php | 23 +++++++++++
Text/Wiki/Render/Plain/Emphasis.php | 23 +++++++++++
Text/Wiki/Render/Plain/Freelink.php | 23 +++++++++++
Text/Wiki/Render/Plain/Heading.php | 14 +++++++
Text/Wiki/Render/Plain/Horiz.php | 23 +++++++++++
Text/Wiki/Render/Plain/Html.php | 24 +++++++++++
Text/Wiki/Render/Plain/Image.php | 22 +++++++++++
Text/Wiki/Render/Plain/Include.php | 8 ++++
Text/Wiki/Render/Plain/Interwiki.php | 23 +++++++++++
Text/Wiki/Render/Plain/Italic.php | 23 +++++++++++
Text/Wiki/Render/Plain/List.php | 68 ++++++++++++++++++++++++++++++++
Text/Wiki/Render/Plain/Newline.php | 12 ++++++
Text/Wiki/Render/Plain/Paragraph.php | 31 +++++++++++++++
Text/Wiki/Render/Plain/Phplookup.php | 25 ++++++++++++
Text/Wiki/Render/Plain/Prefilter.php | 40 +++++++++++++++++++
Text/Wiki/Render/Plain/Raw.php | 23 +++++++++++
Text/Wiki/Render/Plain/Revise.php | 24 +++++++++++
Text/Wiki/Render/Plain/Strong.php | 24 +++++++++++
Text/Wiki/Render/Plain/Superscript.php | 23 +++++++++++
Text/Wiki/Render/Plain/Table.php | 57 ++++++++++++++++++++++++++
Text/Wiki/Render/Plain/Tighten.php | 10 +++++
Text/Wiki/Render/Plain/Toc.php | 39 ++++++++++++++++++
Text/Wiki/Render/Plain/Translatehtml.php | 9 +++++
Text/Wiki/Render/Plain/Tt.php | 24 +++++++++++
Text/Wiki/Render/Plain/Url.php | 25 ++++++++++++
Text/Wiki/Render/Plain/Wikilink.php | 24 +++++++++++
35 files changed, 925 insertions(+)
create mode 100644 Text/Wiki/Render/Plain/Anchor.php
create mode 100755 Text/Wiki/Render/Plain/Blockquote.php
create mode 100755 Text/Wiki/Render/Plain/Bold.php
create mode 100755 Text/Wiki/Render/Plain/Break.php
create mode 100755 Text/Wiki/Render/Plain/Center.php
create mode 100755 Text/Wiki/Render/Plain/Code.php
create mode 100755 Text/Wiki/Render/Plain/Colortext.php
create mode 100755 Text/Wiki/Render/Plain/Deflist.php
create mode 100755 Text/Wiki/Render/Plain/Delimiter.php
create mode 100755 Text/Wiki/Render/Plain/Embed.php
create mode 100755 Text/Wiki/Render/Plain/Emphasis.php
create mode 100755 Text/Wiki/Render/Plain/Freelink.php
create mode 100755 Text/Wiki/Render/Plain/Heading.php
create mode 100755 Text/Wiki/Render/Plain/Horiz.php
create mode 100755 Text/Wiki/Render/Plain/Html.php
create mode 100755 Text/Wiki/Render/Plain/Image.php
create mode 100755 Text/Wiki/Render/Plain/Include.php
create mode 100755 Text/Wiki/Render/Plain/Interwiki.php
create mode 100755 Text/Wiki/Render/Plain/Italic.php
create mode 100755 Text/Wiki/Render/Plain/List.php
create mode 100755 Text/Wiki/Render/Plain/Newline.php
create mode 100755 Text/Wiki/Render/Plain/Paragraph.php
create mode 100755 Text/Wiki/Render/Plain/Phplookup.php
create mode 100755 Text/Wiki/Render/Plain/Prefilter.php
create mode 100755 Text/Wiki/Render/Plain/Raw.php
create mode 100755 Text/Wiki/Render/Plain/Revise.php
create mode 100755 Text/Wiki/Render/Plain/Strong.php
create mode 100755 Text/Wiki/Render/Plain/Superscript.php
create mode 100755 Text/Wiki/Render/Plain/Table.php
create mode 100755 Text/Wiki/Render/Plain/Tighten.php
create mode 100755 Text/Wiki/Render/Plain/Toc.php
create mode 100755 Text/Wiki/Render/Plain/Translatehtml.php
create mode 100755 Text/Wiki/Render/Plain/Tt.php
create mode 100755 Text/Wiki/Render/Plain/Url.php
create mode 100755 Text/Wiki/Render/Plain/Wikilink.php
http://github.com/horde/horde/commit/05ef3d09ecba2c2495184571c1f1f962ec55a543
-----------------------------------------------------------------------
commit 70829bcc3d687ed9b6e1fd5a4aece33457539a27
Author: Paul M Jones
Date: Tue Jul 20 15:53:02 2004 +0000
re-added Xhtml renderer files
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163764 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 31 ++++++
Text/Wiki/Render/Xhtml/Blockquote.php | 47 ++++++++++
Text/Wiki/Render/Xhtml/Bold.php | 29 ++++++
Text/Wiki/Render/Xhtml/Break.php | 24 +++++
Text/Wiki/Render/Xhtml/Center.php | 31 ++++++
Text/Wiki/Render/Xhtml/Code.php | 92 ++++++++++++++++++
Text/Wiki/Render/Xhtml/Colortext.php | 56 +++++++++++
Text/Wiki/Render/Xhtml/Deflist.php | 91 ++++++++++++++++++
Text/Wiki/Render/Xhtml/Delimiter.php | 23 +++++
Text/Wiki/Render/Xhtml/Embed.php | 23 +++++
Text/Wiki/Render/Xhtml/Emphasis.php | 29 ++++++
Text/Wiki/Render/Xhtml/Freelink.php | 64 +++++++++++++
Text/Wiki/Render/Xhtml/Heading.php | 19 ++++
Text/Wiki/Render/Xhtml/Horiz.php | 23 +++++
Text/Wiki/Render/Xhtml/Html.php | 24 +++++
Text/Wiki/Render/Xhtml/Image.php | 67 +++++++++++++
Text/Wiki/Render/Xhtml/Include.php | 8 ++
Text/Wiki/Render/Xhtml/Interwiki.php | 60 ++++++++++++
Text/Wiki/Render/Xhtml/Italic.php | 29 ++++++
Text/Wiki/Render/Xhtml/List.php | 156 +++++++++++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Newline.php | 12 +++
Text/Wiki/Render/Xhtml/Paragraph.php | 31 ++++++
Text/Wiki/Render/Xhtml/Phplookup.php | 32 +++++++
Text/Wiki/Render/Xhtml/Prefilter.php | 40 ++++++++
Text/Wiki/Render/Xhtml/Raw.php | 23 +++++
Text/Wiki/Render/Xhtml/Revise.php | 38 ++++++++
Text/Wiki/Render/Xhtml/Strong.php | 30 ++++++
Text/Wiki/Render/Xhtml/Superscript.php | 29 ++++++
Text/Wiki/Render/Xhtml/Table.php | 126 +++++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Tighten.php | 10 ++
Text/Wiki/Render/Xhtml/Toc.php | 64 +++++++++++++
Text/Wiki/Render/Xhtml/Translatehtml.php | 9 ++
Text/Wiki/Render/Xhtml/Tt.php | 30 ++++++
Text/Wiki/Render/Xhtml/Url.php | 77 +++++++++++++++
Text/Wiki/Render/Xhtml/Wikilink.php | 76 +++++++++++++++
35 files changed, 1553 insertions(+)
create mode 100644 Text/Wiki/Render/Xhtml/Anchor.php
create mode 100755 Text/Wiki/Render/Xhtml/Blockquote.php
create mode 100755 Text/Wiki/Render/Xhtml/Bold.php
create mode 100755 Text/Wiki/Render/Xhtml/Break.php
create mode 100755 Text/Wiki/Render/Xhtml/Center.php
create mode 100755 Text/Wiki/Render/Xhtml/Code.php
create mode 100755 Text/Wiki/Render/Xhtml/Colortext.php
create mode 100755 Text/Wiki/Render/Xhtml/Deflist.php
create mode 100755 Text/Wiki/Render/Xhtml/Delimiter.php
create mode 100755 Text/Wiki/Render/Xhtml/Embed.php
create mode 100755 Text/Wiki/Render/Xhtml/Emphasis.php
create mode 100755 Text/Wiki/Render/Xhtml/Freelink.php
create mode 100755 Text/Wiki/Render/Xhtml/Heading.php
create mode 100755 Text/Wiki/Render/Xhtml/Horiz.php
create mode 100755 Text/Wiki/Render/Xhtml/Html.php
create mode 100755 Text/Wiki/Render/Xhtml/Image.php
create mode 100755 Text/Wiki/Render/Xhtml/Include.php
create mode 100755 Text/Wiki/Render/Xhtml/Interwiki.php
create mode 100755 Text/Wiki/Render/Xhtml/Italic.php
create mode 100755 Text/Wiki/Render/Xhtml/List.php
create mode 100755 Text/Wiki/Render/Xhtml/Newline.php
create mode 100755 Text/Wiki/Render/Xhtml/Paragraph.php
create mode 100755 Text/Wiki/Render/Xhtml/Phplookup.php
create mode 100755 Text/Wiki/Render/Xhtml/Prefilter.php
create mode 100755 Text/Wiki/Render/Xhtml/Raw.php
create mode 100755 Text/Wiki/Render/Xhtml/Revise.php
create mode 100755 Text/Wiki/Render/Xhtml/Strong.php
create mode 100755 Text/Wiki/Render/Xhtml/Superscript.php
create mode 100755 Text/Wiki/Render/Xhtml/Table.php
create mode 100755 Text/Wiki/Render/Xhtml/Tighten.php
create mode 100755 Text/Wiki/Render/Xhtml/Toc.php
create mode 100755 Text/Wiki/Render/Xhtml/Translatehtml.php
create mode 100755 Text/Wiki/Render/Xhtml/Tt.php
create mode 100755 Text/Wiki/Render/Xhtml/Url.php
create mode 100755 Text/Wiki/Render/Xhtml/Wikilink.php
http://github.com/horde/horde/commit/70829bcc3d687ed9b6e1fd5a4aece33457539a27
-----------------------------------------------------------------------
commit e8261948c4125582645e04d19c4b5be75c46381b
Author: Paul M Jones
Date: Tue Jul 20 15:55:43 2004 +0000
updated with 0.20.1 release notes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 163765 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
package.xml | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/e8261948c4125582645e04d19c4b5be75c46381b
-----------------------------------------------------------------------
commit bbd6e3e4e9fa5e655b11ad4e54b1d759ce306d58
Author: Paul M Jones
Date: Thu Aug 12 13:52:45 2004 +0000
for deflist, must now use ": " (colon-space) at beginning and " : " (space-colon-space) to separate term from def; this it becuase URLs as terms were breaking the rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 166141 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Deflist.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/bbd6e3e4e9fa5e655b11ad4e54b1d759ce306d58
-----------------------------------------------------------------------
commit 9af387df4c8cac1c17a0a8db457b4c7aac90355a
Author: Paul M Jones
Date: Thu Aug 12 13:58:35 2004 +0000
applied fix for bug 2095, CSS not honored in deflist rule (thanks for the patch, glamm at a-s-i dot com)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 166143 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Deflist.php | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/9af387df4c8cac1c17a0a8db457b4c7aac90355a
-----------------------------------------------------------------------
commit a8a19b435ab2acb9c642de566742271124a641e3
Author: Paul M Jones
Date: Wed Aug 18 12:21:54 2004 +0000
updated release date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 166667 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/a8a19b435ab2acb9c642de566742271124a641e3
-----------------------------------------------------------------------
commit 4cf021591b1387ba983509391570ab838baaaf14
Author: Paul M Jones
Date: Wed Aug 18 12:23:32 2004 +0000
updated version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 166669 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/4cf021591b1387ba983509391570ab838baaaf14
-----------------------------------------------------------------------
commit fbfb2a6361ba35c29701d8262cd544ac35948627
Author: Paul M Jones
Date: Fri Sep 17 14:51:29 2004 +0000
added comment to credit contribution from Stephane le Solliec
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168726 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 41 +++++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 19 deletions(-)
http://github.com/horde/horde/commit/fbfb2a6361ba35c29701d8262cd544ac35948627
-----------------------------------------------------------------------
commit 73b32f5f3011b5bb0004571c39e0d083872a60eb
Author: Paul M Jones
Date: Fri Sep 17 15:28:32 2004 +0000
URL "target"s are now XHTML compliant with suggestion from Aaron Kalin and JS code from youngpup.net
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168727 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Url.php | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/73b32f5f3011b5bb0004571c39e0d083872a60eb
-----------------------------------------------------------------------
commit 322511c64e303e943b0305c62a834fd76ae24d47
Author: Paul M Jones
Date: Fri Sep 17 15:45:43 2004 +0000
add 'id' attrbute to token; this will let us generate better tables of contents
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168728 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Heading.php | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/322511c64e303e943b0305c62a834fd76ae24d47
-----------------------------------------------------------------------
commit 22614aa82870319dbfa9bb23376397d226463ffc
Author: Paul M Jones
Date: Fri Sep 17 15:51:37 2004 +0000
added id_prefix conf element
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168729 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Heading.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/22614aa82870319dbfa9bb23376397d226463ffc
-----------------------------------------------------------------------
commit e39f1cec79cba6f556903db05ebd07cbca4a34eb
Author: Paul M Jones
Date: Fri Sep 17 23:17:22 2004 +0000
continued working with new Heading and Toc rules for better, faster tables of contents (XHTML-compliant "div" support)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168736 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Embed.php | 30 +++---
Text/Wiki/Parse/Toc.php | 195 ++++++-----------------------------
Text/Wiki/Render/Xhtml/Heading.php | 2 +-
Text/Wiki/Render/Xhtml/Interwiki.php | 18 +++-
Text/Wiki/Render/Xhtml/Toc.php | 96 ++++++++++-------
5 files changed, 123 insertions(+), 218 deletions(-)
http://github.com/horde/horde/commit/e39f1cec79cba6f556903db05ebd07cbca4a34eb
-----------------------------------------------------------------------
commit 5781d16295fe84a9cdecdd5ea5d1151b5d81bc2b
Author: Paul M Jones
Date: Fri Sep 17 23:48:00 2004 +0000
changed version number in Wiki.php, continued tweaking Toc rendering and parameters
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168737 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
Text/Wiki/Render/Xhtml/Toc.php | 10 +---------
2 files changed, 2 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/5781d16295fe84a9cdecdd5ea5d1151b5d81bc2b
-----------------------------------------------------------------------
commit d6aea1d3c14c5898b2d38a4c0c32036c05e99f41
Author: Paul M Jones
Date: Sat Sep 18 00:06:15 2004 +0000
now guesses width and height, and adds a pseudo-center alignment option (thanks Stephane Solliec)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168738 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
http://github.com/horde/horde/commit/d6aea1d3c14c5898b2d38a4c0c32036c05e99f41
-----------------------------------------------------------------------
commit aa7c2d283c0cb55f20d1bc6cb343fe7fabc30ab4
Author: Paul M Jones
Date: Sat Sep 18 21:30:07 2004 +0000
added formatConf() method to wrap a config value in an sprintf() format string (thanks Bob Glamm)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168764 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render.php | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
http://github.com/horde/horde/commit/aa7c2d283c0cb55f20d1bc6cb343fe7fabc30ab4
-----------------------------------------------------------------------
commit 1f7ca2c2a5790fac0b034b3baf4aee538fb6b884
Author: Paul M Jones
Date: Sat Sep 18 21:30:32 2004 +0000
added 'css' conf key (thanks Bob Glamm)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168765 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/1f7ca2c2a5790fac0b034b3baf4aee538fb6b884
-----------------------------------------------------------------------
commit ce033f46b531714ff3b4f85d82c01a29e527836b
Author: Paul M Jones
Date: Sat Sep 18 22:58:23 2004 +0000
* Base Render class now has formatConf() method to wrap a config value in an sprintf() format
* Added CSS class configuration keys for all appropriate rules (*big* thanks to Bob Glamm, glamm at a-s-i dot com, who did a ton of work on this) ... except Wikilink, Freelink, and Image -- more coming for those later
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168777 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Toc.php | 2 +-
Text/Wiki/Render/Xhtml/Blockquote.php | 9 ++++---
Text/Wiki/Render/Xhtml/Bold.php | 7 +++++-
Text/Wiki/Render/Xhtml/Break.php | 7 +++++-
Text/Wiki/Render/Xhtml/Center.php | 2 --
Text/Wiki/Render/Xhtml/Code.php | 44 +++++++++++++++++++++-------------
Text/Wiki/Render/Xhtml/Deflist.php | 27 +++------------------
Text/Wiki/Render/Xhtml/Emphasis.php | 8 ++++++-
Text/Wiki/Render/Xhtml/Heading.php | 14 +++++++++--
Text/Wiki/Render/Xhtml/Horiz.php | 7 +++++-
Text/Wiki/Render/Xhtml/Image.php | 4 +++-
Text/Wiki/Render/Xhtml/Interwiki.php | 16 ++++++++-----
Text/Wiki/Render/Xhtml/Italic.php | 7 +++++-
Text/Wiki/Render/Xhtml/List.php | 22 ++++-------------
Text/Wiki/Render/Xhtml/Paragraph.php | 7 +++++-
Text/Wiki/Render/Xhtml/Phplookup.php | 39 ++++++++++++++++++++++++------
Text/Wiki/Render/Xhtml/Revise.php | 15 ++++++++----
Text/Wiki/Render/Xhtml/Strong.php | 7 +++++-
Text/Wiki/Render/Xhtml/Superscript.php | 7 +++++-
Text/Wiki/Render/Xhtml/Table.php | 40 +++++--------------------------
Text/Wiki/Render/Xhtml/Tt.php | 7 +++++-
Text/Wiki/Render/Xhtml/Url.php | 22 +++++++++++------
package.xml | 15 +++++++-----
23 files changed, 192 insertions(+), 143 deletions(-)
http://github.com/horde/horde/commit/ce033f46b531714ff3b4f85d82c01a29e527836b
-----------------------------------------------------------------------
commit f189c398dc077746e963aa705f5f10abf6b3b33e
Author: Paul M Jones
Date: Sun Sep 19 02:56:27 2004 +0000
* Render rules for Wikilink and Freelink are much more configurable: put new-link text before or after the page name, or use CSS only to control the look of new-links
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168780 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Freelink.php | 65 ++--------------------
Text/Wiki/Render/Xhtml/Wikilink.php | 104 ++++++++++++++++++++++++++----------
package.xml | 3 +-
3 files changed, 82 insertions(+), 90 deletions(-)
http://github.com/horde/horde/commit/f189c398dc077746e963aa705f5f10abf6b3b33e
-----------------------------------------------------------------------
commit db71bf718a32cefc555ca31a67aff8daf857feed
Author: Paul M Jones
Date: Sun Sep 19 20:58:34 2004 +0000
perfected the patches from Stephane le Solliec, image size guesses now work properly with non-local images
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168814 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 88 ++++++++++++++++++++++++++--------------
1 file changed, 57 insertions(+), 31 deletions(-)
http://github.com/horde/horde/commit/db71bf718a32cefc555ca31a67aff8daf857feed
-----------------------------------------------------------------------
commit f64c5151ba6761fcf9e35629a5508fff0ec2aa1b
Author: Paul M Jones
Date: Sun Sep 19 21:31:50 2004 +0000
fixed bug 2316: swapped processing order to Center and Newline
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168816 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/f64c5151ba6761fcf9e35629a5508fff0ec2aa1b
-----------------------------------------------------------------------
commit 57ed333df0ce800d716274fac065020cc3d92ee2
Author: Paul M Jones
Date: Sun Sep 19 21:41:26 2004 +0000
finished "perfecting" CSS and linking in the Image rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168817 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 27 ++++++++++++++++++++-------
package.xml | 9 +++++----
2 files changed, 25 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/57ed333df0ce800d716274fac065020cc3d92ee2
-----------------------------------------------------------------------
commit 68e5b84eb31925a0edac51a4392f73da028e85c2
Author: Paul M Jones
Date: Sun Sep 19 21:42:57 2004 +0000
updated comments, put in release date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168818 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/68e5b84eb31925a0edac51a4392f73da028e85c2
-----------------------------------------------------------------------
commit c2fb889f0bc65a2a1c89e74367fd5439c4d7a344
Author: Paul M Jones
Date: Sun Sep 19 21:45:06 2004 +0000
added note about Toc generation
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 168819 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/c2fb889f0bc65a2a1c89e74367fd5439c4d7a344
-----------------------------------------------------------------------
commit 1cbc0afad0945315536b155ab231759eda45d600
Author: Paul M Jones
Date: Wed Sep 22 22:16:58 2004 +0000
added keys for column and row counts in the 'table_start' token (to support LaTeX rendering)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169011 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Table.php | 54 +++++++++++++++++++++++++++++++++++------------
1 file changed, 41 insertions(+), 13 deletions(-)
http://github.com/horde/horde/commit/1cbc0afad0945315536b155ab231759eda45d600
-----------------------------------------------------------------------
commit ac35f3b0686eb3bde818a2e2f0d3526146f00b83
Author: Paul M Jones
Date: Wed Sep 22 22:30:01 2004 +0000
removed 'translatehtml' rule from the parse/render rule set; it is more appropriate for HTML translation to be part of the Xhtml "format" than a general processing rule (particularly when we start doing LaTeX and other non-HTML formats)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169012 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/ac35f3b0686eb3bde818a2e2f0d3526146f00b83
-----------------------------------------------------------------------
commit 7560e88358f4dbae9ac1a437f9e97eefaed65b65
Author: Paul M Jones
Date: Wed Sep 22 22:30:32 2004 +0000
added HTML translation as part of the pre() method
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169013 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/7560e88358f4dbae9ac1a437f9e97eefaed65b65
-----------------------------------------------------------------------
commit 4b08ca31c137fc054a9fe8894f3f6f6afea605a5
Author: Paul M Jones
Date: Sat Sep 25 18:43:02 2004 +0000
Wiki.php: whitespace changes
Phplookup.php: added $id$ tag
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169206 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 --
Text/Wiki/Render/Xhtml/Phplookup.php | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/4b08ca31c137fc054a9fe8894f3f6f6afea605a5
-----------------------------------------------------------------------
commit 7c4360b9fc41bf65998b6724cdfdb93523426f2e
Author: Paul M Jones
Date: Sat Sep 25 18:49:56 2004 +0000
Jeremy Cowgar has kindly submitted a prelminary LaTeX renderer. Thanks, Jeremy!
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169208 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex.php | 90 +++++++++++++++++++++++++++++++
Text/Wiki/Render/Latex/Anchor.php | 33 ++++++++++++
Text/Wiki/Render/Latex/Blockquote.php | 36 +++++++++++++
Text/Wiki/Render/Latex/Bold.php | 4 ++
Text/Wiki/Render/Latex/Break.php | 24 +++++++++
Text/Wiki/Render/Latex/Center.php | 33 ++++++++++++
Text/Wiki/Render/Latex/Code.php | 26 +++++++++
Text/Wiki/Render/Latex/Colortext.php | 58 ++++++++++++++++++++
Text/Wiki/Render/Latex/Deflist.php | 53 ++++++++++++++++++
Text/Wiki/Render/Latex/Delimiter.php | 25 +++++++++
Text/Wiki/Render/Latex/Embed.php | 23 ++++++++
Text/Wiki/Render/Latex/Emphasis.php | 29 ++++++++++
Text/Wiki/Render/Latex/Freelink.php | 34 ++++++++++++
Text/Wiki/Render/Latex/Heading.php | 33 ++++++++++++
Text/Wiki/Render/Latex/Horiz.php | 23 ++++++++
Text/Wiki/Render/Latex/Html.php | 25 +++++++++
Text/Wiki/Render/Latex/Image.php | 70 ++++++++++++++++++++++++
Text/Wiki/Render/Latex/Include.php | 8 +++
Text/Wiki/Render/Latex/Interwiki.php | 60 +++++++++++++++++++++
Text/Wiki/Render/Latex/Italic.php | 5 ++
Text/Wiki/Render/Latex/List.php | 57 ++++++++++++++++++++
Text/Wiki/Render/Latex/Newline.php | 12 +++++
Text/Wiki/Render/Latex/Paragraph.php | 31 +++++++++++
Text/Wiki/Render/Latex/Phplookup.php | 34 ++++++++++++
Text/Wiki/Render/Latex/Prefilter.php | 40 ++++++++++++++
Text/Wiki/Render/Latex/Raw.php | 23 ++++++++
Text/Wiki/Render/Latex/Revise.php | 38 +++++++++++++
Text/Wiki/Render/Latex/Strong.php | 30 +++++++++++
Text/Wiki/Render/Latex/Superscript.php | 31 +++++++++++
Text/Wiki/Render/Latex/Table.php | 93 ++++++++++++++++++++++++++++++++
Text/Wiki/Render/Latex/Tighten.php | 10 ++++
Text/Wiki/Render/Latex/Toc.php | 30 +++++++++++
Text/Wiki/Render/Latex/Translatehtml.php | 9 ++++
Text/Wiki/Render/Latex/Tt.php | 30 +++++++++++
Text/Wiki/Render/Latex/Url.php | 35 ++++++++++++
Text/Wiki/Render/Latex/Wikilink.php | 60 +++++++++++++++++++++
36 files changed, 1255 insertions(+)
create mode 100644 Text/Wiki/Render/Latex.php
create mode 100644 Text/Wiki/Render/Latex/Anchor.php
create mode 100644 Text/Wiki/Render/Latex/Blockquote.php
create mode 100644 Text/Wiki/Render/Latex/Bold.php
create mode 100644 Text/Wiki/Render/Latex/Break.php
create mode 100644 Text/Wiki/Render/Latex/Center.php
create mode 100644 Text/Wiki/Render/Latex/Code.php
create mode 100644 Text/Wiki/Render/Latex/Colortext.php
create mode 100644 Text/Wiki/Render/Latex/Deflist.php
create mode 100644 Text/Wiki/Render/Latex/Delimiter.php
create mode 100644 Text/Wiki/Render/Latex/Embed.php
create mode 100644 Text/Wiki/Render/Latex/Emphasis.php
create mode 100644 Text/Wiki/Render/Latex/Freelink.php
create mode 100644 Text/Wiki/Render/Latex/Heading.php
create mode 100644 Text/Wiki/Render/Latex/Horiz.php
create mode 100644 Text/Wiki/Render/Latex/Html.php
create mode 100644 Text/Wiki/Render/Latex/Image.php
create mode 100644 Text/Wiki/Render/Latex/Include.php
create mode 100644 Text/Wiki/Render/Latex/Interwiki.php
create mode 100644 Text/Wiki/Render/Latex/Italic.php
create mode 100644 Text/Wiki/Render/Latex/List.php
create mode 100644 Text/Wiki/Render/Latex/Newline.php
create mode 100644 Text/Wiki/Render/Latex/Paragraph.php
create mode 100644 Text/Wiki/Render/Latex/Phplookup.php
create mode 100644 Text/Wiki/Render/Latex/Prefilter.php
create mode 100644 Text/Wiki/Render/Latex/Raw.php
create mode 100644 Text/Wiki/Render/Latex/Revise.php
create mode 100644 Text/Wiki/Render/Latex/Strong.php
create mode 100644 Text/Wiki/Render/Latex/Superscript.php
create mode 100644 Text/Wiki/Render/Latex/Table.php
create mode 100644 Text/Wiki/Render/Latex/Tighten.php
create mode 100644 Text/Wiki/Render/Latex/Toc.php
create mode 100644 Text/Wiki/Render/Latex/Translatehtml.php
create mode 100644 Text/Wiki/Render/Latex/Tt.php
create mode 100644 Text/Wiki/Render/Latex/Url.php
create mode 100644 Text/Wiki/Render/Latex/Wikilink.php
http://github.com/horde/horde/commit/7c4360b9fc41bf65998b6724cdfdb93523426f2e
-----------------------------------------------------------------------
commit 3025af1b5434546002235724ea0acf48eb3beff6
Author: Paul M Jones
Date: Sat Sep 25 18:53:05 2004 +0000
added change note about Latex renderer, added Latex format class and render classes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169210 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 50 ++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 40 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/3025af1b5434546002235724ea0acf48eb3beff6
-----------------------------------------------------------------------
commit 31ce5186bfcc9f352d42dc482388e895acd0e60e
Author: Paul M Jones
Date: Sat Sep 25 19:05:14 2004 +0000
converted tabs to spaces in all files
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169211 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2440 +++++++++++++++---------------
Text/Wiki/Parse.php | 444 +++---
Text/Wiki/Parse/Anchor.php | 98 +-
Text/Wiki/Parse/Blockquote.php | 6 +-
Text/Wiki/Parse/Break.php | 70 +-
Text/Wiki/Parse/Center.php | 84 +-
Text/Wiki/Parse/Code.php | 100 +-
Text/Wiki/Parse/Colortext.php | 112 +-
Text/Wiki/Parse/Deflist.php | 164 +-
Text/Wiki/Parse/Delimiter.php | 84 +-
Text/Wiki/Parse/Embed.php | 118 +-
Text/Wiki/Parse/Emphasis.php | 94 +-
Text/Wiki/Parse/Freelink.php | 170 +--
Text/Wiki/Parse/Heading.php | 136 +-
Text/Wiki/Parse/Horiz.php | 68 +-
Text/Wiki/Parse/Html.php | 76 +-
Text/Wiki/Parse/Image.php | 102 +-
Text/Wiki/Parse/Include.php | 108 +-
Text/Wiki/Parse/Interwiki.php | 202 +--
Text/Wiki/Parse/Italic.php | 94 +-
Text/Wiki/Parse/List.php | 414 ++---
Text/Wiki/Parse/Newline.php | 74 +-
Text/Wiki/Parse/Paragraph.php | 218 +--
Text/Wiki/Parse/Phplookup.php | 80 +-
Text/Wiki/Parse/Prefilter.php | 78 +-
Text/Wiki/Parse/Raw.php | 72 +-
Text/Wiki/Parse/Revise.php | 224 +--
Text/Wiki/Parse/Strong.php | 92 +-
Text/Wiki/Parse/Superscript.php | 92 +-
Text/Wiki/Parse/Table.php | 374 ++---
Text/Wiki/Parse/Tighten.php | 30 +-
Text/Wiki/Parse/Toc.php | 184 +--
Text/Wiki/Parse/Translatehtml.php | 30 +-
Text/Wiki/Parse/Tt.php | 84 +-
Text/Wiki/Parse/Url.php | 456 +++---
Text/Wiki/Parse/Wikilink.php | 254 ++--
Text/Wiki/Render.php | 324 ++--
Text/Wiki/Render/Latex.php | 4 +-
Text/Wiki/Render/Latex/Anchor.php | 26 +-
Text/Wiki/Render/Latex/Blockquote.php | 16 +-
Text/Wiki/Render/Latex/Center.php | 18 +-
Text/Wiki/Render/Latex/Embed.php | 2 +-
Text/Wiki/Render/Latex/Emphasis.php | 14 +-
Text/Wiki/Render/Latex/Freelink.php | 14 +-
Text/Wiki/Render/Latex/Image.php | 96 +-
Text/Wiki/Render/Latex/Include.php | 2 +-
Text/Wiki/Render/Latex/Interwiki.php | 56 +-
Text/Wiki/Render/Latex/List.php | 6 +-
Text/Wiki/Render/Latex/Phplookup.php | 14 +-
Text/Wiki/Render/Latex/Prefilter.php | 6 +-
Text/Wiki/Render/Latex/Table.php | 16 +-
Text/Wiki/Render/Latex/Tighten.php | 2 +-
Text/Wiki/Render/Latex/Translatehtml.php | 2 +-
Text/Wiki/Render/Latex/Url.php | 8 +-
Text/Wiki/Render/Latex/Wikilink.php | 20 +-
Text/Wiki/Render/Plain.php | 4 +-
Text/Wiki/Render/Plain/Anchor.php | 10 +-
Text/Wiki/Render/Plain/Blockquote.php | 30 +-
Text/Wiki/Render/Plain/Bold.php | 2 +-
Text/Wiki/Render/Plain/Center.php | 2 +-
Text/Wiki/Render/Plain/Colortext.php | 2 +-
Text/Wiki/Render/Plain/Deflist.php | 4 +-
Text/Wiki/Render/Plain/Embed.php | 2 +-
Text/Wiki/Render/Plain/Emphasis.php | 2 +-
Text/Wiki/Render/Plain/Heading.php | 10 +-
Text/Wiki/Render/Plain/Image.php | 2 +-
Text/Wiki/Render/Plain/Include.php | 2 +-
Text/Wiki/Render/Plain/Interwiki.php | 2 +-
Text/Wiki/Render/Plain/Italic.php | 2 +-
Text/Wiki/Render/Plain/List.php | 86 +-
Text/Wiki/Render/Plain/Phplookup.php | 2 +-
Text/Wiki/Render/Plain/Prefilter.php | 8 +-
Text/Wiki/Render/Plain/Table.php | 104 +-
Text/Wiki/Render/Plain/Tighten.php | 2 +-
Text/Wiki/Render/Plain/Translatehtml.php | 2 +-
Text/Wiki/Render/Plain/Url.php | 2 +-
Text/Wiki/Render/Xhtml.php | 34 +-
Text/Wiki/Render/Xhtml/Anchor.php | 38 +-
Text/Wiki/Render/Xhtml/Blockquote.php | 42 +-
Text/Wiki/Render/Xhtml/Bold.php | 10 +-
Text/Wiki/Render/Xhtml/Break.php | 8 +-
Text/Wiki/Render/Xhtml/Center.php | 14 +-
Text/Wiki/Render/Xhtml/Code.php | 24 +-
Text/Wiki/Render/Xhtml/Deflist.php | 12 +-
Text/Wiki/Render/Xhtml/Embed.php | 2 +-
Text/Wiki/Render/Xhtml/Emphasis.php | 26 +-
Text/Wiki/Render/Xhtml/Heading.php | 20 +-
Text/Wiki/Render/Xhtml/Horiz.php | 10 +-
Text/Wiki/Render/Xhtml/Image.php | 262 ++--
Text/Wiki/Render/Xhtml/Include.php | 2 +-
Text/Wiki/Render/Xhtml/Interwiki.php | 84 +-
Text/Wiki/Render/Xhtml/Italic.php | 24 +-
Text/Wiki/Render/Xhtml/List.php | 234 +--
Text/Wiki/Render/Xhtml/Paragraph.php | 10 +-
Text/Wiki/Render/Xhtml/Phplookup.php | 62 +-
Text/Wiki/Render/Xhtml/Prefilter.php | 8 +-
Text/Wiki/Render/Xhtml/Revise.php | 12 +-
Text/Wiki/Render/Xhtml/Strong.php | 10 +-
Text/Wiki/Render/Xhtml/Superscript.php | 10 +-
Text/Wiki/Render/Xhtml/Table.php | 186 +--
Text/Wiki/Render/Xhtml/Tighten.php | 2 +-
Text/Wiki/Render/Xhtml/Toc.php | 94 +-
Text/Wiki/Render/Xhtml/Translatehtml.php | 2 +-
Text/Wiki/Render/Xhtml/Tt.php | 10 +-
Text/Wiki/Render/Xhtml/Url.php | 50 +-
Text/Wiki/Render/Xhtml/Wikilink.php | 138 +-
package.xml | 352 ++---
107 files changed, 5124 insertions(+), 5122 deletions(-)
http://github.com/horde/horde/commit/31ce5186bfcc9f352d42dc482388e895acd0e60e
-----------------------------------------------------------------------
commit f4f321205d06f6b8cbeb334614212985720c6661
Author: Paul M Jones
Date: Sun Sep 26 15:12:21 2004 +0000
added Function rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169265 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 1 +
package.xml | 11 +++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/f4f321205d06f6b8cbeb334614212985720c6661
-----------------------------------------------------------------------
commit 4484955e3b7604e6509aee9de4e1796d9e2f90c6
Author: Paul M Jones
Date: Sun Sep 26 15:13:20 2004 +0000
added Function rule for parsing and rendering
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169266 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Function.php | 100 ++++++++++++++++++++++++++++++++++++
Text/Wiki/Render/Latex/Function.php | 23 +++++++++
Text/Wiki/Render/Plain/Function.php | 23 +++++++++
Text/Wiki/Render/Xhtml/Function.php | 54 +++++++++++++++++++
4 files changed, 200 insertions(+)
create mode 100644 Text/Wiki/Parse/Function.php
create mode 100644 Text/Wiki/Render/Latex/Function.php
create mode 100644 Text/Wiki/Render/Plain/Function.php
create mode 100755 Text/Wiki/Render/Xhtml/Function.php
http://github.com/horde/horde/commit/4484955e3b7604e6509aee9de4e1796d9e2f90c6
-----------------------------------------------------------------------
commit b624e669f35c1c5e03edbc806389f7a22f867153
Author: Paul M Jones
Date: Thu Sep 30 13:40:24 2004 +0000
Wiki.php: fixed bug 2419 for getParseConf(), fixed similar bug in getFormatConf()
package.xml: updated with new version and release date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169638 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 6 +++---
package.xml | 8 +++++---
2 files changed, 8 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/b624e669f35c1c5e03edbc806389f7a22f867153
-----------------------------------------------------------------------
commit 43cb498ef0a56b9af5801d357dcb547db86f76c6
Author: Paul M Jones
Date: Thu Sep 30 13:42:14 2004 +0000
changed version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169639 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/43cb498ef0a56b9af5801d357dcb547db86f76c6
-----------------------------------------------------------------------
commit a416fcf7a6d7d3d4e978fb592754dd01510666de
Author: Paul M Jones
Date: Thu Sep 30 13:47:01 2004 +0000
removed Translatehtml rules; this is XHTML-specific, and so belongs in Format/Xhtml.php, not a parse/render rule pair.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 169641 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Translatehtml.php | 47 --------------------------------
Text/Wiki/Render/Latex/Translatehtml.php | 9 ------
Text/Wiki/Render/Plain/Translatehtml.php | 9 ------
Text/Wiki/Render/Xhtml/Translatehtml.php | 9 ------
package.xml | 7 ++---
5 files changed, 2 insertions(+), 79 deletions(-)
delete mode 100755 Text/Wiki/Parse/Translatehtml.php
delete mode 100644 Text/Wiki/Render/Latex/Translatehtml.php
delete mode 100755 Text/Wiki/Render/Plain/Translatehtml.php
delete mode 100755 Text/Wiki/Render/Xhtml/Translatehtml.php
http://github.com/horde/horde/commit/a416fcf7a6d7d3d4e978fb592754dd01510666de
-----------------------------------------------------------------------
commit 4ef0ab3997e3c29b8a5c7c13261b07a96026fcc3
Author: Paul M Jones
Date: Fri Oct 8 16:24:34 2004 +0000
added shortcuts for line keys ('a' for 'access', 'p' for 'param', etc)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170076 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Function.php | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/4ef0ab3997e3c29b8a5c7c13261b07a96026fcc3
-----------------------------------------------------------------------
commit 5e375f8c1fc2f70430399c647e48536591b9722b
Author: Paul M Jones
Date: Fri Oct 8 17:26:29 2004 +0000
major changes to XHTML renderer for 'Function' -- has complete format control now, not just CSS
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170077 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Function.php | 21 ++++++---
Text/Wiki/Render/Xhtml/Function.php | 86 +++++++++++++++++++++++++++++--------
2 files changed, 81 insertions(+), 26 deletions(-)
http://github.com/horde/horde/commit/5e375f8c1fc2f70430399c647e48536591b9722b
-----------------------------------------------------------------------
commit cb89fea71214005244986f79288f73394ada3b70
Author: Paul M Jones
Date: Fri Oct 8 17:31:27 2004 +0000
removed 'JEREMY' output in Tighten, changed not-implemented message in Function
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170078 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Function.php | 2 +-
Text/Wiki/Render/Latex/Tighten.php | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/cb89fea71214005244986f79288f73394ada3b70
-----------------------------------------------------------------------
commit 4600dcfbe86d4a4a3d977e5ec4659fae8acedcf8
Author: Paul M Jones
Date: Fri Oct 8 17:37:15 2004 +0000
added full output for plain text on the Function rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170079 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Plain/Function.php | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/4600dcfbe86d4a4a3d977e5ec4659fae8acedcf8
-----------------------------------------------------------------------
commit 5dd8a92c074490018c044e271720cb8035ed6644
Author: Paul M Jones
Date: Fri Oct 8 17:46:47 2004 +0000
added comments, converted tabs to 4-spaces
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170080 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Function.php | 210 ++++++++++++++++++------------------
Text/Wiki/Render/Plain/Function.php | 6 +-
Text/Wiki/Render/Xhtml/Function.php | 137 +++++++++++------------
3 files changed, 170 insertions(+), 183 deletions(-)
http://github.com/horde/horde/commit/5dd8a92c074490018c044e271720cb8035ed6644
-----------------------------------------------------------------------
commit e70aa71110d08fe74135285dab05a1d40e6c861f
Author: Paul M Jones
Date: Fri Oct 8 17:50:55 2004 +0000
added changes for new release
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170081 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/e70aa71110d08fe74135285dab05a1d40e6c861f
-----------------------------------------------------------------------
commit b8a4873b6c46e1a1bfc76665751ea2280907ae9a
Author: Paul M Jones
Date: Fri Oct 8 17:51:16 2004 +0000
changed version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 170082 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/b8a4873b6c46e1a1bfc76665751ea2280907ae9a
-----------------------------------------------------------------------
commit 263f49cb524f75f9bbc28bf9aba005e2016df348
Author: Paul M Jones
Date: Thu Oct 28 20:19:31 2004 +0000
removed extra trailing single-quote, per Bob Glamm
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 171479 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/263f49cb524f75f9bbc28bf9aba005e2016df348
-----------------------------------------------------------------------
commit d1c17d76c658c2a34321266f2d27964de63dc773
Author: Paul M Jones
Date: Thu Oct 28 20:46:01 2004 +0000
removed extra single-quote in Anchor, minor change Strong and Emphasis regex so they work inside Colortext properly
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 171480 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Anchor.php | 2 +-
Text/Wiki/Parse/Emphasis.php | 2 +-
Text/Wiki/Parse/Strong.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/d1c17d76c658c2a34321266f2d27964de63dc773
-----------------------------------------------------------------------
commit 28e2ec8a9913c8f4404fbb2e3a9de6890a696089
Author: Paul M Jones
Date: Wed Nov 3 15:24:00 2004 +0000
fixed bug 2670, new links now get 'css_new' class (not 'css' normal class)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 172022 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Wikilink.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/28e2ec8a9913c8f4404fbb2e3a9de6890a696089
-----------------------------------------------------------------------
commit d57e44b9cfb5b2a96b6cf8d57cd0bdcd23633b1b
Author: Paul M Jones
Date: Thu Dec 23 18:40:45 2004 +0000
fixed bug 2916 (parser for "code" does not set all attributes)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 175504 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Code.php | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/d57e44b9cfb5b2a96b6cf8d57cd0bdcd23633b1b
-----------------------------------------------------------------------
commit c6f541465804abadc77f6cae1fb118bddd094ffe
Author: Paul M Jones
Date: Thu Dec 23 18:54:48 2004 +0000
added feature 2971 (allow dot in interwiki rule) patch from Lukas Smith
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 175505 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Interwiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/c6f541465804abadc77f6cae1fb118bddd094ffe
-----------------------------------------------------------------------
commit 3c982804d8f994099f7b046c34460e3d41cb0316
Author: Paul M Jones
Date: Sat Jan 29 22:26:03 2005 +0000
extended regex to allow for more page-name characters
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178507 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Interwiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/3c982804d8f994099f7b046c34460e3d41cb0316
-----------------------------------------------------------------------
commit ec61d1c91254e1e77723e1c8b690e59dcb76cebf
Author: Paul M Jones
Date: Sat Jan 29 22:29:07 2005 +0000
added conf key 'exists_callback' to allow users to specify a callback function to tell whether a page exists or not.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178509 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Wikilink.php | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/ec61d1c91254e1e77723e1c8b690e59dcb76cebf
-----------------------------------------------------------------------
commit 448ab628c7d3cb139a1c97dadc3bf168f276fc30
Author: Paul M Jones
Date: Sat Jan 29 22:38:07 2005 +0000
gets a reference to the callback config instead of a copy, because the callback may be an object
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178511 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Wikilink.php | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/448ab628c7d3cb139a1c97dadc3bf168f276fc30
-----------------------------------------------------------------------
commit ac16a9f0773927be02e67ce1f56d2d5c4d625b18
Author: Paul M Jones
Date: Sun Jan 30 19:05:15 2005 +0000
changed line indenting
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178548 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Code.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/ac16a9f0773927be02e67ce1f56d2d5c4d625b18
-----------------------------------------------------------------------
commit b202c0975641016c96d0cae7fbc43c74332c7a08
Author: Paul M Jones
Date: Sun Jan 30 19:16:21 2005 +0000
added change notes and new release date, moving to "beta"
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178549 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/b202c0975641016c96d0cae7fbc43c74332c7a08
-----------------------------------------------------------------------
commit 7db29e33c208c555c0ef90bd7228fb58b9ce51a3
Author: Paul M Jones
Date: Sun Jan 30 19:30:26 2005 +0000
finalized for release
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178553 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/7db29e33c208c555c0ef90bd7228fb58b9ce51a3
-----------------------------------------------------------------------
commit 11dc69090383445bc08dbe00613f3f4da782efb2
Author: Paul M Jones
Date: Mon Jan 31 14:31:47 2005 +0000
fixed Bug:3336
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178587 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/11dc69090383445bc08dbe00613f3f4da782efb2
-----------------------------------------------------------------------
commit e7ded309e03e4b56df0475e9037d51eff7503a05
Author: Paul M Jones
Date: Mon Jan 31 15:46:52 2005 +0000
moved all default pareing rules from Text/Wiki/Parse/ to Text/Wiki/Parse/Default/.
this is to support alternate parsing rules as full class sets, e.g. bbcode or wikimedia.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178598 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Anchor.php | 67 --------
Text/Wiki/Parse/Blockquote.php | 163 --------------------
Text/Wiki/Parse/Bold.php | 61 --------
Text/Wiki/Parse/Break.php | 54 -------
Text/Wiki/Parse/Center.php | 60 --------
Text/Wiki/Parse/Code.php | 81 ----------
Text/Wiki/Parse/Colortext.php | 74 ---------
Text/Wiki/Parse/Default/Anchor.php | 67 ++++++++
Text/Wiki/Parse/Default/Blockquote.php | 163 ++++++++++++++++++++
Text/Wiki/Parse/Default/Bold.php | 61 ++++++++
Text/Wiki/Parse/Default/Break.php | 54 +++++++
Text/Wiki/Parse/Default/Center.php | 60 ++++++++
Text/Wiki/Parse/Default/Code.php | 81 ++++++++++
Text/Wiki/Parse/Default/Colortext.php | 74 +++++++++
Text/Wiki/Parse/Default/Deflist.php | 104 +++++++++++++
Text/Wiki/Parse/Default/Delimiter.php | 62 ++++++++
Text/Wiki/Parse/Default/Embed.php | 88 +++++++++++
Text/Wiki/Parse/Default/Emphasis.php | 67 ++++++++
Text/Wiki/Parse/Default/Freelink.php | 111 +++++++++++++
Text/Wiki/Parse/Default/Function.php | 115 ++++++++++++++
Text/Wiki/Parse/Default/Heading.php | 89 +++++++++++
Text/Wiki/Parse/Default/Horiz.php | 52 +++++++
Text/Wiki/Parse/Default/Html.php | 57 +++++++
Text/Wiki/Parse/Default/Image.php | 76 +++++++++
Text/Wiki/Parse/Default/Include.php | 84 ++++++++++
Text/Wiki/Parse/Default/Interwiki.php | 120 +++++++++++++++
Text/Wiki/Parse/Default/Italic.php | 67 ++++++++
Text/Wiki/Parse/Default/List.php | 230 +++++++++++++++++++++++++++
Text/Wiki/Parse/Default/Newline.php | 57 +++++++
Text/Wiki/Parse/Default/Paragraph.php | 128 +++++++++++++++
Text/Wiki/Parse/Default/Phplookup.php | 58 +++++++
Text/Wiki/Parse/Default/Prefilter.php | 62 ++++++++
Text/Wiki/Parse/Default/Raw.php | 55 +++++++
Text/Wiki/Parse/Default/Revise.php | 130 ++++++++++++++++
Text/Wiki/Parse/Default/Strong.php | 67 ++++++++
Text/Wiki/Parse/Default/Superscript.php | 67 ++++++++
Text/Wiki/Parse/Default/Table.php | 208 +++++++++++++++++++++++++
Text/Wiki/Parse/Default/Tighten.php | 32 ++++
Text/Wiki/Parse/Default/Toc.php | 112 ++++++++++++++
Text/Wiki/Parse/Default/Tt.php | 69 +++++++++
Text/Wiki/Parse/Default/Url.php | 265 ++++++++++++++++++++++++++++++++
Text/Wiki/Parse/Default/Wikilink.php | 158 +++++++++++++++++++
Text/Wiki/Parse/Deflist.php | 104 -------------
Text/Wiki/Parse/Delimiter.php | 62 --------
Text/Wiki/Parse/Embed.php | 88 -----------
Text/Wiki/Parse/Emphasis.php | 67 --------
Text/Wiki/Parse/Freelink.php | 111 -------------
Text/Wiki/Parse/Function.php | 115 --------------
Text/Wiki/Parse/Heading.php | 89 -----------
Text/Wiki/Parse/Horiz.php | 52 -------
Text/Wiki/Parse/Html.php | 57 -------
Text/Wiki/Parse/Image.php | 76 ---------
Text/Wiki/Parse/Include.php | 84 ----------
Text/Wiki/Parse/Interwiki.php | 120 ---------------
Text/Wiki/Parse/Italic.php | 67 --------
Text/Wiki/Parse/List.php | 230 ---------------------------
Text/Wiki/Parse/Newline.php | 57 -------
Text/Wiki/Parse/Paragraph.php | 128 ---------------
Text/Wiki/Parse/Phplookup.php | 58 -------
Text/Wiki/Parse/Prefilter.php | 62 --------
Text/Wiki/Parse/Raw.php | 55 -------
Text/Wiki/Parse/Revise.php | 130 ----------------
Text/Wiki/Parse/Strong.php | 67 --------
Text/Wiki/Parse/Superscript.php | 67 --------
Text/Wiki/Parse/Table.php | 208 -------------------------
Text/Wiki/Parse/Tighten.php | 32 ----
Text/Wiki/Parse/Toc.php | 112 --------------
Text/Wiki/Parse/Tt.php | 69 ---------
Text/Wiki/Parse/Url.php | 265 --------------------------------
Text/Wiki/Parse/Wikilink.php | 158 -------------------
70 files changed, 3350 insertions(+), 3350 deletions(-)
delete mode 100644 Text/Wiki/Parse/Anchor.php
delete mode 100755 Text/Wiki/Parse/Blockquote.php
delete mode 100755 Text/Wiki/Parse/Bold.php
delete mode 100755 Text/Wiki/Parse/Break.php
delete mode 100755 Text/Wiki/Parse/Center.php
delete mode 100755 Text/Wiki/Parse/Code.php
delete mode 100755 Text/Wiki/Parse/Colortext.php
create mode 100644 Text/Wiki/Parse/Default/Anchor.php
create mode 100755 Text/Wiki/Parse/Default/Blockquote.php
create mode 100755 Text/Wiki/Parse/Default/Bold.php
create mode 100755 Text/Wiki/Parse/Default/Break.php
create mode 100755 Text/Wiki/Parse/Default/Center.php
create mode 100755 Text/Wiki/Parse/Default/Code.php
create mode 100755 Text/Wiki/Parse/Default/Colortext.php
create mode 100755 Text/Wiki/Parse/Default/Deflist.php
create mode 100755 Text/Wiki/Parse/Default/Delimiter.php
create mode 100755 Text/Wiki/Parse/Default/Embed.php
create mode 100755 Text/Wiki/Parse/Default/Emphasis.php
create mode 100755 Text/Wiki/Parse/Default/Freelink.php
create mode 100644 Text/Wiki/Parse/Default/Function.php
create mode 100755 Text/Wiki/Parse/Default/Heading.php
create mode 100755 Text/Wiki/Parse/Default/Horiz.php
create mode 100755 Text/Wiki/Parse/Default/Html.php
create mode 100755 Text/Wiki/Parse/Default/Image.php
create mode 100755 Text/Wiki/Parse/Default/Include.php
create mode 100755 Text/Wiki/Parse/Default/Interwiki.php
create mode 100755 Text/Wiki/Parse/Default/Italic.php
create mode 100755 Text/Wiki/Parse/Default/List.php
create mode 100755 Text/Wiki/Parse/Default/Newline.php
create mode 100755 Text/Wiki/Parse/Default/Paragraph.php
create mode 100755 Text/Wiki/Parse/Default/Phplookup.php
create mode 100755 Text/Wiki/Parse/Default/Prefilter.php
create mode 100755 Text/Wiki/Parse/Default/Raw.php
create mode 100755 Text/Wiki/Parse/Default/Revise.php
create mode 100755 Text/Wiki/Parse/Default/Strong.php
create mode 100755 Text/Wiki/Parse/Default/Superscript.php
create mode 100755 Text/Wiki/Parse/Default/Table.php
create mode 100755 Text/Wiki/Parse/Default/Tighten.php
create mode 100755 Text/Wiki/Parse/Default/Toc.php
create mode 100755 Text/Wiki/Parse/Default/Tt.php
create mode 100755 Text/Wiki/Parse/Default/Url.php
create mode 100755 Text/Wiki/Parse/Default/Wikilink.php
delete mode 100755 Text/Wiki/Parse/Deflist.php
delete mode 100755 Text/Wiki/Parse/Delimiter.php
delete mode 100755 Text/Wiki/Parse/Embed.php
delete mode 100755 Text/Wiki/Parse/Emphasis.php
delete mode 100755 Text/Wiki/Parse/Freelink.php
delete mode 100644 Text/Wiki/Parse/Function.php
delete mode 100755 Text/Wiki/Parse/Heading.php
delete mode 100755 Text/Wiki/Parse/Horiz.php
delete mode 100755 Text/Wiki/Parse/Html.php
delete mode 100755 Text/Wiki/Parse/Image.php
delete mode 100755 Text/Wiki/Parse/Include.php
delete mode 100755 Text/Wiki/Parse/Interwiki.php
delete mode 100755 Text/Wiki/Parse/Italic.php
delete mode 100755 Text/Wiki/Parse/List.php
delete mode 100755 Text/Wiki/Parse/Newline.php
delete mode 100755 Text/Wiki/Parse/Paragraph.php
delete mode 100755 Text/Wiki/Parse/Phplookup.php
delete mode 100755 Text/Wiki/Parse/Prefilter.php
delete mode 100755 Text/Wiki/Parse/Raw.php
delete mode 100755 Text/Wiki/Parse/Revise.php
delete mode 100755 Text/Wiki/Parse/Strong.php
delete mode 100755 Text/Wiki/Parse/Superscript.php
delete mode 100755 Text/Wiki/Parse/Table.php
delete mode 100755 Text/Wiki/Parse/Tighten.php
delete mode 100755 Text/Wiki/Parse/Toc.php
delete mode 100755 Text/Wiki/Parse/Tt.php
delete mode 100755 Text/Wiki/Parse/Url.php
delete mode 100755 Text/Wiki/Parse/Wikilink.php
http://github.com/horde/horde/commit/e7ded309e03e4b56df0475e9037d51eff7503a05
-----------------------------------------------------------------------
commit cd7933032c5778f6ea743ddebd92eaf88ec56a5e
Author: Paul M Jones
Date: Tue Feb 1 03:47:37 2005 +0000
added lookahead assertion that first character is not a colon; it was messing up such markup as Package::methodName() because a colon is allowed in the page-name.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178618 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Interwiki.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/cd7933032c5778f6ea743ddebd92eaf88ec56a5e
-----------------------------------------------------------------------
commit af048d1a810a410633f75942eb5dff7aa0031465
Author: Paul M Jones
Date: Tue Feb 1 16:47:20 2005 +0000
updated version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178647 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/af048d1a810a410633f75942eb5dff7aa0031465
-----------------------------------------------------------------------
commit 87865d028510a59207d70011fcc2994ccb69f512
Author: Paul M Jones
Date: Tue Feb 1 16:54:49 2005 +0000
added change notes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178648 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 44 deletions(-)
http://github.com/horde/horde/commit/87865d028510a59207d70011fcc2994ccb69f512
-----------------------------------------------------------------------
commit af006a128a274337dfa9f010d2e178a46d9b0837
Author: Paul M Jones
Date: Tue Feb 1 16:56:56 2005 +0000
updated comment blocks, changed version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 178649 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/af006a128a274337dfa9f010d2e178a46d9b0837
-----------------------------------------------------------------------
commit 167d1ba3b29016c661a37dfc6ef6d03c8ee7a306
Author: Paul M Jones
Date: Mon Feb 14 02:12:15 2005 +0000
fixed bug 3387 (mailto link includes javascript). mailto links no longer include javascript window-targeting code.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 179736 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Url.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/167d1ba3b29016c661a37dfc6ef6d03c8ee7a306
-----------------------------------------------------------------------
commit 4c73d3fc0838227775cc14abe3d39c3783dedc0f
Author: Paul M Jones
Date: Mon Feb 14 02:43:15 2005 +0000
now supports an optional extended character set for wiki page names; umlauts and
so on should be legal if you call setParseConf('Wikilink', 'ext_chars', true).
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 179737 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Wikilink.php | 55 +++++++++++++++++++++++++-----------
1 file changed, 39 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/4c73d3fc0838227775cc14abe3d39c3783dedc0f
-----------------------------------------------------------------------
commit bcb44476797228072d1b50828b76b768f30dadbd
Author: Paul M Jones
Date: Tue Feb 22 15:10:30 2005 +0000
added url_base conf option
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180467 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/bcb44476797228072d1b50828b76b768f30dadbd
-----------------------------------------------------------------------
commit d5b44c06991527dfd9c95e640bf25dc4a6420f10
Author: Paul M Jones
Date: Tue Feb 22 19:12:58 2005 +0000
added broad swaths of docblock comments
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180486 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 6 ++++--
Text/Wiki/Parse.php | 24 ++++++++++++++++++---
Text/Wiki/Parse/Default/Anchor.php | 24 ++++++++++++++++++++-
Text/Wiki/Parse/Default/Blockquote.php | 26 ++++++++++++++++++----
Text/Wiki/Parse/Default/Bold.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Break.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Center.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Code.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Colortext.php | 31 +++++++++++++++++++++------
Text/Wiki/Parse/Default/Deflist.php | 30 +++++++++++++++++++++-----
Text/Wiki/Parse/Default/Delimiter.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Embed.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Emphasis.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Freelink.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Function.php | 30 +++++++++++++++++++++++++-
Text/Wiki/Parse/Default/Heading.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Horiz.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Html.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Image.php | 38 +++++++++++++++++++++------------
Text/Wiki/Parse/Default/Include.php | 26 ++++++++++++++++++----
Text/Wiki/Parse/Default/Interwiki.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Italic.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/List.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Newline.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Paragraph.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Phplookup.php | 29 +++++++++++++++++++------
Text/Wiki/Parse/Default/Prefilter.php | 26 ++++++++++++++++++----
Text/Wiki/Parse/Default/Raw.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Revise.php | 29 +++++++++++++++++++------
Text/Wiki/Parse/Default/Strong.php | 29 +++++++++++++++++++++----
Text/Wiki/Parse/Default/Superscript.php | 34 ++++++++++++++++++++---------
Text/Wiki/Parse/Default/Table.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Tighten.php | 27 +++++++++++++++++++----
Text/Wiki/Parse/Default/Toc.php | 28 ++++++++++++++++++++----
Text/Wiki/Parse/Default/Tt.php | 27 ++++++++++++++++++-----
Text/Wiki/Parse/Default/Url.php | 32 +++++++++++++++++++++------
Text/Wiki/Parse/Default/Wikilink.php | 28 +++++++++++++++++++-----
Text/Wiki/Render.php | 32 +++++++++++++++++++++++++++
Text/Wiki/Render/Plain/Prefilter.php | 4 ++--
Text/Wiki/Render/Xhtml/Prefilter.php | 4 ++--
package.xml | 4 ++--
41 files changed, 898 insertions(+), 174 deletions(-)
http://github.com/horde/horde/commit/d5b44c06991527dfd9c95e640bf25dc4a6420f10
-----------------------------------------------------------------------
commit 4ce837fc9c06c64de8ce73683a8abf2369141055
Author: Paul M Jones
Date: Wed Feb 23 17:38:29 2005 +0000
removed @package_version@ from sub-files, updated release info in package.xml
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180591 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse.php | 4 ----
Text/Wiki/Parse/Default/Anchor.php | 2 --
Text/Wiki/Parse/Default/Blockquote.php | 2 --
Text/Wiki/Parse/Default/Bold.php | 2 --
Text/Wiki/Parse/Default/Break.php | 2 --
Text/Wiki/Parse/Default/Center.php | 2 --
Text/Wiki/Parse/Default/Code.php | 2 --
Text/Wiki/Parse/Default/Colortext.php | 2 --
Text/Wiki/Parse/Default/Deflist.php | 2 --
Text/Wiki/Parse/Default/Delimiter.php | 2 --
Text/Wiki/Parse/Default/Embed.php | 2 --
Text/Wiki/Parse/Default/Emphasis.php | 2 --
Text/Wiki/Parse/Default/Freelink.php | 2 --
Text/Wiki/Parse/Default/Function.php | 2 --
Text/Wiki/Parse/Default/Heading.php | 2 --
Text/Wiki/Parse/Default/Horiz.php | 2 --
Text/Wiki/Parse/Default/Html.php | 2 --
Text/Wiki/Parse/Default/Image.php | 2 --
Text/Wiki/Parse/Default/Include.php | 2 --
Text/Wiki/Parse/Default/Interwiki.php | 2 --
Text/Wiki/Parse/Default/Italic.php | 2 --
Text/Wiki/Parse/Default/List.php | 2 --
Text/Wiki/Parse/Default/Newline.php | 2 --
Text/Wiki/Parse/Default/Paragraph.php | 2 --
Text/Wiki/Parse/Default/Phplookup.php | 2 --
Text/Wiki/Parse/Default/Prefilter.php | 2 --
Text/Wiki/Parse/Default/Raw.php | 2 --
Text/Wiki/Parse/Default/Revise.php | 2 --
Text/Wiki/Parse/Default/Strong.php | 2 --
Text/Wiki/Parse/Default/Superscript.php | 2 --
Text/Wiki/Parse/Default/Table.php | 2 --
Text/Wiki/Parse/Default/Tighten.php | 2 --
Text/Wiki/Parse/Default/Toc.php | 2 --
Text/Wiki/Parse/Default/Tt.php | 2 --
Text/Wiki/Parse/Default/Url.php | 2 --
Text/Wiki/Parse/Default/Wikilink.php | 2 --
Text/Wiki/Render.php | 2 --
package.xml | 16 +++++++++-------
38 files changed, 9 insertions(+), 83 deletions(-)
http://github.com/horde/horde/commit/4ce837fc9c06c64de8ce73683a8abf2369141055
-----------------------------------------------------------------------
commit 57c7700dbd766f32c6996cbcf66c335307b0dcd2
Author: Paul M Jones
Date: Wed Feb 23 17:47:34 2005 +0000
more change notes, changed version number
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180595 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/57c7700dbd766f32c6996cbcf66c335307b0dcd2
-----------------------------------------------------------------------
commit 06a3568893384795451ee361a7b952a3c175da46
Author: Paul M Jones
Date: Thu Feb 24 17:24:56 2005 +0000
added subscript parsing support
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180691 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Subscript.php | 79 +++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
create mode 100755 Text/Wiki/Parse/Default/Subscript.php
http://github.com/horde/horde/commit/06a3568893384795451ee361a7b952a3c175da46
-----------------------------------------------------------------------
commit 918f57ee7bd32c712526a86f8d6d2f70333e1f25
Author: Paul M Jones
Date: Thu Feb 24 17:25:50 2005 +0000
added subscript rendering support
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180692 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Subscript.php | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100755 Text/Wiki/Render/Xhtml/Subscript.php
http://github.com/horde/horde/commit/918f57ee7bd32c712526a86f8d6d2f70333e1f25
-----------------------------------------------------------------------
commit eed2121f4f1b3eb083915e65156b25346046e8f0
Author: Paul M Jones
Date: Thu Feb 24 17:26:29 2005 +0000
added subscript support
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 180693 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 7 +++++++
1 file changed, 7 insertions(+)
http://github.com/horde/horde/commit/eed2121f4f1b3eb083915e65156b25346046e8f0
-----------------------------------------------------------------------
commit 6a8bb7f1be18501f1559aeb73773e59966686668
Author: Paul M Jones
Date: Mon Mar 7 13:25:18 2005 +0000
fixed bug 3004 (Wrong path for rule "image") -- patch provided by reg at dav-muz dot net
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 181536 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Image.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/6a8bb7f1be18501f1559aeb73773e59966686668
-----------------------------------------------------------------------
commit 85ed7afce5a6069f19411b925b942081d292eb86
Author: Paul M Jones
Date: Mon Mar 7 15:50:50 2005 +0000
changed release date
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 181546 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/85ed7afce5a6069f19411b925b942081d292eb86
-----------------------------------------------------------------------
commit 7eab08d7f40f3326b16d7186502e77708e4eed2b
Author: Paul M Jones
Date: Mon Mar 14 01:03:24 2005 +0000
first stable release
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 182040 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/7eab08d7f40f3326b16d7186502e77708e4eed2b
-----------------------------------------------------------------------
commit e42f9355b1a51c2fc220747a8b9a746935701e94
Author: Paul M Jones
Date: Sat May 28 20:45:34 2005 +0000
added charset and quotes support to html translation (changed internal algo
from mapping html translation tabloes to using htmlspecialchars and htmlentities)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187172 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 62 +++++++++++++++++++++++++++++++++++-----------
1 file changed, 47 insertions(+), 15 deletions(-)
http://github.com/horde/horde/commit/e42f9355b1a51c2fc220747a8b9a746935701e94
-----------------------------------------------------------------------
commit 7cf2dcac658ea9d27fb81ce649342a2e47ebf313
Author: Paul M Jones
Date: Sat May 28 21:16:28 2005 +0000
fixed bug 3959, "XHTML lists not rendered according W3C Standards", where
a single newline is not enough to end a paragraph before a list. added an extra newline
to the returned (parsed) text.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187175 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/List.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/7cf2dcac658ea9d27fb81ce649342a2e47ebf313
-----------------------------------------------------------------------
commit b42befca342a46c73dff91a5ed1fbf7fb5e7bb87
Author: Paul M Jones
Date: Sat May 28 21:17:32 2005 +0000
as part of fixed bug 3959, "XHTML lists not rendered according W3C Standards" (where
a single newline is not enough to end a paragraph before a list) we now output
one less newline when a list is starting, since the parser returned an extra newline
when parsing.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187176 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/List.php | 4 ++++
1 file changed, 4 insertions(+)
http://github.com/horde/horde/commit/b42befca342a46c73dff91a5ed1fbf7fb5e7bb87
-----------------------------------------------------------------------
commit 3f088ca06388a07aeedcc1b08536d7e119206a02
Author: Paul M Jones
Date: Sat May 28 21:30:33 2005 +0000
added a 'collapse' key to collapse the div horizontally within a table; this
is for aesthetics, nothing else. 'collapse' is true by default.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187178 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Toc.php | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/3f088ca06388a07aeedcc1b08536d7e119206a02
-----------------------------------------------------------------------
commit eb7fc78d97aa0608d87f41d9a6368236554a5982
Author: Paul M Jones
Date: Sat May 28 21:33:02 2005 +0000
parser returns an extra newline before the replacement to comply
with the matching regex.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187179 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Toc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/eb7fc78d97aa0608d87f41d9a6368236554a5982
-----------------------------------------------------------------------
commit cf857ca253aedb6c215af0d992a52598e83207f7
Author: Paul M Jones
Date: Sat May 28 21:34:33 2005 +0000
updated with bugfix change notes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187181 c90b9560-bf6c-de11-be94-00142212c4b1
package.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/cf857ca253aedb6c215af0d992a52598e83207f7
-----------------------------------------------------------------------
commit fa50edd53f025d60a2260bbc8b2e0bdd58c1d416
Author: Paul M Jones
Date: Sun May 29 19:17:42 2005 +0000
fixed bug 4175 "Wrong transform method" by generating PEAR_Error objects
when a parse, format, or render rule cannot be found.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187244 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 67 +++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 56 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/fa50edd53f025d60a2260bbc8b2e0bdd58c1d416
-----------------------------------------------------------------------
commit 8ea664c3806a03f361c0a429958f118d4d05f584
Author: Paul M Jones
Date: Sun May 29 19:31:00 2005 +0000
* applied feature request 4436 "Add option to getTokens to get original token indices" -- now the return array from getTokens() is keyed to the original token index number.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187248 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/8ea664c3806a03f361c0a429958f118d4d05f584
-----------------------------------------------------------------------
commit 444973120d52356b671c3fa623711b258fd2efbd
Author: Paul M Jones
Date: Mon May 30 13:22:57 2005 +0000
Fixed Bug #4473 Undefined variables in error()
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187317 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/444973120d52356b671c3fa623711b258fd2efbd
-----------------------------------------------------------------------
commit d98056759724f8d5e94a98038f61f7177e823c5f
Author: Paul M Jones
Date: Mon May 30 13:37:47 2005 +0000
fixed bug 4474 to silence calls to htmlentities and htmlspecialchars so
that errors about charsets don't pop up, per counsel from Jan at Horde.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 187320 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/d98056759724f8d5e94a98038f61f7177e823c5f
-----------------------------------------------------------------------
commit 9e8f1a306b6d2295987ed1081c36214e5d184a23
Author: Justin Patrin
Date: Sun Jul 10 20:40:20 2005 +0000
Adding Underline rules
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190446 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Underline.php | 79 +++++++++++++++++++++++++++++++++++
Text/Wiki/Render/Latex/Underline.php | 30 +++++++++++++
Text/Wiki/Render/Plain/Underline.php | 23 ++++++++++
Text/Wiki/Render/Xhtml/Underline.php | 34 +++++++++++++++
4 files changed, 166 insertions(+)
create mode 100644 Text/Wiki/Parse/Default/Underline.php
create mode 100644 Text/Wiki/Render/Latex/Underline.php
create mode 100644 Text/Wiki/Render/Plain/Underline.php
create mode 100644 Text/Wiki/Render/Xhtml/Underline.php
http://github.com/horde/horde/commit/9e8f1a306b6d2295987ed1081c36214e5d184a23
-----------------------------------------------------------------------
commit 36c88dcbec8892a54b93bfb46af38198ac3d29d5
Author: Justin Patrin
Date: Sun Jul 10 20:47:15 2005 +0000
Allow recursive
sections. This won't happen often, but could be useful.
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190447 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Code.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/36c88dcbec8892a54b93bfb46af38198ac3d29d5
-----------------------------------------------------------------------
commit 5054e464dcc589fb07df8db79237cf17a767fa08
Author: Justin Patrin
Date: Sun Jul 10 20:48:41 2005 +0000
Adding underline to rules
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190448 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 1 +
1 file changed, 1 insertion(+)
http://github.com/horde/horde/commit/5054e464dcc589fb07df8db79237cf17a767fa08
-----------------------------------------------------------------------
commit 298dde8ecf9b3abcc5c383259a05e223c85b5172
Author: Justin Patrin
Date: Tue Jul 12 04:29:48 2005 +0000
Switching back, toggg says it doesn't work
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190536 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Code.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/298dde8ecf9b3abcc5c383259a05e223c85b5172
-----------------------------------------------------------------------
commit 9db0f7ea6ba18e0e5bdddbbc648930d50bc61329
Author: bertrand Gugger
Date: Tue Jul 12 13:06:42 2005 +0000
So we can play with it (dev copy), that will constitute next test/*.phpt too,
BBtest.txt for starting development of Text_Wiki_BBCode (not yet CS conform)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190579 c90b9560-bf6c-de11-be94-00142212c4b1
doc/BBtest.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
doc/test_Text_Wiki.php | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 doc/BBtest.txt
create mode 100644 doc/test_Text_Wiki.php
http://github.com/horde/horde/commit/9db0f7ea6ba18e0e5bdddbbc648930d50bc61329
-----------------------------------------------------------------------
commit 8fbd742808d5469971d8e5f7d85a29712be82205
Author: bertrand Gugger
Date: Tue Jul 12 13:19:31 2005 +0000
Creating the Text_Wiki_BBCode parser, it's a working copy, CS to be fixed
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190580 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 80 ++++++++++++++++++++
Text/Wiki/BBCode/Parse.php | 131 +++++++++++++++++++++++++++++++++
Text/Wiki/BBCode/Parse/Bold.php | 59 +++++++++++++++
Text/Wiki/BBCode/Parse/Colortext.php | 102 +++++++++++++++++++++++++
Text/Wiki/BBCode/Parse/Font.php | 77 +++++++++++++++++++
Text/Wiki/BBCode/Parse/Italic.php | 59 +++++++++++++++
Text/Wiki/BBCode/Parse/Underline.php | 59 +++++++++++++++
Text/Wiki/BBCode/Render/Xhtml/Font.php | 62 ++++++++++++++++
8 files changed, 629 insertions(+)
create mode 100644 Text/Wiki/BBCode.php
create mode 100644 Text/Wiki/BBCode/Parse.php
create mode 100755 Text/Wiki/BBCode/Parse/Bold.php
create mode 100755 Text/Wiki/BBCode/Parse/Colortext.php
create mode 100644 Text/Wiki/BBCode/Parse/Font.php
create mode 100755 Text/Wiki/BBCode/Parse/Italic.php
create mode 100644 Text/Wiki/BBCode/Parse/Underline.php
create mode 100644 Text/Wiki/BBCode/Render/Xhtml/Font.php
http://github.com/horde/horde/commit/8fbd742808d5469971d8e5f7d85a29712be82205
-----------------------------------------------------------------------
commit 28af2116d83581b7ed3578cb18a329b5edb80c00
Author: bertrand Gugger
Date: Tue Jul 12 13:42:11 2005 +0000
Comment: We match either [color..] or [/color], will be post synchronized
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190581 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Colortext.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/28af2116d83581b7ed3578cb18a329b5edb80c00
-----------------------------------------------------------------------
commit c5a8a62e6cfa819e711da32eb1150f0fd5406b00
Author: bertrand Gugger
Date: Wed Jul 13 07:22:31 2005 +0000
bad commented as // made a ?> from string becoming effective end php tag !
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190615 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Code.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/c5a8a62e6cfa819e711da32eb1150f0fd5406b00
-----------------------------------------------------------------------
commit e07febcc9f635f5adb4f1031336a90a9b3ae8a57
Author: bertrand Gugger
Date: Wed Jul 13 07:48:35 2005 +0000
Made Font accepting nesting
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190616 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Font.php | 50 +++++++++++++++++++++++++++++------------
1 file changed, 36 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/e07febcc9f635f5adb4f1031336a90a9b3ae8a57
-----------------------------------------------------------------------
commit 8e50cd97cd3dacda87f3791f8f00aef36e03aed4
Author: bertrand Gugger
Date: Wed Jul 13 16:52:03 2005 +0000
Fixed Code recursive regexp
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190630 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Code.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/8e50cd97cd3dacda87f3791f8f00aef36e03aed4
-----------------------------------------------------------------------
commit dad7c0aa6201242af527ac4cf65a0303b80a043c
Author: bertrand Gugger
Date: Thu Jul 14 08:54:30 2005 +0000
Fixed docbook headers, hope that is conform ! Set the BBCode rules list
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190664 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 124 ++++++++++++++++++++++++++++++---------------------
1 file changed, 74 insertions(+), 50 deletions(-)
http://github.com/horde/horde/commit/dad7c0aa6201242af527ac4cf65a0303b80a043c
-----------------------------------------------------------------------
commit 3ec63332ec8a14ceea5b853d35f53264c73a39bb
Author: bertrand Gugger
Date: Thu Jul 14 08:58:31 2005 +0000
Ooops, sorry, closing bracket got eaten
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190665 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 1 +
1 file changed, 1 insertion(+)
http://github.com/horde/horde/commit/3ec63332ec8a14ceea5b853d35f53264c73a39bb
-----------------------------------------------------------------------
commit e4fc585aac21cd245e0fab0ccef8c9d0c73ecd32
Author: bertrand Gugger
Date: Thu Jul 14 12:12:43 2005 +0000
Thanks toby, opening bracket for function/method must be on next line
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190671 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/e4fc585aac21cd245e0fab0ccef8c9d0c73ecd32
-----------------------------------------------------------------------
commit bf4d802fc4dd86ea8c222b016b5f2c2b12d0a4b9
Author: bertrand Gugger
Date: Fri Jul 15 06:53:44 2005 +0000
align dockblock comment stars
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190738 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/bf4d802fc4dd86ea8c222b016b5f2c2b12d0a4b9
-----------------------------------------------------------------------
commit 24af32a58c04d9913b0b6e7e8f4fcf23c594f19b
Author: Justin Patrin
Date: Fri Jul 15 17:46:06 2005 +0000
Fix bug #4719, "In Latex, newline rule does not produce a new line"
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190757 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Newline.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/24af32a58c04d9913b0b6e7e8f4fcf23c594f19b
-----------------------------------------------------------------------
commit dd862e0bf8ab50a7761c09446c75eeef4d1d3351
Author: bertrand Gugger
Date: Sat Jul 16 04:07:24 2005 +0000
require_once without parenthesis
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190768 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/dd862e0bf8ab50a7761c09446c75eeef4d1d3351
-----------------------------------------------------------------------
commit 5fbb551db3cdb0fc256524c5ebe8c46b259a1907
Author: bertrand Gugger
Date: Sat Jul 16 04:56:46 2005 +0000
Headers + post synchronization transmits nesting depth
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190769 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse.php | 142 +++++++++++++++++++++------------------------
1 file changed, 66 insertions(+), 76 deletions(-)
http://github.com/horde/horde/commit/5fbb551db3cdb0fc256524c5ebe8c46b259a1907
-----------------------------------------------------------------------
commit 38c4a67de32de8c852425b6afa72e41ecacd5a06
Author: bertrand Gugger
Date: Sat Jul 16 05:01:35 2005 +0000
Headers, nesting depth for synchStartEnd() and return null
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190770 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Colortext.php | 116 ++++++++++++++++-------------------
1 file changed, 53 insertions(+), 63 deletions(-)
http://github.com/horde/horde/commit/38c4a67de32de8c852425b6afa72e41ecacd5a06
-----------------------------------------------------------------------
commit e47950ac52af0e95a9c621888fe951ef592035a1
Author: bertrand Gugger
Date: Sat Jul 16 05:30:12 2005 +0000
Class header, calculate offset if synchStartEnd() changes source + error return
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190771 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse.php | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/e47950ac52af0e95a9c621888fe951ef592035a1
-----------------------------------------------------------------------
commit 9f22051947d16fd772ca76c1165552858792ce8d
Author: bertrand Gugger
Date: Sat Jul 16 05:57:10 2005 +0000
Headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190774 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Xhtml/Font.php | 45 +++++++++++++++++++++++++---------
1 file changed, 33 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/9f22051947d16fd772ca76c1165552858792ce8d
-----------------------------------------------------------------------
commit 725a2f4b344c6f08b32b76e45cb9b31bcea53772
Author: bertrand Gugger
Date: Sat Jul 16 06:22:06 2005 +0000
Class header
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190775 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Colortext.php | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/725a2f4b344c6f08b32b76e45cb9b31bcea53772
-----------------------------------------------------------------------
commit 9964b8fbf6882a06d09d008cbd780a9cbe3078a0
Author: bertrand Gugger
Date: Sat Jul 16 07:16:03 2005 +0000
Headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190776 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Font.php | 121 ++++++++++++++++++++--------------------
1 file changed, 59 insertions(+), 62 deletions(-)
http://github.com/horde/horde/commit/9964b8fbf6882a06d09d008cbd780a9cbe3078a0
-----------------------------------------------------------------------
commit 6f8f51154a99edea5979bf8a2f38164d80e57b8d
Author: bertrand Gugger
Date: Sat Jul 16 07:20:09 2005 +0000
SynchStartEnd() with nesting depth and return null
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190777 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Font.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/6f8f51154a99edea5979bf8a2f38164d80e57b8d
-----------------------------------------------------------------------
commit c486b8df9e217f71c16c47be367fc373ca2049d1
Author: bertrand Gugger
Date: Sat Jul 16 08:13:43 2005 +0000
Request #4520 Additional space confuses image tag, adapted regexp
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190778 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Image.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/c486b8df9e217f71c16c47be367fc373ca2049d1
-----------------------------------------------------------------------
commit 55ba88b434c28cff29242ab98d9da42eaf7f132a
Author: bertrand Gugger
Date: Sat Jul 16 09:06:52 2005 +0000
Request #4634 Code block title/filename, uses conf css_filename
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190779 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Code.php | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/55ba88b434c28cff29242ab98d9da42eaf7f132a
-----------------------------------------------------------------------
commit edabaa9d20ecdc4385bb76feb8b3426c10f370d9
Author: bertrand Gugger
Date: Sat Jul 16 09:27:09 2005 +0000
sorry, forgot debug output
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190780 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Code.php | 2 --
1 file changed, 2 deletions(-)
http://github.com/horde/horde/commit/edabaa9d20ecdc4385bb76feb8b3426c10f370d9
-----------------------------------------------------------------------
commit e1e0d4f672a56516c115915911754e146742657c
Author: bertrand Gugger
Date: Sat Jul 16 16:31:56 2005 +0000
some more tests
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190806 c90b9560-bf6c-de11-be94-00142212c4b1
doc/BBtest.txt | 7 +++++--
doc/test_Text_Wiki.php | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/e1e0d4f672a56516c115915911754e146742657c
-----------------------------------------------------------------------
commit 3f2cd349aef295fca78136d27bac6cf6271f9303
Author: bertrand Gugger
Date: Sun Jul 17 11:58:22 2005 +0000
Headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190822 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Bold.php | 91 +++++++++++++++++++-----------------
Text/Wiki/BBCode/Parse/Italic.php | 91 +++++++++++++++++++-----------------
Text/Wiki/BBCode/Parse/Underline.php | 91 +++++++++++++++++++-----------------
3 files changed, 144 insertions(+), 129 deletions(-)
http://github.com/horde/horde/commit/3f2cd349aef295fca78136d27bac6cf6271f9303
-----------------------------------------------------------------------
commit 6020aa4fd355cf09bfcd5c8b8bf51acd955e1384
Author: bertrand Gugger
Date: Sun Jul 17 19:40:59 2005 +0000
Initial version of quoted blocks for BBCode
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190832 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Blockquote.php | 105 ++++++++++++++++++++++++++++++++++
1 file changed, 105 insertions(+)
create mode 100644 Text/Wiki/BBCode/Parse/Blockquote.php
http://github.com/horde/horde/commit/6020aa4fd355cf09bfcd5c8b8bf51acd955e1384
-----------------------------------------------------------------------
commit be118b1debdc384666d46a9039e90ac99aa1a0e9
Author: bertrand Gugger
Date: Sun Jul 17 20:43:49 2005 +0000
Initial version of code rule parser dor BBCode
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190835 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Code.php | 64 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 Text/Wiki/BBCode/Parse/Code.php
http://github.com/horde/horde/commit/be118b1debdc384666d46a9039e90ac99aa1a0e9
-----------------------------------------------------------------------
commit 89c892bbb75e91ed3f1f37ce4e976ef5d2ee0866
Author: bertrand Gugger
Date: Mon Jul 18 13:58:22 2005 +0000
Include inherited class !
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190895 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Bold.php | 4 ++--
Text/Wiki/Render/Latex/Italic.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/89c892bbb75e91ed3f1f37ce4e976ef5d2ee0866
-----------------------------------------------------------------------
commit 37abc6313a5878f419b66fa5abb8d1893815f566
Author: bertrand Gugger
Date: Mon Jul 18 14:43:19 2005 +0000
Sorry for the last empty line and . without spaces
Note: headers will be done as a whole
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190900 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Bold.php | 2 +-
Text/Wiki/Render/Latex/Italic.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/37abc6313a5878f419b66fa5abb8d1893815f566
-----------------------------------------------------------------------
commit a0569051acaef9cc422e6f0d41b2406b6b26ef76
Author: bertrand Gugger
Date: Mon Jul 18 15:16:48 2005 +0000
No more ugly include, actually rendering latex,
other classes for Latex renderer to be done (currently Xhtml) ....
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190906 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Bold.php | 28 ++++++++++++++++++++++++++--
Text/Wiki/Render/Latex/Italic.php | 25 ++++++++++++++++++++++++-
2 files changed, 50 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/a0569051acaef9cc422e6f0d41b2406b6b26ef76
-----------------------------------------------------------------------
commit 354162c79c2295cf45329e7b33555ef26b6672e6
Author: bertrand Gugger
Date: Mon Jul 18 15:25:00 2005 +0000
Corrected inherits
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190908 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Bold.php | 2 +-
Text/Wiki/Render/Latex/Italic.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/354162c79c2295cf45329e7b33555ef26b6672e6
-----------------------------------------------------------------------
commit cd216f7dd79c136309b970a7b9c1dd7cad028358
Author: bertrand Gugger
Date: Mon Jul 18 16:32:31 2005 +0000
Latex renderer for font rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190922 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Latex/Font.php | 73 ++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
create mode 100644 Text/Wiki/BBCode/Render/Latex/Font.php
http://github.com/horde/horde/commit/cd216f7dd79c136309b970a7b9c1dd7cad028358
-----------------------------------------------------------------------
commit 68c6bdf6c2f8c1d0c21f7a0d616fac3200587ccc
Author: bertrand Gugger
Date: Mon Jul 18 16:35:50 2005 +0000
Test data completed ,
the test script works now not only as cli but also from HTTP
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190923 c90b9560-bf6c-de11-be94-00142212c4b1
doc/BBtest.txt | 12 +++++-
doc/test_Text_Wiki.php | 114 +++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 112 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/68c6bdf6c2f8c1d0c21f7a0d616fac3200587ccc
-----------------------------------------------------------------------
commit c18de9e57acf5d66e1c9dfbbc39a33c4ebbcb57f
Author: bertrand Gugger
Date: Mon Jul 18 17:01:04 2005 +0000
Removed "ugly" dirname() in require_once
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 190925 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/c18de9e57acf5d66e1c9dfbbc39a33c4ebbcb57f
-----------------------------------------------------------------------
commit 4afd5015da472f27b8e719464668e3d38071b18c
Author: bertrand Gugger
Date: Tue Jul 19 20:27:18 2005 +0000
No more change include path, check running on command line if 'cli' ... and more
also, but it's minor, the test interface is finished and I'm happy with it
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191036 c90b9560-bf6c-de11-be94-00142212c4b1
doc/test_Text_Wiki.php | 85 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 56 insertions(+), 29 deletions(-)
http://github.com/horde/horde/commit/4afd5015da472f27b8e719464668e3d38071b18c
-----------------------------------------------------------------------
commit 53b956f86a8e4506a7de5d7c243203ad485dc887
Author: bertrand Gugger
Date: Wed Jul 20 09:32:12 2005 +0000
Enabled the default Paragraph rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191056 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/53b956f86a8e4506a7de5d7c243203ad485dc887
-----------------------------------------------------------------------
commit b942826c44c8a8c90b696ece36d3c927f4ee4ee7
Author: bertrand Gugger
Date: Wed Jul 20 10:08:24 2005 +0000
Ouch !! Simple quotes don't interpret variables, mea culpa
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191058 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Code.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/b942826c44c8a8c90b696ece36d3c927f4ee4ee7
-----------------------------------------------------------------------
commit 2774806024e7d25cd7c8b9a2764d8a920a07af39
Author: bertrand Gugger
Date: Wed Jul 20 14:06:01 2005 +0000
Some more cleaning, introduced CSS
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191070 c90b9560-bf6c-de11-be94-00142212c4b1
doc/test_Text_Wiki.php | 40 +++++++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/2774806024e7d25cd7c8b9a2764d8a920a07af39
-----------------------------------------------------------------------
commit 1fdcadf0724a81a4bb7eb9ffaa5f7af8f9d62aa9
Author: bertrand Gugger
Date: Thu Jul 21 07:59:47 2005 +0000
Typo
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191117 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Latex/Font.php | 2 +-
Text/Wiki/BBCode/Render/Xhtml/Font.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/1fdcadf0724a81a4bb7eb9ffaa5f7af8f9d62aa9
-----------------------------------------------------------------------
commit af846d6ec7d073f7c65ea69ed5cf86b0633a4723
Author: bertrand Gugger
Date: Thu Jul 21 08:20:01 2005 +0000
Plain Font rule renderer
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191119 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Plain/Font.php | 44 ++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 Text/Wiki/BBCode/Render/Plain/Font.php
http://github.com/horde/horde/commit/af846d6ec7d073f7c65ea69ed5cf86b0633a4723
-----------------------------------------------------------------------
commit 2556a3aeba8ad6195459a3f9d7fcbe69cb97d7c9
Author: Justin Patrin
Date: Thu Jul 21 20:56:15 2005 +0000
Checking in Cowiki, DokuWiki, and TikiWiki parsers and renderers
Note: some of these rules depend on extensions I have made to some of the rules (such as anchor)
I have also included an extended Text_Wiki class for Tiki
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191168 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Cowiki/Anchor.php | 88 +++++++++
Text/Wiki/Parse/Cowiki/Blockquote.php | 180 ++++++++++++++++++
Text/Wiki/Parse/Cowiki/Bold.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/Break.php | 73 +++++++
Text/Wiki/Parse/Cowiki/Center.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/Code.php | 99 ++++++++++
Text/Wiki/Parse/Cowiki/Colortext.php | 90 +++++++++
Text/Wiki/Parse/Cowiki/Deflist.php | 123 ++++++++++++
Text/Wiki/Parse/Cowiki/Delimiter.php | 80 ++++++++
Text/Wiki/Parse/Cowiki/Embed.php | 107 +++++++++++
Text/Wiki/Parse/Cowiki/Emphasis.php | 81 ++++++++
Text/Wiki/Parse/Cowiki/Freelink.php | 74 ++++++++
Text/Wiki/Parse/Cowiki/Function.php | 142 ++++++++++++++
Text/Wiki/Parse/Cowiki/Heading.php | 107 +++++++++++
Text/Wiki/Parse/Cowiki/Horiz.php | 70 +++++++
Text/Wiki/Parse/Cowiki/Html.php | 76 ++++++++
Text/Wiki/Parse/Cowiki/Image.php | 85 +++++++++
Text/Wiki/Parse/Cowiki/Include.php | 100 ++++++++++
Text/Wiki/Parse/Cowiki/Interwiki.php | 138 ++++++++++++++
Text/Wiki/Parse/Cowiki/Italic.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/List.php | 246 ++++++++++++++++++++++++
Text/Wiki/Parse/Cowiki/Newline.php | 75 ++++++++
Text/Wiki/Parse/Cowiki/Paragraph.php | 146 ++++++++++++++
Text/Wiki/Parse/Cowiki/Phplookup.php | 73 +++++++
Text/Wiki/Parse/Cowiki/Prefilter.php | 78 ++++++++
Text/Wiki/Parse/Cowiki/Raw.php | 72 +++++++
Text/Wiki/Parse/Cowiki/Revise.php | 170 +++++++++++++++++
Text/Wiki/Parse/Cowiki/Strong.php | 85 +++++++++
Text/Wiki/Parse/Cowiki/Subscript.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/Superscript.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/Table.php | 214 +++++++++++++++++++++
Text/Wiki/Parse/Cowiki/Tighten.php | 49 +++++
Text/Wiki/Parse/Cowiki/Toc.php | 93 +++++++++
Text/Wiki/Parse/Cowiki/Tt.php | 84 ++++++++
Text/Wiki/Parse/Cowiki/Underline.php | 79 ++++++++
Text/Wiki/Parse/Cowiki/Url.php | 281 +++++++++++++++++++++++++++
Text/Wiki/Parse/Cowiki/Wikilink.php | 217 +++++++++++++++++++++
Text/Wiki/Parse/Doku/Anchor.php | 88 +++++++++
Text/Wiki/Parse/Doku/Blockquote.php | 180 ++++++++++++++++++
Text/Wiki/Parse/Doku/Bold.php | 79 ++++++++
Text/Wiki/Parse/Doku/Break.php | 73 +++++++
Text/Wiki/Parse/Doku/Center.php | 79 ++++++++
Text/Wiki/Parse/Doku/Code.php | 95 ++++++++++
Text/Wiki/Parse/Doku/Colortext.php | 90 +++++++++
Text/Wiki/Parse/Doku/Deflist.php | 123 ++++++++++++
Text/Wiki/Parse/Doku/Delimiter.php | 80 ++++++++
Text/Wiki/Parse/Doku/Embed.php | 107 +++++++++++
Text/Wiki/Parse/Doku/Emphasis.php | 85 +++++++++
Text/Wiki/Parse/Doku/Freelink.php | 132 +++++++++++++
Text/Wiki/Parse/Doku/Function.php | 142 ++++++++++++++
Text/Wiki/Parse/Doku/Heading.php | 107 +++++++++++
Text/Wiki/Parse/Doku/Horiz.php | 70 +++++++
Text/Wiki/Parse/Doku/Html.php | 75 ++++++++
Text/Wiki/Parse/Doku/Image.php | 91 +++++++++
Text/Wiki/Parse/Doku/Include.php | 101 ++++++++++
Text/Wiki/Parse/Doku/Interwiki.php | 96 ++++++++++
Text/Wiki/Parse/Doku/Italic.php | 84 ++++++++
Text/Wiki/Parse/Doku/List.php | 248 ++++++++++++++++++++++++
Text/Wiki/Parse/Doku/Newline.php | 75 ++++++++
Text/Wiki/Parse/Doku/Paragraph.php | 146 ++++++++++++++
Text/Wiki/Parse/Doku/Phplookup.php | 74 ++++++++
Text/Wiki/Parse/Doku/Prefilter.php | 78 ++++++++
Text/Wiki/Parse/Doku/Raw.php | 87 +++++++++
Text/Wiki/Parse/Doku/Revise.php | 168 ++++++++++++++++
Text/Wiki/Parse/Doku/Strong.php | 90 +++++++++
Text/Wiki/Parse/Doku/Subscript.php | 79 ++++++++
Text/Wiki/Parse/Doku/Superscript.php | 79 ++++++++
Text/Wiki/Parse/Doku/Table.php | 239 +++++++++++++++++++++++
Text/Wiki/Parse/Doku/Tighten.php | 49 +++++
Text/Wiki/Parse/Doku/Toc.php | 84 ++++++++
Text/Wiki/Parse/Doku/Tt.php | 84 ++++++++
Text/Wiki/Parse/Doku/Underline.php | 79 ++++++++
Text/Wiki/Parse/Doku/Url.php | 326 ++++++++++++++++++++++++++++++++
Text/Wiki/Parse/Doku/Wikilink.php | 116 ++++++++++++
Text/Wiki/Parse/Tiki/Anchor.php | 89 +++++++++
Text/Wiki/Parse/Tiki/Blockquote.php | 181 ++++++++++++++++++
Text/Wiki/Parse/Tiki/Bold.php | 81 ++++++++
Text/Wiki/Parse/Tiki/Box.php | 81 ++++++++
Text/Wiki/Parse/Tiki/Break.php | 74 ++++++++
Text/Wiki/Parse/Tiki/Center.php | 80 ++++++++
Text/Wiki/Parse/Tiki/Code.php | 116 ++++++++++++
Text/Wiki/Parse/Tiki/Colortext.php | 91 +++++++++
Text/Wiki/Parse/Tiki/Deflist.php | 124 ++++++++++++
Text/Wiki/Parse/Tiki/Delimiter.php | 82 ++++++++
Text/Wiki/Parse/Tiki/Embed.php | 108 +++++++++++
Text/Wiki/Parse/Tiki/Emphasis.php | 87 +++++++++
Text/Wiki/Parse/Tiki/Freelink.php | 131 +++++++++++++
Text/Wiki/Parse/Tiki/Function.php | 143 ++++++++++++++
Text/Wiki/Parse/Tiki/Heading.php | 132 +++++++++++++
Text/Wiki/Parse/Tiki/Horiz.php | 72 +++++++
Text/Wiki/Parse/Tiki/Html.php | 77 ++++++++
Text/Wiki/Parse/Tiki/Image.php | 114 +++++++++++
Text/Wiki/Parse/Tiki/Include.php | 102 ++++++++++
Text/Wiki/Parse/Tiki/Interwiki.php | 140 ++++++++++++++
Text/Wiki/Parse/Tiki/Italic.php | 87 +++++++++
Text/Wiki/Parse/Tiki/List.php | 250 ++++++++++++++++++++++++
Text/Wiki/Parse/Tiki/Newline.php | 77 ++++++++
Text/Wiki/Parse/Tiki/Page.php | 45 +++++
Text/Wiki/Parse/Tiki/Paragraph.php | 148 +++++++++++++++
Text/Wiki/Parse/Tiki/Phplookup.php | 73 +++++++
Text/Wiki/Parse/Tiki/Plugin.php | 68 +++++++
Text/Wiki/Parse/Tiki/Prefilter.php | 80 ++++++++
Text/Wiki/Parse/Tiki/Preformatted.php | 74 ++++++++
Text/Wiki/Parse/Tiki/Raw.php | 74 ++++++++
Text/Wiki/Parse/Tiki/Revise.php | 147 ++++++++++++++
Text/Wiki/Parse/Tiki/Specialchar.php | 49 +++++
Text/Wiki/Parse/Tiki/Strong.php | 92 +++++++++
Text/Wiki/Parse/Tiki/Subscript.php | 82 ++++++++
Text/Wiki/Parse/Tiki/Superscript.php | 82 ++++++++
Text/Wiki/Parse/Tiki/Table.php | 235 +++++++++++++++++++++++
Text/Wiki/Parse/Tiki/Tighten.php | 51 +++++
Text/Wiki/Parse/Tiki/Titlebar.php | 45 +++++
Text/Wiki/Parse/Tiki/Toc.php | 82 ++++++++
Text/Wiki/Parse/Tiki/Tt.php | 86 +++++++++
Text/Wiki/Parse/Tiki/Underline.php | 81 ++++++++
Text/Wiki/Parse/Tiki/Url.php | 293 ++++++++++++++++++++++++++++
Text/Wiki/Parse/Tiki/Wikilink.php | 217 +++++++++++++++++++++
Text/Wiki/Render/Cowiki/Anchor.php | 23 +++
Text/Wiki/Render/Cowiki/Blockquote.php | 23 +++
Text/Wiki/Render/Cowiki/Bold.php | 23 +++
Text/Wiki/Render/Cowiki/Box.php | 33 ++++
Text/Wiki/Render/Cowiki/Break.php | 24 +++
Text/Wiki/Render/Cowiki/Center.php | 23 +++
Text/Wiki/Render/Cowiki/Code.php | 23 +++
Text/Wiki/Render/Cowiki/Colortext.php | 23 +++
Text/Wiki/Render/Cowiki/Deflist.php | 23 +++
Text/Wiki/Render/Cowiki/Delimiter.php | 23 +++
Text/Wiki/Render/Cowiki/Embed.php | 23 +++
Text/Wiki/Render/Cowiki/Emphasis.php | 23 +++
Text/Wiki/Render/Cowiki/Freelink.php | 9 +
Text/Wiki/Render/Cowiki/Function.php | 25 +++
Text/Wiki/Render/Cowiki/Heading.php | 13 ++
Text/Wiki/Render/Cowiki/Horiz.php | 23 +++
Text/Wiki/Render/Cowiki/Html.php | 23 +++
Text/Wiki/Render/Cowiki/Image.php | 23 +++
Text/Wiki/Render/Cowiki/Include.php | 8 +
Text/Wiki/Render/Cowiki/Interwiki.php | 23 +++
Text/Wiki/Render/Cowiki/Italic.php | 23 +++
Text/Wiki/Render/Cowiki/List.php | 56 ++++++
Text/Wiki/Render/Cowiki/Newline.php | 13 ++
Text/Wiki/Render/Cowiki/Paragraph.php | 23 +++
Text/Wiki/Render/Cowiki/Phplookup.php | 25 +++
Text/Wiki/Render/Cowiki/Prefilter.php | 40 ++++
Text/Wiki/Render/Cowiki/Raw.php | 23 +++
Text/Wiki/Render/Cowiki/Revise.php | 36 ++++
Text/Wiki/Render/Cowiki/Strong.php | 23 +++
Text/Wiki/Render/Cowiki/Subscript.php | 29 +++
Text/Wiki/Render/Cowiki/Superscript.php | 29 +++
Text/Wiki/Render/Cowiki/Table.php | 55 ++++++
Text/Wiki/Render/Cowiki/Tighten.php | 10 +
Text/Wiki/Render/Cowiki/Toc.php | 25 +++
Text/Wiki/Render/Cowiki/Tt.php | 29 +++
Text/Wiki/Render/Cowiki/Underline.php | 23 +++
Text/Wiki/Render/Cowiki/Url.php | 28 +++
Text/Wiki/Render/Cowiki/Wikilink.php | 29 +++
Text/Wiki/Render/Doku/Anchor.php | 33 ++++
Text/Wiki/Render/Doku/Blockquote.php | 35 ++++
Text/Wiki/Render/Doku/Bold.php | 23 +++
Text/Wiki/Render/Doku/Box.php | 34 ++++
Text/Wiki/Render/Doku/Break.php | 24 +++
Text/Wiki/Render/Doku/Center.php | 29 +++
Text/Wiki/Render/Doku/Code.php | 23 +++
Text/Wiki/Render/Doku/Colortext.php | 52 +++++
Text/Wiki/Render/Doku/Deflist.php | 23 +++
Text/Wiki/Render/Doku/Delimiter.php | 23 +++
Text/Wiki/Render/Doku/Embed.php | 23 +++
Text/Wiki/Render/Doku/Emphasis.php | 23 +++
Text/Wiki/Render/Doku/Freelink.php | 9 +
Text/Wiki/Render/Doku/Function.php | 70 +++++++
Text/Wiki/Render/Doku/Heading.php | 11 ++
Text/Wiki/Render/Doku/Horiz.php | 23 +++
Text/Wiki/Render/Doku/Html.php | 23 +++
Text/Wiki/Render/Doku/Image.php | 39 ++++
Text/Wiki/Render/Doku/Include.php | 8 +
Text/Wiki/Render/Doku/Interwiki.php | 23 +++
Text/Wiki/Render/Doku/Italic.php | 23 +++
Text/Wiki/Render/Doku/List.php | 56 ++++++
Text/Wiki/Render/Doku/Newline.php | 13 ++
Text/Wiki/Render/Doku/Paragraph.php | 23 +++
Text/Wiki/Render/Doku/Phplookup.php | 25 +++
Text/Wiki/Render/Doku/Prefilter.php | 40 ++++
Text/Wiki/Render/Doku/Raw.php | 23 +++
Text/Wiki/Render/Doku/Revise.php | 36 ++++
Text/Wiki/Render/Doku/Strong.php | 23 +++
Text/Wiki/Render/Doku/Subscript.php | 29 +++
Text/Wiki/Render/Doku/Superscript.php | 29 +++
Text/Wiki/Render/Doku/Table.php | 96 ++++++++++
Text/Wiki/Render/Doku/Tighten.php | 10 +
Text/Wiki/Render/Doku/Toc.php | 26 +++
Text/Wiki/Render/Doku/Tt.php | 29 +++
Text/Wiki/Render/Doku/Underline.php | 23 +++
Text/Wiki/Render/Doku/Url.php | 28 +++
Text/Wiki/Render/Doku/Wikilink.php | 29 +++
Text/Wiki/Render/Tiki/Anchor.php | 29 +++
Text/Wiki/Render/Tiki/Blockquote.php | 35 ++++
Text/Wiki/Render/Tiki/Bold.php | 23 +++
Text/Wiki/Render/Tiki/Box.php | 29 +++
Text/Wiki/Render/Tiki/Break.php | 24 +++
Text/Wiki/Render/Tiki/Center.php | 29 +++
Text/Wiki/Render/Tiki/Code.php | 27 +++
Text/Wiki/Render/Tiki/Colortext.php | 52 +++++
Text/Wiki/Render/Tiki/Deflist.php | 54 ++++++
Text/Wiki/Render/Tiki/Delimiter.php | 23 +++
Text/Wiki/Render/Tiki/Embed.php | 23 +++
Text/Wiki/Render/Tiki/Emphasis.php | 23 +++
Text/Wiki/Render/Tiki/Freelink.php | 9 +
Text/Wiki/Render/Tiki/Function.php | 70 +++++++
Text/Wiki/Render/Tiki/Heading.php | 11 ++
Text/Wiki/Render/Tiki/Horiz.php | 23 +++
Text/Wiki/Render/Tiki/Html.php | 23 +++
Text/Wiki/Render/Tiki/Image.php | 27 +++
Text/Wiki/Render/Tiki/Include.php | 8 +
Text/Wiki/Render/Tiki/Interwiki.php | 23 +++
Text/Wiki/Render/Tiki/Italic.php | 23 +++
Text/Wiki/Render/Tiki/List.php | 45 +++++
Text/Wiki/Render/Tiki/Newline.php | 13 ++
Text/Wiki/Render/Tiki/Paragraph.php | 23 +++
Text/Wiki/Render/Tiki/Phplookup.php | 25 +++
Text/Wiki/Render/Tiki/Prefilter.php | 40 ++++
Text/Wiki/Render/Tiki/Raw.php | 23 +++
Text/Wiki/Render/Tiki/Revise.php | 37 ++++
Text/Wiki/Render/Tiki/Strong.php | 23 +++
Text/Wiki/Render/Tiki/Subscript.php | 30 +++
Text/Wiki/Render/Tiki/Superscript.php | 30 +++
Text/Wiki/Render/Tiki/Table.php | 71 +++++++
Text/Wiki/Render/Tiki/Tighten.php | 10 +
Text/Wiki/Render/Tiki/Toc.php | 25 +++
Text/Wiki/Render/Tiki/Tt.php | 29 +++
Text/Wiki/Render/Tiki/Underline.php | 23 +++
Text/Wiki/Render/Tiki/Url.php | 24 +++
Text/Wiki/Render/Tiki/Wikilink.php | 29 +++
Text/Wiki/Tiki.php | 78 ++++++++
232 files changed, 16002 insertions(+)
create mode 100644 Text/Wiki/Parse/Cowiki/Anchor.php
create mode 100644 Text/Wiki/Parse/Cowiki/Blockquote.php
create mode 100644 Text/Wiki/Parse/Cowiki/Bold.php
create mode 100644 Text/Wiki/Parse/Cowiki/Break.php
create mode 100644 Text/Wiki/Parse/Cowiki/Center.php
create mode 100644 Text/Wiki/Parse/Cowiki/Code.php
create mode 100644 Text/Wiki/Parse/Cowiki/Colortext.php
create mode 100644 Text/Wiki/Parse/Cowiki/Deflist.php
create mode 100644 Text/Wiki/Parse/Cowiki/Delimiter.php
create mode 100644 Text/Wiki/Parse/Cowiki/Embed.php
create mode 100644 Text/Wiki/Parse/Cowiki/Emphasis.php
create mode 100644 Text/Wiki/Parse/Cowiki/Freelink.php
create mode 100644 Text/Wiki/Parse/Cowiki/Function.php
create mode 100644 Text/Wiki/Parse/Cowiki/Heading.php
create mode 100644 Text/Wiki/Parse/Cowiki/Horiz.php
create mode 100644 Text/Wiki/Parse/Cowiki/Html.php
create mode 100644 Text/Wiki/Parse/Cowiki/Image.php
create mode 100644 Text/Wiki/Parse/Cowiki/Include.php
create mode 100644 Text/Wiki/Parse/Cowiki/Interwiki.php
create mode 100644 Text/Wiki/Parse/Cowiki/Italic.php
create mode 100644 Text/Wiki/Parse/Cowiki/List.php
create mode 100644 Text/Wiki/Parse/Cowiki/Newline.php
create mode 100644 Text/Wiki/Parse/Cowiki/Paragraph.php
create mode 100644 Text/Wiki/Parse/Cowiki/Phplookup.php
create mode 100644 Text/Wiki/Parse/Cowiki/Prefilter.php
create mode 100644 Text/Wiki/Parse/Cowiki/Raw.php
create mode 100644 Text/Wiki/Parse/Cowiki/Revise.php
create mode 100644 Text/Wiki/Parse/Cowiki/Strong.php
create mode 100755 Text/Wiki/Parse/Cowiki/Subscript.php
create mode 100644 Text/Wiki/Parse/Cowiki/Superscript.php
create mode 100644 Text/Wiki/Parse/Cowiki/Table.php
create mode 100644 Text/Wiki/Parse/Cowiki/Tighten.php
create mode 100644 Text/Wiki/Parse/Cowiki/Toc.php
create mode 100644 Text/Wiki/Parse/Cowiki/Tt.php
create mode 100644 Text/Wiki/Parse/Cowiki/Underline.php
create mode 100644 Text/Wiki/Parse/Cowiki/Url.php
create mode 100644 Text/Wiki/Parse/Cowiki/Wikilink.php
create mode 100644 Text/Wiki/Parse/Doku/Anchor.php
create mode 100644 Text/Wiki/Parse/Doku/Blockquote.php
create mode 100644 Text/Wiki/Parse/Doku/Bold.php
create mode 100644 Text/Wiki/Parse/Doku/Break.php
create mode 100644 Text/Wiki/Parse/Doku/Center.php
create mode 100644 Text/Wiki/Parse/Doku/Code.php
create mode 100644 Text/Wiki/Parse/Doku/Colortext.php
create mode 100644 Text/Wiki/Parse/Doku/Deflist.php
create mode 100644 Text/Wiki/Parse/Doku/Delimiter.php
create mode 100644 Text/Wiki/Parse/Doku/Embed.php
create mode 100644 Text/Wiki/Parse/Doku/Emphasis.php
create mode 100644 Text/Wiki/Parse/Doku/Freelink.php
create mode 100644 Text/Wiki/Parse/Doku/Function.php
create mode 100644 Text/Wiki/Parse/Doku/Heading.php
create mode 100644 Text/Wiki/Parse/Doku/Horiz.php
create mode 100644 Text/Wiki/Parse/Doku/Html.php
create mode 100644 Text/Wiki/Parse/Doku/Image.php
create mode 100644 Text/Wiki/Parse/Doku/Include.php
create mode 100644 Text/Wiki/Parse/Doku/Interwiki.php
create mode 100644 Text/Wiki/Parse/Doku/Italic.php
create mode 100644 Text/Wiki/Parse/Doku/List.php
create mode 100644 Text/Wiki/Parse/Doku/Newline.php
create mode 100644 Text/Wiki/Parse/Doku/Paragraph.php
create mode 100644 Text/Wiki/Parse/Doku/Phplookup.php
create mode 100644 Text/Wiki/Parse/Doku/Prefilter.php
create mode 100644 Text/Wiki/Parse/Doku/Raw.php
create mode 100644 Text/Wiki/Parse/Doku/Revise.php
create mode 100644 Text/Wiki/Parse/Doku/Strong.php
create mode 100755 Text/Wiki/Parse/Doku/Subscript.php
create mode 100644 Text/Wiki/Parse/Doku/Superscript.php
create mode 100644 Text/Wiki/Parse/Doku/Table.php
create mode 100644 Text/Wiki/Parse/Doku/Tighten.php
create mode 100644 Text/Wiki/Parse/Doku/Toc.php
create mode 100644 Text/Wiki/Parse/Doku/Tt.php
create mode 100644 Text/Wiki/Parse/Doku/Underline.php
create mode 100644 Text/Wiki/Parse/Doku/Url.php
create mode 100644 Text/Wiki/Parse/Doku/Wikilink.php
create mode 100755 Text/Wiki/Parse/Tiki/Anchor.php
create mode 100755 Text/Wiki/Parse/Tiki/Blockquote.php
create mode 100755 Text/Wiki/Parse/Tiki/Bold.php
create mode 100755 Text/Wiki/Parse/Tiki/Box.php
create mode 100755 Text/Wiki/Parse/Tiki/Break.php
create mode 100755 Text/Wiki/Parse/Tiki/Center.php
create mode 100755 Text/Wiki/Parse/Tiki/Code.php
create mode 100755 Text/Wiki/Parse/Tiki/Colortext.php
create mode 100755 Text/Wiki/Parse/Tiki/Deflist.php
create mode 100755 Text/Wiki/Parse/Tiki/Delimiter.php
create mode 100755 Text/Wiki/Parse/Tiki/Embed.php
create mode 100755 Text/Wiki/Parse/Tiki/Emphasis.php
create mode 100755 Text/Wiki/Parse/Tiki/Freelink.php
create mode 100755 Text/Wiki/Parse/Tiki/Function.php
create mode 100755 Text/Wiki/Parse/Tiki/Heading.php
create mode 100755 Text/Wiki/Parse/Tiki/Horiz.php
create mode 100755 Text/Wiki/Parse/Tiki/Html.php
create mode 100755 Text/Wiki/Parse/Tiki/Image.php
create mode 100755 Text/Wiki/Parse/Tiki/Include.php
create mode 100755 Text/Wiki/Parse/Tiki/Interwiki.php
create mode 100755 Text/Wiki/Parse/Tiki/Italic.php
create mode 100755 Text/Wiki/Parse/Tiki/List.php
create mode 100755 Text/Wiki/Parse/Tiki/Newline.php
create mode 100644 Text/Wiki/Parse/Tiki/Page.php
create mode 100755 Text/Wiki/Parse/Tiki/Paragraph.php
create mode 100755 Text/Wiki/Parse/Tiki/Phplookup.php
create mode 100644 Text/Wiki/Parse/Tiki/Plugin.php
create mode 100755 Text/Wiki/Parse/Tiki/Prefilter.php
create mode 100755 Text/Wiki/Parse/Tiki/Preformatted.php
create mode 100755 Text/Wiki/Parse/Tiki/Raw.php
create mode 100755 Text/Wiki/Parse/Tiki/Revise.php
create mode 100644 Text/Wiki/Parse/Tiki/Specialchar.php
create mode 100755 Text/Wiki/Parse/Tiki/Strong.php
create mode 100755 Text/Wiki/Parse/Tiki/Subscript.php
create mode 100755 Text/Wiki/Parse/Tiki/Superscript.php
create mode 100755 Text/Wiki/Parse/Tiki/Table.php
create mode 100755 Text/Wiki/Parse/Tiki/Tighten.php
create mode 100644 Text/Wiki/Parse/Tiki/Titlebar.php
create mode 100755 Text/Wiki/Parse/Tiki/Toc.php
create mode 100755 Text/Wiki/Parse/Tiki/Tt.php
create mode 100755 Text/Wiki/Parse/Tiki/Underline.php
create mode 100755 Text/Wiki/Parse/Tiki/Url.php
create mode 100755 Text/Wiki/Parse/Tiki/Wikilink.php
create mode 100644 Text/Wiki/Render/Cowiki/Anchor.php
create mode 100644 Text/Wiki/Render/Cowiki/Blockquote.php
create mode 100644 Text/Wiki/Render/Cowiki/Bold.php
create mode 100644 Text/Wiki/Render/Cowiki/Box.php
create mode 100644 Text/Wiki/Render/Cowiki/Break.php
create mode 100644 Text/Wiki/Render/Cowiki/Center.php
create mode 100644 Text/Wiki/Render/Cowiki/Code.php
create mode 100644 Text/Wiki/Render/Cowiki/Colortext.php
create mode 100644 Text/Wiki/Render/Cowiki/Deflist.php
create mode 100644 Text/Wiki/Render/Cowiki/Delimiter.php
create mode 100644 Text/Wiki/Render/Cowiki/Embed.php
create mode 100644 Text/Wiki/Render/Cowiki/Emphasis.php
create mode 100644 Text/Wiki/Render/Cowiki/Freelink.php
create mode 100644 Text/Wiki/Render/Cowiki/Function.php
create mode 100644 Text/Wiki/Render/Cowiki/Heading.php
create mode 100644 Text/Wiki/Render/Cowiki/Horiz.php
create mode 100644 Text/Wiki/Render/Cowiki/Html.php
create mode 100644 Text/Wiki/Render/Cowiki/Image.php
create mode 100644 Text/Wiki/Render/Cowiki/Include.php
create mode 100644 Text/Wiki/Render/Cowiki/Interwiki.php
create mode 100644 Text/Wiki/Render/Cowiki/Italic.php
create mode 100644 Text/Wiki/Render/Cowiki/List.php
create mode 100644 Text/Wiki/Render/Cowiki/Newline.php
create mode 100644 Text/Wiki/Render/Cowiki/Paragraph.php
create mode 100644 Text/Wiki/Render/Cowiki/Phplookup.php
create mode 100644 Text/Wiki/Render/Cowiki/Prefilter.php
create mode 100644 Text/Wiki/Render/Cowiki/Raw.php
create mode 100644 Text/Wiki/Render/Cowiki/Revise.php
create mode 100644 Text/Wiki/Render/Cowiki/Strong.php
create mode 100755 Text/Wiki/Render/Cowiki/Subscript.php
create mode 100644 Text/Wiki/Render/Cowiki/Superscript.php
create mode 100644 Text/Wiki/Render/Cowiki/Table.php
create mode 100644 Text/Wiki/Render/Cowiki/Tighten.php
create mode 100644 Text/Wiki/Render/Cowiki/Toc.php
create mode 100644 Text/Wiki/Render/Cowiki/Tt.php
create mode 100644 Text/Wiki/Render/Cowiki/Underline.php
create mode 100644 Text/Wiki/Render/Cowiki/Url.php
create mode 100644 Text/Wiki/Render/Cowiki/Wikilink.php
create mode 100644 Text/Wiki/Render/Doku/Anchor.php
create mode 100644 Text/Wiki/Render/Doku/Blockquote.php
create mode 100644 Text/Wiki/Render/Doku/Bold.php
create mode 100644 Text/Wiki/Render/Doku/Box.php
create mode 100644 Text/Wiki/Render/Doku/Break.php
create mode 100644 Text/Wiki/Render/Doku/Center.php
create mode 100644 Text/Wiki/Render/Doku/Code.php
create mode 100644 Text/Wiki/Render/Doku/Colortext.php
create mode 100644 Text/Wiki/Render/Doku/Deflist.php
create mode 100644 Text/Wiki/Render/Doku/Delimiter.php
create mode 100644 Text/Wiki/Render/Doku/Embed.php
create mode 100644 Text/Wiki/Render/Doku/Emphasis.php
create mode 100644 Text/Wiki/Render/Doku/Freelink.php
create mode 100644 Text/Wiki/Render/Doku/Function.php
create mode 100644 Text/Wiki/Render/Doku/Heading.php
create mode 100644 Text/Wiki/Render/Doku/Horiz.php
create mode 100644 Text/Wiki/Render/Doku/Html.php
create mode 100644 Text/Wiki/Render/Doku/Image.php
create mode 100644 Text/Wiki/Render/Doku/Include.php
create mode 100644 Text/Wiki/Render/Doku/Interwiki.php
create mode 100644 Text/Wiki/Render/Doku/Italic.php
create mode 100644 Text/Wiki/Render/Doku/List.php
create mode 100644 Text/Wiki/Render/Doku/Newline.php
create mode 100644 Text/Wiki/Render/Doku/Paragraph.php
create mode 100644 Text/Wiki/Render/Doku/Phplookup.php
create mode 100644 Text/Wiki/Render/Doku/Prefilter.php
create mode 100644 Text/Wiki/Render/Doku/Raw.php
create mode 100644 Text/Wiki/Render/Doku/Revise.php
create mode 100644 Text/Wiki/Render/Doku/Strong.php
create mode 100755 Text/Wiki/Render/Doku/Subscript.php
create mode 100644 Text/Wiki/Render/Doku/Superscript.php
create mode 100644 Text/Wiki/Render/Doku/Table.php
create mode 100644 Text/Wiki/Render/Doku/Tighten.php
create mode 100644 Text/Wiki/Render/Doku/Toc.php
create mode 100644 Text/Wiki/Render/Doku/Tt.php
create mode 100644 Text/Wiki/Render/Doku/Underline.php
create mode 100644 Text/Wiki/Render/Doku/Url.php
create mode 100644 Text/Wiki/Render/Doku/Wikilink.php
create mode 100644 Text/Wiki/Render/Tiki/Anchor.php
create mode 100644 Text/Wiki/Render/Tiki/Blockquote.php
create mode 100644 Text/Wiki/Render/Tiki/Bold.php
create mode 100644 Text/Wiki/Render/Tiki/Box.php
create mode 100644 Text/Wiki/Render/Tiki/Break.php
create mode 100644 Text/Wiki/Render/Tiki/Center.php
create mode 100644 Text/Wiki/Render/Tiki/Code.php
create mode 100644 Text/Wiki/Render/Tiki/Colortext.php
create mode 100644 Text/Wiki/Render/Tiki/Deflist.php
create mode 100644 Text/Wiki/Render/Tiki/Delimiter.php
create mode 100644 Text/Wiki/Render/Tiki/Embed.php
create mode 100644 Text/Wiki/Render/Tiki/Emphasis.php
create mode 100644 Text/Wiki/Render/Tiki/Freelink.php
create mode 100644 Text/Wiki/Render/Tiki/Function.php
create mode 100755 Text/Wiki/Render/Tiki/Heading.php
create mode 100644 Text/Wiki/Render/Tiki/Horiz.php
create mode 100644 Text/Wiki/Render/Tiki/Html.php
create mode 100644 Text/Wiki/Render/Tiki/Image.php
create mode 100644 Text/Wiki/Render/Tiki/Include.php
create mode 100644 Text/Wiki/Render/Tiki/Interwiki.php
create mode 100644 Text/Wiki/Render/Tiki/Italic.php
create mode 100644 Text/Wiki/Render/Tiki/List.php
create mode 100644 Text/Wiki/Render/Tiki/Newline.php
create mode 100644 Text/Wiki/Render/Tiki/Paragraph.php
create mode 100644 Text/Wiki/Render/Tiki/Phplookup.php
create mode 100644 Text/Wiki/Render/Tiki/Prefilter.php
create mode 100644 Text/Wiki/Render/Tiki/Raw.php
create mode 100644 Text/Wiki/Render/Tiki/Revise.php
create mode 100644 Text/Wiki/Render/Tiki/Strong.php
create mode 100755 Text/Wiki/Render/Tiki/Subscript.php
create mode 100644 Text/Wiki/Render/Tiki/Superscript.php
create mode 100644 Text/Wiki/Render/Tiki/Table.php
create mode 100644 Text/Wiki/Render/Tiki/Tighten.php
create mode 100644 Text/Wiki/Render/Tiki/Toc.php
create mode 100644 Text/Wiki/Render/Tiki/Tt.php
create mode 100644 Text/Wiki/Render/Tiki/Underline.php
create mode 100644 Text/Wiki/Render/Tiki/Url.php
create mode 100644 Text/Wiki/Render/Tiki/Wikilink.php
create mode 100644 Text/Wiki/Tiki.php
http://github.com/horde/horde/commit/2556a3aeba8ad6195459a3f9d7fcbe69cb97d7c9
-----------------------------------------------------------------------
commit 2f3b2c8d55beab7519beebd09aeaa879a3ef6312
Author: bertrand Gugger
Date: Fri Jul 22 09:02:09 2005 +0000
List rule with double staged recursive preg_replace_callback()
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191195 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/List.php | 182 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 182 insertions(+)
create mode 100644 Text/Wiki/BBCode/Parse/List.php
http://github.com/horde/horde/commit/2f3b2c8d55beab7519beebd09aeaa879a3ef6312
-----------------------------------------------------------------------
commit 2873d7e3faa99e1c5649e4bac2c4204193737c1e
Author: Justin Patrin
Date: Sat Jul 23 20:25:31 2005 +0000
Checking in missing Render classes (I thought I'd added these before..)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191293 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Cowiki.php | 16 ++++++++++++++++
Text/Wiki/Render/Doku.php | 16 ++++++++++++++++
Text/Wiki/Render/Tiki.php | 16 ++++++++++++++++
3 files changed, 48 insertions(+)
create mode 100644 Text/Wiki/Render/Cowiki.php
create mode 100644 Text/Wiki/Render/Doku.php
create mode 100644 Text/Wiki/Render/Tiki.php
http://github.com/horde/horde/commit/2873d7e3faa99e1c5649e4bac2c4204193737c1e
-----------------------------------------------------------------------
commit 74e4ec90711e062f66110cb3535352f8786d502a
Author: bertrand Gugger
Date: Sun Jul 24 10:31:13 2005 +0000
Don't catch the '=' if optional numbering
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191343 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/List.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/74e4ec90711e062f66110cb3535352f8786d502a
-----------------------------------------------------------------------
commit 9314fd0bd70011962ec615a53ce95004881d2836
Author: bertrand Gugger
Date: Wed Jul 27 12:26:24 2005 +0000
Wikiplugins starts anywhere, not necessarly on begin of line, simplified the regexp
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191632 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Tiki/Plugin.php | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
http://github.com/horde/horde/commit/9314fd0bd70011962ec615a53ce95004881d2836
-----------------------------------------------------------------------
commit cc02bdb354b27ebbea58ba2e4ca08325dac21b37
Author: bertrand Gugger
Date: Thu Jul 28 10:59:23 2005 +0000
A true test === for translate format conf is enough and works now !
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191693 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/cc02bdb354b27ebbea58ba2e4ca08325dac21b37
-----------------------------------------------------------------------
commit 5c33524e5e8081a2078854a0cc0e01b5759ab2dc
Author: bertrand Gugger
Date: Thu Jul 28 11:23:38 2005 +0000
Plugins produce wiki markup so are processed by parsing, no tokens produced
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191701 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Plugin.php | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 Text/Wiki/Render/Xhtml/Plugin.php
http://github.com/horde/horde/commit/5c33524e5e8081a2078854a0cc0e01b5759ab2dc
-----------------------------------------------------------------------
commit 0a272249b5d0dc8459047d5f8449b3c20b0c32d3
Author: bertrand Gugger
Date: Thu Jul 28 11:28:02 2005 +0000
The rule take care of nested plugins, the plugin processing is done by parsing as
plugins produce wiki markup, this production is also recursively parsed case plugins produced
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191704 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Tiki/Plugin.php | 75 +++++++++++++++++++++++++++--------------
1 file changed, 50 insertions(+), 25 deletions(-)
http://github.com/horde/horde/commit/0a272249b5d0dc8459047d5f8449b3c20b0c32d3
-----------------------------------------------------------------------
commit b84807a67f567fe5927a666a81b16338d27aa398
Author: bertrand Gugger
Date: Fri Jul 29 08:29:20 2005 +0000
Cleaning headers before to bundle in tikiwiki
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191780 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki.php | 862 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 425 insertions(+), 437 deletions(-)
http://github.com/horde/horde/commit/b84807a67f567fe5927a666a81b16338d27aa398
-----------------------------------------------------------------------
commit 53ee8fe68888d07cb17763431a061b326c2ae3d0
Author: bertrand Gugger
Date: Fri Jul 29 08:57:29 2005 +0000
headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191781 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse.php | 235 +++++++++++++++++++++++++--------------------------
Text/Wiki/Render.php | 175 ++++++++++++++++++--------------------
2 files changed, 200 insertions(+), 210 deletions(-)
http://github.com/horde/horde/commit/53ee8fe68888d07cb17763431a061b326c2ae3d0
-----------------------------------------------------------------------
commit fa641b7446cbcc937577c96bb6ceb3354e6846ed
Author: bertrand Gugger
Date: Fri Jul 29 09:17:51 2005 +0000
headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191783 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Tiki.php | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/fa641b7446cbcc937577c96bb6ceb3354e6846ed
-----------------------------------------------------------------------
commit ea2f9dd5e6b29c7f2d9e834fd528d0489c46156d
Author: bertrand Gugger
Date: Fri Jul 29 10:15:05 2005 +0000
headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191788 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml.php | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
http://github.com/horde/horde/commit/ea2f9dd5e6b29c7f2d9e834fd528d0489c46156d
-----------------------------------------------------------------------
commit 3b933137f31655b0435088dfd712f72a39dd83fc
Author: bertrand Gugger
Date: Fri Jul 29 12:36:11 2005 +0000
Fixing back justin's commit by synch with tiki
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191791 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/3b933137f31655b0435088dfd712f72a39dd83fc
-----------------------------------------------------------------------
commit 6895442e6edb554d0194c089c7acbc81c42a1b9b
Author: bertrand Gugger
Date: Fri Jul 29 12:38:34 2005 +0000
A new rule introduced by tiki for drawing boxes
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191792 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Box.php | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 Text/Wiki/Render/Xhtml/Box.php
http://github.com/horde/horde/commit/6895442e6edb554d0194c089c7acbc81c42a1b9b
-----------------------------------------------------------------------
commit 9b38e7dd3f495b5e69e2792925883a1f7b7d04d1
Author: bertrand Gugger
Date: Fri Jul 29 13:19:31 2005 +0000
Synching back justin's commits from tikiwiki, that's all what is ok,
the rest is buggy and introduces extra dependencies (in tikiwiki copy)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191797 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Code.php | 51 +++++++++++++++++++++--------------------
1 file changed, 26 insertions(+), 25 deletions(-)
http://github.com/horde/horde/commit/9b38e7dd3f495b5e69e2792925883a1f7b7d04d1
-----------------------------------------------------------------------
commit 563242d9d8e52372ad12bd108f2e080e4e572e40
Author: bertrand Gugger
Date: Fri Jul 29 13:29:56 2005 +0000
Synch back justin's commit in tikiwiki
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191799 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Colortext.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/563242d9d8e52372ad12bd108f2e080e4e572e40
-----------------------------------------------------------------------
commit f393df588a79eb66c66a429b2bfdbad362ad6f92
Author: bertrand Gugger
Date: Fri Jul 29 13:45:46 2005 +0000
Introduces tikiwiki/justin's collapsing in headers, needs some refactoting though
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191801 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Heading.php | 55 +++++++++++++++++++++++++++++++-------
1 file changed, 45 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/f393df588a79eb66c66a429b2bfdbad362ad6f92
-----------------------------------------------------------------------
commit 50e0d22199aa5aa141c6aead38a636c4cb281398
Author: bertrand Gugger
Date: Fri Jul 29 13:56:30 2005 +0000
4 new rules introduced for tiki
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191802 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Page.php | 23 ++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Preformatted.php | 23 ++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Specialchar.php | 29 ++++++++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Titlebar.php | 34 +++++++++++++++++++++++++++++++++
4 files changed, 109 insertions(+)
create mode 100644 Text/Wiki/Render/Xhtml/Page.php
create mode 100644 Text/Wiki/Render/Xhtml/Preformatted.php
create mode 100644 Text/Wiki/Render/Xhtml/Specialchar.php
create mode 100644 Text/Wiki/Render/Xhtml/Titlebar.php
http://github.com/horde/horde/commit/50e0d22199aa5aa141c6aead38a636c4cb281398
-----------------------------------------------------------------------
commit afcc98eb84392b74d95fb69834a3bd09aca86ecb
Author: bertrand Gugger
Date: Sat Jul 30 08:03:29 2005 +0000
Headers ... ouf !
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191862 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Anchor.php | 43 +++++++++------
Text/Wiki/Render/Xhtml/Blockquote.php | 49 +++++++++++++-----
Text/Wiki/Render/Xhtml/Bold.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Box.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Break.php | 37 ++++++++++---
Text/Wiki/Render/Xhtml/Center.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Code.php | 25 ++++++++-
Text/Wiki/Render/Xhtml/Colortext.php | 47 ++++++++++++-----
Text/Wiki/Render/Xhtml/Deflist.php | 59 ++++++++++++++-------
Text/Wiki/Render/Xhtml/Delimiter.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Embed.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Emphasis.php | 45 ++++++++++++----
Text/Wiki/Render/Xhtml/Freelink.php | 28 +++++++++-
Text/Wiki/Render/Xhtml/Function.php | 67 +++++++++++++++---------
Text/Wiki/Render/Xhtml/Heading.php | 23 +++++++++
Text/Wiki/Render/Xhtml/Horiz.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Html.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Image.php | 90 ++++++++++++++++++++------------
Text/Wiki/Render/Xhtml/Include.php | 28 +++++++++-
Text/Wiki/Render/Xhtml/Interwiki.php | 57 ++++++++++++++------
Text/Wiki/Render/Xhtml/Italic.php | 43 +++++++++++----
Text/Wiki/Render/Xhtml/List.php | 92 ++++++++++++++++++++-------------
Text/Wiki/Render/Xhtml/Newline.php | 29 +++++++++--
Text/Wiki/Render/Xhtml/Page.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Paragraph.php | 45 ++++++++++++----
Text/Wiki/Render/Xhtml/Phplookup.php | 55 ++++++++++++++------
Text/Wiki/Render/Xhtml/Plugin.php | 24 +++++++++
Text/Wiki/Render/Xhtml/Prefilter.php | 56 +++++++++-----------
Text/Wiki/Render/Xhtml/Preformatted.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Raw.php | 39 +++++++++++---
Text/Wiki/Render/Xhtml/Revise.php | 49 +++++++++++++-----
Text/Wiki/Render/Xhtml/Specialchar.php | 27 +++++++++-
Text/Wiki/Render/Xhtml/Strong.php | 45 ++++++++++++----
Text/Wiki/Render/Xhtml/Subscript.php | 43 +++++++++++----
Text/Wiki/Render/Xhtml/Superscript.php | 43 +++++++++++----
Text/Wiki/Render/Xhtml/Table.php | 73 +++++++++++++++++---------
Text/Wiki/Render/Xhtml/Tighten.php | 30 +++++++++--
Text/Wiki/Render/Xhtml/Titlebar.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Toc.php | 71 ++++++++++++++++---------
Text/Wiki/Render/Xhtml/Tt.php | 47 ++++++++++++-----
Text/Wiki/Render/Xhtml/Underline.php | 41 +++++++++++----
Text/Wiki/Render/Xhtml/Url.php | 66 +++++++++++++++--------
Text/Wiki/Render/Xhtml/Wikilink.php | 77 +++++++++++++++++----------
43 files changed, 1470 insertions(+), 523 deletions(-)
http://github.com/horde/horde/commit/afcc98eb84392b74d95fb69834a3bd09aca86ecb
-----------------------------------------------------------------------
commit 001f42788b20adf16c6231453af760e7b63edcfe
Author: bertrand Gugger
Date: Sat Jul 30 14:31:20 2005 +0000
Headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 191875 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Tiki/Page.php | 52 ++++++++++++++++++++++++++----------
Text/Wiki/Parse/Tiki/Plugin.php | 29 ++++++++++++++++++++
Text/Wiki/Parse/Tiki/Specialchar.php | 38 +++++++++++++++++++++-----
3 files changed, 98 insertions(+), 21 deletions(-)
http://github.com/horde/horde/commit/001f42788b20adf16c6231453af760e7b63edcfe
-----------------------------------------------------------------------
commit 86f6e18441ec1576e57b0227fc8baac9f4092449
Author: bertrand Gugger
Date: Fri Aug 5 08:06:56 2005 +0000
Revamped the nesting in parse to catch orphans start or end tags
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192466 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse.php | 120 +++++++++++++++-------------------
Text/Wiki/BBCode/Parse/Blockquote.php | 55 +++++-----------
Text/Wiki/BBCode/Parse/Colortext.php | 47 ++++---------
Text/Wiki/BBCode/Parse/Font.php | 44 ++++---------
4 files changed, 91 insertions(+), 175 deletions(-)
http://github.com/horde/horde/commit/86f6e18441ec1576e57b0227fc8baac9f4092449
-----------------------------------------------------------------------
commit 33f974e29b9854bff41abd39d3b0b694a66a2f7a
Author: bertrand Gugger
Date: Fri Aug 5 18:09:16 2005 +0000
Made the parsing recursive
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192521 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Blockquote.php | 53 ++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 22 deletions(-)
http://github.com/horde/horde/commit/33f974e29b9854bff41abd39d3b0b694a66a2f7a
-----------------------------------------------------------------------
commit 1ba469cb5ac071be344d17525deffefed0d1cda7
Author: bertrand Gugger
Date: Fri Aug 5 18:41:48 2005 +0000
ooops , sorry debug trace ...
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192526 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Blockquote.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/1ba469cb5ac071be344d17525deffefed0d1cda7
-----------------------------------------------------------------------
commit 192f98533946f9460114425d9558043cbb449bc5
Author: bertrand Gugger
Date: Fri Aug 5 19:05:03 2005 +0000
Fixed comments
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192527 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Blockquote.php | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/192f98533946f9460114425d9558043cbb449bc5
-----------------------------------------------------------------------
commit befa7d6df4e85d509e2515bf80493f1f82231b56
Author: bertrand Gugger
Date: Fri Aug 5 19:42:59 2005 +0000
Making the rule recursive
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192528 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Font.php | 58 +++++++++++++++++++++++++----------------
1 file changed, 35 insertions(+), 23 deletions(-)
http://github.com/horde/horde/commit/befa7d6df4e85d509e2515bf80493f1f82231b56
-----------------------------------------------------------------------
commit d636e5f50545d9810a0e0d1405f769ebfc9a3530
Author: bertrand Gugger
Date: Fri Aug 5 19:52:18 2005 +0000
Making rule recursive
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192529 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Colortext.php | 56 ++++++++++++++++++++++--------------
1 file changed, 34 insertions(+), 22 deletions(-)
http://github.com/horde/horde/commit/d636e5f50545d9810a0e0d1405f769ebfc9a3530
-----------------------------------------------------------------------
commit e2d5d7ba86d3d2ff31be52efe9ee7907b00ad5d5
Author: bertrand Gugger
Date: Fri Aug 5 19:54:47 2005 +0000
As rules are now recursive, no more need to extend Parse class
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192530 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse.php | 114 ---------------------------------------------
1 file changed, 114 deletions(-)
delete mode 100644 Text/Wiki/BBCode/Parse.php
http://github.com/horde/horde/commit/e2d5d7ba86d3d2ff31be52efe9ee7907b00ad5d5
-----------------------------------------------------------------------
commit d16096c42a9552d2a3fca455ca302a715b4c4d29
Author: bertrand Gugger
Date: Sat Aug 6 11:36:45 2005 +0000
Moving BBCode to standard dirs
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192578 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Font.php | 73 ++++++++++++++++++++++++++++++++++++
Text/Wiki/Render/Plain/Font.php | 44 ++++++++++++++++++++++
Text/Wiki/Render/Xhtml/Font.php | 83 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 200 insertions(+)
create mode 100644 Text/Wiki/Render/Latex/Font.php
create mode 100644 Text/Wiki/Render/Plain/Font.php
create mode 100644 Text/Wiki/Render/Xhtml/Font.php
http://github.com/horde/horde/commit/d16096c42a9552d2a3fca455ca302a715b4c4d29
-----------------------------------------------------------------------
commit dfe0cb25176ea5c724671f348252f97afd2b1e3e
Author: bertrand Gugger
Date: Sat Aug 6 11:40:48 2005 +0000
It's in standard Text/Wiki/Render/Xhtml now
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192579 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Xhtml/Font.php | 83 ----------------------------------
1 file changed, 83 deletions(-)
delete mode 100644 Text/Wiki/BBCode/Render/Xhtml/Font.php
http://github.com/horde/horde/commit/dfe0cb25176ea5c724671f348252f97afd2b1e3e
-----------------------------------------------------------------------
commit 98a32fcf344bbf153d14815e2aedff529f71624a
Author: bertrand Gugger
Date: Sat Aug 6 11:41:53 2005 +0000
It's in standard Text/Wiki/Render/PLAIN now
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192580 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Plain/Font.php | 44 ----------------------------------
1 file changed, 44 deletions(-)
delete mode 100644 Text/Wiki/BBCode/Render/Plain/Font.php
http://github.com/horde/horde/commit/98a32fcf344bbf153d14815e2aedff529f71624a
-----------------------------------------------------------------------
commit 9dd6161e46c20ec04f82c94b6b5e35a6cf3dbe08
Author: bertrand Gugger
Date: Sat Aug 6 11:42:56 2005 +0000
It's in standard Text/Wiki/Render/Latex now
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192581 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Render/Latex/Font.php | 73 ----------------------------------
1 file changed, 73 deletions(-)
delete mode 100644 Text/Wiki/BBCode/Render/Latex/Font.php
http://github.com/horde/horde/commit/9dd6161e46c20ec04f82c94b6b5e35a6cf3dbe08
-----------------------------------------------------------------------
commit 1d578540c3e106e0935b0671cd60d66386509b94
Author: bertrand Gugger
Date: Sat Aug 6 11:54:08 2005 +0000
Moving BBCode parser to standard directories
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192582 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Blockquote.php | 92 +++++++++++++++++
Text/Wiki/Parse/BBCode/Bold.php | 64 ++++++++++++
Text/Wiki/Parse/BBCode/Code.php | 64 ++++++++++++
Text/Wiki/Parse/BBCode/Colortext.php | 93 +++++++++++++++++
Text/Wiki/Parse/BBCode/Font.php | 88 ++++++++++++++++
Text/Wiki/Parse/BBCode/Italic.php | 64 ++++++++++++
Text/Wiki/Parse/BBCode/List.php | 182 ++++++++++++++++++++++++++++++++++
Text/Wiki/Parse/BBCode/Underline.php | 64 ++++++++++++
8 files changed, 711 insertions(+)
create mode 100644 Text/Wiki/Parse/BBCode/Blockquote.php
create mode 100644 Text/Wiki/Parse/BBCode/Bold.php
create mode 100644 Text/Wiki/Parse/BBCode/Code.php
create mode 100755 Text/Wiki/Parse/BBCode/Colortext.php
create mode 100644 Text/Wiki/Parse/BBCode/Font.php
create mode 100644 Text/Wiki/Parse/BBCode/Italic.php
create mode 100644 Text/Wiki/Parse/BBCode/List.php
create mode 100644 Text/Wiki/Parse/BBCode/Underline.php
http://github.com/horde/horde/commit/1d578540c3e106e0935b0671cd60d66386509b94
-----------------------------------------------------------------------
commit e016c93ce6c16bd1338456c98d44f5172bbffe45
Author: bertrand Gugger
Date: Sat Aug 6 11:59:31 2005 +0000
Now in standard Text/Wiki/Parse/BBCode
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192584 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode/Parse/Blockquote.php | 92 -----------------
Text/Wiki/BBCode/Parse/Bold.php | 64 ------------
Text/Wiki/BBCode/Parse/Code.php | 64 ------------
Text/Wiki/BBCode/Parse/Colortext.php | 93 -----------------
Text/Wiki/BBCode/Parse/Font.php | 88 ----------------
Text/Wiki/BBCode/Parse/Italic.php | 64 ------------
Text/Wiki/BBCode/Parse/List.php | 182 ----------------------------------
Text/Wiki/BBCode/Parse/Underline.php | 64 ------------
8 files changed, 711 deletions(-)
delete mode 100644 Text/Wiki/BBCode/Parse/Blockquote.php
delete mode 100755 Text/Wiki/BBCode/Parse/Bold.php
delete mode 100644 Text/Wiki/BBCode/Parse/Code.php
delete mode 100755 Text/Wiki/BBCode/Parse/Colortext.php
delete mode 100644 Text/Wiki/BBCode/Parse/Font.php
delete mode 100755 Text/Wiki/BBCode/Parse/Italic.php
delete mode 100644 Text/Wiki/BBCode/Parse/List.php
delete mode 100644 Text/Wiki/BBCode/Parse/Underline.php
http://github.com/horde/horde/commit/e016c93ce6c16bd1338456c98d44f5172bbffe45
-----------------------------------------------------------------------
commit 37b810c020b980de380b68a4bafcf29d0d2522fe
Author: bertrand Gugger
Date: Sat Aug 6 13:13:01 2005 +0000
Let's start a PEAR::Text_Wiki_Pedia
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192593 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Pedia/Emphasis.php | 105 +++++++++++++++++++++++++++++++++++++
1 file changed, 105 insertions(+)
create mode 100644 Text/Wiki/Parse/Pedia/Emphasis.php
http://github.com/horde/horde/commit/37b810c020b980de380b68a4bafcf29d0d2522fe
-----------------------------------------------------------------------
commit 970ed2e066c6e5ea998361a00f7054a779fb8426
Author: bertrand Gugger
Date: Sat Aug 6 13:33:51 2005 +0000
Sorry, the wiki is Mediawiki ... not Wikipedia
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192596 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Emphasis.php | 105 +++++++++++++++++++++++++++++++++
1 file changed, 105 insertions(+)
create mode 100644 Text/Wiki/Parse/Mediawiki/Emphasis.php
http://github.com/horde/horde/commit/970ed2e066c6e5ea998361a00f7054a779fb8426
-----------------------------------------------------------------------
commit 42bc186db65d80e078e043081d7e047a8f72343c
Author: bertrand Gugger
Date: Sat Aug 6 13:37:45 2005 +0000
Sorry, it's now in Text/Wiki/Parse/Mediawiki/
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192597 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Pedia/Emphasis.php | 105 -------------------------------------
1 file changed, 105 deletions(-)
delete mode 100644 Text/Wiki/Parse/Pedia/Emphasis.php
http://github.com/horde/horde/commit/42bc186db65d80e078e043081d7e047a8f72343c
-----------------------------------------------------------------------
commit 9affb004125c9a4c32b1bba839fa725f3d07e9ac
Author: bertrand Gugger
Date: Sat Aug 6 18:43:19 2005 +0000
Base class for Mediawiki parsing
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192618 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Mediawiki.php | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 108 insertions(+)
create mode 100644 Text/Wiki/Mediawiki.php
http://github.com/horde/horde/commit/9affb004125c9a4c32b1bba839fa725f3d07e9ac
-----------------------------------------------------------------------
commit d9ae745db3c23cedec972cffc75c0dc74a7ba87f
Author: bertrand Gugger
Date: Sat Aug 6 18:45:37 2005 +0000
Extending the list of parsers and renderers available
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192619 c90b9560-bf6c-de11-be94-00142212c4b1
doc/test_Text_Wiki.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/d9ae745db3c23cedec972cffc75c0dc74a7ba87f
-----------------------------------------------------------------------
commit f7da336732a2d7a42b22591e95afb4e4e869af4c
Author: bertrand Gugger
Date: Sun Aug 7 05:27:24 2005 +0000
Fixed comments and headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192647 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Emphasis.php | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
http://github.com/horde/horde/commit/f7da336732a2d7a42b22591e95afb4e4e869af4c
-----------------------------------------------------------------------
commit 8afaca8d961c9b2aea56a52d2ac6b1c7b84dfacc
Author: bertrand Gugger
Date: Sun Aug 7 09:05:21 2005 +0000
Wrong @see in headers
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192655 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Blockquote.php | 4 ++--
Text/Wiki/Parse/BBCode/Colortext.php | 4 ++--
Text/Wiki/Parse/BBCode/Font.php | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/8afaca8d961c9b2aea56a52d2ac6b1c7b84dfacc
-----------------------------------------------------------------------
commit a2a4aab2ab424d1fa0a8aa1e0b9ee1853bcf6f53
Author: bertrand Gugger
Date: Mon Aug 8 11:17:43 2005 +0000
As the parser is now "standard", no need to require Text/Wiki/Parser.php
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192746 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
http://github.com/horde/horde/commit/a2a4aab2ab424d1fa0a8aa1e0b9ee1853bcf6f53
-----------------------------------------------------------------------
commit a58f6b1e9cb45a5b6bab9362d408bca47aaadcd6
Author: bertrand Gugger
Date: Mon Aug 8 11:36:28 2005 +0000
Fixed the parse Addpath, removed the render one
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192748 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/a58f6b1e9cb45a5b6bab9362d408bca47aaadcd6
-----------------------------------------------------------------------
commit eb5e8fb717855b15a5a1ec8a29b2c2467703837c
Author: bertrand Gugger
Date: Mon Aug 8 12:53:18 2005 +0000
Makes the 2 [url.. syntaxes and inline urls, emails to come
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192753 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Url.php | 138 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 138 insertions(+)
create mode 100644 Text/Wiki/Parse/BBCode/Url.php
http://github.com/horde/horde/commit/eb5e8fb717855b15a5a1ec8a29b2c2467703837c
-----------------------------------------------------------------------
commit 8e7c0adc7c0d3088c3cbf8810f438b57b514a725
Author: bertrand Gugger
Date: Mon Aug 8 15:32:18 2005 +0000
Implemented the config for refused schemes and disable inline urls
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192768 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Url.php | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/8e7c0adc7c0d3088c3cbf8810f438b57b514a725
-----------------------------------------------------------------------
commit f01d2b9295d11e3988a68380e565649fd1930538
Author: bertrand Gugger
Date: Tue Aug 9 07:38:53 2005 +0000
Integrated [email] markup and inline emails
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192820 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Url.php | 58 ++++++++++++++++++++++++++++--------------
1 file changed, 39 insertions(+), 19 deletions(-)
http://github.com/horde/horde/commit/f01d2b9295d11e3988a68380e565649fd1930538
-----------------------------------------------------------------------
commit 7d696cde43980084772940e0005862b111caeef7
Author: bertrand Gugger
Date: Tue Aug 9 12:03:32 2005 +0000
Images with schemes, extensions, urls and local path configs
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192852 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Image.php | 104 +++++++++++++++++++++++++++++++++++++++
1 file changed, 104 insertions(+)
create mode 100644 Text/Wiki/Parse/BBCode/Image.php
http://github.com/horde/horde/commit/7d696cde43980084772940e0005862b111caeef7
-----------------------------------------------------------------------
commit c9716a3c4b0dba5cc00b462d5c793d37b6e13e40
Author: bertrand Gugger
Date: Tue Aug 9 16:16:52 2005 +0000
Some more tests for URIs , mails and images
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192869 c90b9560-bf6c-de11-be94-00142212c4b1
doc/BBtest.txt | 7 +++++++
1 file changed, 7 insertions(+)
http://github.com/horde/horde/commit/c9716a3c4b0dba5cc00b462d5c793d37b6e13e40
-----------------------------------------------------------------------
commit 1f97805949c136cf255f75eac4f9b993e08501e2
Author: bertrand Gugger
Date: Wed Aug 10 05:36:30 2005 +0000
Ooops ! forgot some debug output ...
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192908 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Image.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/1f97805949c136cf255f75eac4f9b993e08501e2
-----------------------------------------------------------------------
commit f9743ebc8d14aa51b4dabd9f062e30699535d161
Author: bertrand Gugger
Date: Wed Aug 10 08:57:35 2005 +0000
Fixed comments and wrong cvs Id
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192928 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Image.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/f9743ebc8d14aa51b4dabd9f062e30699535d161
-----------------------------------------------------------------------
commit 52ea7d5b4f75183880055da54c0f38ebcf8d8099
Author: bertrand Gugger
Date: Wed Aug 10 09:05:36 2005 +0000
:-o The most important was missing in Text_Wiki ! Smile ! :-)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192929 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Smiley.php | 159 +++++++++++++++++++++++++++++++++++++
1 file changed, 159 insertions(+)
create mode 100644 Text/Wiki/Parse/Default/Smiley.php
http://github.com/horde/horde/commit/52ea7d5b4f75183880055da54c0f38ebcf8d8099
-----------------------------------------------------------------------
commit d3791eefb8a6c08f67d41631c513434fa8a12c10
Author: bertrand Gugger
Date: Wed Aug 10 09:09:39 2005 +0000
Enabled the Smiley rule
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192930 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 1 +
1 file changed, 1 insertion(+)
http://github.com/horde/horde/commit/d3791eefb8a6c08f67d41631c513434fa8a12c10
-----------------------------------------------------------------------
commit cacfad0ff77d0a6bb09bacf8cceda6f7f5a32f41
Author: bertrand Gugger
Date: Wed Aug 10 10:09:14 2005 +0000
Fixed an inversion in left handed smileys, does not catch anymore the boundaries
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192937 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Smiley.php | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/cacfad0ff77d0a6bb09bacf8cceda6f7f5a32f41
-----------------------------------------------------------------------
commit 3a757bf9332d4fc57753826623a01b6e4e4ff204
Author: bertrand Gugger
Date: Wed Aug 10 10:11:23 2005 +0000
Smiley plain renderer :)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192938 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Plain/Smiley.php | 44 +++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 Text/Wiki/Render/Plain/Smiley.php
http://github.com/horde/horde/commit/3a757bf9332d4fc57753826623a01b6e4e4ff204
-----------------------------------------------------------------------
commit e0199e64c66648a10d3c79b52081d6d1777800ab
Author: bertrand Gugger
Date: Wed Aug 10 10:13:28 2005 +0000
Smiley Latex renderer :)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192939 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Smiley.php | 44 +++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 Text/Wiki/Render/Latex/Smiley.php
http://github.com/horde/horde/commit/e0199e64c66648a10d3c79b52081d6d1777800ab
-----------------------------------------------------------------------
commit 80795ba56b6e5577c999df0398163775297d480a
Author: bertrand Gugger
Date: Wed Aug 10 11:38:55 2005 +0000
Smiley rule Xhtml renderer :)
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192950 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Xhtml/Smiley.php | 74 +++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
create mode 100644 Text/Wiki/Render/Xhtml/Smiley.php
http://github.com/horde/horde/commit/80795ba56b6e5577c999df0398163775297d480a
-----------------------------------------------------------------------
commit a12ce3ffc691b158e8f8fd66a962b7fce55d4fe3
Author: bertrand Gugger
Date: Wed Aug 10 11:42:08 2005 +0000
Typo
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192951 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Render/Latex/Smiley.php | 2 +-
Text/Wiki/Render/Plain/Smiley.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/a12ce3ffc691b158e8f8fd66a962b7fce55d4fe3
-----------------------------------------------------------------------
commit adfce2794fd7657239e1deed14fb84a52b157e2c
Author: bertrand Gugger
Date: Wed Aug 10 12:02:58 2005 +0000
Comment
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 192955 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Url.php | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/adfce2794fd7657239e1deed14fb84a52b157e2c
-----------------------------------------------------------------------
commit 3baf115080d914fcb87bff7683cd94405e765b86
Author: bertrand Gugger
Date: Thu Aug 11 03:46:18 2005 +0000
Removed the Specialchar rule as Smiley is now in
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193017 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/BBCode.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/3baf115080d914fcb87bff7683cd94405e765b86
-----------------------------------------------------------------------
commit 515784c7bc1d2f1e051ecd9bef5ab3d73011366d
Author: bertrand Gugger
Date: Thu Aug 11 09:57:28 2005 +0000
Option with _ instead of -, misplaced docbook tags
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193037 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Smiley.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/515784c7bc1d2f1e051ecd9bef5ab3d73011366d
-----------------------------------------------------------------------
commit 9ffbc87d7fb46bcd04e53438de5e2dff7202cf64
Author: bertrand Gugger
Date: Thu Aug 11 10:23:50 2005 +0000
Config keys with _ instead of - , misplaced docbook tags
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193040 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/BBCode/Blockquote.php | 2 +-
Text/Wiki/Parse/BBCode/Bold.php | 14 +++++++-------
Text/Wiki/Parse/BBCode/Code.php | 14 +++++++-------
Text/Wiki/Parse/BBCode/Colortext.php | 2 +-
Text/Wiki/Parse/BBCode/Font.php | 2 +-
Text/Wiki/Parse/BBCode/Image.php | 16 ++++++++--------
Text/Wiki/Parse/BBCode/Italic.php | 13 ++++++-------
Text/Wiki/Parse/BBCode/List.php | 4 ++--
Text/Wiki/Parse/BBCode/Underline.php | 14 +++++++-------
Text/Wiki/Parse/BBCode/Url.php | 30 +++++++++++++++---------------
10 files changed, 55 insertions(+), 56 deletions(-)
http://github.com/horde/horde/commit/9ffbc87d7fb46bcd04e53438de5e2dff7202cf64
-----------------------------------------------------------------------
commit c5657ec2bcb84b97fb8212139867642fbf6d26e2
Author: bertrand Gugger
Date: Thu Aug 11 17:08:12 2005 +0000
Simplified configuration
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193070 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Smiley.php | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/c5657ec2bcb84b97fb8212139867642fbf6d26e2
-----------------------------------------------------------------------
commit 08868f028c05e7cf0838d8942154fe59d29652ae
Author: bertrand Gugger
Date: Thu Aug 11 18:21:49 2005 +0000
More simple and user friendly
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193077 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Default/Smiley.php | 112 ++++++++++++++++++-------------------
1 file changed, 55 insertions(+), 57 deletions(-)
http://github.com/horde/horde/commit/08868f028c05e7cf0838d8942154fe59d29652ae
-----------------------------------------------------------------------
commit 3ba3415d32a9973687ace54969841e817ceee4c6
Author: bertrand Gugger
Date: Fri Aug 12 11:20:35 2005 +0000
Full compatible with HTML_BBCodeParser, configuration summarized thru in file
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193175 c90b9560-bf6c-de11-be94-00142212c4b1
doc/BBCodeParser.php | 427 ++++++++++++++++++++++++++++++++++++++++++++++++
doc/BBCodeParser_V2.ini | 160 ++++++++++++++++++
doc/README_BBCodeParser | 45 +++++
doc/parser.php | 121 ++++++++++++++
4 files changed, 753 insertions(+)
create mode 100644 doc/BBCodeParser.php
create mode 100644 doc/BBCodeParser_V2.ini
create mode 100644 doc/README_BBCodeParser
create mode 100644 doc/parser.php
http://github.com/horde/horde/commit/3ba3415d32a9973687ace54969841e817ceee4c6
-----------------------------------------------------------------------
commit 794278f34d45d494a77c625927434a0844e0e5b9
Author: bertrand Gugger
Date: Sun Aug 14 09:17:46 2005 +0000
Disabled all rules not yet existing,
they will be enabled as the parsing rules will be produced
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193395 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Mediawiki.php | 71 +++++++++++++++++++++++++------------------------
1 file changed, 36 insertions(+), 35 deletions(-)
http://github.com/horde/horde/commit/794278f34d45d494a77c625927434a0844e0e5b9
-----------------------------------------------------------------------
commit 7e2dc61febde57fed8b4685a803b2fe62909f80a
Author: bertrand Gugger
Date: Sun Aug 14 12:54:28 2005 +0000
A first implementation, span and row_span to follow ...
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193417 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Table.php | 261 ++++++++++++++++++++++++++++++++++++
1 file changed, 261 insertions(+)
create mode 100644 Text/Wiki/Parse/Mediawiki/Table.php
http://github.com/horde/horde/commit/7e2dc61febde57fed8b4685a803b2fe62909f80a
-----------------------------------------------------------------------
commit e0e851cb8976d9aec8d0eead6baf1eef720c3751
Author: bertrand Gugger
Date: Sun Aug 14 15:27:40 2005 +0000
Implicit start of row after start of table same, implicit cell after row ...
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193433 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Table.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e0e851cb8976d9aec8d0eead6baf1eef720c3751
-----------------------------------------------------------------------
commit 8f27163cada1eaa015bb487fb9f0f6aca3e0f864
Author: bertrand Gugger
Date: Sun Aug 14 16:16:35 2005 +0000
Fixed the header optional attribute for cells
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk at 193440 c90b9560-bf6c-de11-be94-00142212c4b1
Text/Wiki/Parse/Mediawiki/Table.php | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
http://github.com/horde/horde/commit/8f27163cada1eaa015bb487fb9f0f6aca3e0f864
-----------------------------------------------------------------------
commit 31d767b94dac340e1795648f70a96965f2e3a360
Author: bertrand Gugger