» Version | » Information |
---|---|
1.2.3 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.2.3 Release date: 2019-03-12 20:51 UTC Release state: stable Release uploaded by: kguest Changelog: QA release Bug #23791 Undefined offset: 2 in /usr/share/php/Text/Wiki.php GitHub #3 Fix recursive call to constructor [rjsmelo] Dependencies:
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.2.1 Release date: 2010-10-25 10:01 UTC Release state: stable Release uploaded by: doconnor Changelog: QA Release Bug #12490 wiki's do not display since php5-5.2.5 upgrade but are editable. justinpatrin Bug #12580 incorrect/incomplete license in package.xml justinpatrin Bug #12619 Tab character before # causes invalid Xhtml justinpatrin Bug #12665 External site documentation link invalid justinpatrin Doc Bug #14049 Missing documentation justinpatrin Bug #14869 skip tests when config is not available, not fail justinpatrin Bug #15758 URLs with # at the end not considered a url justinpatrin Bug #16222 External documentation is down justinpatrin Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.2.0 Release date: 2007-06-09 20:06 UTC Release state: stable Release uploaded by: justinpatrin Changelog: Stable release for 1.2.0 Changes since 1.2.0RC2 * Fix Bug #10114: Ruleset Case Sensitivity [justinpatrin] * Fix Bug #11262: Doesn't behave nicely with <code type="php"> [justinpatrin] * Fixed a notices about undefined 'css' and 'name' indexes [mic] * Allow class to be specified in Xhtml Box and Center renderers [mic] * Use css instead of deprecated align attribute for Xhtml/Image alignment [justinpatrin] * Don't pop up a new window with Xhtml Interwiki and Phplookup renderers when target is '_self' [justinpatrin] * Properly encode text in Xhtml Preformatted renderer [mic] Changes since 1.2.0RC1 (1.2.0RC2) * Added an Address Xhtml renderer * Balanced token checking has been added (this means that output such as <b><i>italic</b></i> is caught) * A new stack-based callback system for renderers has been added to allow for more flexible output handling (see BlockQuote) * The Url Xhtml renderer now allows a name to be passed in * The Url Xhtml, Plain, Latex renderers now allow start/end tokens * Package.xml 2.0 is now used exclusively * Bug #7320 fix UTF-8 rendering in WikiLink and Freelink * Various UTF-8 fixes * Bug #6292 remove paragraph tags from around headings and hrs in Xhtml renderer * Preformatted Xhtml renderer now correctly escapes output Changes since 1.1.0 (1.2.0RC1) * Internal Text_Wiki error handling used in factory and singleton * Needed files are now required * bertrand Gugger left development of Text_Wiki * Raw output is now encoded in Xhtml renderer to avoid XSS attacks * Bug 8313 fix anchor output in Xhtml/Wikilink when used in conjuction with sprintf (thanks to bjs5075 at rit dot edu) * Fixed various encoding issues with Xhtml/Wikilink URLs * Bug #7091 fixed variable substitution in Latex renderer (thanks randlem at bgsu dot edu) Dependencies:
|
1.2.0RC2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.2.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.2.0RC2 Release date: 2007-03-11 20:29 UTC Release state: beta Release uploaded by: justinpatrin Changelog: New Features: # Added an Address Xhtml renderer # Balanced token checking has been added (this means that output such as <b><i>italic</b></i> is caught) # A new stack-based callback system for renderers has been added to allow for more flexible output handling (see BlockQuote) # The Url Xhtml renderer now allows a name to be passed in # The Url Xhtml, Plain, Latex renderers now allow start/end tokens Changes: # Experimental preg rendering method deprecated as it had problems # Package.xml 2.0 is now used exclusively Bugs fixed: # Bug #7320 fix UTF-8 rendering in WikiLink and Freelink # Various UTF-8 fixes # Bug #6292 remove paragraph tags from around headings and hrs in Xhtml renderer # Preformatted Xhtml renderer now correctly escapes output Dependencies:
|
1.2.0RC1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.2.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.2.0RC1 Release date: 2006-10-10 15:41 UTC Release state: beta Release uploaded by: justinpatrin Changelog: New Features: # Experimental new rendering method introduced that uses preg instead of char-by-char parsing ## Please test for both speed and memory usage Changes: # Internal Text_Wiki error handling used in factory and singleton # Needed files are now required # bertrand Gugger has left development of Text_Wiki Bugs fixed: # Raw output is now encoded in Xhtml renderer to avoid XSS attacks # Bug 8313 fix anchor output in Xhtml/Wikilink when used in conjuction with sprintf (thanks to bjs5075 at rit dot edu) # Fixed various encoding issues with Xhtml/Wikilink URLs # Bug #7091 fixed variable substitution in Latex renderer (thanks randlem at bgsu dot edu) Dependencies:
|
1.1.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.1.0 Release date: 2006-03-02 12:24 UTC Release state: stable Release uploaded by: toggg Changelog: This is a major release as we reduce global resource usage # instantiate renderers only as needed # factory() method introduced for instantiating Text_Wiki objects # singleton() static method to get a single object instanciated pro parser (merci davidc for advices) The constructor is now deprecated in favor of the new singleton() or factory() methods Default also have its own class now, wich means Text_Wiki is a pure abstract class Renderers now have their own methods for: # text: textEncode() defaulted to php htmlspecialchars() for Xhtml render to the text encoding choosed in conf (#5953, thanks jocke at selincite dot com) # url: urlEncode() defaulted to the php rawurlencode() Wiki general: # Correct the key used in changeRule(), ensure no double new rule. # Page names and anchors Urlencode() as render required (e.g. may contain spaces) # Interwiki: parser may now give the full url instead of site+page (Mediawiki need) # Improved test. Latex render: # Only variables should be assigned by reference (#6010, thanks twells at smarterliving dot com) Plain render: # Interwiki: Complete the rendering with indication of (url) or (site:page) Xhtml render: # Rendering Fix for Tables (Missing Whitespace) (thanks ritzmo) # Added support for two-token URLs ## This allows formatting within URL text and proper rendering into other Wiki dialects (assuming that your parser supports the new feature. The Default parser does not yet support this.) Maintainers: # Del , one of the funders of the original code fully as pear developer # JustinP is now lead |
1.0.3 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.3 Release date: 2005-11-08 14:09 UTC Release state: stable Release uploaded by: toggg Changelog: This is a bug fix release, the Bug #5863: mixed <ul> <ol> when using * and # fix introduced a potential BBC: Bug #5879 Nested lists to do not parse properly in Text_Wiki |
1.0.2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.2 Release date: 2005-11-06 07:04 UTC Release state: stable Release uploaded by: toggg Changelog: This is a bug fix release, also with a few enhancements Default parser: * Bug #5660: The # is to be kept in the anchor option, (jeremy Lecour) * Bug #5863: Don't mix bullet and numbered lists when following each other, (stefan dot kilp at gmx dot net) * Bug #5397: variable used inside single quotes bugs WikiLinks (kristof dot coomans at sckcen dot be) Xhtml renderer: * Bug #5447: Preset $collapse to null (martin at mein-horde dot de) * Bug #5847: onclick in lowercase for Xhtml compliance (meisteg at msoe dot edu) * Unitiliazed row and column 's spans when coming from not mediawiki parser Xhtml and Latex renderers: * Render enumeration type a, A, i, or I in lists |
1.0.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.1 Release date: 2005-09-12 10:48 UTC Release state: stable Release uploaded by: toggg Changelog: This is a bug fix and security release, also preparing the introduction of new parsers/renderers * Fixed bug 3881 and 4442, UTF-8 encoding problems. There are new config options for Render_Xhtml, 'charset' and 'quotes', that allow you to specify the charset for translation. * Fixed bug 3959, "XHTML lists not rendered according W3C Standards" (where a line of text before a list leaves an open paragraph tag and closes it after the list) * In Parse_Xhtml_Toc, returns an extra newline before the parsed replacement text to comply with the matching regex. * In Render_Xhtml_Toc, added a 'collapse' config key to collapse the div horizontally within a table; this is for aesthetics, nothing else. The 'collapse' option is true by default. * Added general rules Smiley, Subscript ",,text,," and Underline "__text__" * Added rendering rules Box, Font, Page, Plugin, Preformatted, Specialchar and Titelbar for the optional extra parsers (BBCode, Cowiki, Doku, Mediawiki and Tiki) * Fixed bug 4175 "Wrong transform method" by generating PEAR_Error objects when a parse, format, or render rule cannot be found. * 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. * Fixed Bug #4473 Undefined variables in error() * 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. * Fixed Code potential nesting * Fixed bug #4719, "In Latex, newline rule does not produce a new line" * Request #4520 Additional space confuses image tag, adapted regexp * Request #4634 Code block title/filename, uses conf css_filename * Code Xhtml: add php tags only if not there * Heading: collapsing in headers * Colortext Xhtml: don't add # if allready present * Anchor Xhtml htlmentify the link * Cleaned Xhtml renderers documentation headers * Added an example in doc * Rowspan and space before free format in Table renderer * Secured url linked on images |
1.0.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.0 Release date: 2005-03-13 20:05 UTC Release state: stable Release uploaded by: pmjones Changelog: * First stable release |
1.0.0RC2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.0RC2 Release date: 2005-03-07 10:51 UTC Release state: beta Release uploaded by: pmjones Changelog: * second 1.0.0 release candidate * Fixed bug 3004 (Wrong path for rule "image") -- patch provded by reg at dav-muz dot net |
1.0.0RC1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-1.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-1.0.0RC1 Release date: 2005-02-23 12:48 UTC Release state: beta Release uploaded by: pmjones Changelog: * first 1.0.0 release candidate * added more docblocks * added a @package_version@ replacement in Wiki.php * added 'url_base' config key in Wiki/Render/Xhtml/Image.php |
0.25.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.25.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.25.0 Release date: 2005-02-01 11:59 UTC Release state: beta Release uploaded by: pmjones Changelog: * moved all parsing rules from Text/Wiki/Parse to Text/Wiki/Parse/Default (this will help separate entire parsing rule sets, e.g. BBCode) * changed Wiki.php to use the new Parse/Default directory as the default directory * fixed interwiki regex so that page names starting with : are not honored (it was messing up wikilinks with 2 colons in the text) |
0.24.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.24.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.24.0 Release date: 2005-01-30 14:31 UTC Release state: beta Release uploaded by: pmjones Changelog: * moving state to "beta" even all the desired renderers are not yet in place; the API has for all practical purposes proven to be stable * fixed Bug:2670 (incorrect css_new case in "wikilink" xhtml renderer) * fixed Bug:2916 (parser for "code" does not set all attributes) * implemented Request:2947 (more flexible way to handle wikilinks) -- the wikilink renderer now lets you specify a callback to determine if a page exists or not * implemented Request:2917 (allow dot in interwiki regex parser) * implemented Request:3162 (allow for additional punctuation in interwiki regex parser) |
0.23.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.23.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.23.1 Release date: 2004-10-08 13:54 UTC Release state: alpha Release uploaded by: pmjones Changelog: * revamped Function render rule for Xhtml, now has full formatting strings instead of simple element control * Function render rule for Plain now outputs the function text * Tighten render rule in Latex now properly outputs nothing |
0.23.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.23.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.23.0 Release date: 2004-09-30 09:55 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Added preliminary Latex renderer by Jeremy Cowgar. Thanks, Jeremy! * Added new parse rule 'Function' to support function definitions for documentation * Added new Xhtml render rule 'Function' (mostly implemented, still missing 'throws' and needs better CSS support) * Added stubs for Latex and Plain render rules 'Function' (not implemented) * Fixed bug 2419, "getParseConf returns null if rule exists" * Fixed identical bug in getFormatConf() * Removed parse rule 'Translatehtml' because it is Xhtml-specific -- placed its functionality in the Render/Xhtml.php class (use setFormatConf() to modify HTML translation tables) |
0.22.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.22.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.22.0 Release date: 2004-09-19 17:47 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Render rules for Url and Interwiki use XHTML compliant "target"s now, per suggestion from Aaron Kalin and JS code from youngpup.net * Parse rule for Heading now adds an ID attribute to the token, will be used when generating table of contents (based on ideas from Stephane Le Solliec) * Render rule for Image now guesses width and height, and adds a pseudo-center alignment option, and works better with non-local images (thanks Stephane Le Solliec) * Base Render class now has formatConf() method to wrap a config value in an sprintf() format (based on ideas from Bob Glamm) * 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) * Much improved Toc generation, uses CSS and the Heading rule ID values * Render rules for Wikilink and Freelink are much more configurable: put new-link text before or after the page name, or use only CSS to control the look of new-links * fixed bug 2316: swapped processing order for Center and Newline |
0.21.0 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.21.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.21.0 Release date: 2004-08-18 08:24 UTC Release state: alpha Release uploaded by: pmjones Changelog: * 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 * fixed bug 2095 so that CSS is now honored in deflist rule (thanks for the patch, glamm at a-s-i dot com) |
0.20.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.20.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.20.1 Release date: 2004-07-20 11:58 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Released and then pulled 0.20.0, borked the Xhtml renderers (were Plain, not Xhtml) * Added new renderer "Plain" to render a non-marked-up version of the wiki text. You should disable the Translatehtml rule to avoid HTML entities in your plain text. * License change; now uses LGPL, not PHP license |
0.19.7 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.7 Release date: 2004-07-11 13:15 UTC Release state: alpha Release uploaded by: pmjones Changelog: * XHTML renderer for URL rule no longer adds 'target="_blank"' by default; this aids in minimal XHTML compliance, but will need a solution for specified targets for full compliance |
0.19.6 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.6 Release date: 2004-06-28 19:18 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Fixed bug 1729 (URL parsing of hashes for same-page anchors interferes with colortext parsing) * Changes "mailto" scheme to "mailto:" in URL parser |
0.19.5 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.5 Release date: 2004-06-25 21:14 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Fixed bug 1709 (interwiki targets) * Fixed bug 1722 (dual Text_Wiki objects) |
0.19.4 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.4 Release date: 2004-06-19 19:45 UTC Release state: alpha Release uploaded by: pmjones Changelog: * 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 |
0.19.3 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.3 Release date: 2004-06-12 09:31 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Fixed bug 1616 (blockquote parsing) * Image markup now always renders with an "alt" tag (per Stephane Le Solliec) * Image markup "link" attribute now accepts URLs in addition to WikiPageNames |
0.19.2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.2 Release date: 2004-06-11 10:51 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Fixed bugs 1571 and 1573 (include parser and embed xhtml render) |
0.19.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19.1 Release date: 2004-06-06 20:34 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Fixed bug 1564 ("insertRule() doesn't work when second argument is supplied") |
0.19 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.19 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.19 Release date: 2004-06-06 11:47 UTC Release state: alpha Release uploaded by: pmjones Changelog: * WARNING: This release represents a major BC break in the API and organization. * WARNING: Do not expect to upgrade in-place and have everything work. * WARNING: Read these notes carefully, you will need to re-work how you configure the Text_Wiki object. * Directory structure is competely different but should lend itself to easier extensibility * 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 * NOTE: Documentation on this new Text_Wiki is not yet complete |
0.17 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.17 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.17 Release date: 2004-05-25 17:31 UTC Release state: alpha Release uploaded by: pmjones Changelog: * wikilink rule now supports numbers as lower-case letters; turned off by default; turn it on with setRuleConf('wikilink', 'numbers', true) (thanks to Tobias Schlitt as the final convincer :-) * fixed bug 1476, problem with blockquote parsing (thanks Moritz Heidkamp) |
0.16 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.16 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.16 Release date: 2004-05-22 16:25 UTC Release state: alpha Release uploaded by: pmjones Changelog: * code rule no longer trims the contents, this leaves leading and trailing preformatted white space in place * in newline and paragraph skipped elements, added code and phpcode * entities rule now converts all entities (instead of just specialchars) except the token delimiter * extra newline after table, deflist, and list rules to help with paragraph parsing * list rule now adds "display: inline;" to list-item style to help with MSIE display * url rule now has 'images' rule conf key to turn image processing on and off * started adding renderPlain() method to all rules, will render the source with all markup removed (not done yet) |
0.15 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.15 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.15 Release date: 2004-05-02 19:10 UTC Release state: alpha Release uploaded by: pmjones Changelog: * No BC breaks :-) * 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"' |
0.14 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.14 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.14 Release date: 2004-04-06 09:48 UTC Release state: alpha Release uploaded by: pmjones Changelog: * added line compression into 'prefilter' rule (from the current 'tighten' rule) * changed 'tighten' rule back to its original behavior (i.e., remove all newlines) * moved 'tighten' rule to next-to-last in the default rule set * sorry to keep moving things around, this is alpha code after all :-( * added extra newline to returned 'table' parsing, fixes paragraph breaks |
0.12.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.12.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.12.1 Release date: 2004-03-30 14:31 UTC Release state: alpha Release uploaded by: pmjones Changelog: * improved 'blockquote' rule for handling implicit newlines and paragraphs (no more extra break tags as blockquotes close) |
0.12 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.12 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.12 Release date: 2004-03-30 13:35 UTC Release state: alpha Release uploaded by: pmjones Changelog: * getTokens() method fixed (thanks to Alan KNowles for the bug report) * rule 'newline' now handles implicit line breaks (single newlines) in paragraphs and blockquoted text (not in lists or tables) * added rule 'break' for explicit line breaks (uses space-underscore markup) in any element (including lists and tables) * rule 'tighten' used to remove all newlines, now converts instances of 3 or more newlines to 2 newlines * re-ordered rules in Wiki.php to deal with implicit line breaks (in particular newline, break, tighten) * modified some rules to deal more gracefully with implicit line breaks (list, deflist, heading, blockquote) |
0.11 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.11 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.11 Release date: 2004-03-27 10:51 UTC Release state: alpha Release uploaded by: pmjones Changelog: * added getMacroArgs() in Rule.php to get argument parameters within markup of macros * 'table' rule now supports rule config options for border, spacing, and padding * 'table' rule now allows cell-specific alignment * 'image' rule now supports linking to wiki pages * removed package docs in favor of linking to the inline docs |
0.10.4 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.10.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.10.4 Release date: 2004-03-25 10:03 UTC Release state: alpha Release uploaded by: pmjones Changelog: * The 'center' rule was not included in the previous release; it is now. |
0.10.3 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.10.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.10.3 Release date: 2004-03-25 09:53 UTC Release state: alpha Release uploaded by: pmjones Changelog: * The 'wikilinks' rule now looks for _, -, and 0-9 in front of candidate wikilinks (in addition to A-Za-z). * The 'interwiki' rule now supports described links in the format [Main:HomePage Show this text]. Thanks to Jacob Brunson at BYU for the suggestion. * The insertRule() method would add new rules as an array in themselves, instead of as a key and an array of values; this has been fixed. Thanks to Brian Tol for the bug report. |
0.10.2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.10.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.10.2 Release date: 2004-03-20 21:48 UTC Release state: alpha Release uploaded by: pmjones Changelog: * 'wikilinks' rule now shows the display text (not the page name) for new pages * 'wikilinks' rule only shows a new-page link when new_url is set and non-blank * re-enabled 'newline' rule after changing the regex; use space-underscore at the end of a line to indicate a line break * 'paragraph' rule is a bit smarter now, it looks at the surrounding tokens to determine if it should be active or not |
0.10.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.10.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.10.1 Release date: 2004-03-14 07:16 UTC Release state: alpha Release uploaded by: pmjones Changelog: * 'list' rule now adds an extra \n in front of the returned values (fixes bug where paragraphs were not honored) |
0.10 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.10 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.10 Release date: 2004-03-13 18:03 UTC Release state: alpha Release uploaded by: pmjones Changelog: * THIS RELEASE BREAKS PRIOR FUNCTIONS. Read the release notes below and see the documentation website. * New documentation website at http://wiki.ciaweb.net/view.php?wiki=Text_Wiki * The $rules property is completely changed, see the website for new format * Added setRuleConf() method to set rule configuration values (no longer Text_Wiki class properties) |
0.8.3 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.8.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.8.3 Release date: 2004-03-02 16:40 UTC Release state: alpha Release uploaded by: pmjones Changelog: * The prefilter rule now adds 1 newline at the beginning, and 2 newlines at the end, of the source text to be parsed; this helps to catch single-line paragraphs at the beginning/end of short documents. Fixes bug #927 from h_wendel at cojobo dot net. |
0.8.2 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.8.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.8.2 Release date: 2004-02-23 23:42 UTC Release state: alpha Release uploaded by: pmjones Changelog: * docs/index.php assigned a new Text_Wiki object by copy, causing transform() to fail. Have updated to assign by reference. |
0.8.1 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.8.1 Release date: 2004-02-23 21:21 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Rules are now loaded in the constructor method, not on-the-fly as part of the parse() method. This corrects the "can't parse twice" bug reported by James Mills and lasse-at-meldorf-dot-net. * The rule for interwiki.php checks the $interwiki property at process() time; if the matched text is not in $interwiki, the text is not processed as interwiki markup. (Thanks to Paul Gibbs for the tip.) * The rule for url.php now checks for "http://", not just "http:" (same for all protocols except "mailto:"). |
0.8 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.8 Release date: 2004-01-31 13:11 UTC Release state: alpha Release uploaded by: pmjones Changelog: * WARNING: There has been a major change to Wiki class property $rules definition. This breaks backwards compatibility to 0.7 alpha and earlier for any user-defined rules. * The $rules property is now an associative array ('rule_name' => '/path/to/classfile.php'); this allows easier extension of rules by disconnecting the token name from the file name and the class name. * Minor change to directory structure (Text/Wiki/rules/ is now Text/Wiki/Rule/) * Removed Wiki class properties $_default_path and $rule_path (superseded by the new $rules property where the file name is explicitly defined) * Removed method Wiki::_fileExists() * Modified Wiki::render() to go through the source character-by-character instead of using str_replace (fixes bug where marked-up numbers would sometimes be mistaken for delimited token numbers) * Modified Rule.php class constructor and all related rule classes to take two params (matches the new $rules property definition) * Added rule "bold" (uses 3 single-quote ''' marking) * Added rule "italic" (uses 2 single-quote '' marking) * Added rule "superscript" (uses double-caret ^^ marking) * Modified rule "strong" to use double-star (**) marking * Modified rule "emphasis" to use double-slash (//) marking * Modified rule "toc" to pass through the source character-by-character instead of using str_replace (fixes bug where marked-up numbers would sometimes be mistaken for delimited token numbers) * Updated package documentation |
0.7 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.7 Release date: 2004-01-04 11:19 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Completely changed directory structure to PEAR standard (thanks to Matthias Nothhaft for pointing out my dumb mistake there) * Due to the directory change, you should include/require 'Text/Wiki.php' (vice 'Text_Wiki.php') * Added separate parse() and render() methods (transform() now calls theses instead of parsing and rendering within the transform() method) * Added getSource() to get the parsed source text * Added getTokens() to get the parsed tokens (or tokens from specific rules) |
0.6 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.6 Release date: 2003-12-05 16:41 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Changed rule "toc" so that it properly caputres formatting in headings for the table of contents * Changed rule "codeblock" to "code", it no longer colorizes * Added rule "phpcode", it acts like "code" and it colorizes * Added rule "phplookup", it links function names to the php.net manual * Added new rule "revise" to mark text for insert/delete revisions * Renamed a number of rules to be shorter or more descriptive * Updated HomePage and SamplePage with new rules * Added docs/TextWikiProposal (the initial PEAR proposal text, modified) |
0.5 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.5 Release date: 2003-12-04 15:47 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Changed method name render_xhtml() to renderXhtml() (thanks to Klaus Guenther) * Added rule for table of contents (toc.php) * Modified heading rule so that it captures the heading text for TOC entries (this is imperfect as it does not parse the captured text) * updated HomePage and SamplePage to use %%TOC%% markers |
0.4 |
Easy InstallNot sure? Get more info. pear install Text_Wiki-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Wiki-0.4 Release date: 2003-12-03 10:50 UTC Release state: alpha Release uploaded by: pmjones Changelog: * Removed $key and $format from render() parameters * Changed method name from render() to render_xhtml() (this will allow easier extension) * Changed "tighten" rule behavior (now removes all newlines, this speeds up parsing by 30%) * Changed docs/TokenRuleKeys (removed "tighten") * Changed docs/HomePage (added info on Text_Wiki() $options param) |