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 |
|---|---|---|---|---|---|---|---|---|
10048250 | <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 | Remove triggers that are unsuable. | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048251 | <NME> ja_JP.po
<BEF> ADDFILE
<MSG> add Japanese translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-26 13:38+0100\n"
+"PO-Revision-Date: 2013-11-11 00:07+0900\n"
+"Last-Translator: sasezaki <sasezaki@gmail.com>\n"
+"Language... | 129 | add Japanese translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048252 | <NME> ja_JP.po
<BEF> ADDFILE
<MSG> add Japanese translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-26 13:38+0100\n"
+"PO-Revision-Date: 2013-11-11 00:07+0900\n"
+"Last-Translator: sasezaki <sasezaki@gmail.com>\n"
+"Language... | 129 | add Japanese translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048253 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
```bash
composer requ... | 1 | Merge branch 'master' of git://github.com/nao-pon/flysystem-google-drive | 1 | .md | md | mit | nao-pon/flysystem-google-drive |
10048254 | <NME> schema.sql
<BEF> ADDFILE
<MSG> Better docs on Zend\Db implementation
<DFF> @@ -0,0 +1,1 @@
+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_l... | 1 | Better docs on Zend\Db implementation | 0 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048255 | <NME> schema.sql
<BEF> ADDFILE
<MSG> Better docs on Zend\Db implementation
<DFF> @@ -0,0 +1,1 @@
+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_l... | 1 | Better docs on Zend\Db implementation | 0 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048256 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 5 | fix #61 use constant "EXT_FLYSYSTEM_SLASH_SUBSTITUTE" to "orward slash" substitute | 2 | .php | php | mit | nao-pon/flysystem-google-drive |
10048257 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* @var bool
*/
protected $useRedirectParameterIfPresent = false;
/**
... | 1 | Update ModuleOptions to enable login form redirect parameter handling by default | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048258 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* @var bool
*/
protected $useRedirectParameterIfPresent = false;
/**
... | 1 | Update ModuleOptions to enable login form redirect parameter handling by default | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048259 | <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... | 22 | Protected property $authService was missing | 17 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048260 | <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... | 22 | Protected property $authService was missing | 17 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048261 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\ModuleManager,
Zend\EventManager\StaticEventManager,
Zend\ModuleManager\Feature\AutoloaderProviderInterface,
Zend\ModuleManager\Feature\ConfigProviderInterface,
Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module imp... | 0 | Remove unused StaticEventManager use statement from Module.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048262 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\ModuleManager,
Zend\EventManager\StaticEventManager,
Zend\ModuleManager\Feature\AutoloaderProviderInterface,
Zend\ModuleManager\Feature\ConfigProviderInterface,
Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module imp... | 0 | Remove unused StaticEventManager use statement from Module.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048263 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsI... | 1 | Merge pull request #562 from claytondaley/password-entities-1.x | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048264 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsI... | 1 | Merge pull request #562 from claytondaley/password-entities-1.x | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048265 | <NME> README.md
<BEF> # Docker Machine NFS
## Requirements
[Docker Machine](https://docs.docker.com/machine/).
## Requirements
:warning: There seem to be an issue with the NFS under Mac OS X High Sierra (see issue [#79](https://github.com/adlogix/docker-machine-nfs/issues/79) for more info) :warning:
* Mac OS X 10.... | 1 | Update README.md | 1 | .md | md | mit | adlogix/docker-machine-nfs |
10048266 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 1 | fix enbug of last commit | 1 | .php | php | mit | nao-pon/flysystem-google-drive |
10048267 | <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 | Update readme and dist config file | 10 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10048268 | <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 | Update readme and dist config file | 10 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10048269 | <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... | 2 | s/query()/getQuery() in UserController | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048270 | <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... | 2 | s/query()/getQuery() in UserController | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048271 | <NME> cs_CZ.po
<BEF> ADDFILE
<MSG> Merge pull request #567 from vagovszky/czech-lang-1.x
Add translation for Czech language
<DFF> @@ -0,0 +1,126 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"POT-Creation-Date: 2015-02-09 11:17+0100\n"
+"PO-Revision-Date: 2015-02-09 11:17+0100\n"
+"Last-Translator: Martin ... | 126 | Merge pull request #567 from vagovszky/czech-lang-1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048272 | <NME> cs_CZ.po
<BEF> ADDFILE
<MSG> Merge pull request #567 from vagovszky/czech-lang-1.x
Add translation for Czech language
<DFF> @@ -0,0 +1,126 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"POT-Creation-Date: 2015-02-09 11:17+0100\n"
+"PO-Revision-Date: 2015-02-09 11:17+0100\n"
+"Last-Translator: Martin ... | 126 | Merge pull request #567 from vagovszky/czech-lang-1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048273 | <NME> index.phtml
<BEF> <?php echo $this->gravatar($this->zfcUserIdentity()->getEmail()) ?>
Hello, <?php echo $this->zfcUserDisplayName() ?>! <a href="<?php echo $this->url('zfcuser/logout') ?>">[Sign Out]</a>
<MSG> - Update/Fixed README.md
- Added form CAPTCHA config option key (still not implemented)
- Removed rogue... | 5 | - Update/Fixed README.md - Added form CAPTCHA config option key (still not implemented) - Removed rogue paste in ModuleOptions - Modified user/index view script layout | 2 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048274 | <NME> index.phtml
<BEF> <?php echo $this->gravatar($this->zfcUserIdentity()->getEmail()) ?>
Hello, <?php echo $this->zfcUserDisplayName() ?>! <a href="<?php echo $this->url('zfcuser/logout') ?>">[Sign Out]</a>
<MSG> - Update/Fixed README.md
- Added form CAPTCHA config option key (still not implemented)
- Removed rogue... | 5 | - Update/Fixed README.md - Added form CAPTCHA config option key (still not implemented) - Removed rogue paste in ModuleOptions - Modified user/index view script layout | 2 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048275 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 23 | use `files->trash()` or remove parents (multi parents) on cmd delete | 14 | .php | php | mit | nao-pon/flysystem-google-drive |
10048276 | <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 | added missing return statement | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048277 | <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 | added missing return statement | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048278 | <NME> pt_BR.po
<BEF> #
# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: ZfcUser\n"
"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
"POT-Creation-Date: 2013-11-08 00:38+0100\n"
"PO-Revision-Date: 2015-05-21 00:41-0300\n"
"Last-Translator: Mihailov Vasilievic Filho <mihai... | 2 | update pt_BR translation | 2 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048279 | <NME> pt_BR.po
<BEF> #
# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: ZfcUser\n"
"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
"POT-Creation-Date: 2013-11-08 00:38+0100\n"
"PO-Revision-Date: 2015-05-21 00:41-0300\n"
"Last-Translator: Mihailov Vasilievic Filho <mihai... | 2 | update pt_BR translation | 2 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048280 | <NME> BaseExtension.php
<BEF> ADDFILE
<MSG> Added Base form extension for Base form test
<DFF> @@ -0,0 +1,42 @@
+<?php
+
+namespace ZfcUserTest\Form;
+
+use ZfcUser\Form\Base;
+use ZfcUser\Options\RegistrationOptionsInterface;
+
+class BaseExtension extends Base
+{
+ /**
+ * @var RegistrationOptionsInterface
+ ... | 42 | Added Base form extension for Base form test | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048281 | <NME> BaseExtension.php
<BEF> ADDFILE
<MSG> Added Base form extension for Base form test
<DFF> @@ -0,0 +1,42 @@
+<?php
+
+namespace ZfcUserTest\Form;
+
+use ZfcUser\Form\Base;
+use ZfcUser\Options\RegistrationOptionsInterface;
+
+class BaseExtension extends Base
+{
+ /**
+ * @var RegistrationOptionsInterface
+ ... | 42 | Added Base form extension for Base form test | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048282 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods {
/**
* Extract values from an object
* @param UserEntityInterface $object
* @return array
* @r... | 8 | Fix line { | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048283 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods {
/**
* Extract values from an object
* @param UserEntityInterface $object
* @return array
* @r... | 8 | Fix line { | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048284 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Mapper;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
use Zend\Hydrator\HydratorInterface;
class User extends AbstractDbMapper implements UserInterface
{
protected $tableName = 'user';
public function findByEmail($email)
{
$select = $this-... | 7 | Merge pull request #93 from SocalNick/insert-return-result-interface | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048285 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Mapper;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
use Zend\Hydrator\HydratorInterface;
class User extends AbstractDbMapper implements UserInterface
{
protected $tableName = 'user';
public function findByEmail($email)
{
$select = $this-... | 7 | Merge pull request #93 from SocalNick/insert-return-result-interface | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048286 | <NME> RegisterFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\RegisterFilter as Filter;
class RegisterFilterTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers ZfcUser\Form\RegusterFilter::__construct
*/
public function testConstruct()
{
$options = $this->ge... | 1 | fix typo | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048287 | <NME> RegisterFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\RegisterFilter as Filter;
class RegisterFilterTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers ZfcUser\Form\RegusterFilter::__construct
*/
public function testConstruct()
{
$options = $this->ge... | 1 | fix typo | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048288 | <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 | Merge pull request #212 from netiul/master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048289 | <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 | Merge pull request #212 from netiul/master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048290 | <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... | 2 | fix shell interp for bootlocal.sh | 2 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048291 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter;
class ZfcUserAuthentication e... | 4 | Update controller plugin to pull locator from AbstractPluginManager | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048292 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter;
class ZfcUserAuthentication e... | 4 | Update controller plugin to pull locator from AbstractPluginManager | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048293 | <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... | 1 | Added about ZfcUser\Entity\UserInterface | 0 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10048294 | <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... | 1 | Added about ZfcUser\Entity\UserInterface | 0 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10048295 | <NME> pl_PL.po
<BEF> ADDFILE
<MSG> Polish translation language files [pl_PL] - polskie tlumaczenie.
<DFF> @@ -0,0 +1,128 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00:38+0100\n"
+"PO-Revision-Date: 2014-02-27 13:22+0100\n"
+"L... | 128 | Polish translation language files [pl_PL] - polskie tlumaczenie. | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048296 | <NME> pl_PL.po
<BEF> ADDFILE
<MSG> Polish translation language files [pl_PL] - polskie tlumaczenie.
<DFF> @@ -0,0 +1,128 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00:38+0100\n"
+"PO-Revision-Date: 2014-02-27 13:22+0100\n"
+"L... | 128 | Polish translation language files [pl_PL] - polskie tlumaczenie. | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048297 | <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... | 27 | give the full branch coverage für registerAction | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048298 | <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... | 27 | give the full branch coverage für registerAction | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048299 | <NME> Module.php
<BEF> <?php
namespace EdpUser;
use Zend\Module\Manager,
Zend\Loader\AutoloaderFactory;
class Module
{
public function init(Manager $moduleManager)
{
$this->initAutoloader();
}
protected function initAutoloader()
return include __DIR__ . '/config/module.config.php... | 10 | Organize classes and add events | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048300 | <NME> Module.php
<BEF> <?php
namespace EdpUser;
use Zend\Module\Manager,
Zend\Loader\AutoloaderFactory;
class Module
{
public function init(Manager $moduleManager)
{
$this->initAutoloader();
}
protected function initAutoloader()
return include __DIR__ . '/config/module.config.php... | 10 | Organize classes and add events | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048301 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #386 from Inscure/patch-1 | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048302 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #386 from Inscure/patch-1 | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048303 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsI... | 2 | Fixed identity usage | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048304 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsI... | 2 | Fixed identity usage | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048305 | <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 | Merge pull request #141 from jakejohns/hotfix/registration-captcha | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048306 | <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 | Merge pull request #141 from jakejohns/hotfix/registration-captcha | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048307 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
*/
protected $db;
protected function setUp()
{
$th... | 302 | Almost fully tested Adapter\Db. | 22 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048308 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
*/
protected $db;
protected function setUp()
{
$th... | 302 | Almost fully tested Adapter\Db. | 22 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048309 | <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... | 11 | Merge pull request #43 from phase2/feature/xhyve-support | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048310 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use ZfcBase\EventManager\EventProvider;
use ZfcUs... | 34 | Allow to run multiple instances of zfcuser | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048311 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use ZfcBase\EventManager\EventProvider;
use ZfcUs... | 34 | Allow to run multiple instances of zfcuser | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048312 | <NME> RedirectCallback.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Application;
use Zend\Router\RouteInterface;
use Zend\Router\Exception;
use Zend\Http\PhpEnvironment\Response;
use ZfcUser\Options\ModuleOptions;
/**
* Buils a redirect response based on the current routing and parameters
*/
class Re... | 1 | Fix redirect after register | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048313 | <NME> RedirectCallback.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Application;
use Zend\Router\RouteInterface;
use Zend\Router\Exception;
use Zend\Http\PhpEnvironment\Response;
use ZfcUser\Options\ModuleOptions;
/**
* Buils a redirect response based on the current routing and parameters
*/
class Re... | 1 | Fix redirect after register | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048314 | <NME> AdapterChainTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\SharedEventManagerInterface;
use ZfcUser\Authentication\Adapter\AdapterChain;
use ZfcUser\Authentication\Adapter\AdapterChainEve... | 17 | Fix test Mock error | 15 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048315 | <NME> AdapterChainTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\SharedEventManagerInterface;
use ZfcUser\Authentication\Adapter\AdapterChain;
use ZfcUser\Authentication\Adapter\AdapterChainEve... | 17 | Fix test Mock error | 15 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048316 | <NME> nl_NL.po
<BEF> ADDFILE
<MSG> Dutch translation
<DFF> @@ -0,0 +1,124 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00:38+0100\n"
+"PO-Revision-Date: 2014-03-24 13:27+0100\n"
+"Last-Translator: Bart McLeod <mcleod@spaceweb.nl... | 124 | Dutch translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048317 | <NME> nl_NL.po
<BEF> ADDFILE
<MSG> Dutch translation
<DFF> @@ -0,0 +1,124 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00:38+0100\n"
+"PO-Revision-Date: 2014-03-24 13:27+0100\n"
+"Last-Translator: Bart McLeod <mcleod@spaceweb.nl... | 124 | Dutch translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048318 | <NME> README.md
<BEF> ZfcUser
=======
Version 0.0.1 Created by Evan Coury and the ZF-Commons team
Introduction
------------
------------
ZfcUser is a user registration and authentication module for Zend Framework 2.
Out of the box, ZfcUser works with Zend\Db, however alternative storage adapter
modules are available ... | 5 | Added badges | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048319 | <NME> README.md
<BEF> ZfcUser
=======
Version 0.0.1 Created by Evan Coury and the ZF-Commons team
Introduction
------------
------------
ZfcUser is a user registration and authentication module for Zend Framework 2.
Out of the box, ZfcUser works with Zend\Db, however alternative storage adapter
modules are available ... | 5 | Added badges | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048320 | <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 $serviceManager;
protected $formHydrator;
protected $eventM... | 14 | some methods have more than one call... change once with any | 14 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048321 | <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 $serviceManager;
protected $formHydrator;
protected $eventM... | 14 | some methods have more than one call... change once with any | 14 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048322 | <NME> LoginFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\LoginFilter as Form;
class LoginFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
... | 14 | Added LoginFilter form test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048323 | <NME> LoginFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\LoginFilter as Form;
class LoginFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
... | 14 | Added LoginFilter form test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048324 | <NME> pl_PL.po
<BEF> ADDFILE
<MSG> Merge pull request #396 from websafe/feature-language-pl-pl
Polish translation language files [pl_PL] - polskie tlumaczenie.
<DFF> @@ -0,0 +1,128 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00... | 128 | Merge pull request #396 from websafe/feature-language-pl-pl | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048325 | <NME> pl_PL.po
<BEF> ADDFILE
<MSG> Merge pull request #396 from websafe/feature-language-pl-pl
Polish translation language files [pl_PL] - polskie tlumaczenie.
<DFF> @@ -0,0 +1,128 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-08 00... | 128 | Merge pull request #396 from websafe/feature-language-pl-pl | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048326 | <NME> RegisterFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\RegisterFilter as Form;
class RegisterFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
... | 49 | Added RegisterFilter form test | 34 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048327 | <NME> RegisterFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\RegisterFilter as Form;
class RegisterFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
... | 49 | Added RegisterFilter form test | 34 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048328 | <NME> NoRecordExistsTest.php
<BEF> <?php
namespace ZfcUserTest\Validator;
use ZfcUser\Validator\NoRecordExists as Validator;
class NoRecordExistsTest extends \PHPUnit_Framework_TestCase
{
public function testIsValid()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
... | 38 | Added tests for NoRecordExists validator | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048329 | <NME> NoRecordExistsTest.php
<BEF> <?php
namespace ZfcUserTest\Validator;
use ZfcUser\Validator\NoRecordExists as Validator;
class NoRecordExistsTest extends \PHPUnit_Framework_TestCase
{
public function testIsValid()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
... | 38 | Added tests for NoRecordExists validator | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048330 | <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;
/**... | 16 | Adds a setter to the widget so the default view script can be overriden | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048331 | <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;
/**... | 16 | Adds a setter to the widget so the default view script can be overriden | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048332 | <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 | Fix undefined index notice | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048333 | <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 | Fix undefined index notice | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048334 | <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 | Fix XSS vulnerability | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048335 | <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 | Fix XSS vulnerability | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048336 | <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... | 4 | Merge pull request #68 from yanickrochon/hotfix/login-widget-csrf | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048337 | <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... | 4 | Merge pull request #68 from yanickrochon/hotfix/login-widget-csrf | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048338 | <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... | 2 | Merge branch 'master' of github.com:adlogix/docker-machine-nfs | 2 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048339 | <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 | Updated Module.php to address the BC breaks in ZF PR 660 (https://github.com/zendframework/zf2/pull/660) | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048340 | <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 | Updated Module.php to address the BC breaks in ZF PR 660 (https://github.com/zendframework/zf2/pull/660) | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048341 | <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... | 13 | feature: add timeout argument to set timeout on docker-machine calls (#86) | 8 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048342 | <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... | 2 | Run sync to ensure bootlocal.sh is written to disk | 2 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048343 | <NME> ChangeEmailTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangeEmail as Form;
class ChangeEmailTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
... | 21 | Added ChangeEmail form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048344 | <NME> ChangeEmailTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangeEmail as Form;
class ChangeEmailTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
... | 21 | Added ChangeEmail form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048345 | <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 r... | 160 | Merge pull request #19 from blueimp/master | 107 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048346 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Filter;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\ModuleOptions');
$optio... | 4 | Fix tests for "Fix array_push param order for form filters" | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048347 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Filter;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\ModuleOptions');
$optio... | 4 | Fix tests for "Fix array_push param order for form filters" | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048348 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
- Use Google Drive AP... | 3 | Update README.md | 3 | .md | md | mit | nao-pon/flysystem-google-drive |
10048349 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\RegistrationOptionsInterface');
$options->expects($this->once... | 21 | Merge pull request #564 from claytondaley/fix-base-form-1.x | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |