summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* update file permissionsCarl Howells2010-07-2012-0/+0
|
* Removed/changed references to openidenabled.com. At this time, not every ↵2.2.0Lilli2010-03-161-6/+2
| | | | reference has been updated.
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-274-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 Shepard2009-05-274-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 Shepard2009-05-271-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 Turner2008-06-251-0/+47
| | | | root matching]
* [project @ 'fix' regexp looking for bad constant capitalization to allow ↵tailor2008-06-031-1/+1
| | | | NULL in strings]
* [project @ Move MemcachedStore back from contrib, update license and copyright]tailor2008-06-031-1/+0
|
* [project @ Add --extra-tests option to texttest.php]tailor2008-06-021-2/+18
|
* [project @ Make the MemcachedStore tests run on record]tailor2008-06-021-2/+4
|
* [project @ Update license strings to say Apache]tailor2008-05-301-2/+2
|
* [project @ variable name (typo), $argv to $args (loadSuite was always being ↵tailor2008-03-211-1/+1
| | | | passed a null parameter)]
* [project @ Run a syntax check as part of runtests]tailor2008-05-274-1/+20
|
* [project @ Include more prominent link to Consumer file documentation in ↵tailor2008-05-211-1/+2
| | | | top-level docs]
* [project @ Enable (HMAC)SHA256 tests; why did we disable them?]tailor2008-02-041-3/+0
|
* [project @ Update admin scripts to run under Mac OS X]Trevor Johns2007-12-295-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]tailor2007-11-141-1/+1
|
* [project @ Move math extension data into a function]tailor2007-04-041-6/+6
|
* [project @ Added buggy GMP define to override math library preference]tailor2007-04-021-0/+4
|
* [project @ Add CURL override for testing]tailor2007-04-021-0/+4
|
* [project @ Keep the pear XML generation script up to date Just Because]tailor2007-03-121-1/+1
|
* [project @ Fix tests (include HMACSHA1/256 and fix reference usage)]tailor2007-02-131-0/+3
|
* [project @ Repair tests under no-math conditions]tailor2007-02-131-1/+1
|
* [project @ Update OpenID.pkg]tailor2007-03-231-10/+0
|
* [project @ Change xmlconfig stability value]tailor2006-12-081-1/+1
|
* [project @ Added CDATA to XML config templates]tailor2006-10-302-0/+4
|
* [project @ Add Services to contents for XML config generation]tailor2006-10-301-1/+1
|
* [project @ Fix makedoc.sh for broken phpdoc]tailor2006-10-301-1/+1
|
* [project @ Fix option name for texttest.php (insecure_rand)]Josh Hoyt2006-10-041-1/+1
|
* [project @ Now that there are non-trivial options, use Console_Getopt to ↵Josh Hoyt2006-10-031-34/+56
| | | | parse options to the test suite]
* [project @ Add flag to run tests with insecure randomness source and make ↵Josh Hoyt2006-09-272-1/+11
| | | | test suite use it for cygwin]
* [project @ Add math library selection support to the test suite]Josh Hoyt2006-09-201-0/+34
|
* [project @ Fix the regex in the script that checks for bad case and make it ↵Josh Hoyt2006-09-071-1/+2
| | | | fail when it finds errors]
* [project @ Updated doc generation script]tailor2006-08-181-1/+1
|
* [project @ Merged yadis discovery code and updated test framework to run ↵tailor2006-08-111-2/+2
| | | | tests in both packages]
* [project @ Updated xmlconfig]tailor2006-05-121-1/+1
|
* [project @ Documentation fixes.]tailor2006-05-101-0/+14
|
* [project @ Removed crud from package tutorial file.]tailor2006-05-101-4/+0
|
* [project @ Removed discovery code from doc generation]tailor2006-05-091-1/+1
|
* [project @ Added more consumer tests]tailor2006-05-031-1/+1
|
* [project @ Updated base URI for PEAR packages]tailor2006-03-061-1/+1
|
* [project @ Fixed packagexml.py to handle release notes with leading whitespace]tailor2006-03-061-1/+1
|
* [project @ Moved tutorials dir into admin/]tailor2006-03-062-1/+82
|
* [project @ Updated packagexml script to look for release notes file]tailor2006-03-063-4/+19
|
* [project @ Adjusted minimal required version to PHP 4.3.0]tailor2006-03-062-2/+2
|
* [project @ Updated XML generation script to generate verison 1 and version 2 ↵tailor2006-03-064-77/+118
| | | | package XML files]
* [project @ Updated package.xml template and added logic for assigning roles ↵tailor2006-03-063-8/+6
| | | | to entire directories in packagexml.py]
* [project @ Cleaned up line lengths in packagexml.py]tailor2006-03-031-7/+14
|
* [project @ Added docs to xmlconfig.py and updated packagexml.py to include ↵tailor2006-03-033-9/+62
| | | | docs in output XML]
* [project @ Added script to generate package.xml]tailor2006-03-013-47/+131
|
* [project @ Added package-level tutorial file to documentation]tailor2006-03-011-1/+1
|
* [project @ Temporarily moved package.xml file into admin so it isn\'t ↵tailor2006-02-231-0/+106
| | | | misleading.]
* [project @ Fixed phpdoc exclusions in documentation generation script.]tailor2006-02-231-1/+1
|
* [project @ Remove (ineffective) emacs mode hint]Josh Hoyt2006-02-131-1/+0
|
* [project @ Added script to find files with global variables]Josh Hoyt2006-02-112-0/+6
|
* [project @ Make fixperms more readable]Josh Hoyt2006-02-111-3/+11
|
* [project @ Added script to check that each file in the library will import]Josh Hoyt2006-01-284-3/+16
|
* [project @ Documentation]Josh Hoyt2006-01-271-1/+4
|
* [project @ Changed require_once() to require_once per PEAR proposal comment.]tailor2006-01-243-5/+5
|
* [project @ Changed phpdoc template to make docs more readable]tailor2006-01-231-1/+1
|
* [project @ Add script that finds all PHP files to simplify the other test ↵Josh Hoyt2006-01-238-41/+19
| | | | scripts]
* [project @ Added file with library name]Josh Hoyt2006-01-181-0/+1
|
* [project @ Fix nobadbraces test]Josh Hoyt2006-01-171-11/+2
|
* [project @ Add script to prepare repository for release]Josh Hoyt2006-01-162-0/+15
|
* [project @ Add new boringfile]Josh Hoyt2006-01-161-0/+3
|
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for ↵tailor2006-01-168-11/+11
| | | | better PEAR categorization]
* [project @ Move webtest.php into admin]Josh Hoyt2006-01-131-0/+12
|
* [project @ Simplify notabs script]Josh Hoyt2006-01-071-5/+1
|
* [project @ Change runtests to always run in the correct directory and move ↵Josh Hoyt2006-01-072-7/+124
| | | | texttest.php into that directory]
* [project @ move typetest into admin, now mathlib, and add support code]Josh Hoyt2006-01-072-0/+48
|
* [project @ Script to check for uses of aliased functions in PHP code]Josh Hoyt2006-01-061-0/+119
|
* [project @ Added script to check for docblocks in PHP scripts]tailor2006-01-053-1/+48
|
* [project @ Added script to verify that PHP files begin with <?php]tailor2006-01-052-1/+22
|
* [project @ Added script to check the case of null, true, and false tokens]tailor2006-01-052-1/+45
|
* [project @ Fix xargs invocation so it works with Debian stable]Josh Hoyt2006-01-051-1/+2
|
* [project @ Added brace style checking script to runtests]tailor2006-01-053-1/+38
|
* [project @ Added brace style checking script]tailor2006-01-051-0/+81
|
* [project @ Removed set -e from nolonglines test]tailor2006-01-051-2/+0
|
* [project @ Add compatibility for Debian stable xargs (no -I flag)]Josh Hoyt2006-01-041-1/+2
|
* [project @ Moved makedoc.sh script to admin directory]Josh Hoyt2006-01-041-0/+2
|
* [project @ Added comment to notabs script]Josh Hoyt2006-01-031-0/+5
|
* [project @ Added long line check script to admin/]tailor2006-01-043-1/+68
|
* [project @ Add check at record time that no tabs get recorded]Josh Hoyt2006-01-032-0/+44