Changeset 1633613
- Timestamp:
- 04/09/2017 02:33:25 PM (9 years ago)
- Location:
- register-password
- Files:
-
- 26 added
- 3 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/.gitignore (added)
-
tags/0.1.1/.travis.yml (added)
-
tags/0.1.1/LICENSE (added)
-
tags/0.1.1/README.md (added)
-
tags/0.1.1/classes (added)
-
tags/0.1.1/classes/Main.php (added)
-
tags/0.1.1/composer.json (added)
-
tags/0.1.1/composer.lock (added)
-
tags/0.1.1/phpunit.xml (added)
-
tags/0.1.1/readme.txt (added)
-
tags/0.1.1/register-password.php (added)
-
tags/0.1.1/tests (added)
-
tags/0.1.1/tests/MainTest.php (added)
-
tags/0.1.1/vendor (added)
-
tags/0.1.1/vendor/autoload.php (added)
-
tags/0.1.1/vendor/composer (added)
-
tags/0.1.1/vendor/composer/ClassLoader.php (added)
-
tags/0.1.1/vendor/composer/LICENSE (added)
-
tags/0.1.1/vendor/composer/autoload_classmap.php (added)
-
tags/0.1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/0.1.1/vendor/composer/autoload_psr4.php (added)
-
tags/0.1.1/vendor/composer/autoload_real.php (added)
-
tags/0.1.1/vendor/composer/autoload_static.php (added)
-
tags/0.1.1/vendor/composer/installed.json (added)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (11 diffs)
-
trunk/readme.txt (added)
-
trunk/register-password.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
register-password/trunk/composer.json
r1633609 r1633613 13 13 "squizlabs/php_codesniffer": "~2.7.0", 14 14 "phpunit/phpunit": "~5.7.2", 15 "10up/wp_mock": "~0.1.0" 15 "10up/wp_mock": "~0.1.0", 16 "rudloff/git2wp": "~0.1.2" 16 17 } 17 18 } -
register-password/trunk/composer.lock
r1633609 r1633613 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": "a 90af01aa501cff411bb2981db6ba50a",7 "content-hash": "a44d7ab89bda015df19d2d7f90126674", 8 8 "packages": [], 9 9 "packages-dev": [ … … 139 139 ], 140 140 "time": "2015-06-14T21:17:01+00:00" 141 }, 142 { 143 "name": "gitonomy/gitlib", 144 "version": "v1.0.2", 145 "source": { 146 "type": "git", 147 "url": "https://github.com/gitonomy/gitlib.git", 148 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c" 149 }, 150 "dist": { 151 "type": "zip", 152 "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c", 153 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c", 154 "shasum": "" 155 }, 156 "require": { 157 "symfony/process": "^2.3|^3.0" 158 }, 159 "require-dev": { 160 "psr/log": "^1.0" 161 }, 162 "suggest": { 163 "psr/log": "Add some log" 164 }, 165 "type": "library", 166 "extra": { 167 "branch-alias": { 168 "dev-master": "1.0-dev" 169 } 170 }, 171 "autoload": { 172 "psr-4": { 173 "Gitonomy\\Git\\": "src/Gitonomy/Git/" 174 } 175 }, 176 "notification-url": "https://packagist.org/downloads/", 177 "license": [ 178 "MIT" 179 ], 180 "authors": [ 181 { 182 "name": "Alexandre Salomé", 183 "email": "alexandre.salome@gmail.com", 184 "homepage": "http://alexandre-salome.fr" 185 }, 186 { 187 "name": "Julien DIDIER", 188 "email": "genzo.wm@gmail.com", 189 "homepage": "http://www.jdidier.net" 190 } 191 ], 192 "description": "Library for accessing git", 193 "homepage": "http://gitonomy.com", 194 "time": "2016-05-11T08:25:40+00:00" 141 195 }, 142 196 { … … 503 557 { 504 558 "name": "phpunit/php-code-coverage", 505 "version": "4.0. 7",559 "version": "4.0.8", 506 560 "source": { 507 561 "type": "git", 508 562 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 509 "reference": " 09e2277d14ea467e5a984010f501343ef29ffc69"510 }, 511 "dist": { 512 "type": "zip", 513 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ 09e2277d14ea467e5a984010f501343ef29ffc69",514 "reference": " 09e2277d14ea467e5a984010f501343ef29ffc69",563 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" 564 }, 565 "dist": { 566 "type": "zip", 567 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", 568 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", 515 569 "shasum": "" 516 570 }, … … 562 616 "xunit" 563 617 ], 564 "time": "2017-0 3-01T09:12:17+00:00"618 "time": "2017-04-02T07:44:40+00:00" 565 619 }, 566 620 { … … 752 806 { 753 807 "name": "phpunit/phpunit", 754 "version": "5.7.1 7",808 "version": "5.7.19", 755 809 "source": { 756 810 "type": "git", 757 811 "url": "https://github.com/sebastianbergmann/phpunit.git", 758 "reference": "6 8752b665d3875f9a38a357e3ecb35c79f8673bf"759 }, 760 "dist": { 761 "type": "zip", 762 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6 8752b665d3875f9a38a357e3ecb35c79f8673bf",763 "reference": "6 8752b665d3875f9a38a357e3ecb35c79f8673bf",812 "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1" 813 }, 814 "dist": { 815 "type": "zip", 816 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1", 817 "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1", 764 818 "shasum": "" 765 819 }, … … 830 884 "xunit" 831 885 ], 832 "time": "2017-0 3-19T16:52:12+00:00"886 "time": "2017-04-03T02:22:27+00:00" 833 887 }, 834 888 { … … 890 944 ], 891 945 "time": "2016-12-08T20:27:08+00:00" 946 }, 947 { 948 "name": "rudloff/git2wp", 949 "version": "0.1.2", 950 "source": { 951 "type": "git", 952 "url": "https://github.com/Rudloff/git2wp.git", 953 "reference": "360a549a2482529e2d5c94c79818dec6eae2868a" 954 }, 955 "dist": { 956 "type": "zip", 957 "url": "https://api.github.com/repos/Rudloff/git2wp/zipball/360a549a2482529e2d5c94c79818dec6eae2868a", 958 "reference": "360a549a2482529e2d5c94c79818dec6eae2868a", 959 "shasum": "" 960 }, 961 "require": { 962 "gitonomy/gitlib": "~1.0.0", 963 "symfony/console": "~3.0.0" 964 }, 965 "require-dev": { 966 "symfony/var-dumper": "~3.0.0" 967 }, 968 "bin": [ 969 "bin/git2wp" 970 ], 971 "type": "project", 972 "autoload": { 973 "psr-4": { 974 "Git2WP\\": "classes/" 975 } 976 }, 977 "notification-url": "https://packagist.org/downloads/", 978 "license": [ 979 "GPL-3.0" 980 ], 981 "description": "Push WordPress plugin from a Git repository to the WordPress SVN repository", 982 "time": "2016-03-06T21:15:10+00:00" 892 983 }, 893 984 { … … 1483 1574 }, 1484 1575 { 1576 "name": "symfony/console", 1577 "version": "v3.0.9", 1578 "source": { 1579 "type": "git", 1580 "url": "https://github.com/symfony/console.git", 1581 "reference": "926061e74229e935d3c5b4e9ba87237316c6693f" 1582 }, 1583 "dist": { 1584 "type": "zip", 1585 "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f", 1586 "reference": "926061e74229e935d3c5b4e9ba87237316c6693f", 1587 "shasum": "" 1588 }, 1589 "require": { 1590 "php": ">=5.5.9", 1591 "symfony/polyfill-mbstring": "~1.0" 1592 }, 1593 "require-dev": { 1594 "psr/log": "~1.0", 1595 "symfony/event-dispatcher": "~2.8|~3.0", 1596 "symfony/process": "~2.8|~3.0" 1597 }, 1598 "suggest": { 1599 "psr/log": "For using the console logger", 1600 "symfony/event-dispatcher": "", 1601 "symfony/process": "" 1602 }, 1603 "type": "library", 1604 "extra": { 1605 "branch-alias": { 1606 "dev-master": "3.0-dev" 1607 } 1608 }, 1609 "autoload": { 1610 "psr-4": { 1611 "Symfony\\Component\\Console\\": "" 1612 }, 1613 "exclude-from-classmap": [ 1614 "/Tests/" 1615 ] 1616 }, 1617 "notification-url": "https://packagist.org/downloads/", 1618 "license": [ 1619 "MIT" 1620 ], 1621 "authors": [ 1622 { 1623 "name": "Fabien Potencier", 1624 "email": "fabien@symfony.com" 1625 }, 1626 { 1627 "name": "Symfony Community", 1628 "homepage": "https://symfony.com/contributors" 1629 } 1630 ], 1631 "description": "Symfony Console Component", 1632 "homepage": "https://symfony.com", 1633 "time": "2016-07-30T07:22:48+00:00" 1634 }, 1635 { 1485 1636 "name": "symfony/polyfill-mbstring", 1486 1637 "version": "v1.3.0", … … 1542 1693 }, 1543 1694 { 1695 "name": "symfony/process", 1696 "version": "v3.2.7", 1697 "source": { 1698 "type": "git", 1699 "url": "https://github.com/symfony/process.git", 1700 "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282" 1701 }, 1702 "dist": { 1703 "type": "zip", 1704 "url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282", 1705 "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282", 1706 "shasum": "" 1707 }, 1708 "require": { 1709 "php": ">=5.5.9" 1710 }, 1711 "type": "library", 1712 "extra": { 1713 "branch-alias": { 1714 "dev-master": "3.2-dev" 1715 } 1716 }, 1717 "autoload": { 1718 "psr-4": { 1719 "Symfony\\Component\\Process\\": "" 1720 }, 1721 "exclude-from-classmap": [ 1722 "/Tests/" 1723 ] 1724 }, 1725 "notification-url": "https://packagist.org/downloads/", 1726 "license": [ 1727 "MIT" 1728 ], 1729 "authors": [ 1730 { 1731 "name": "Fabien Potencier", 1732 "email": "fabien@symfony.com" 1733 }, 1734 { 1735 "name": "Symfony Community", 1736 "homepage": "https://symfony.com/contributors" 1737 } 1738 ], 1739 "description": "Symfony Process Component", 1740 "homepage": "https://symfony.com", 1741 "time": "2017-03-27T18:07:02+00:00" 1742 }, 1743 { 1544 1744 "name": "symfony/var-dumper", 1545 "version": "v3.2. 6",1745 "version": "v3.2.7", 1546 1746 "source": { 1547 1747 "type": "git", 1548 1748 "url": "https://github.com/symfony/var-dumper.git", 1549 "reference": " 4100f347aff890bc16b0b4b42843b599db257b2d"1550 }, 1551 "dist": { 1552 "type": "zip", 1553 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ 4100f347aff890bc16b0b4b42843b599db257b2d",1554 "reference": " 4100f347aff890bc16b0b4b42843b599db257b2d",1749 "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03" 1750 }, 1751 "dist": { 1752 "type": "zip", 1753 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81dce20f69a8b40427e1f4e6462178df87cafc03", 1754 "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03", 1555 1755 "shasum": "" 1556 1756 }, … … 1605 1805 "dump" 1606 1806 ], 1607 "time": "2017-0 2-20T13:45:48+00:00"1807 "time": "2017-03-12T16:07:05+00:00" 1608 1808 }, 1609 1809 { 1610 1810 "name": "symfony/yaml", 1611 "version": "v3.2. 6",1811 "version": "v3.2.7", 1612 1812 "source": { 1613 1813 "type": "git", 1614 1814 "url": "https://github.com/symfony/yaml.git", 1615 "reference": " 093e416ad096355149e265ea2e4cc1f9ee40ab1a"1616 }, 1617 "dist": { 1618 "type": "zip", 1619 "url": "https://api.github.com/repos/symfony/yaml/zipball/ 093e416ad096355149e265ea2e4cc1f9ee40ab1a",1620 "reference": " 093e416ad096355149e265ea2e4cc1f9ee40ab1a",1815 "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621" 1816 }, 1817 "dist": { 1818 "type": "zip", 1819 "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621", 1820 "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621", 1621 1821 "shasum": "" 1622 1822 }, … … 1660 1860 "description": "Symfony Yaml Component", 1661 1861 "homepage": "https://symfony.com", 1662 "time": "2017-03- 07T16:47:02+00:00"1862 "time": "2017-03-20T09:45:15+00:00" 1663 1863 }, 1664 1864 { -
register-password/trunk/register-password.php
r1633609 r1633613 5 5 Description: Let users choose their password when they register 6 6 Author: Pierre Rudloff 7 Version: 0.1. 07 Version: 0.1.1 8 8 Author URI: https://www.rudloff.pro/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.