Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10049150 | <NME> AbstractRecord.php
<BEF> <?php
namespace ZfcUser\Validator;
use Zend\Validator\AbstractValidator,
ZfcUser\Model\Mapper\User as UserMapper;
abstract class AbstractRecord extends AbstractValidator
{
/**
* Error constants
*/
const ERROR_NO_RECORD_FOUND = 'noRecordFound';
const ERROR_RECO... | 5 | Merge remote-tracking branch 'rhutchison/master' | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049151 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct(AuthenticationOptionsInterface $options)
{
$identityParams... | 1 | Simplify array comparison | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049152 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct(AuthenticationOptionsInterface $options)
{
$identityParams... | 1 | Simplify array comparison | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049153 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
```bash
composer requ... | 4 | Update README.md | 0 | .md | md | mit | nao-pon/flysystem-google-drive |
10049154 | <NME> ZfcUserLoginWidget.php
<BEF> ADDFILE
<MSG> Added placeholders for all tests.
<DFF> @@ -0,0 +1,36 @@
+<?php
+
+namespace ZfcUserTest\Validator;
+
+use ZfcUser\View\Helper\ZfcUserLoginWidget as ViewHelper;
+
+class ZfcUserLoginWidget extends \PHPUnit_Framework_TestCase
+{
+ public function testInvoke()
+ {
+... | 36 | Added placeholders for all tests. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049155 | <NME> ZfcUserLoginWidget.php
<BEF> ADDFILE
<MSG> Added placeholders for all tests.
<DFF> @@ -0,0 +1,36 @@
+<?php
+
+namespace ZfcUserTest\Validator;
+
+use ZfcUser\View\Helper\ZfcUserLoginWidget as ViewHelper;
+
+class ZfcUserLoginWidget extends \PHPUnit_Framework_TestCase
+{
+ public function testInvoke()
+ {
+... | 36 | Added placeholders for all tests. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049156 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 7 | Merge pull request #9 from squaresurf/docker-machine-refactor | 7 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049157 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 1 | Update src/ZfcUser/Authentication/Adapter/Db.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049158 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 1 | Update src/ZfcUser/Authentication/Adapter/Db.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049159 | <NME> zfcuser.global.php.dist
<BEF> <?php
/**
* ZfcUser Configuration
*
* If you have a ./config/autoload/ directory set up for your project, you can
* drop this config file in it and change the values as you wish.
*/
$settings = array(
/**
* Zend\Db\Adapter\Adapter DI Alias
*
* Please specify t... | 8 | view script for user login widget now config option | 0 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10049160 | <NME> zfcuser.global.php.dist
<BEF> <?php
/**
* ZfcUser Configuration
*
* If you have a ./config/autoload/ directory set up for your project, you can
* drop this config file in it and change the values as you wish.
*/
$settings = array(
/**
* Zend\Db\Adapter\Adapter DI Alias
*
* Please specify t... | 8 | view script for user login widget now config option | 0 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10049161 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
use Zend\Crypt\Password\Bcrypt;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $formHydrator;
public function setUp()
{
$service =... | 313 | Added User service test | 57 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049162 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
use Zend\Crypt\Password\Bcrypt;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $formHydrator;
public function setUp()
{
$service =... | 313 | Added User service test | 57 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049163 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 31 | Update readme a bit | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049164 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 31 | Update readme a bit | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049165 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Added triggering of register.post to user service | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049166 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Added triggering of register.post to user service | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049167 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post')... | 1 | - use partials | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049168 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post')... | 1 | - use partials | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049169 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #224 from gabriel403/master | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049170 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #224 from gabriel403/master | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049171 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Storage;
use Zend\Authentication\Storage\StorageInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Mapper\UserInterface as UserMapper;
class Db implements Storage\StorageIn... | 5 | Removed storage when identity could not be resolved | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049172 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Storage;
use Zend\Authentication\Storage\StorageInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Mapper\UserInterface as UserMapper;
class Db implements Storage\StorageIn... | 5 | Removed storage when identity could not be resolved | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049173 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 11 | - move registration dependencies from Base constructor to Registration constructor | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049174 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 11 | - move registration dependencies from Base constructor to Registration constructor | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049175 | <NME> EventProvider.php
<BEF> <?php
namespace ZfcUser\EventManager;
use Traversable;
use Zend\EventManager\EventManagerAwareInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\EventManager;
use Zend\EventManager\SharedEventManager;
abstract class EventProvider implements EventManagerAwareInt... | 1 | Make SharedEventManager usable | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049176 | <NME> EventProvider.php
<BEF> <?php
namespace ZfcUser\EventManager;
use Traversable;
use Zend\EventManager\EventManagerAwareInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\EventManager;
use Zend\EventManager\SharedEventManager;
abstract class EventProvider implements EventManagerAwareInt... | 1 | Make SharedEventManager usable | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049177 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Update Module.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049178 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Update Module.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049179 | <NME> UserMetaZendDb.php
<BEF> ADDFILE
<MSG> UserMeta is now working, a few other fixes too
<DFF> @@ -0,0 +1,55 @@
+<?php
+
+namespace EdpUser\Mapper;
+
+use EdpCommon\Mapper\DbMapperAbstract,
+ EdpUser\Module,
+ EdpUser\Model\UserMetaInterface as UserMetaModelInterface,
+ ArrayObject;
+
+class UserMetaZendDb... | 55 | UserMeta is now working, a few other fixes too | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049180 | <NME> UserMetaZendDb.php
<BEF> ADDFILE
<MSG> UserMeta is now working, a few other fixes too
<DFF> @@ -0,0 +1,55 @@
+<?php
+
+namespace EdpUser\Mapper;
+
+use EdpCommon\Mapper\DbMapperAbstract,
+ EdpUser\Module,
+ EdpUser\Model\UserMetaInterface as UserMetaModelInterface,
+ ArrayObject;
+
+class UserMetaZendDb... | 55 | UserMeta is now working, a few other fixes too | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049181 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 14 | Can specify the NFS mount options through the cli | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049182 | <NME> login.phtml
<BEF> <h1><?php echo $this->translate('Sign In'); ?></h1>
<?php
$form = $this->loginForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/login'));
$form->setAttribute('method', 'post');
$form->setAttribute('autocomplete', 'off');
?>
<?php echo $this->partial('_form.phtml', ['for... | 1 | Added escapeHtml() to redirect | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049183 | <NME> login.phtml
<BEF> <h1><?php echo $this->translate('Sign In'); ?></h1>
<?php
$form = $this->loginForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/login'));
$form->setAttribute('method', 'post');
$form->setAttribute('autocomplete', 'off');
?>
<?php echo $this->partial('_form.phtml', ['for... | 1 | Added escapeHtml() to redirect | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049184 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 0 | Merge pull request #127 from prolic/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049185 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 0 | Merge pull request #127 from prolic/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049186 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 7 | Merge pull request #39 from EvanDotPro/hotfix/event-manager-injection | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049187 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 7 | Merge pull request #39 from EvanDotPro/hotfix/event-manager-injection | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049188 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 39 | Update readme (moved options up a section) | 40 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049189 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 39 | Update readme (moved options up a section) | 40 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049190 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Stdlib\Hydrator\ClassMethods;
use Zend\Crypt\Password\Bcrypt;
use ZfcBase\EventManager\EventProvide... | 1 | Merge branch '191' Closes #191 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049191 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Stdlib\Hydrator\ClassMethods;
use Zend\Crypt\Password\Bcrypt;
use ZfcBase\EventManager\EventProvide... | 1 | Merge branch '191' Closes #191 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049192 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 5 | UserId should be a hidden field | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049193 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 5 | UserId should be a hidden field | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049194 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | strip out redirection options from change password and email | 21 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049195 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | strip out redirection options from change password and email | 21 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049196 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 30 | Allow to configure the nfs options + improve usage | 4 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049197 | <NME> module.config.php
<BEF> <?php
use ZfcUser\Controller\UserController;
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'controllers' => array(
'factories' => array(
'zfcuser' => function($co... | 0 | Merge pull request #503 from Eye4web/config-closure-fix | 18 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049198 | <NME> module.config.php
<BEF> <?php
use ZfcUser\Controller\UserController;
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'controllers' => array(
'factories' => array(
'zfcuser' => function($co... | 0 | Merge pull request #503 from Eye4web/config-closure-fix | 18 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049199 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'type' => 'Literal',
... | 3 | Updates for ralph | 0 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049200 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'type' => 'Literal',
... | 3 | Updates for ralph | 0 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049201 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct(AuthenticationOptionsInterface $options)
{
$identityParams... | 1 | Bugfix: email validator pushing on identity | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049202 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct(AuthenticationOptionsInterface $options)
{
$identityParams... | 1 | Bugfix: email validator pushing on identity | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049203 | <NME> UserControllerTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use Zend\Form\FormElementManager;
use ZfcUser\Controller\RedirectCallback;
use ZfcUser\Controller\UserController as Controller;
use Zend\Http\Response;
use Zend\Stdlib\Parameters;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Se... | 9 | Merge pull request #637 from Eye4web/hotfix/servicemanager | 22 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049204 | <NME> UserControllerTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use Zend\Form\FormElementManager;
use ZfcUser\Controller\RedirectCallback;
use ZfcUser\Controller\UserController as Controller;
use Zend\Http\Response;
use Zend\Stdlib\Parameters;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Se... | 9 | Merge pull request #637 from Eye4web/hotfix/servicemanager | 22 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049205 | <NME> schema.sql
<BEF> CREATE TABLE user (user_id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) DEFAULT NULL, email VARCHAR(255) NOT NULL, display_name VARCHAR(50) NOT NULL, password VARCHAR(128) NOT NULL, salt VARCHAR(16) NOT NULL, last_login DATETIME DEFAULT NULL, last_ip INT DEFAULT NULL, register_time DATETIME... | 1 | Login on register option, login error message working | 1 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10049206 | <NME> schema.sql
<BEF> CREATE TABLE user (user_id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) DEFAULT NULL, email VARCHAR(255) NOT NULL, display_name VARCHAR(50) NOT NULL, password VARCHAR(128) NOT NULL, salt VARCHAR(16) NOT NULL, last_login DATETIME DEFAULT NULL, last_ip INT DEFAULT NULL, register_time DATETIME... | 1 | Login on register option, login error message working | 1 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10049207 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Fixed how Form\Base deals with captcha options | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049208 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Fixed how Form\Base deals with captcha options | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049209 | <NME> AbstractRecord.php
<BEF> <?php
namespace ZfcUser\Validator;
use Zend\Validator\AbstractValidator;
use ZfcUser\Mapper\UserInterface;
abstract class AbstractRecord extends AbstractValidator
{
/**
* Error constants
*/
const ERROR_NO_RECORD_FOUND = 'noRecordFound';
const ERROR_RECORD_FOUND ... | 1 | Fix spelling error | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049210 | <NME> AbstractRecord.php
<BEF> <?php
namespace ZfcUser\Validator;
use Zend\Validator\AbstractValidator;
use ZfcUser\Mapper\UserInterface;
abstract class AbstractRecord extends AbstractValidator
{
/**
* Error constants
*/
const ERROR_NO_RECORD_FOUND = 'noRecordFound';
const ERROR_RECORD_FOUND ... | 1 | Fix spelling error | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049211 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 1 | Add todo | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049212 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 1 | Add todo | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049213 | <NME> AbstractAdapter.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Storage;
abstract class AbstractAdapter implements ChainableAdapter
{
/**
* @var Storage\StorageInterface
*/
protected $storage;
/**
* Returns the persistent storage handler
*
... | 1 | Merge pull request #423 from prolic/patch-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049214 | <NME> AbstractAdapter.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Storage;
abstract class AbstractAdapter implements ChainableAdapter
{
/**
* @var Storage\StorageInterface
*/
protected $storage;
/**
* Returns the persistent storage handler
*
... | 1 | Merge pull request #423 from prolic/patch-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049215 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
/**
* @dataProvider providerTestConstruct
*/
public function testConstruct($useCaptcha = false)
{
$options = $this->getMock('ZfcUser... | 1 | - actually set $useCaptcha in settings | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049216 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
/**
* @dataProvider providerTestConstruct
*/
public function testConstruct($useCaptcha = false)
{
$options = $this->getMock('ZfcUser... | 1 | - actually set $useCaptcha in settings | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049217 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 25 | docker-machine can connect to host machine via explicit address (#84) | 4 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049218 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Small typo fix | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049219 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Small typo fix | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049220 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/bin/phpunit --bootstrap=tests/bootstrap.php
- ./vendor/bin/phpcs -n --standard=PSR2 ./src/ ./tests/
after_script:
- php oc... | 1 | do not allow 5.6 failures and add php7 to test matrix | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10049221 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/bin/phpunit --bootstrap=tests/bootstrap.php
- ./vendor/bin/phpcs -n --standard=PSR2 ./src/ ./tests/
after_script:
- php oc... | 1 | do not allow 5.6 failures and add php7 to test matrix | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10049222 | <NME> BaseTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Base as Form;
class BaseTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
<MSG> Added Base form t... | 16 | Added Base form test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049223 | <NME> BaseTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Base as Form;
class BaseTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
<MSG> Added Base form t... | 16 | Added Base form test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049224 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 5 | Update README.md | 4 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049225 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 5 | Update README.md | 4 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049226 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use ZfcUser\Form\Login as LoginForm;
use Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 6 | Fixed login widget and added service factories | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049227 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use ZfcUser\Form\Login as LoginForm;
use Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 6 | Fixed login widget and added service factories | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049228 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct($useCaptcha = false)
{
$options = $this->getMock('ZfcUser\Options\RegistrationOptionsInterface');
$options->... | 3 | - move provider annotation | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049229 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct($useCaptcha = false)
{
$options = $this->getMock('ZfcUser\Options\RegistrationOptionsInterface');
$options->... | 3 | - move provider annotation | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049230 | <NME> AbstractAdapter.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Storage;
abstract class AbstractAdapter implements ChainableAdapter
{
/**
* @var Storage\StorageInterface
*/
protected $storage;
/**
* Returns the persistent storage handler
*
... | 1 | change get_called_class to get_class($this) | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049231 | <NME> AbstractAdapter.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Storage;
abstract class AbstractAdapter implements ChainableAdapter
{
/**
* @var Storage\StorageInterface
*/
protected $storage;
/**
* Returns the persistent storage handler
*
... | 1 | change get_called_class to get_class($this) | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049232 | <NME> ModuleOptionsTest.php
<BEF> <?php
namespace ZfcUserTest\Options;
use ZfcUser\Options\ModuleOptions as Options;
class ModuleOptionsTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Options $options
*/
protected $options;
public function setUp()
{
$options = new Options;
... | 6 | Fix @cover's for options tests. | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049233 | <NME> ModuleOptionsTest.php
<BEF> <?php
namespace ZfcUserTest\Options;
use ZfcUser\Options\ModuleOptions as Options;
class ModuleOptionsTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Options $options
*/
protected $options;
public function setUp()
{
$options = new Options;
... | 6 | Fix @cover's for options tests. | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049234 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 11 | Add getByUsername method to user service | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049235 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 11 | Add getByUsername method to user service | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049236 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 4 | Fix redirect will not working when redirect url has ?param=value | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049237 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 4 | Fix redirect will not working when redirect url has ?param=value | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049238 | <NME> AdapterChainServiceFactory.php
<BEF> ADDFILE
<MSG> Merge pull request #92 from SocalNick/adapter-factory-class
Adapter factory class
<DFF> @@ -0,0 +1,17 @@
+<?php
+namespace ZfcUser\Authentication\Adapter;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser... | 17 | Merge pull request #92 from SocalNick/adapter-factory-class | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049239 | <NME> AdapterChainServiceFactory.php
<BEF> ADDFILE
<MSG> Merge pull request #92 from SocalNick/adapter-factory-class
Adapter factory class
<DFF> @@ -0,0 +1,17 @@
+<?php
+namespace ZfcUser\Authentication\Adapter;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser... | 17 | Merge pull request #92 from SocalNick/adapter-factory-class | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049240 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers ZfcUser\Form\Register::__construct
*/
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\Reg... | 42 | push some missing branch coverage | 18 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049241 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers ZfcUser\Form\Register::__construct
*/
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\Reg... | 42 | push some missing branch coverage | 18 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049242 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 7 | Update registration action of UserController to respect auth identity field choices | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049243 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 7 | Update registration action of UserController to respect auth identity field choices | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049244 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends ProvidesEventsInputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var Registration... | 0 | Merge pull request #677 from roelvanduijnhoven/patch-1 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049245 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends ProvidesEventsInputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var Registration... | 0 | Merge pull request #677 from roelvanduijnhoven/patch-1 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049246 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 1 | Mount nfs share with option actimeo=0 | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049247 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Stdlib\Hydrator;
use ZfcBase\EventManager\EventProvider;
use ZfcUser\Mapper\UserInterface as UserMapperInterface;
use Zfc... | 3 | Update ZfcUser to work with ZF3 | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049248 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Stdlib\Hydrator;
use ZfcBase\EventManager\EventProvider;
use ZfcUser\Mapper\UserInterface as UserMapperInterface;
use Zfc... | 3 | Update ZfcUser to work with ZF3 | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049249 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
p... | 2 | Merge pull request #5 from SpiffyJr/feature/fix-bc-breaks | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |