Update of /cvsroot/phpwebsite-comm/modules/podcaster/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1055/docs
Modified Files:
CHANGELOG TODO
Log Message:
near ready for 1.1.0 release
Index: TODO
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/docs/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TODO 10 Jan 2008 00:41:57 -0000 1.8
--- TODO 9 Feb 2008 19:01:11 -0000 1.9
***************
*** 7,18 ****
A: take another look at restricted vs unrestricted correct usage
- Q: put logic in (channel level?) to specify multimedia or document in episode class
- A: future version (1.1 or 1.2?) BUT I may not have to for filecabinet 1.5
-
- Q: embedd multimedia javascript app
- A: waiting for filecabinet changes (fc 1.5)
-
Q: review episode save key and short url
can it be like webpages
A: only if either the default .htaccess rewrite expression is changed, or
! if I change episode to page. still needs thought
--- 7,14 ----
A: take another look at restricted vs unrestricted correct usage
Q: review episode save key and short url
can it be like webpages
A: only if either the default .htaccess rewrite expression is changed, or
! if I change episode to page or something. still needs thought
!
!
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/docs/CHANGELOG,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CHANGELOG 11 Jan 2008 15:51:57 -0000 1.5
--- CHANGELOG 9 Feb 2008 19:01:11 -0000 1.6
***************
*** 1,5 ****
Version 1.0.5 -- Jan 2008
------------------------------------------------------------------
! Jan 09 2008
+ Added database table and class for iTunes categories
+ Improved iTunes categories functions in channel and form class
--- 1,17 ----
+ Version 1.1.0 -- Feb 2008
+ ------------------------------------------------------------------
+ Jan 30 - Feb 09
+ + Added support for File Cabinet 2.0 features
+ + Added support for document types to episodes
+ + Improved the use of phpws key on channels and episodes,
+ allows for phpws categorization, etc
+ + Some minor tweaks to view channel and episode templates
+ + Added search to list and archive views
+ + Resolved some validation issues with rss feed
+
+
Version 1.0.5 -- Jan 2008
------------------------------------------------------------------
! Jan 09-11 2008
+ Added database table and class for iTunes categories
+ Improved iTunes categories functions in channel and form class
|