ccTiddly v1.0 is out!! ccTiddly is a server-side TiddlyWiki adaptation using PHP and MySQL to store tiddlers. It can be used as a personal wiki as well as online notepad, reminder, organiser and many more.
Here is a recent review of TiddlyWiki on linux.com
http://www.linux.com/article.pl?sid=06/08/23/1911200
Or you can download tiddlywiki here
http://www.tiddlywiki.com
If you are upgrading from ccTiddly v0.5.5, expect a lot of changes! (see the list below). The config file also has a lot of changes and new features! A brand new privilege system is also implemented so do take your time to read through the config file.... read more
Fix problem with logging in with IE and "slashes and quotes" in generating RSS. Owe a lot of thanks to BramChen.
ccTiddly v0.5.5a is out which fixed a bug when one tries to change the title of a tiddler. This is due to newly implemented collision detection code.
Import plugin for v0.5.5 is also out but I guess ccTiddly users wont need this :)
Enjoy!
ccTiddly is a tiddly adaptation using PHP and MySQL to store tiddlers. This is a server side adaptation, based on phpTiddlyWiki by PatrickCurry, which allow its user to change their tiddly over HTTP.
The latest version is v0.5.5 and have the following changes:
* UPGRADE: upgrade to tiddlywiki 2.0.10
* IMPROVEMENT: add .htaccess file to include and config directory suggested by ocat
* IMPROVEMENT: switch off autosave and savebackup by default reported by eee_g and ocat
* IMPROVEMENT: saveChanges would create an xml file for rss requested by ocat and email
* IMPROVEMENT: add plugin that allow to create link which opens in current window (override config of tiddly)
* IMPROVEMENT: add login button (a link to itself using [)
* IMPROVEMENT: welcome text to identify logged on person
* IMPROVEMENT: script move to js file (function to generate standalone) suggested by ocat
* IMPROVEMENT: some of the plugin now exist even in standalone such as ExternalLink
* IMPROVEMENT: free-tags, allow annoymous users to add tiddler suggested by ocat
o security issue with systemConfig and html+javascript (see here for discussion, here and here for solution)
* IMPROVEMENT: tags with loginLock_tags, such as sytemConfig by default, will require login to change suggested by ocat
o this is oppose to free-tags so annoymous users cannot add tags like systemConfig
* IMPROVEMENT: collision detection using timestamp suggested via email
* IMPROVEMENT: ability to switch js versions of tw for easy upgrade
* IMPROVEMENT: error message in separate files for better lingual support
* BUG: standalone display debug text when in debug mode
* BUG: not binary safe (case insensitive title) reported by email
* CODE: move password support to plugin (similar to PasswordTweak) for easier upgrade... read more
The ccTiddly-v0.5 is finally out! The changes are
* UPDATE: update to tiddlywiki 2.0.6
* IMPROVEMENT: check field size in config and title
* IMPROVEMENT: improved setting files
* BUG: fix display bug in IE that gives a very large title space
* BUG: changing a tiddly title could overwrite a locked tiddly
* SECURITY: check in config file to remove [\/?*]
* CHANGES: only MainMenu and required title would be output when accessing all versions of the particular title
* CHANGES: change the way ccTiddly finds it's config file
* CODE: file organisation
* CODE: set isdirty to false to suppress warning when closing page (in save and delete tiddlers)
* CODE: parameter check in function.php
* CODE: made some of ccTiddly code as marco... read more
As you may have noticed there is a textarea (box) at the bottom of your wiki. This is just one settings I forgot to change in the config file. You may edit it manually on line 25 to change
$tiddlyCfg['developing']=1;
to
$tiddlyCfg['developing']=0;
there is no other changes when compared to v0.4
ccTiddly is a tiddly adaptation using PHP and MySQL to store tiddlers. This is a server side adaptation, based on phpTiddlyWiki by PatrickCurry, which allow its user to change their tiddly over HTTP.
change log:
* CODE: change ''recordTime_float'' to add time to array directly with check of time var exist
* RENAME: microtime_float is now called recordTime_float
* BUG: error in validateUser when pasSecretCode is not present
* BUG: private tags are too sensitive
ccTiddly is a tiddly adaptation using PHP and MySQL to store tiddlers. This is a server side adaptation, based on phpTiddlyWiki by PatrickCurry, which allow its user to change their tiddly over HTTP.
change log:
* IMPROVEMENT: implement MD5 hash (javascript) to password
* IMPROVEMENT: moved bottom powered by bar
* IMPROVEMENT: config of cookie expire date
* IMPROVEMENT: would only ask to confirm delete once
* IMPROVEMENT: add developing to global variable
* CODE: change ''time'' variable to array
* CODE: split function.php to print.php
* BUG: using ?config parameter to view other tiddly and make changes would result in changes without config parameter
* UPGRADE: upgrade to TiddlyWiki 2.0.3
ccTiddly is a tiddly adaptation based on PHP and MySQL to store tiddlers. This is a server side adaptation which allow its user to change their loved tiddly over HTTP. It is also possible to generate a standalone version with this!
Changes with this version is:
*UPGRADE: TiddlyWiki version 2.0 upgrade
*SECURITY: fix security bug in protected tiddler being visible when printing all versions
*BUG: not installing properly
*BUG: redirect bug, not redirect properly when files are not situated in root directory of URL
*ADD: add versioning of ccTiddly
*ADD: ability to force to use a particular config file
ccTiddly initial release is now available! ccTiddly is a server-side tiddly adaptation using PHP and MySQL. Check it out!