[cvs] commit: agora deleteforum.php editforum.php forums.php moderate.php search.php threads.php view.php agora/docs CHANGES TODO agora/lib Agora.php Forums.php Messages.php api.php agora/lib/Block forums.php thread.php threads.php agora/lib/Forms ...

Chuck Hagenbuch chuck at horde.org
Thu Oct 26 10:10:07 PDT 2006


chuck       2006-10-26 10:10:07 PDT

  Modified files:
    .                    deleteforum.php editforum.php forums.php 
                         moderate.php search.php threads.php 
                         view.php 
    docs                 CHANGES TODO 
    lib                  Agora.php Forums.php Messages.php api.php 
    lib/Block            forums.php thread.php threads.php 
    lib/Forms            Forum.php 
    messages             delete.php edit.php index.php lock.php 
                         message.php 
    templates/block      forums.html 
    templates/forums     forums.html 
    templates/threads    threads.html 
  Added files:
    scripts/sql          agora.mysql.sql agora.sql 
    scripts/upgrades     2006-10-26_forums_table.php 
                         2006-10-26_messages_table.php 
  Log:
  [cjh] Migrate from DataTree to local SQL usage (Duck <duck at obala.net>).
  
  Revision  Changes    Path
  1.27      +7 -8      agora/deleteforum.php
  1.24      +1 -0      agora/docs/CHANGES
  1.8       +3 -13     agora/docs/TODO
  1.32      +2 -3      agora/editforum.php
  1.44      +6 -7      agora/forums.php
  1.90      +8 -8      agora/lib/Agora.php
  1.28      +9 -9      agora/lib/Block/forums.php
  1.18      +8 -9      agora/lib/Block/thread.php
  1.50      +11 -49    agora/lib/Block/threads.php
  1.2       +3 -3      agora/lib/Forms/Forum.php
  1.84      +275 -355  agora/lib/Forums.php
  1.168     +589 -699  agora/lib/Messages.php
  1.67      +85 -78    agora/lib/api.php
  1.37      +16 -22    agora/messages/delete.php
  1.62      +20 -24    agora/messages/edit.php
  1.20      +8 -9      agora/messages/index.php
  1.11      +10 -20    agora/messages/lock.php
  1.80      +23 -28    agora/messages/message.php
  1.8       +7 -2      agora/moderate.php
  1.1       +56 -0     agora/scripts/sql/agora.mysql.sql (new)
  1.1       +56 -0     agora/scripts/sql/agora.sql (new)
  1.1       +78 -0     agora/scripts/upgrades/2006-10-26_forums_table.php (new)
  1.1       +82 -0     agora/scripts/upgrades/2006-10-26_messages_table.php (new)
  1.4       +8 -2      agora/search.php
  1.18      +1 -1      agora/templates/block/forums.html
  1.28      +8 -2      agora/templates/forums/forums.html
  1.30      +2 -2      agora/templates/threads/threads.html
  1.39      +10 -8     agora/threads.php
  1.6       +4 -3      agora/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/agora/deleteforum.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/agora/docs/CHANGES?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/agora/docs/TODO?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/agora/editforum.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/agora/forums.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Agora.php?r1=1.89&r2=1.90&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Block/forums.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Block/thread.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Block/threads.php?r1=1.49&r2=1.50&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Forms/Forum.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Forums.php?r1=1.83&r2=1.84&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Messages.php?r1=1.167&r2=1.168&ty=u
  http://cvs.horde.org/diff.php/agora/lib/api.php?r1=1.66&r2=1.67&ty=u
  http://cvs.horde.org/diff.php/agora/messages/delete.php?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/agora/messages/edit.php?r1=1.61&r2=1.62&ty=u
  http://cvs.horde.org/diff.php/agora/messages/index.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/agora/messages/lock.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/agora/messages/message.php?r1=1.79&r2=1.80&ty=u
  http://cvs.horde.org/diff.php/agora/moderate.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/co.php/agora/scripts/sql/agora.mysql.sql?r=1.1
  http://cvs.horde.org/co.php/agora/scripts/sql/agora.sql?r=1.1
  http://cvs.horde.org/co.php/agora/scripts/upgrades/2006-10-26_forums_table.php?r=1.1
  http://cvs.horde.org/co.php/agora/scripts/upgrades/2006-10-26_messages_table.php?r=1.1
  http://cvs.horde.org/diff.php/agora/search.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/agora/templates/block/forums.html?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/agora/templates/forums/forums.html?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/agora/templates/threads/threads.html?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/agora/threads.php?r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/agora/view.php?r1=1.5&r2=1.6&ty=u


More information about the cvs mailing list