HTML5 cleanup-y stuffMediabox advance removedBasic namespace support roughed in to the autoloaderMade to throw errors by default in silly environmentsMerge branch 'master' of github.com:donatj/CorpusPHPFairly major overhaul of the way database connections work
db:: is no longer a short name but writher an actual wrapper of Database, and Database it self is now abstract, allowing multiple connections ala idl @henderjonAdded the ability to allow routes relative to Content rather than rootFixed a problem where conf.php files would execute multiple timesTiny modification to the corpus class that allows conf.php files to be used as basic routersSlight CSS restructuringSilly old button code traded out in favor of CSS buttonsstartsWith and endsWith simple useful string functions added to general.phpparse_user_agent method addedBasic timezone support added to appease the PHP 5.3 godsSpelling correctionUnnecessary config values removedformUtility won't autoload FormUtility when case sensitive.Merge pull request #3 from phanzink/patch-1
Updated ereg to preg_matchUpdated ereg to preg_matchFixes to the authorize.net processorXML sitemap generator no longer directly touches the database.draw_category_tree made no longer recursive using the method detailed here: http://donatstudios.com/Simple-Single-Pass-Doubly-Linked-Flat-Tree-Building-AlgorithmDrop and See debugging functions addedClean up demo site map a littleThe fetch JSON method while useful is completely unnecessary and kind of sillyEdited README.md via GitHubMerge branch 'master' of github.com:donatj/CorpusPHPCache class made to autocleanup on construct instead of just on setconcats in search query changed to concat_ws(' ' to prevent null row issues.Corrected a longstanding issue where the homepage wouldn't work on certain serversMerge branch 'master' into autoloadMerge branch 'master' of github.com:donatj/CorpusPHPMerge branch 'master' of github.com:donatj/CorpusPHPTrebuchet MS is sooo 2009head added to categories allowing things to be placed in the head tag
CorpusPHP is setting out to be a world class PHP Framework. The aim is simple, to provide encapsulation, modularization, and helpful tools, all without changing the way you write PHP.
Project Information, documentation, and a timeline for the first release available availble soon
Nightly's available at GitHub, or download the latest milestone below.
Repository Restructured
-Working Corpus now in Source Folder
-`Scripts` folder added, includes database dump batch, and README.md HTML viewer
-`Local` folder added, for testing use with local database connections, etc
Documentation
-Finally! Created an initial README.md
-TODO moved from includes folder into root
Cache.php
-Major rewrite of cache handling - now requires an instance
Configuration.php
-Added module option to constructor to interface Corpus class and module namespace
Corpus.php
-New __premeta function pulls the first scans data into the module namespace
-$_cache and $_config added to the __load function, vis-à-vis the module namespace
Modules
-Updated for new 'name' meta attribute, 'call' depricated, 'callable' boolean added
--Button.php
--Crux.php
--FlashLoader.php
--FlickrFeed.php
--LastFM.php
--TwitterFeed.php
-Configuration options added
--FlickrFeed.php
--LastFM.php
--TwitterFeed.php