Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update file permissions | Carl Howells | 2010-07-20 | 12 | -0/+0 |
| | |||||
* | Removed/changed references to openidenabled.com. At this time, not every ↵2.2.0 | Lilli | 2010-03-16 | 1 | -6/+2 |
| | | | | reference has been updated. | ||||
* | Revert "[ remove closing ?> tag from all files ]" | Luke Shepard | 2009-05-27 | 4 | -2/+4 |
| | | | | | | This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0. I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :) | ||||
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-27 | 4 | -4/+2 |
| | | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html | ||||
* | [ Upgrading php-openid test framework to use PHPUnit 3.3 ] | Luke Shepard | 2009-05-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed By: Will Norris The set of tests assumes PHPUnit 2.3, which conflicts with my environment setup. I think PHPUnit 3.3 is pretty widespread now, and under active maintenance (latest rev 4/10/2009). There's a few changes included here. I did a few mostly automated code transformations: replace "PHPUnit_TestCase" "PHPUnit_Framework_TestCase" replace "PHPUnit_TestSuite" "PHPUnit_Framework_TestSuite" removed all require_once "PHPUnit.php" - they are unnecessary. "call by reference" is now deprecated, so changed "&$" to "$" I also made a few changes to admin/testtext.php and Tests/TestDriver.php to accomodate the new syntax. Note that this just upgrades the framework; it does not guarantee that all tests pass. I'll submit future diffs to fix or disable failing unit tests. I wasn't able to get the tests running with the previous version, so I don't know if these have always been failing. I doubt that the github has automatically running unit tests, but if so then we'll have to make sure that the central repo is running the same version of PHPUnit. | ||||
* | [project @ Added a script that helps to update the valid TLD list for trust ↵ | Kevin Turner | 2008-06-25 | 1 | -0/+47 |
| | | | | root matching] | ||||
* | [project @ 'fix' regexp looking for bad constant capitalization to allow ↵ | tailor | 2008-06-03 | 1 | -1/+1 |
| | | | | NULL in strings] | ||||
* | [project @ Move MemcachedStore back from contrib, update license and copyright] | tailor | 2008-06-03 | 1 | -1/+0 |
| | |||||
* | [project @ Add --extra-tests option to texttest.php] | tailor | 2008-06-02 | 1 | -2/+18 |
| | |||||
* | [project @ Make the MemcachedStore tests run on record] | tailor | 2008-06-02 | 1 | -2/+4 |
| | |||||
* | [project @ Update license strings to say Apache] | tailor | 2008-05-30 | 1 | -2/+2 |
| | |||||
* | [project @ variable name (typo), $argv to $args (loadSuite was always being ↵ | tailor | 2008-03-21 | 1 | -1/+1 |
| | | | | passed a null parameter)] | ||||
* | [project @ Run a syntax check as part of runtests] | tailor | 2008-05-27 | 4 | -1/+20 |
| | |||||
* | [project @ Include more prominent link to Consumer file documentation in ↵ | tailor | 2008-05-21 | 1 | -1/+2 |
| | | | | top-level docs] | ||||
* | [project @ Enable (HMAC)SHA256 tests; why did we disable them?] | tailor | 2008-02-04 | 1 | -3/+0 |
| | |||||
* | [project @ Update admin scripts to run under Mac OS X] | Trevor Johns | 2007-12-29 | 5 | -7/+7 |
| | | | | | | | | | | | | | | | The scripts in admin use several non-POSIX arguments which do not work on Mac OS X. See my original post to dev@openidenabled.com: message://%3C5902A542-C723-4F0A-8478-1F33C874D1B8@tjohns.net%3E http://lists.openidenabled.com/pipermail/dev/2007-December/000979.html This patch makes the following changes to fix this: - Changed $HERE in admin/runtests to avoid calling readlink. - Calls to xargs now use '-L 1' instead of '-l1'. - Calls to 'wc -L' were eliminated. | ||||
* | [project @ Correct documentation generation script] | tailor | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | [project @ Move math extension data into a function] | tailor | 2007-04-04 | 1 | -6/+6 |
| | |||||
* | [project @ Added buggy GMP define to override math library preference] | tailor | 2007-04-02 | 1 | -0/+4 |
| | |||||
* | [project @ Add CURL override for testing] | tailor | 2007-04-02 | 1 | -0/+4 |
| | |||||
* | [project @ Keep the pear XML generation script up to date Just Because] | tailor | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | [project @ Fix tests (include HMACSHA1/256 and fix reference usage)] | tailor | 2007-02-13 | 1 | -0/+3 |
| | |||||
* | [project @ Repair tests under no-math conditions] | tailor | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | [project @ Update OpenID.pkg] | tailor | 2007-03-23 | 1 | -10/+0 |
| | |||||
* | [project @ Change xmlconfig stability value] | tailor | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | [project @ Added CDATA to XML config templates] | tailor | 2006-10-30 | 2 | -0/+4 |
| | |||||
* | [project @ Add Services to contents for XML config generation] | tailor | 2006-10-30 | 1 | -1/+1 |
| | |||||
* | [project @ Fix makedoc.sh for broken phpdoc] | tailor | 2006-10-30 | 1 | -1/+1 |
| | |||||
* | [project @ Fix option name for texttest.php (insecure_rand)] | Josh Hoyt | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | [project @ Now that there are non-trivial options, use Console_Getopt to ↵ | Josh Hoyt | 2006-10-03 | 1 | -34/+56 |
| | | | | parse options to the test suite] | ||||
* | [project @ Add flag to run tests with insecure randomness source and make ↵ | Josh Hoyt | 2006-09-27 | 2 | -1/+11 |
| | | | | test suite use it for cygwin] | ||||
* | [project @ Add math library selection support to the test suite] | Josh Hoyt | 2006-09-20 | 1 | -0/+34 |
| | |||||
* | [project @ Fix the regex in the script that checks for bad case and make it ↵ | Josh Hoyt | 2006-09-07 | 1 | -1/+2 |
| | | | | fail when it finds errors] | ||||
* | [project @ Updated doc generation script] | tailor | 2006-08-18 | 1 | -1/+1 |
| | |||||
* | [project @ Merged yadis discovery code and updated test framework to run ↵ | tailor | 2006-08-11 | 1 | -2/+2 |
| | | | | tests in both packages] | ||||
* | [project @ Updated xmlconfig] | tailor | 2006-05-12 | 1 | -1/+1 |
| | |||||
* | [project @ Documentation fixes.] | tailor | 2006-05-10 | 1 | -0/+14 |
| | |||||
* | [project @ Removed crud from package tutorial file.] | tailor | 2006-05-10 | 1 | -4/+0 |
| | |||||
* | [project @ Removed discovery code from doc generation] | tailor | 2006-05-09 | 1 | -1/+1 |
| | |||||
* | [project @ Added more consumer tests] | tailor | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | [project @ Updated base URI for PEAR packages] | tailor | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | [project @ Fixed packagexml.py to handle release notes with leading whitespace] | tailor | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | [project @ Moved tutorials dir into admin/] | tailor | 2006-03-06 | 2 | -1/+82 |
| | |||||
* | [project @ Updated packagexml script to look for release notes file] | tailor | 2006-03-06 | 3 | -4/+19 |
| | |||||
* | [project @ Adjusted minimal required version to PHP 4.3.0] | tailor | 2006-03-06 | 2 | -2/+2 |
| | |||||
* | [project @ Updated XML generation script to generate verison 1 and version 2 ↵ | tailor | 2006-03-06 | 4 | -77/+118 |
| | | | | package XML files] | ||||
* | [project @ Updated package.xml template and added logic for assigning roles ↵ | tailor | 2006-03-06 | 3 | -8/+6 |
| | | | | to entire directories in packagexml.py] | ||||
* | [project @ Cleaned up line lengths in packagexml.py] | tailor | 2006-03-03 | 1 | -7/+14 |
| | |||||
* | [project @ Added docs to xmlconfig.py and updated packagexml.py to include ↵ | tailor | 2006-03-03 | 3 | -9/+62 |
| | | | | docs in output XML] | ||||
* | [project @ Added script to generate package.xml] | tailor | 2006-03-01 | 3 | -47/+131 |
| | |||||
* | [project @ Added package-level tutorial file to documentation] | tailor | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | [project @ Temporarily moved package.xml file into admin so it isn\'t ↵ | tailor | 2006-02-23 | 1 | -0/+106 |
| | | | | misleading.] | ||||
* | [project @ Fixed phpdoc exclusions in documentation generation script.] | tailor | 2006-02-23 | 1 | -1/+1 |
| | |||||
* | [project @ Remove (ineffective) emacs mode hint] | Josh Hoyt | 2006-02-13 | 1 | -1/+0 |
| | |||||
* | [project @ Added script to find files with global variables] | Josh Hoyt | 2006-02-11 | 2 | -0/+6 |
| | |||||
* | [project @ Make fixperms more readable] | Josh Hoyt | 2006-02-11 | 1 | -3/+11 |
| | |||||
* | [project @ Added script to check that each file in the library will import] | Josh Hoyt | 2006-01-28 | 4 | -3/+16 |
| | |||||
* | [project @ Documentation] | Josh Hoyt | 2006-01-27 | 1 | -1/+4 |
| | |||||
* | [project @ Changed require_once() to require_once per PEAR proposal comment.] | tailor | 2006-01-24 | 3 | -5/+5 |
| | |||||
* | [project @ Changed phpdoc template to make docs more readable] | tailor | 2006-01-23 | 1 | -1/+1 |
| | |||||
* | [project @ Add script that finds all PHP files to simplify the other test ↵ | Josh Hoyt | 2006-01-23 | 8 | -41/+19 |
| | | | | scripts] | ||||
* | [project @ Added file with library name] | Josh Hoyt | 2006-01-18 | 1 | -0/+1 |
| | |||||
* | [project @ Fix nobadbraces test] | Josh Hoyt | 2006-01-17 | 1 | -11/+2 |
| | |||||
* | [project @ Add script to prepare repository for release] | Josh Hoyt | 2006-01-16 | 2 | -0/+15 |
| | |||||
* | [project @ Add new boringfile] | Josh Hoyt | 2006-01-16 | 1 | -0/+3 |
| | |||||
* | [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for ↵ | tailor | 2006-01-16 | 8 | -11/+11 |
| | | | | better PEAR categorization] | ||||
* | [project @ Move webtest.php into admin] | Josh Hoyt | 2006-01-13 | 1 | -0/+12 |
| | |||||
* | [project @ Simplify notabs script] | Josh Hoyt | 2006-01-07 | 1 | -5/+1 |
| | |||||
* | [project @ Change runtests to always run in the correct directory and move ↵ | Josh Hoyt | 2006-01-07 | 2 | -7/+124 |
| | | | | texttest.php into that directory] | ||||
* | [project @ move typetest into admin, now mathlib, and add support code] | Josh Hoyt | 2006-01-07 | 2 | -0/+48 |
| | |||||
* | [project @ Script to check for uses of aliased functions in PHP code] | Josh Hoyt | 2006-01-06 | 1 | -0/+119 |
| | |||||
* | [project @ Added script to check for docblocks in PHP scripts] | tailor | 2006-01-05 | 3 | -1/+48 |
| | |||||
* | [project @ Added script to verify that PHP files begin with <?php] | tailor | 2006-01-05 | 2 | -1/+22 |
| | |||||
* | [project @ Added script to check the case of null, true, and false tokens] | tailor | 2006-01-05 | 2 | -1/+45 |
| | |||||
* | [project @ Fix xargs invocation so it works with Debian stable] | Josh Hoyt | 2006-01-05 | 1 | -1/+2 |
| | |||||
* | [project @ Added brace style checking script to runtests] | tailor | 2006-01-05 | 3 | -1/+38 |
| | |||||
* | [project @ Added brace style checking script] | tailor | 2006-01-05 | 1 | -0/+81 |
| | |||||
* | [project @ Removed set -e from nolonglines test] | tailor | 2006-01-05 | 1 | -2/+0 |
| | |||||
* | [project @ Add compatibility for Debian stable xargs (no -I flag)] | Josh Hoyt | 2006-01-04 | 1 | -1/+2 |
| | |||||
* | [project @ Moved makedoc.sh script to admin directory] | Josh Hoyt | 2006-01-04 | 1 | -0/+2 |
| | |||||
* | [project @ Added comment to notabs script] | Josh Hoyt | 2006-01-03 | 1 | -0/+5 |
| | |||||
* | [project @ Added long line check script to admin/] | tailor | 2006-01-04 | 3 | -1/+68 |
| | |||||
* | [project @ Add check at record time that no tabs get recorded] | Josh Hoyt | 2006-01-03 | 2 | -0/+44 |