0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add deprecation notice to README.md More... over 11 years ago
Merge pull request #19 from Colmea/zfcuser-1.0 More... over 11 years ago
Bumped version to 1.0.0 More... over 11 years ago
Update composer.json: zfc-user 1.* More... over 11 years ago
Merge pull request #14 from stefankleff/patch-1 More... almost 12 years ago
Update AssertNoValidationInProgress.php More... almost 13 years ago
Merge pull request #8 from DanPir/patch-1 More... about 13 years ago
Update composer.json More... about 13 years ago
Merge pull request #7 from RickKuipers/master More... about 13 years ago
Merge pull request #6 from akazakou/patch-1 More... about 13 years ago
bugfix: added doctrine configuration More... about 13 years ago
Fix composer require More... about 13 years ago
Changed Composer package name: cdli/CdliTwoStageSignup -> cdli/two-stage-signup More... over 13 years ago
Merge branch 'master' of git://github.com/cdli/CdliTwoStageSignup More... over 13 years ago
Merge branch 'feature/doctrine-orm' More... over 13 years ago
Also bump version in composer.json (to 0.7.0) [ci skip] More... over 13 years ago
Bumped version to 0.8.0 More... over 13 years ago
Added Doctrine-related packages to "suggest" section of composer More... over 13 years ago
Updated Travis-CI configuration to test using both Zend\Db and DoctrineORM More... over 13 years ago
Update Doctrine ORM mapper tests More... over 13 years ago
Add configuration flags for toggling mapper implementation tests More... over 13 years ago
Update SM factory for Service\EmailVerification to pull Form dependency Why: The Form depends on a validator which uses the ZfcUser mapper. When running the test suite, both the ZendDb and DoctrineORM modules are loaded, and the DoctrineORM mapper overwrites the SM alias for the ZendDb mapper, causing the Form instantiation to fail. More... over 13 years ago
Rearranged test suite so DoctrineORM tests can be implemented More... over 13 years ago
Update ZendDb mapper to override the mapper alias properly prior to running More... over 13 years ago
Fix typos in database.local.php.dist (tests) More... over 13 years ago
Add DoctrineORM mapper and connecting bits More... over 13 years ago
Added storage_adapter handling to ModuleOptions class More... over 13 years ago
Fix typo in ZendDb mapper (extends must come before implements) More... over 13 years ago
Rename Mapper\EmailVerification to Mapper\EmailVerification\ZendDb More... over 13 years ago
Add storage adapter configuration and SM alias to configuration file More... over 13 years ago