Update of /cvsroot/phpwebsite-comm/modules/article/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv12170/docs
Modified Files:
Changes.txt
Log Message:
Version 1.5 Release
Index: Changes.txt
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Changes.txt 6 Aug 2003 02:55:01 -0000 1.1
--- Changes.txt 31 Aug 2003 22:53:22 -0000 1.2
***************
*** 1,3 ****
--- 1,31 ----
======================
+ Changes in version 1.5
+ ======================
+ -Archive Listings! Now you can list all articles created or updated on a certain day, month or year! Perfect for blogs!
+
+ To see all articles for a specific day, enter
+ http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8&day=27
+
+ To see all articles for a specific month, enter
+ http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8
+
+ To see all articles for a specific year, enter
+ http://www.yoursite.com/index.php?module=article&view=archives&year=2003
+
+ NOTE: The above links will show ALL (expired and unexpired) articles published on these dates. If you want to see the articles created or updated on these dates, add "&datetype=created_date" or "&datetype=updated_date" to the link.
+ If you don't want to see any links that are currently expired, add "¤t=1" to the link.
+
+ -Fixed an error where error messages were not showing up while editing sections .
+ -Sections will now not let you save them until all data entry errors are fixed.
+ -Any problems in uploading images will now cause an error message to display.
+ -Changed how publication & expiration dates are calculated in the importation script.
+ Publication date is now the same as creation date and expiration date = now if not specified by the imported data.
+ The updater will automatically fix your publication dates on all articles that have already been published.
+ -Fixed error where the section template list wasn't remembering what template was selected.
+ -Some obsolete template files were accidentally included in the last release. Updater will take them out.
+ -Changed some hardcoded links to use moduleLink to let Article take advantage of the phpWS mod_rewrite hack (to be finalized this week)
+
+
+ ======================
Changes in version 1.4
======================
|