Edited 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<br clear="all"/>' => <br style="clear: both;"/> and other html5 complaintsMade pull the *name* of the page as a last ditch effort before pulling the default meta titleSlight cleanup of displayImage.phpAutoloader slightly improvedClass => class in User dboVert slight cleanup of includes/classes/Database.phpAutoloader functionality roughed in.Pagnation Class UpdatedRemoved up-to 75 unnecessary queriesLast.fm module upgraded to 2.0 APIImprovments to button stylingLayout upgrades from Donat Studios merged inMooTools switched to pull from Google API, upgraded to 1.3fe:: methods changed to accept array as $value and then use the name as key
fe:: documentation updatedOptional $seperator paramter added to the breadcrumb generator.Fixed a small issue with the background streach on the button script.Button generated updated to support alpha blended base pngs
Signed-off-by: Jesse Donat <donatj@gmail.com>nl2br added to comments so newlines break.Updated uinfo query to prevent case insensitivityFixed a sorting issue with CommentsUpdated Version/Date in index.php commentsModules Added
- Github Feed
- Github Tags
- iFrame
- Tag CloudXSpreadsheet dies after outputting the spreadsheet now, preventing corruptionMerge branch 'master' of github.com:donatj/CorpusPHPRSS Feed Updates
- all src/href tags ran through href()
- iframe/script/style tags stripped
- configuration option for image added
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