[cvs] commit: agora threads.php agora/config prefs.php.dist agora/lib Agora.php Forums.php Messages.php agora/messages edit.php index.php message.php agora/templates/messages flat.html flat_thread.html index.html message.html message_thread.html ...

Chuck Hagenbuch chuck at horde.org
Sun Oct 29 10:17:03 PST 2006


chuck       2006-10-29 10:17:03 PST

  Modified files:
    .                    threads.php 
    config               prefs.php.dist 
    lib                  Agora.php Forums.php Messages.php 
    messages             edit.php index.php 
    templates/messages   index.html message.html 
    templates/threads    threads.html 
  Added files:
    templates/messages   flat.html flat_thread.html 
  Removed files:
    messages             message.php 
    templates/messages   message_thread.html 
  Log:
  "Message and flat view had nearly the same functionality. The only difference
  was that the flat view shows bodies, and flat view didn't allow the to
  directly post a replay. I combined the two to not have a code duplication,
  and allow posting a replay directly in flat view. The thread_view_bodies
  preference is extended to allow not just thread or flat view, but event flat
  view with indents.
  
  Other changes:
  - Produce a query less by allowing replyMessage() to accept an message array
  already retrieved in thread view.
  - add pager in thread view
  - add pref option to sort threads by number of posts
  - allow to post a message directly even from flat view
  - Fix sql syntax in agora_forum::search()
  - Fix page titles in message view
  - Don't even load identities if avantars are disabled in message view"
  Submitted by: Duck <duck at obala.net>
  
  Revision  Changes    Path
  1.23      +35 -15    agora/config/prefs.php.dist
  1.91      +2 -2      agora/lib/Agora.php
  1.85      +3 -3      agora/lib/Forums.php
  1.172     +18 -17    agora/lib/Messages.php
  1.83      +0 -124    agora/messages/Attic/message.php (dead)
  1.63      +2 -2      agora/messages/edit.php
  1.22      +137 -15   agora/messages/index.php
  1.4       +0 -13     agora/templates/messages/Attic/message_thread.html (dead)
  1.1       +43 -0     agora/templates/messages/flat.html (new)
  1.1       +43 -0     agora/templates/messages/flat_thread.html (new)
  1.18      +17 -1     agora/templates/messages/index.html
  1.38      +12 -0     agora/templates/messages/message.html
  1.33      +3 -3      agora/templates/threads/threads.html
  1.42      +2 -2      agora/threads.php

  Chora Links:
  http://cvs.horde.org/diff.php/agora/config/prefs.php.dist?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Agora.php?r1=1.90&r2=1.91&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Forums.php?r1=1.84&r2=1.85&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Messages.php?r1=1.171&r2=1.172&ty=u
  http://cvs.horde.org/co.php/agora/messages/Attic/message.php?r=1.82
  http://cvs.horde.org/diff.php/agora/messages/edit.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/agora/messages/index.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/co.php/agora/templates/messages/Attic/message_thread.html?r=1.3
  http://cvs.horde.org/co.php/agora/templates/messages/flat.html?r=1.1
  http://cvs.horde.org/co.php/agora/templates/messages/flat_thread.html?r=1.1
  http://cvs.horde.org/diff.php/agora/templates/messages/index.html?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/agora/templates/messages/message.html?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/agora/templates/threads/threads.html?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/diff.php/agora/threads.php?r1=1.41&r2=1.42&ty=u


More information about the cvs mailing list