[geeklog-cvs] MVCnPHP CHANGELOG,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Mar 17 00:05:54 EST 2005


Update of /var/cvs/MVCnPHP
In directory www:/tmp/cvs-serv8595

Modified Files:
	CHANGELOG 
Log Message:
Added changelog entries for upcoming release.

Index: CHANGELOG
===================================================================
RCS file: /var/cvs/MVCnPHP/CHANGELOG,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CHANGELOG	8 Mar 2005 05:12:27 -0000	1.2
--- CHANGELOG	17 Mar 2005 05:05:52 -0000	1.3
***************
*** 4,7 ****
--- 4,19 ----
  -------------------
  
+ 03/16/2005
+ ----------
+ - Added XML schema (.xsd) for the MVC XML config and the XMLLoader will not validate against it and report any
+   errors to the user.  Should help with quality and save time in debugging, not to mention it will define all
+   the valid tags and attributes which isn't quite obvious by the current documentation.
+ - Added support for views to require SSL or not.  It is stil up to the child views extending MVCnPHP_BaseView 
+   to call on that logic, though
+ - Made it so the XMLLoader doesn't care if tags and attributes in an XML config file are UPPER or lower case
+ - MVC configuration file requires all tags and attributes to be lower case
+ - Minor bug fixes
+ - Minor documentation updates
+ 
  03/07/2005
  ----------
***************
*** 33,35 ****
  - Fixed bug with QuickForm example that was caused because the Controller::ProcessRequest() method expects
    all commands. (02 May 2003)
! - Now assume that MVCnPHP folder is in PHP's include_path. Also changed some terminology in config files (XML and .php) to avoid confusion (15 June 2003)
--- 45,48 ----
  - Fixed bug with QuickForm example that was caused because the Controller::ProcessRequest() method expects
    all commands. (02 May 2003)
! - Now assume that MVCnPHP folder is in PHP's include_path. Also changed some terminology in config files 
!   (XML and .php) to avoid confusion (15 June 2003)




More information about the geeklog-cvs mailing list