[cvs] commit: jonah newsadmin.php newsfeed.php jonah/config conf.xml jonah/docs CHANGES jonah/lib Headlines.php News.php NewsAdmin.php jonah/lib/News sql.php jonah/scripts/db jonah_news.sql jonah_weather.sql jonah/templates/menu menu.inc nag/lib/Driver ...

Chuck Hagenbuch chuck at horde.org
Fri Jan 17 14:43:23 PST 2003


chuck       2003/01/17 14:43:23 PST

  Modified files:
    config               conf.xml 
    docs                 CHANGES 
    lib                  Headlines.php 
    scripts/db           jonah_weather.sql 
    templates/menu       menu.inc 
    lib/Driver           sql.php 
  Added files:
    .                    newsadmin.php newsfeed.php 
    lib                  News.php NewsAdmin.php 
    lib/News             sql.php 
    scripts/db           jonah_news.sql 
  Log:
  Start adding basic news authoring capabilities to Jonah. Done with a
  new SQL driver (other backends welcome); we now have the ability to:
  
  - Create, edit, and delete news sources (channels).
  - Add stories to those news sources.
  
  newsfeeds.php is still *very* crude, and needs a lot of work;
  eventually we'll be able to generate RSS for any of the feeds, so they
  could be used in channels.php just like any other URL.
  
  It'd also be great eventually to have better permissioning on
  newsfeeds so that different feeds can be authored by different users.
  
  Revision  Changes    Path
  1.11      +42 -2     jonah/config/conf.xml
  1.22      +1 -0      jonah/docs/CHANGES
  1.21      +3 -6      jonah/lib/Headlines.php
  1.1       +79 -0     jonah/lib/News.php (new)
  1.1       +328 -0    jonah/lib/News/sql.php (new)
  1.1       +162 -0    jonah/lib/NewsAdmin.php (new)
  1.1       +210 -0    jonah/newsadmin.php (new)
  1.1       +40 -0     jonah/newsfeed.php (new)
  1.1       +23 -0     jonah/scripts/db/jonah_news.sql (new)
  1.2       +1 -3      jonah/scripts/db/jonah_weather.sql
  1.6       +1 -0      jonah/templates/menu/menu.inc
  1.36      +3 -2      nag/lib/Driver/sql.php

  Chora Links:
  http://cvs.horde.org/diff.php/jonah/config/conf.xml?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/jonah/docs/CHANGES?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/jonah/lib/Headlines.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/co.php/jonah/lib/News.php?r=1.1
  http://cvs.horde.org/co.php/jonah/lib/News/sql.php?r=1.1
  http://cvs.horde.org/co.php/jonah/lib/NewsAdmin.php?r=1.1
  http://cvs.horde.org/co.php/jonah/newsadmin.php?r=1.1
  http://cvs.horde.org/co.php/jonah/newsfeed.php?r=1.1
  http://cvs.horde.org/co.php/jonah/scripts/db/jonah_news.sql?r=1.1
  http://cvs.horde.org/diff.php/jonah/scripts/db/jonah_weather.sql?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/jonah/templates/menu/menu.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver/sql.php?r1=1.35&r2=1.36&ty=u


More information about the cvs mailing list