commit: horde index.php rpc.php signup.php horde/util barcode.php icon_browser.php framework/SyncML/tests testsync.php framework/admintools horde-base.php horde-create-sequence.php horde-db-dumpdata.php horde-db-dumpschema.php horde-db-updatedata.php ...

"Michael M Slusarz" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
slusarz     2009-07-22 02:40:32 EDT

  Modified files:
    .                    index.php signup.php rpc.php 
    util                 barcode.php icon_browser.php 
    SyncML/tests         testsync.php 
    admintools           horde-create-sequence.php 
                         horde-db-dumpdata.php 
                         horde-db-dumpschema.php 
                         horde-db-updatedata.php 
                         horde-db-updateschema.php 
                         horde-remove-pref.php horde-sql-shell.php 
    devtools             horde-check-themes.php 
    admin                signup_confirm.php 
    scripts              alarms.php cookie_login.php get_login.php 
                         import_squirrelmail_file_prefs.php 
                         import_squirrelmail_sql_prefs.php 
    scripts/upgrades     2008-04-09_horde_syncml_map.php 
                         2008-08-29_fix_mdb2_sequences.php 
                         convert_datatree_groups_to_sql.php 
                         convert_datatree_perms_to_sql.php 
                         migrate_user_categories.php 
                         move_history_out_of_datatree.php 
    lib                  base.php 
    services             cache.php go.php imple.php problem.php 
                         resetpassword.php 
    services/help        index.php 
    services/portal      sidebar.php 
  Added files:
    admintools           horde-base.php 
  Log:
  Remove AUTH_HANDLER; optimize to new coding standards.
  
  Revision  Changes    Path
  1.26      +5 -8      framework/SyncML/tests/testsync.php
  1.1       +11 -0     framework/admintools/horde-base.php (new)
  1.9       +4 -16     framework/admintools/horde-create-sequence.php
  1.5       +3 -16     framework/admintools/horde-db-dumpdata.php
  1.9       +3 -16     framework/admintools/horde-db-dumpschema.php
  1.4       +3 -16     framework/admintools/horde-db-updatedata.php
  1.6       +3 -16     framework/admintools/horde-db-updateschema.php
  1.4       +6 -13     framework/admintools/horde-remove-pref.php
  1.10      +4 -17     framework/admintools/horde-sql-shell.php
  1.16      +3 -4      framework/devtools/horde-check-themes.php
  1.5       +2 -2      horde/admin/signup_confirm.php
  2.125     +3 -3      horde/index.php
  1.61      +12 -8     horde/lib/base.php
  1.57      +7 -7      horde/rpc.php
  1.9       +3 -6      horde/scripts/alarms.php
  1.11      +8 -12     horde/scripts/cookie_login.php
  1.11      +7 -8      horde/scripts/get_login.php
  1.7       +4 -6      horde/scripts/import_squirrelmail_file_prefs.php
  1.6       +6 -8      horde/scripts/import_squirrelmail_sql_prefs.php
  1.3       +7 -10     horde/scripts/upgrades/2008-04-09_horde_syncml_map.php
  1.8       +4 -9      horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php
  1.6       +3 -6      horde/scripts/upgrades/convert_datatree_groups_to_sql.php
  1.3       +4 -7      horde/scripts/upgrades/convert_datatree_perms_to_sql.php
  1.6       +3 -6      horde/scripts/upgrades/migrate_user_categories.php
  1.6       +5 -8      horde/scripts/upgrades/move_history_out_of_datatree.php
  1.2       +1 -1      horde/services/cache.php
  1.31      +3 -3      horde/services/go.php
  2.105     +2 -2      horde/services/help/index.php
  1.3       +1 -1      horde/services/imple.php
  1.44      +2 -2      horde/services/portal/sidebar.php
  2.138     +2 -2      horde/services/problem.php
  1.24      +2 -2      horde/services/resetpassword.php
  1.39      +2 -2      horde/signup.php
  1.18      +26 -28    horde/util/barcode.php
  1.14      +3 -4      horde/util/icon_browser.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/SyncML/tests/testsync.php?rt=horde&r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/co.php/framework/admintools/horde-base.php?rt=horde&r=1.1
  http://cvs.horde.org/diff.php/framework/admintools/horde-create-sequence.php?rt=horde&r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-db-dumpdata.php?rt=horde&r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-db-dumpschema.php?rt=horde&r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-db-updatedata.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-db-updateschema.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-remove-pref.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/framework/admintools/horde-sql-shell.php?rt=horde&r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/framework/devtools/horde-check-themes.php?rt=horde&r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/admin/signup_confirm.php?rt=horde&r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/index.php?rt=horde&r1=2.124&r2=2.125&ty=u
  http://cvs.horde.org/diff.php/horde/lib/base.php?rt=horde&r1=1.60&r2=1.61&ty=u
  http://cvs.horde.org/diff.php/horde/rpc.php?rt=horde&r1=1.56&r2=1.57&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/alarms.php?rt=horde&r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/cookie_login.php?rt=horde&r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/get_login.php?rt=horde&r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde&r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/2008-04-09_horde_syncml_map.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php?rt=horde&r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/convert_datatree_groups_to_sql.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/convert_datatree_perms_to_sql.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/upgrades/move_history_out_of_datatree.php?rt=horde&r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/services/cache.php?rt=horde&r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/services/go.php?rt=horde&r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/horde/services/help/index.php?rt=horde&r1=2.104&r2=2.105&ty=u
  http://cvs.horde.org/diff.php/horde/services/imple.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde&r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/horde/services/problem.php?rt=horde&r1=2.137&r2=2.138&ty=u
  http://cvs.horde.org/diff.php/horde/services/resetpassword.php?rt=horde&r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/horde/signup.php?rt=horde&r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/horde/util/barcode.php?rt=horde&r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/horde/util/icon_browser.php?rt=horde&r1=1.13&r2=1.14&ty=u

-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.