[cvs] commit: incubator/oscar COPYING README cloud.php content.php content_edit.php index.php list.php search.php video.php vote.php incubator/oscar/admin approve.php index.php process.php processing.php tabs.php view.php incubator/oscar/admin/categories ...

Jan Schneider jan at horde.org
Sat Sep 8 14:35:30 UTC 2007


jan         2007-09-08 10:35:30 EDT

  Added files:
    oscar                COPYING README cloud.php content.php 
                         content_edit.php index.php list.php 
                         search.php video.php vote.php 
    oscar/admin          approve.php index.php process.php 
                         processing.php tabs.php view.php 
    oscar/admin/categories delete.php edit.php index.php 
    oscar/config         .cvsignore .htaccess conf.xml 
                         prefs.php.dist 
    oscar/docs           .htaccess CHANGES CREDITS INSTALL 
                         RELEASE_NOTES TODO 
    oscar/js             star_rating.js 
    oscar/js/src         star_rating.js 
    oscar/lib            .htaccess Categories.php Convert.php 
                         Oscar.php TagCloud.php View.php api.php 
                         base.php version.php 
    oscar/lib/Block      categories.php category.php last.php 
                         last_comments.php tags_cloud.php 
    oscar/lib/Convert    ffmpeg.php mplayer.php 
    oscar/lib/Forms      Manage.php Video.php 
    oscar/locale/sl_SI/LC_MESSAGES oscar.mo 
    oscar/po             .cvsignore .htaccess README oscar.pot 
                         sl_SI.po 
    oscar/scripts        .htaccess 
    oscar/scripts/sql    oscar.sql 
    oscar/templates      .htaccess common-header.inc menu.inc 
    oscar/templates/admin approve.php processing.php view.php 
    oscar/templates/block categories.php video.php 
    oscar/templates/categories index.php 
    oscar/templates/list list.php 
    oscar/templates/video bookmark.php comments.php embedded.php 
                          info.php lighttpd.php lighttpd.swf 
                          player_flv_js.php player_flv_js.swf 
                          star_rating_helper.php thumbnails.php 
                          video.php vote.php 
    oscar/templates/videos index.php 
    oscar/themes         screen.css 
    oscar/themes/graphics email_go.png film.png film_add.png 
                          film_delete.png film_edit.png 
                          film_go.png ipod.png oscar.png 
                          rating-star.gif 
    oscar/videos         delete.php edit.php index.php 
  Log:
  Add Oscar.
  
  Revision  Changes    Path
  1.1       +280 -0    incubator/oscar/COPYING (new)
  1.1       +87 -0     incubator/oscar/README (new)
  1.1       +46 -0     incubator/oscar/admin/approve.php (new)
  1.1       +42 -0     incubator/oscar/admin/categories/delete.php (new)
  1.1       +55 -0     incubator/oscar/admin/categories/edit.php (new)
  1.1       +62 -0     incubator/oscar/admin/categories/index.php (new)
  1.1       +22 -0     incubator/oscar/admin/index.php (new)
  1.1       +51 -0     incubator/oscar/admin/process.php (new)
  1.1       +37 -0     incubator/oscar/admin/processing.php (new)
  1.1       +28 -0     incubator/oscar/admin/tabs.php (new)
  1.1       +25 -0     incubator/oscar/admin/view.php (new)
  1.1       +21 -0     incubator/oscar/cloud.php (new)
  1.1       +3 -0      incubator/oscar/config/.cvsignore (new)
  1.1       +1 -0      incubator/oscar/config/.htaccess (new)
  1.1       +90 -0     incubator/oscar/config/conf.xml (new)
  1.1       +13 -0     incubator/oscar/config/prefs.php.dist (new)
  1.1       +26 -0     incubator/oscar/content.php (new)
  1.1       +35 -0     incubator/oscar/content_edit.php (new)
  1.1       +1 -0      incubator/oscar/docs/.htaccess (new)
  1.1       +5 -0      incubator/oscar/docs/CHANGES (new)
  1.1       +24 -0     incubator/oscar/docs/CREDITS (new)
  1.1       +215 -0    incubator/oscar/docs/INSTALL (new)
  1.1       +49 -0     incubator/oscar/docs/RELEASE_NOTES (new)
  1.1       +32 -0     incubator/oscar/docs/TODO (new)
  1.1       +23 -0     incubator/oscar/index.php (new)
  1.1       +39 -0     incubator/oscar/js/src/star_rating.js (new)
  1.1       +4 -0      incubator/oscar/js/star_rating.js (new)
  1.1       +1 -0      incubator/oscar/lib/.htaccess (new)
  1.1       +41 -0     incubator/oscar/lib/Block/categories.php (new)
  1.1       +71 -0     incubator/oscar/lib/Block/category.php (new)
  1.1       +57 -0     incubator/oscar/lib/Block/last.php (new)
  1.1       +61 -0     incubator/oscar/lib/Block/last_comments.php (new)
  1.1       +39 -0     incubator/oscar/lib/Block/tags_cloud.php (new)
  1.1       +428 -0    incubator/oscar/lib/Categories.php (new)
  1.1       +69 -0     incubator/oscar/lib/Convert.php (new)
  1.1       +64 -0     incubator/oscar/lib/Convert/ffmpeg.php (new)
  1.1       +53 -0     incubator/oscar/lib/Convert/mplayer.php (new)
  1.1       +35 -0     incubator/oscar/lib/Forms/Manage.php (new)
  1.1       +39 -0     incubator/oscar/lib/Forms/Video.php (new)
  1.1       +561 -0    incubator/oscar/lib/Oscar.php (new)
  1.1       +38 -0     incubator/oscar/lib/TagCloud.php (new)
  1.1       +142 -0    incubator/oscar/lib/View.php (new)
  1.1       +98 -0     incubator/oscar/lib/api.php (new)
  1.1       +51 -0     incubator/oscar/lib/base.php (new)
  1.1       +1 -0      incubator/oscar/lib/version.php (new)
  1.1       +32 -0     incubator/oscar/list.php (new)
  1.1       +46 -0     incubator/oscar/locale/sl_SI/LC_MESSAGES/oscar.mo (new)
  1.1       +1 -0      incubator/oscar/po/.cvsignore (new)
  1.1       +1 -0      incubator/oscar/po/.htaccess (new)
  1.1       +1 -0      incubator/oscar/po/README (new)
  1.1       +532 -0    incubator/oscar/po/oscar.pot (new)
  1.1       +532 -0    incubator/oscar/po/sl_SI.po (new)
  1.1       +1 -0      incubator/oscar/scripts/.htaccess (new)
  1.1       +28 -0     incubator/oscar/scripts/sql/oscar.sql (new)
  1.1       +65 -0     incubator/oscar/search.php (new)
  1.1       +1 -0      incubator/oscar/templates/.htaccess (new)
  1.1       +36 -0     incubator/oscar/templates/admin/approve.php (new)
  1.1       +33 -0     incubator/oscar/templates/admin/processing.php (new)
  1.1       +12 -0     incubator/oscar/templates/admin/view.php (new)
  1.1       +16 -0     incubator/oscar/templates/block/categories.php (new)
  1.1       +22 -0     incubator/oscar/templates/block/video.php (new)
  1.1       +27 -0     incubator/oscar/templates/categories/index.php (new)
  1.1       +29 -0     incubator/oscar/templates/common-header.inc (new)
  1.1       +36 -0     incubator/oscar/templates/list/list.php (new)
  1.1       +4 -0      incubator/oscar/templates/menu.inc (new)
  1.1       +10 -0     incubator/oscar/templates/video/bookmark.php (new)
  1.1       +21 -0     incubator/oscar/templates/video/comments.php (new)
  1.1       +18 -0     incubator/oscar/templates/video/embedded.php (new)
  1.1       +11 -0     incubator/oscar/templates/video/info.php (new)
  1.1       +6 -0      incubator/oscar/templates/video/lighttpd.php (new)
  1.1       +208 -0    incubator/oscar/templates/video/lighttpd.swf (new)
  1.1       +230 -0    incubator/oscar/templates/video/player_flv_js.php (new)
  1.1       +27 -0     incubator/oscar/templates/video/player_flv_js.swf (new)
  1.1       +29 -0     incubator/oscar/templates/video/star_rating_helper.php (new)
  1.1       +7 -0      incubator/oscar/templates/video/thumbnails.php (new)
  1.1       +23 -0     incubator/oscar/templates/video/video.php (new)
  1.1       +6 -0      incubator/oscar/templates/video/vote.php (new)
  1.1       +71 -0     incubator/oscar/templates/videos/index.php (new)
  1.1       +7 -0      incubator/oscar/themes/graphics/email_go.png (new)
  1.1       +4 -0      incubator/oscar/themes/graphics/film.png (new)
  1.1       +4 -0      incubator/oscar/themes/graphics/film_add.png (new)
  1.1       +6 -0      incubator/oscar/themes/graphics/film_delete.png (new)
  1.1       +9 -0      incubator/oscar/themes/graphics/film_edit.png (new)
  1.1       +13 -0     incubator/oscar/themes/graphics/film_go.png (new)
  1.1       +3 -0      incubator/oscar/themes/graphics/ipod.png (new)
  1.1       +4 -0      incubator/oscar/themes/graphics/oscar.png (new)
  1.1       +5 -0      incubator/oscar/themes/graphics/rating-star.gif (new)
  1.1       +96 -0     incubator/oscar/themes/screen.css (new)
  1.1       +31 -0     incubator/oscar/video.php (new)
  1.1       +52 -0     incubator/oscar/videos/delete.php (new)
  1.1       +82 -0     incubator/oscar/videos/edit.php (new)
  1.1       +64 -0     incubator/oscar/videos/index.php (new)
  1.1       +24 -0     incubator/oscar/vote.php (new)

  Chora Links:
  http://cvs.horde.org/co.php/incubator/oscar/COPYING?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/README?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/approve.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/categories/delete.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/categories/edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/categories/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/process.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/processing.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/tabs.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/admin/view.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/cloud.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/config/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/config/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/config/conf.xml?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/content.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/content_edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/CHANGES?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/CREDITS?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/INSTALL?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/RELEASE_NOTES?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/docs/TODO?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/js/src/star_rating.js?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/js/star_rating.js?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Block/categories.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Block/category.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Block/last.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Block/last_comments.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Block/tags_cloud.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Categories.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Convert.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Convert/ffmpeg.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Convert/mplayer.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Forms/Manage.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Forms/Video.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/Oscar.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/TagCloud.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/View.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/api.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/lib/version.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/list.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/locale/sl_SI/LC_MESSAGES/oscar.mo?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/po/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/po/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/po/README?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/po/oscar.pot?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/po/sl_SI.po?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/scripts/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/scripts/sql/oscar.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/.htaccess?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/admin/approve.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/admin/processing.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/admin/view.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/block/categories.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/block/video.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/categories/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/list/list.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/menu.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/bookmark.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/comments.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/embedded.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/info.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/lighttpd.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/lighttpd.swf?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/player_flv_js.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/player_flv_js.swf?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/star_rating_helper.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/thumbnails.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/video.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/video/vote.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/templates/videos/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/email_go.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/film.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/film_add.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/film_delete.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/film_edit.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/film_go.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/ipod.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/oscar.png?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/graphics/rating-star.gif?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/themes/screen.css?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/video.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/videos/delete.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/videos/edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/videos/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/oscar/vote.php?r=1.1


More information about the cvs mailing list