[cvs] commit: mnemo memo.php mnemo/docs CHANGES mnemo/lib Driver.php Mnemo.php api.php mnemo/lib/Driver sql.php mnemo/scripts guid_convert.sql guid_convert_mysql.sql mnemo/scripts/drivers mnemo_memos.sql

Chuck Hagenbuch chuck at horde.org
Fri Feb 27 20:49:43 PST 2004


chuck       2004/02/27 20:49:43 PST

  Modified files:
    .                    memo.php 
    docs                 CHANGES 
    lib                  Driver.php Mnemo.php api.php 
    lib/Driver           sql.php 
    scripts/drivers      mnemo_memos.sql 
  Added files:
    scripts              guid_convert.sql guid_convert_mysql.sql 
  Log:
  [cjh] GUIDs now only contain mnemo: and the note ID - sharename is not needed.
  [cjh] Note IDs are now 32-character unique strings, to be useable as GUIDs.
  The SQL table definition has changed; conversion scripts are in scripts/.
  
  - moving a memo to a different notepad now uses the new move() method,
  instead of deleting and re-adding it.
  
  - The API methods now use the new getByGUID() method to get a note
  just from the GUID (i.e., without knowing the notepad_id beforehand).
  
  THERE ARE CONVERSION SCRIPTS IN scripts/guid_convert[_mysql].sql. YOU
  WILL NEED TO RUN THEM FOR MOST PARTS OF MNEMO TO WORK AFTER UPDATING.
  
  I'd very much appreciate testing/debugging of these changes. I have
  tested them, but it's quite possible I missed something.
  
  Revision  Changes    Path
  1.42      +3 -0      mnemo/docs/CHANGES
  1.22      +57 -69    mnemo/lib/Driver.php
  1.21      +99 -38    mnemo/lib/Driver/sql.php
  1.39      +2 -30     mnemo/lib/Mnemo.php
  1.41      +23 -19    mnemo/lib/api.php
  1.29      +13 -19    mnemo/memo.php
  1.4       +2 -2      mnemo/scripts/drivers/mnemo_memos.sql
  1.1       +11 -0     mnemo/scripts/guid_convert.sql (new)
  1.1       +3 -0      mnemo/scripts/guid_convert_mysql.sql (new)

  Chora Links:
  http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Driver.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Driver/sql.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Mnemo.php?r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/api.php?r1=1.40&r2=1.41&ty=u
  http://cvs.horde.org/diff.php/mnemo/memo.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/mnemo/scripts/drivers/mnemo_memos.sql?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/mnemo/scripts/guid_convert.sql?r=1.1
  http://cvs.horde.org/co.php/mnemo/scripts/guid_convert_mysql.sql?r=1.1


More information about the cvs mailing list