commit: troll article.php groupview.php index.php newsgroups.php post.php showthread.php threadoverview.php listview.js troll/config prefs.php.dist .cvsignore troll/graphics newpost.gif post.gif 3dn_logo.gif background.gif newspaper.gif unseen.gif ...

chuck@horde.org chuck@horde.org
6 Mar 2001 23:48:27 -0000


chuck       2001/03/06 15:48:26 PST

  Modified files:
    .                    article.php groupview.php index.php 
                         newsgroups.php post.php showthread.php 
                         threadoverview.php 
    config               .cvsignore 
    graphics/newsgroups  collapsed.gif empty.gif expanded.gif 
    lib                  NNRP.php Tree.php Troll.php base.php 
    templates            common-header.inc 
    templates/newsgroups actions.inc alert.inc foot.inc head.inc 
                         javascript.inc row.inc 
  Added files:
    config               prefs.php.dist 
    graphics             newpost.gif post.gif 
    graphics/newsgroups  newscollection.gif newsgroup.gif 
    templates/index      notconfigured.inc 
    templates/javascript listview.js 
  Removed files:
    .                    listview.js 
    graphics             3dn_logo.gif background.gif newspaper.gif 
                         unseen.gif writeus_icon.gif 
    graphics/newsgroups  folder.gif folder_open.gif inbox.gif 
                         mbox.gif mbox_marked.gif 
                         mbox_noselect.gif mbox_unmarked.gif 
  Log:
  Lots 'o Troll changes.
  
  - code cleanups - register_globals, error_reporting, whitespace, etc.
  - nicer/more appropriate graphics for the newsgroup browser
  - wording cleaned up in newsgroup browser so as to refer to newsgroups, not folders
  - etc.
  
  Play away - yes, lots still doesn't work or is ugly, but it's getting there.
  
  Revision  Changes    Path
  1.4       +4 -8      troll/article.php
  1.7       +83 -116   troll/groupview.php
  1.7       +37 -132   troll/index.php
  1.12      +39 -47    troll/newsgroups.php
  1.6       +26 -26    troll/post.php
  1.4       +1 -1      troll/showthread.php
  1.4       +1 -1      troll/threadoverview.php
  1.3       +1 -0      troll/config/.cvsignore
  1.2       +1 -1      troll/graphics/newsgroups/collapsed.gif
  1.2       +1 -1      troll/graphics/newsgroups/empty.gif
  1.2       +1 -1      troll/graphics/newsgroups/expanded.gif
  1.3       +537 -537  troll/lib/NNRP.php
  1.6       +646 -646  troll/lib/Tree.php
  1.9       +198 -251  troll/lib/Troll.php
  1.7       +3 -2      troll/lib/base.php
  1.3       +31 -31    troll/templates/common-header.inc
  1.5       +7 -7      troll/templates/newsgroups/actions.inc
  1.3       +1 -1      troll/templates/newsgroups/alert.inc
  1.2       +0 -1      troll/templates/newsgroups/foot.inc
  1.4       +4 -6      troll/templates/newsgroups/head.inc
  1.4       +18 -18    troll/templates/newsgroups/javascript.inc
  1.2       +3 -3      troll/templates/newsgroups/row.inc