forked from magento/zf1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zend Framework 1.12.10 - [1: isLast not working as expected in Zend&zendframework#95;Service&zendframework#95;Amazon&zendframework#95;SimpleDb&zendframework#95;Page](zendframework#1) - [8: Zend&zendframework#95;Loader&zendframework#95;ClassMapAutoloader is not auto included when using Zend&zendframework#95;Loader&zendframework#95;AutoloaderFactory::factory](zendframework#8) - [15: Zend&zendframework#95;Db&zendframework#95;Table&zendframework#95;Abstract::delete does not delete from dependent table](zendframework#15) - [32: Zend&zendframework#95;Soap&zendframework#95;Client has no 'exceptions' flag.](zendframework#32) - [62: Zend&zendframework#95;Validate&zendframework#95;EmailAddress->&zendframework#95;validateMXRecords() fails on Umlaut-Domains](zendframework#62) - [187: Zend&zendframework#95;Rest&zendframework#95;Server does not properly handle optional parameters when anonymous (arg1, etc) parameters are passed in](zendframework#187) - [322: Zend&zendframework#95;Validate&zendframework#95;Hostname: disallowed Unicode code point](zendframework#322) - [324: SlideShare API change some tag names.](zendframework#324) - [345: CallbackHandler throws warning if WeakRef-extension not installed](zendframework#345) - [377: Zend&zendframework#95;Console&zendframework#95;Getopt: Missing required parameter consumes next option as its parameter value](zendframework#377) - [400: PHPUnit contraints: use real class names to help classmap generators](zendframework#400) - [426: Use relative filenames for &zendframework#95;validIdns for direct include in Zend&zendframework#95;Validate&zendframework#95;Hostname](zendframework#426) - [434: Corrected type of property &zendframework#95;currentRoute](zendframework#434) - [440: Zend&zendframework#95;Controller&zendframework#95;Dispatcher&zendframework#95;Abstract::&zendframework#95;formatName() inconsistent with Action name handling](zendframework#440) - [441: Loosen regex to allow nested function calls in SQL](zendframework#441) - [444: Update Zend&zendframework#95;Validate&zendframework#95;Hostname TLDs list to 2014102301 version](zendframework#444) - [446: fix typo unkown -> unknown](zendframework#446) - [448: fix travis ci build for php 5.2](zendframework#448) - [449: Zend&zendframework#95;Date doesn't create correct date when seconds are missing from 8601 format](zendframework#449) - [452: "fluent", not "fluid"](zendframework#452) - [453: Zend&zendframework#95;Cache&zendframework#95;Backend&zendframework#95;Memcached looks at "bytes", but Couchbase 1.x returns "mem&zendframework#95;used"](zendframework#453) - [456: Documentation of Zend&zendframework#95;Feed&zendframework#95;Pubsubhubbub&zendframework#95;Model&zendframework#95;ModelAbstract](zendframework#456) - [458: Fixed bug in quoteInto with $count parameter and question sign in $value](zendframework#458) - [461: CDATA section for category elements in RSS feed](zendframework#461) - [465: Zend&zendframework#95;Currency creates invalid cache ids for values with fractions](zendframework#465) - [467: debug&zendframework#95;backtrace() called twice when only once needed ](zendframework#467) - [468: Zend&zendframework#95;Validate&zendframework#95;Hostname improvements](zendframework#468) - [469: &zendframework#91;Zend&zendframework#95;Validate&zendframework#92; Testcase for zendframework#322](zendframework#469) - [471: End of life for PHPUnit installation using pear](zendframework#471) - [475: Zend Json Server Exception is missing the method name](zendframework#475) - [478: Create .gitattributes to mirror archive { } in composer.json](zendframework#478) - [480: Virtual machine doesn't install initial packages](zendframework#480) - [483: Update copyright to 2015](zendframework#483) - [484: Adds content headers on POST request in Zend&zendframework#95;Controller&zendframework#95;Request&zendframework#95;HTTP](zendframework#484) - [487: Allow overriding cache id and tag validation in Zend&zendframework#95;Cache](zendframework#487) - [488: Zend&zendframework#95;Dojo&zendframework#95;View&zendframework#95;Helper&zendframework#95;Dojo&zendframework#95;Container setCdnVersion error...](zendframework#488) - [490: Added more specific return documentation for Zend&zendframework#95;Navigation Pages](zendframework#490) # gpg verification failed. Conflicts: README.md library/Zend/Application/Resource/Frontcontroller.php library/Zend/Application/Resource/Translate.php library/Zend/Barcode/Object/ObjectAbstract.php library/Zend/Controller/Router/Rewrite.php library/Zend/Db/Select.php library/Zend/EventManager/Filter/FilterIterator.php library/Zend/EventManager/GlobalEventManager.php library/Zend/Gdata/HttpAdapterStreamingProxy.php library/Zend/Mime/Part.php library/Zend/Mobile/Push/Message/Abstract.php library/Zend/Rest/Server.php library/Zend/Service/Rackspace/Files.php library/Zend/Service/SlideShare.php library/Zend/Test/PHPUnit/ControllerTestCase.php library/Zend/Validate/Hostname.php library/Zend/Version.php
- Loading branch information
Showing
4,328 changed files
with
11,879 additions
and
9,842 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/demos export-ignore | ||
/tests export-ignore | ||
/documentation export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,63 @@ | ||
Development using a virtual machine | ||
################################### | ||
# Development using a virtual machine | ||
|
||
You can set up a development virtual machine for ZF1 unit testing and library | ||
development following these simple instructions. | ||
|
||
1. Install requirements for VM. (Note: these are not required by ZF1 itself) | ||
- VirtualBox (https://www.virtualbox.org/) | ||
- Ruby (http://www.ruby-lang.org/) | ||
- Vagrant (http://vagrantup.com/) | ||
### 1. Install requirements for VM. (Note: these are not required by ZF1 itself) | ||
|
||
2. Checkout repository to any location | ||
> git clone git://github.com:zendframework/zf1.git zf1-dev | ||
> cd zf1-dev | ||
3. Start the process by running Vagrant. | ||
> vagrant up | ||
- VirtualBox (https://www.virtualbox.org/) | ||
- Ruby (http://www.ruby-lang.org/) | ||
- Vagrant (http://vagrantup.com/) | ||
|
||
### 2. Checkout repository to any location | ||
|
||
git clone git://github.com/zendframework/zf1.git zf1-dev | ||
cd zf1-dev | ||
|
||
### 3. Start the process by running Vagrant. | ||
|
||
vagrant up | ||
|
||
This will take a long while as it has to download a VM image and then | ||
provision it. Once it has finished, it will exit and leave you back at the | ||
command prompt. | ||
|
||
This will take a long while as it has to download a VM image and then | ||
provision it. Once it has finished, it will exit and leave you back at the | ||
command prompt. | ||
### 4. SSH into the VM | ||
|
||
4. SSH into the VM | ||
> vagrant ssh | ||
vagrant ssh | ||
|
||
5. Build a version of PHP. | ||
> php-build.sh 5.3.11 | ||
### 5. Build a version of PHP. | ||
|
||
This also takes a while as it compiles PHP for you! | ||
php-build.sh 5.3.11 | ||
|
||
This also takes a while as it compiles PHP for you! | ||
|
||
6. Select PHP to use: | ||
> pe 5.3.11 | ||
### 6. Select PHP to use: | ||
|
||
pe 5.3.11 | ||
|
||
### 7. Run tests | ||
|
||
7. Run tests | ||
> cd /vagrant/tests | ||
> phpunit --stderr -d memory_limit=-1 Zend/Acl/AclTest.php | ||
> phpunit --stderr -d memory_limit=-1 Zend/Amf/AllTests.php | ||
(etc...) | ||
cd /vagrant/tests | ||
phpunit --stderr -d memory_limit=-1 Zend/Acl/AclTest.php | ||
phpunit --stderr -d memory_limit=-1 Zend/Amf/AllTests.php | ||
(etc...) | ||
|
||
Note that you can repeat items 5 and 6 to create any version if PHP. | ||
|
||
Notes: | ||
## Notes: | ||
|
||
- The VM will be running in the background as VBoxHeadless | ||
- HTTP and SSH ports on the VM are forwarded to localhost (22 -> 2222, 80 -> 8081) | ||
- The zf1-dev directory you checked out will be mounted inside the VM at /vagrant | ||
- You can develop by editing the files you cloned in the IDE of you choice. | ||
- To stop the VM do one of the following: | ||
> vagrant suspend # if you plan on running it later | ||
> vagrant halt # if you wish to turn off the VM, but keep it around | ||
> vagrant destroy # if you wish to delete the VM completely | ||
- Also, when any of of the Puppet manifests change (.pp files), it is a good idea to rerun them: | ||
> vagrant provision | ||
|
||
To stop the VM do one of the following: | ||
|
||
vagrant suspend # if you plan on running it later | ||
vagrant halt # if you wish to turn off the VM, but keep it around | ||
vagrant destroy # if you wish to delete the VM completely | ||
|
||
Also, when any of of the Puppet manifests change (.pp files), it is a good idea to rerun them: | ||
|
||
vagrant provision |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.