public
Description: An extremely lightweight PHP framework. It includes caching, session, database, form validation, twitter, oauth and asynchronous/non-blocking curl components.
Homepage: http://www.jaisenmathai.com/code.html
Clone URL: git://github.com/jmathai/epicode.git
epicode / Changelog
100644 26 lines (24 sloc) 1.121 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1.7
  Fixing a bug with GET requests that include parameters.
    * The oauth realm included the query string
1.6
  Fixed bug related to POST requests and invalid encoding of the signature
    * See http://code.google.com/p/twitter-api/issues/detail?id=447 for more information
1.5
  Adding support for all twitter api endpoints to EpiTwitter & fixing an EpiOAuth bug
    * EpiOAuth::getAuthorizationLink was renamed to EpiOAuth::getAuthorizationUrl
1.4
  Adding EpiTwitter and EpiOAuth
    * EpiOAuth is a general OAuth class. EpiTwitter extends it. Both are considered beta and are expected to change.
1.3
Adding getByKey and setByKey
* 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.
1.2
Fixed exception dependency
* Defining EpiException if not already defined in EpiCache and EpiDatabase
1.1
Updated EpiCache
* IMPORTANT: Backwards compatibility broken because class constants changed
* Incorporated changes from Andrew Wagner to simplify EpiCache factory function
1.0
Initial checkin