I Wiki Changelog
September 5:
changed regex for italics to fix problem with grabbing paths
June 19:
added hack to change constant IWIKI_DEFAULTPAGE to IWIKI_HOME
added w as an AccessKey to the textarea
added paragraph continuation character \ to blockquotes.
June 17:
trimed table paragraphs and cells
June 16:
added ability to insert text formatting regexs into the parse program via eval on $this->parse_extra
changed diff output formatting
June 14:
changed alt to title in link attributes
June 13:
fixed bug in changelog for non WikiWord pages
fixed bug in load function for blank pages. Now tests for if file exists, not if it's blank.
changed post form action to REQUEST_URI
in viewonly wikiwords are passed through expand function
June 12:
change the changelog format, added link to changed lines
June 10:
added 'alt' defeenition to ? links
fixed back-links to show all matches from a page
removed 'changelog' matches from backlinks
June 3:
added ability to escape fomatting codes with \
June 2:
changed headers/links to PHP_SELF from PATH_INFO
May 15:
changed regex delimiter to %
May 14:
forced search engine links to get the view page (they can't index edit)
added more zero-width assertions to cleanup the regex set
May 12:
fixed bug with italisizing text
May 10:
moved WikiWord expantion routines into one function
fixed ability to set WikiWord expantion preference
April 28:
cleaned up code, esp preg_match functions
moved defines to one location
changed some variable names
April 16:
added extended parser hook
fixed image insertion with zero-width negative look-behind assertion
changed bold text regex
March 17:
fixed bug with embeding images from remote http sites.
March 12:
fixed bug with italics so you can now enter file and directory paths
March 07:
added site ChangeLog option
added multiple blockquote indent parseing
fixed italisize parseing so you can include file paths without loosing the /'s
March 1:
started to implement a diff viewer - views diffs between to consecutive revusions
February 21:
added ability to add page revision numbers to WikiWord links.
added display of current revision number to page titles when not viewing current revision.
February 17:
added ability to insert images into wiki pages.
February 10:
added double backet in-wiki links
fixed links to be relative so can now mod_rewrite to make urls very readable
changed which toolbar links show on what page
February 08:
added urldecode() to page names
added initial support for read only pages (set constant IWIKI_READONLY to true to use)
January 31:
ixed bug in wiki word separation
January 29:
fixed conflict between http and wikiword links.
January 27:
first attempt at recursive list parseing
January 18:
added new link format [link title|link url]
changed pre block parseing so it doesn't parse links for lines that start with a space, meaning the first block of a pre cannot be parsed but all other lines are optional
January 17:
removed hidden http:// from links