jmathai / epicode

An extremely lightweight PHP framework. It includes caching, session, database, form validation, twitter, oauth and asynchronous/non-blocking curl components.

This URL has Read+Write access

epicode / Changelog
85c346c0 » jmathai 2009-04-21 Moving README to Changelog ... 1 1.7
2 Fixing a bug with GET requests that include parameters.
3 * The oauth realm included the query string
4 1.6
5 Fixed bug related to POST requests and invalid encoding of the signature
6 * See http://code.google.com/p/twitter-api/issues/detail?id=447 for more information
7 1.5
8 Adding support for all twitter api endpoints to EpiTwitter & fixing an EpiOAuth bug
9 * EpiOAuth::getAuthorizationLink was renamed to EpiOAuth::getAuthorizationUrl
10 1.4
11 Adding EpiTwitter and EpiOAuth
12 * EpiOAuth is a general OAuth class. EpiTwitter extends it. Both are considered beta and are expected to change.
13 1.3
14 Adding getByKey and setByKey
15 * Adding utility functions getByKey and setByKey to take an arbitrary number of parameters and generate a cache of all but the last value and storing the last value.
16 1.2
17 Fixed exception dependency
18 * Defining EpiException if not already defined in EpiCache and EpiDatabase
19 1.1
20 Updated EpiCache
21 * IMPORTANT: Backwards compatibility broken because class constants changed
22 * Incorporated changes from Andrew Wagner to simplify EpiCache factory function
23 1.0
24 Initial checkin
25