zimki | all bloggers | admin login | recent entries for Tom Insam
 
Zimki 1.7 released

Tom Insam on Thu Nov 23 2006 16:31:57 GMT+0000 (BST)

Changes in this release:

Portal changes

  • JavaScript autocomplete has been made faster, and should be much nicer under Safari now.
  • Fixed a bug in the instance browser where we would be left on an empty page when deleting the last instance on the last page.

Platform changes

  • Fixed a bug in publishPath where if you return a function - as opposed to a content string - we now return the result of calling the function instead of the serialised function object itself. For instance
    zimki.publishPath("/", function() {
      return function() { return "nested function" };
    });
  • Instances can be searched for on 'owner' and 'group' - these properties are no longer 'special'.
  • Downloaded files (not published pages, just files) should now corrently report Content-Length and Last-Modified headers, and browsers should be able to correctly tell that a file hasn't changed, and not download it again. Pages published through publishPath from JavaScript don't send these headers yet.

leave a comment

name
email
comment