commit: troll newsgroups.php article.php article_frames.php groupview.php index.php grouplist.txt groupoverview.php groupselect.php groupstatus.php troll/config html.php.dist servers.php.dist .cvsignore conf.php.dist troll/docs CHANGES ...

chuck@horde.org chuck@horde.org
4 Jan 2001 22:12:23 -0000


chuck       2001/01/04 14:12:22 PST

  Modified files:
    .                    article.php article_frames.php 
                         groupview.php index.php 
    config               .cvsignore conf.php.dist 
    docs                 CHANGES 
    lib                  NNRP.php Troll.php 
  Added files:
    .                    newsgroups.php 
    config               html.php.dist servers.php.dist 
    graphics             reload.gif unseen.gif 
    graphics/newsgroups  collapsed.gif empty.gif expanded.gif 
                         folder.gif folder_open.gif inbox.gif 
                         mbox.gif mbox_marked.gif 
                         mbox_noselect.gif mbox_unmarked.gif 
                         spacer.gif 
    lib                  base.php tree.php 
    templates            common-header.inc doctype.inc 
    templates/article    article.inc 
    templates/newsgroups actions.inc alert.inc foot.inc head.inc 
                         javascript.inc row.inc 
  Removed files:
    .                    grouplist.txt groupoverview.php 
                         groupselect.php groupstatus.php 
  Log:
  a little bit of cleanup of various sorts, and the start of a hierarchical
  newsgroup navigator based heavily on the IMP folder navigator. it's still
  ugly and hardcoded and doesn't completely work, but it lists all top level
  groups at least...
  
  Revision  Changes    Path
  1.3       +11 -26    troll/article.php
  1.3       +3 -3      troll/article_frames.php
  1.3       +45 -59    troll/groupview.php
  1.4       +36 -49    troll/index.php
  1.2       +2 -0      troll/config/.cvsignore
  1.2       +2 -1      troll/config/conf.php.dist
  1.3       +1 -0      troll/docs/CHANGES
  1.2       +446 -451  troll/lib/NNRP.php
  1.3       +206 -249  troll/lib/Troll.php