index
:
php-openid
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Auth
/
OpenID
/
StoreTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
#130: PHP 7 compatibility (fixes #129)
HEAD
origin/master
origin/HEAD
master
Oleksandr Zahorulia
2016-09-30
1
-2
/
+2
*
fix for rest of dl() calls, also avoid ini_set() as may not work on safe_mode
Chris Buckley
2011-05-03
1
-1
/
+1
*
Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ...
Philipp SoĢhnlein
2011-01-16
1
-9
/
+14
*
Added the following patch from the trac.openidenabled.com bug tracker:
Lilli
2010-02-16
1
-14
/
+7
*
Added the following patch from the dev@openidenabled.com mailing list:
Lilli
2010-02-10
1
-6
/
+62
*
[ remove closing ?> tag from all files ]
Luke Shepard
2009-05-28
1
-1
/
+1
*
Revert "[ remove closing ?> tag from all files ]"
Luke Shepard
2009-05-27
1
-1
/
+1
*
[ remove closing ?> tag from all files ]
Luke Shepard
2009-05-27
1
-1
/
+1
*
[ Upgrading php-openid test framework to use PHPUnit 3.3 ]
Luke Shepard
2009-05-27
1
-17
/
+18
*
[project @ Move MemcachedStore back from contrib, update license and copyright]
tailor
2008-06-03
1
-2
/
+52
*
[project @ Move Memcached store to contrib since it's not owned by JanRain]
tailor
2008-06-02
1
-39
/
+9
*
[project @ Update license strings to say Apache]
tailor
2008-05-30
1
-1
/
+1
*
[project @ fix copyright notices to include 2008]
http://mike.glover.myopenid.com
2008-05-27
1
-1
/
+1
*
[project @ Remove "warning" text from output of store tests]
tailor
2008-02-20
1
-3
/
+3
*
[project @ Change output when skipping memcached tests: warnings upset buildbot]
tailor
2008-02-04
1
-1
/
+1
*
[project @ Whitespace]
tailor
2008-02-04
1
-1
/
+1
*
[project @ Pass instead of fail on failed memcached connection]
tailor
2008-02-04
1
-2
/
+3
*
[project @ Implementation of Memcached storage in PHP. This patch also includ...
tailor
2008-02-02
1
-2
/
+45
*
[project @ Failed DB connection is not a fail of test, typo in PG storage test]
tailor
2008-02-02
1
-4
/
+4
*
[project @ Store test: remove correct sqlite database file]
tailor
2007-12-31
1
-1
/
+1
*
[project @ Fixed typo and minor formatting changes for StoreTest.]
Trevor Johns
2007-12-29
1
-2
/
+1
*
[project @ Fixed StoreTest to not fail on Mac OS X 10.5]
Trevor Johns
2007-12-29
1
-1
/
+1
*
[project @ Fix database creation in tests for hostnames with dashes]
tailor
2007-11-14
1
-1
/
+3
*
[project @ Added store methods cleanupAssociations(), cleanup(), and concrete...
tailor
2007-09-25
1
-13
/
+30
*
[project @ Add cleanupNonces to SQL stores]
tailor
2007-09-24
1
-0
/
+3
*
[project @ Added cleanupNonces to store interface and file store]
tailor
2007-09-24
1
-0
/
+55
*
[project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]
Kevin Turner
2007-09-21
1
-1
/
+8
*
[project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks m...
tailor
2007-06-19
1
-0
/
+8
*
[project @ Globalize testing values]
tailor
2007-03-05
1
-0
/
+1
*
[project @ Add getExpired to stores]
tailor
2007-03-02
1
-0
/
+1
*
[project @ Remove isDumb from store interface]
tailor
2007-03-02
1
-14
/
+5
*
[project @ Removed settings table and auth key code from stores]
tailor
2007-02-14
1
-13
/
+1
*
[project @ Make tests pass when MySQL connection cannot be established]
tailor
2007-02-01
1
-2
/
+3
*
[project @ Make the tests try to load the Windows versions of the sqlite and ...
Josh Hoyt
2006-09-27
1
-2
/
+4
*
[project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT w...
Josh Hoyt
2006-09-08
1
-5
/
+6
*
[project @ Store test fixes from nonce change]
tailor
2006-08-29
1
-10
/
+15
*
[project @ Server-generated and one-way nonces patch from python openid]
tailor
2006-08-25
1
-19
/
+6
*
[project @ Fix bug in FileStore which prevented associations from being gener...
tailor
2006-12-01
1
-0
/
+26
*
[project @ FIX: Make Postgres unit tests use test_master database when creati...
tailor
2006-10-06
1
-2
/
+4
*
[project @ Remove platform-specific temporary directory code to tests since t...
Josh Hoyt
2006-09-27
1
-2
/
+20
*
[project @ Close the database handle in SQLite store test to silence warning]
Josh Hoyt
2006-09-27
1
-0
/
+4
*
[project @ Remove platform dependent temporary directory code from file store...
Josh Hoyt
2006-09-27
1
-2
/
+2
*
[project @ Make database name lower-case in postgres store test]
Josh Hoyt
2006-09-27
1
-1
/
+1
*
[project @ Fix backoff code so that it doesn't print out code that makes buil...
Josh Hoyt
2006-09-21
1
-2
/
+1
*
[project @ Move connection to template1 in PostGreSQL test inside the retry l...
Josh Hoyt
2006-09-21
1
-19
/
+15
*
[project @ Make fractional sleep times work for PostGreSQL database backoff i...
Josh Hoyt
2006-09-21
1
-2
/
+7
*
[project @ Added more output to PostGreSQL temporary DB creation failure in t...
Josh Hoyt
2006-09-21
1
-7
/
+10
*
[project @ Clean up temporary files created by the sqlite store test]
Josh Hoyt
2006-09-19
1
-6
/
+7
*
[project @ re-format _checkUseNonce in StoreTest]
Josh Hoyt
2006-09-19
1
-2
/
+2
*
[project @ Added more consumer tests from 1.x python branch]
tailor
2006-08-24
1
-0
/
+1
*
[project @ More fixes for pgsql db creation]
tailor
2006-04-11
1
-1
/
+3
*
[project @ Changed pgsql db creation backoff again]
tailor
2006-04-11
1
-1
/
+1
*
[project @ Changed pgsql db creation backoff]
tailor
2006-04-11
1
-1
/
+1
*
[project @ Increased backoff rate for pgsql db creation attempt in store test]
tailor
2006-03-20
1
-1
/
+1
*
[project @ Added failure count to Pgsql error output]
tailor
2006-02-27
1
-2
/
+2
*
[project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]
tailor
2006-02-14
1
-3
/
+3
*
[project @ Moved MySQL store into its own file.]
tailor
2006-02-14
1
-1
/
+1
*
[project @ Moved SQLite store into its own file.]
tailor
2006-02-14
1
-1
/
+1
*
[project @ Moved PostgreSQL store into its own file.]
tailor
2006-02-14
1
-1
/
+1
*
[project @ Moved files from Store/ into Auth/OpenID/]
tailor
2006-02-14
1
-4
/
+4
*
[project @ Moved FileStore utility functions into FileStore class as private ...
tailor
2006-02-14
1
-4
/
+6
*
[project @ Moved letter/digit/punct constants from Util.php to OpenID.php]
tailor
2006-02-14
1
-7
/
+3
*
[project @ Fixed database connection code for postgres store test.]
tailor
2006-02-08
1
-4
/
+17
*
[project @ Fixed typo in store test.]
tailor
2006-02-08
1
-1
/
+1
*
[project @ Cleaned up db disconnects in PgSQL store test.]
tailor
2006-02-02
1
-0
/
+6
*
[project @ OIDUtil -> Util]
Josh Hoyt
2006-01-28
1
-1
/
+1
*
[project @ Added script to check that each file in the library will import]
Josh Hoyt
2006-01-28
1
-0
/
+1
*
[project @ Add memstore for testing]
Josh Hoyt
2006-01-24
1
-0
/
+8
*
[project @ Changed require_once() to require_once per PEAR proposal comment.]
tailor
2006-01-24
1
-10
/
+10
*
[project @ Add identifying information to the nonce test so that we can tell ...
Josh Hoyt
2006-01-24
1
-7
/
+9
*
[project @ Simplify randomString implementation]
Josh Hoyt
2006-01-23
1
-4
/
+3
*
[project @ Updated documentation for phpdoc]
tailor
2006-01-20
1
-0
/
+29
*
[project @ Fixed db name generation bug]
tailor
2006-01-19
1
-1
/
+1
*
[project @ Fixed database name generator to replace dots with underscores in ...
tailor
2006-01-19
1
-0
/
+3
*
[project @ Added logic to make SQL store tests succeed but not run if databas...
tailor
2006-01-19
1
-0
/
+24
*
[project @ Updated SQL store tests to generate unique database names and adde...
tailor
2006-01-19
1
-12
/
+78
*
[project @ Added MySQL store and store test]
tailor
2006-01-18
1
-0
/
+32
*
[project @ Cleaned up store test code]
tailor
2006-01-18
1
-5
/
+11
*
[project @ Added test for SQLiteStore]
tailor
2006-01-18
1
-0
/
+25
*
[project @ Added postgres store test]
tailor
2006-01-18
1
-41
/
+113
*
[project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...
tailor
2006-01-16
1
-0
/
+232