Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

CcTiddly/Releases

TiddlyWiki Community Wiki

Jump to: navigation, search

Over the last few weeks and months Matt and I have slowly been working toward ccTiddly 2.0. Its still early days but we wanted to start getting feedback as soon as possible, so here is ccTiddly 1.6 Alpha :

Contents

[edit] Demo

   * http://wiki.osmosoft.com/alpha/

Please post your messages and comments to the google groups page :

http://groups.google.com/group/ccTiddly

[edit] Download

You can download the ccTiddly code from : ccTiddly 1.6.2 Download

[edit] Install Process

  • Create a database, you can call it what you like.
  • Run the install.sql file.
  • Extract all files to a folder on your web server.
  • Ensure that the settings in /includes/config.php are correct :
$tiddlyCfg['db']['host'] = "127.0.0.1"; sql host
$tiddlyCfg['db']['login'] = "DATABASEUSERNAME"; login name
$tiddlyCfg['db']['pass'] = "DATABASEPASSWORD"; login password
$tiddlyCfg['db']['name'] = "DATABASENAME"; db name
  • If there is not already a .htaccess file in your root directory then you will need to create the file manually and copy the text from the following URL :
http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/.htaccess
  • Visit the root of your server.
  • Hey presto, it should all be set up for you. Enjoy.

[edit] New Requirements

[edit] Mod-Rewrite

If you wish to use nice friendly URLs. (wiki.osmosoft.com/simonmcmanus instead of wiki.osmosoft.com/?workspace=simonmcmanus) You will need to have mod-rewrite enabled. If you dont/cant/wont enable it then ensure $tiddlyCfg['use_mod_rewrite'] is set to 0 in the config.php file.

If you want help turning on mod-rewrite read over this blog post

[edit] DOM/XML

This is only required for OpenID. If you don't have DOM/XML try installing it with YUM.

[edit] Feedback / Contact

Your feedback will help to drive how we develop ccTiddly going foward so If you have any problems/comments/suggestions/bugs requests about this and future releases of ccTIddly then please post to the ccTiddly google groups which can be found at :

http://groups.google.com/group/ccTiddly


I am keen to get feedback on the best way for the ccTiddly community to keep in contact. I will try to use this blog for progress updates such as this. If you would like to see anything changed or improved we would like to hear from you.

There are also lots of links below where you will find help with ccTiddly.

[edit] ccTiddly Online Estate :

[edit] Release History

[edit] 1.6 - 1.6.4

[edit] 1.6.3 - 1.6.4

  • Improved error message when work is not saved.
  • Standalone functionality returned
  • ccUpload now works in Internet Explorer 6.


  • Various browser fixes
  • Session Timeout
    • Session timeout can be turned off in the config
    • session timeout is renewed on each request to the server
  • TODO = Fix to ensure .htaccess file is included in the release
  • Case issues in help file resolved
  • Errors in help file corrected.
  • Warning in place if tiddler has not been saved.
  • SimpleTheme should now be applied if users are not logged in meaning they do not see the sidebars.
  • default permissions improved
    • default public security tag
    • TODO : default private security tag
    • TODO : improve error messages on failed workspace creation
  • Ability to turn off workspaces

[edit] 1.5 - 1.6

  • Improved User interface
  • New User registeration
  • Delegated Session Managment
  • ccUpload Macro
  • ccCreate Macro

[edit] 1.5.1 to 1.5.3

  • Improved HTTPS support
  • Improved support for non port 80
  • Improved security

[edit] 1.2 to 1.5

  • ccTiddly is now using the latest version of Tiddlywiki 2.3.0
  • As a result the "backstage area" now works.
  • Self-service Workspace Creation <<ccCreateWorkspace>>
  • New login macro <<ccLogin>>
  • New login status macro <<ccLoginStatus >>
  • Proxy service - so that you can import from other URLs. - using BidXs proxy plugin.
  • User management now sits in the database.
  • Basic LDAP support.
  • OpenID support.
  • Users should no longer be shown links they are not allowed to click on (edit, delete).

note : each release of ccTiddly uses the ccTiddly release checklist which can be found at :

http://www.tiddlywiki.org/wiki/CcTiddlyDeveloper/ReleaseGuide

[edit] Currently Incomplete

  • Install file
  • Edit user profiles (passwords)
  • ccHelp file including documentation of all the ccTiddly Macros
  • Multi-language support with new plugins.
  • Integrate the templating work from Jon with ccTiddly.
  • Help Tiddler
  • Integrating proxy plugin
  • RSS feed is currently disabled

[edit] Not Started

  • Translations
  • Personal tiddlers
  • Lazy loading
  • User management
    • Macro to edit user profiles
    • Nice interface for adding new plugins - currently in ccTiddly 1.2
  • "Backstage bug" - when editing a tiddler if the user clicks outside the text area then presses backspace data is lost.


If your interested in helping to develop, test or use any of these features please do make contact. We would also love to hear what things you are all developing and any mad ideas/use cases you may have.

Personal tools