Spage Cat, Prince Among Thieves RSS Feed

CorpusPHP - The PHP Framework for the Rest of Us

Recent Activity

Edited README.md via GitHub
Merge branch 'master' of github.com:donatj/CorpusPHP

Cache class made to autocleanup on construct instead of just on set

concats in search query changed to concat_ws(' ' to prevent null row issues.

Corrected a longstanding issue where the homepage wouldn't work on certain servers

Merge branch 'master' into autoload
Merge branch 'master' of github.com:donatj/CorpusPHP

Merge branch 'master' of github.com:donatj/CorpusPHP
Trebuchet MS is sooo 2009
head added to categories allowing things to be placed in the head tag
<br clear="all"/>' => <br style="clear: both;"/> and other html5 complaints

Made pull the *name* of the page as a last ditch effort before pulling the default meta title

Slight cleanup of displayImage.php

Autoloader slightly improved
Class => class in User dbo
Vert slight cleanup of includes/classes/Database.php

Autoloader functionality roughed in.

Pagnation Class Updated

Removed up-to 75 unnecessary queries
Last.fm module upgraded to 2.0 API
Improvments to button styling
Layout upgrades from Donat Studios merged in
MooTools switched to pull from Google API, upgraded to 1.3

fe:: methods changed to accept array as $value and then use the name as key
fe:: documentation updated

Optional $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 insensitivity

Fixed a sorting issue with Comments

Updated Version/Date in index.php comments
Modules Added
- Github Feed
- Github Tags
- iFrame
- Tag Cloud

XSpreadsheet dies after outputting the spreadsheet now, preventing corruption
Merge branch 'master' of github.com:donatj/CorpusPHP

RSS 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.

BuildDateMessage
v0.99
Download
Merge branch 'master' into autoload
v0.981
Download
Optional $seperator paramter added to the breadcrumb generator.
v0.98
Download
Arial Replaced with Vera, references to helvetica removed
v0.92
Download
Basic SSL support added
v0.9
Download
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
v0.85
Download
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
v0.7
Download
functions/general.php
-Updated nempty for PHP 5.3 compatibility (Weird casting bug)
-Removed some unused, commented out, functions
v0.1
Download
Initial CorpusPHP Alpha Release