Table of contents ▼▲
November (Release Notes)
29nd (Release Notes)
- new ACL Admin button. Links to available admin options for your user level.
- new API::Warning_Msg() function & <!--{$WARNING_MSG}--> template field.
22nd (Release Notes)
- new ACL Admin added. Users can now register & modify thier own details. Admin users have ability to modify, add & delete any user
- mod Code now formatted by the beautify_php scripts. Adds a consistent look & feel to the code.
- fix force array to be merged by casting. ie array_merge((array)$a, (array)$b)
- fix Displaying an old revision was not showing a warning
- fix Revision comments displaying against wrong revision
- fix Diff output failed if text contained a template field.. ie <!--{$TEXT}-->
- fix Delete of page was not removing old page
17th (Release Notes)
- new username now logged against change. Extra 'save' step added in at 710. (see acl/auth_acl.php)
- new Added @! !@ markup to center text, etc on a line
- mod general css changes in default skin
- mod Template object re-use. Majority of skins can re-use 'default' skin objects, ie javascript, css, etc..
- mod lastupd plugin now only reads from file if looking at a different page, otherwise returns info from the loaded page XML array
- mod Moved assignment of $URLBase from clswiki.php to variables.php
- fix 'setskin' action now checks if skin directory exists. Will not change to a non-existent skin.
- fix type="text/css" added to style tag in default skin.
- fix toc.php indently incorrectly.
13st (Release Notes) - v0.3.23 released
- new ACL1) added. Grant or Revoke access to a page. Currently this is a manual edit. (Users also do not exist)
- new Add define WIKI_DIR in wikidx.php
- new API::Relative_Path() function added. Returns the relative path to WIKI_DIR. Very useful for setting plug-in paths (see acl)
- new API::SetInterfaceCtl and API::UnSetInterfaceCtl added. These set which options are available to the user, ie edit, login/off, backlinks, etc
- new API::CallFunction(). Creates a global 'eval' function that handles calls to
- new SKIN and SKINDIR template fields added to skinning.php.
- mod ShowMsg() replaced by API::ShowMsg(). Template files required changing to reflect new function name
- mod cls_msghandler::TryFile() modified to add a msgcache. Prevents multiple disk reads for msg files.
- mod Prevent the : (namespace) char appearing in a page link
- mod Various code improvements, and more compliance to the API:: toolkit.
- mod cls_array.php merged into cls_xml.php
- mod cls_xml::Array2XML() amended to add $XML_HEADER to each XML file ('<?xml version="1.0" encoding="UTF-8" ?>')
- fix Old revisions of pages not showing. action_browse.php (br_load_page() ) changed.
- fix Dont show cache page for old revisions
<function>, $this-><method>, and <class>::<method>.
1) Access Control Lists