My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Dec 23, 2008
    issue 2 (PDB_Common::setFetchMode() fatals) reported by ian.eure   -   What steps will reproduce the problem? 1. Execute the following code: {{{ $db = PDB::connect($dsn, $user, $pass); $db->setFetchMode(PDO::FETCH_CLASS, 'stdClass'); }}} What is the expected output? What do you see instead? Dies with: {{{ Fatal error: Call to undefined function UnexpectedArgumentException() in PDB/Common.php on line 509 }}} This is because line 590 has `throw UnexpectedArgumentException` rather than `throw new UnexpectedArgumentException`.
    What steps will reproduce the problem? 1. Execute the following code: {{{ $db = PDB::connect($dsn, $user, $pass); $db->setFetchMode(PDO::FETCH_CLASS, 'stdClass'); }}} What is the expected output? What do you see instead? Dies with: {{{ Fatal error: Call to undefined function UnexpectedArgumentException() in PDB/Common.php on line 509 }}} This is because line 590 has `throw UnexpectedArgumentException` rather than `throw new UnexpectedArgumentException`.
  • Dec 09, 2008
    r92 (Added 0.1.0 tag for initial release. ) committed by jstump   -   Added 0.1.0 tag for initial release.
    Added 0.1.0 tag for initial release.
  • Dec 09, 2008
    r91 (Updated package.xml for initial release. ) committed by jstump   -   Updated package.xml for initial release.
    Updated package.xml for initial release.
  • Dec 09, 2008
    PDB-0.0.4.tgz (PDB-0.0.4) file uploaded by phatduckk
  • Dec 04, 2008
    issue 1 (jquery.class.js references $j instead of jQuery) changed by micah.snyder   -   Fixed in r87 on Class' trunk. I totally forgot to remove those references to $j before our first release. And thanks for the feedback, it's good to see this out in the wild :)
    Status: Verified
    Owner: micah.snyder
    Fixed in r87 on Class' trunk. I totally forgot to remove those references to $j before our first release. And thanks for the feedback, it's good to see this out in the wild :)
    Status: Verified
    Owner: micah.snyder
  • Dec 04, 2008
    Class-0.0.2.min.js (Class 0.0.2 - Minified) file uploaded by micah.snyder   -  
    Labels: Featured OpSys-All Type-Source
    Labels: Featured OpSys-All Type-Source
  • Dec 04, 2008
    Class-0.0.2.js (Class 0.0.2) file uploaded by micah.snyder   -  
    Labels: Featured OpSys-All Type-Source
    Labels: Featured OpSys-All Type-Source
  • Dec 04, 2008
    Class (Class creation and management for jQuery) Wiki page edited by micah.snyder
  • Dec 04, 2008
    r89 (tagged Class-0.0.2.min.js) committed by micah.snyder   -   tagged Class-0.0.2.min.js
    tagged Class-0.0.2.min.js
  • Dec 04, 2008
    r88 (tagged Class-0.0.2.js) committed by micah.snyder   -   tagged Class-0.0.2.js
    tagged Class-0.0.2.js
  • Dec 04, 2008
    r87 (fixed references to our internal jQuery alias in Class.js, w...) committed by micah.snyder   -   fixed references to our internal jQuery alias in Class.js, whoops
    fixed references to our internal jQuery alias in Class.js, whoops
  • Dec 04, 2008
    r86 (fix bugs in getDSN to make it muttaa compatable) committed by phatduckk   -   fix bugs in getDSN to make it muttaa compatable
    fix bugs in getDSN to make it muttaa compatable
  • Nov 07, 2008
    r85 (add getDSN method in Common and PDB_sqlite) committed by phatduckk   -   add getDSN method in Common and PDB_sqlite
    add getDSN method in Common and PDB_sqlite
  • Oct 28, 2008
    r84 (Moved things into their proper home. ) committed by jstump   -   Moved things into their proper home.
    Moved things into their proper home.
  • Oct 28, 2008
    r83 (Added trunk/branches/tags. ) committed by jstump   -   Added trunk/branches/tags.
    Added trunk/branches/tags.
  • Oct 28, 2008
    r82 (Added proper documentation to pass phpcs. ) committed by jstump   -   Added proper documentation to pass phpcs.
    Added proper documentation to pass phpcs.
  • Oct 27, 2008
    r81 (Committed initial code for a Conveyor client for PHP. ) committed by jstump   -   Committed initial code for a Conveyor client for PHP.
    Committed initial code for a Conveyor client for PHP.
  • Oct 21, 2008
    issue 1 (jquery.class.js references $j instead of jQuery) reported by hansoksendahl   -   It looks like you guys at Digg must be using the global $j to access the jQuery object. That's cool and everything shorter syntax yadda yadda but... users who have just downloaded jQuery for the first time like moi might find the resulting errors a little confusing. You might want to either add a note for users or rename $j to jQuery in your scripts. Thanks for releasing this! I've been developing on Mootools for the last few years and I was definitely missing the simple class constructors and inheritance of Mootools.
    It looks like you guys at Digg must be using the global $j to access the jQuery object. That's cool and everything shorter syntax yadda yadda but... users who have just downloaded jQuery for the first time like moi might find the resulting errors a little confusing. You might want to either add a note for users or rename $j to jQuery in your scripts. Thanks for releasing this! I've been developing on Mootools for the last few years and I was definitely missing the simple class constructors and inheritance of Mootools.
  • Oct 21, 2008
    r80 (Created Muuttaa-0.0.3 tag) committed by ian.eure   -   Created Muuttaa-0.0.3 tag
    Created Muuttaa-0.0.3 tag
  • Oct 21, 2008
    r79 (Prep Muuttaa-0.0.3) committed by ian.eure   -   Prep Muuttaa-0.0.3
    Prep Muuttaa-0.0.3
  • Oct 21, 2008
    r78 (Created PDB-0.0.3 tag) committed by ian.eure   -   Created PDB-0.0.3 tag
    Created PDB-0.0.3 tag
  • Oct 21, 2008
    r77 ( * Added PDB_sqlite driver (ieure) * Fixed a fatal error i...) committed by ian.eure   -   * Added PDB_sqlite driver (ieure) * Fixed a fatal error in PDB_Common, where an Exception was constructed with a non-integer error code. (ieure)
    * Added PDB_sqlite driver (ieure) * Fixed a fatal error in PDB_Common, where an Exception was constructed with a non-integer error code. (ieure)
  • Oct 15, 2008
    r76 (Added empty sqlite driver thanks to Ian. ) committed by jstump   -   Added empty sqlite driver thanks to Ian.
    Added empty sqlite driver thanks to Ian.
  • Sep 30, 2008
    r75 (Created tag for 0.0.2 release. ) committed by jstump   -   Created tag for 0.0.2 release.
    Created tag for 0.0.2 release.
  • Sep 30, 2008
    r74 (Fixed a problem where notices can show up when exceptions ar...) committed by jstump   -   Fixed a problem where notices can show up when exceptions are thrown from PDO.
    Fixed a problem where notices can show up when exceptions are thrown from PDO.
  • Sep 30, 2008
    r73 (Fixed possible notices in `PDB_mysql`. ) committed by jstump   -   Fixed possible notices in `PDB_mysql`.
    Fixed possible notices in `PDB_mysql`.
  • Sep 29, 2008
    r72 (Extend exception from PEAR_Exception. ) committed by jstump   -   Extend exception from PEAR_Exception.
    Extend exception from PEAR_Exception.
  • Sep 29, 2008
    r71 (Added `curl` to list of dependencies. ) committed by jstump   -   Added `curl` to list of dependencies.
    Added `curl` to list of dependencies.
  • Sep 29, 2008
    r70 (Created 0.0.2 tag with Bill's requests. ) committed by jstump   -   Created 0.0.2 tag with Bill's requests.
    Created 0.0.2 tag with Bill's requests.
  • Sep 29, 2008
    r69 (In reference to PEPr comments: * Removed requirement for HT...) committed by jstump   -   In reference to PEPr comments: * Removed requirement for HTTP_Request in favor of curl * Added Services_oEmbed::setOption() for setting variable options * Moved $api parameter into $options * Allow User-Agent to be set for HTTP requests * Allow a timeout to be set for HTTP requests
    In reference to PEPr comments: * Removed requirement for HTTP_Request in favor of curl * Added Services_oEmbed::setOption() for setting variable options * Moved $api parameter into $options * Allow User-Agent to be set for HTTP requests * Allow a timeout to be set for HTTP requests
  • Sep 26, 2008
    r68 (Added 0.0.1 tag. ) committed by jstump   -   Added 0.0.1 tag.
    Added 0.0.1 tag.
  • Sep 26, 2008
    r67 (Added initial package.xml file. ) committed by jstump   -   Added initial package.xml file.
    Added initial package.xml file.
  • Sep 25, 2008
    r66 (Moving things to their proper home.) committed by jstump   -   Moving things to their proper home.
    Moving things to their proper home.
  • Sep 25, 2008
    r65 (Added missing exception class.) committed by jstump   -   Added missing exception class.
    Added missing exception class.
  • Sep 25, 2008
    r64 (Added proper directory structure.) committed by jstump   -   Added proper directory structure.
    Added proper directory structure.
  • Sep 25, 2008
    r63 (Added initial code for `Services_oEmbed`.) committed by jstump   -   Added initial code for `Services_oEmbed`.
    Added initial code for `Services_oEmbed`.
  • Sep 23, 2008
    r62 (Created 0.0.3 tag for Butler. ) committed by jstump   -   Created 0.0.3 tag for Butler.
    Created 0.0.3 tag for Butler.
  • Sep 23, 2008
    r61 (Updated package for 0.0.3 release. ) committed by jstump   -   Updated package for 0.0.3 release.
    Updated package for 0.0.3 release.
  • Sep 23, 2008
    r60 (Not having a `$_GET['servers']` on reflection was causing an...) committed by jstump   -   Not having a `$_GET['servers']` on reflection was causing an exception. Specifically load the servers in each endpoint rather than using the constructor.
    Not having a `$_GET['servers']` on reflection was causing an exception. Specifically load the servers in each endpoint rather than using the constructor.
  • Sep 23, 2008
    r59 (Created 0.0.2 tag for release. ) committed by jstump   -   Created 0.0.2 tag for release.
    Created 0.0.2 tag for release.
  • Sep 23, 2008
    r58 (Updated package for release. ) committed by jstump   -   Updated package for release.
    Updated package for release.
  • Sep 23, 2008
    r57 (Created tag for 0.0.2 release. ) committed by jstump   -   Created tag for 0.0.2 release.
    Created tag for 0.0.2 release.
  • Sep 23, 2008
    r56 (Revised package.xml for release. ) committed by jstump   -   Revised package.xml for release.
    Revised package.xml for release.
  • Sep 19, 2008
    Class (Class creation and management for jQuery) Wiki page edited by micah.snyder
  • Sep 19, 2008
    Class (Class creation and management for jQuery) Wiki page edited by micah.snyder
  • Sep 19, 2008
    Class Wiki page added by micah.snyder
  • Sep 19, 2008
    r52 (Added license block to the minified version of Class.js and ...) committed by micah.snyder   -   Added license block to the minified version of Class.js and tagged Class-0.0.1
    Added license block to the minified version of Class.js and tagged Class-0.0.1
  • Sep 19, 2008
    r51 (Added javascript dirs and the Class class.) committed by micah.snyder   -   Added javascript dirs and the Class class.
    Added javascript dirs and the Class class.
  • Sep 16, 2008
    r50 (Fixed a bug in throwing the exception. ) committed by jstump   -   Fixed a bug in throwing the exception.
    Fixed a bug in throwing the exception.
  • Sep 11, 2008
    r49 (Added 0.0.1 tags for everything. ) committed by jstump   -   Added 0.0.1 tags for everything.
    Added 0.0.1 tags for everything.
 
Hosted by Google Code