Faust
9c3f4f4f3b
add wikipedia links on cataloge of pattern
2015-05-31 13:25:04 +02:00
suxiaolin
eb2fee0407
Chinese translation part one
...
first translation for `zh_CN`
fix quote typo
finish locale/zh_CN/LC_MESSAGES/Creational/README.po translate to `zh_CN`
finish locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po translate to `zh_CN`
finish /Volumes/Macintosh locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po translate to `zh_CN`
replace chinses quote to english quote
fix format and typo issues, remove need not transition lines.
optimized wording, retranslation the MIT LICENSE
fix double single quote issue
2015-05-31 03:52:24 +02:00
Евгений Глотов
957e649838
russian translation part one
...
Root Readme
Behavioral
Command
Chain Of Responsibilities
Iterator
Mediator
More/readme.po
Specification
State
Repository
Service Locator
Observer
Strategy
2015-05-30 14:10:52 +02:00
Faust
4703828950
add Chinese translation initial files
2015-05-29 12:43:32 +02:00
Faust
ca591f9286
use Anonymous Hyperlinks for wikipedia link
2015-05-29 12:20:31 +02:00
Faust
fa36638e88
use Anonymous Hyperlinks for wikipedia link
2015-05-29 12:11:16 +02:00
Faust
d266e1a42b
add Russian translation initial files
2015-05-29 00:10:57 +02:00
Faust
48551e04fa
add Brazilian Portuguese, Spanish, Catalan translation initial files
2015-05-28 19:00:45 +02:00
SHANG Guokan
23d8483738
Update README.rst
2015-04-29 13:41:02 +02:00
Dominik Liebler
8024c35cc8
Merge pull request #133 from jhuet/patch-1
...
Adding RulerZ as a sample for Specification pattern
2015-04-29 13:22:28 +02:00
Jérémy Huet
4c5f2ca113
Adding RulerZ as a sample
...
RulerZ is a PHP implementation of the Specification pattern which puts the emphasis on three main aspects:
- an easy and data-agnostic DSL to define business rules and specifications,
- the ability to check if a candidate satisfies a specification,
- the ability to filter or query any datasource to only retrieve candidates matching a specification.
2015-04-25 20:31:32 +02:00
Dominik Liebler
0213028e4d
Merge pull request #128 from TomasVotruba/patch-3
...
composer: bump to PHPUnit 4.6
2015-04-20 20:58:55 +02:00
Dominik Liebler
8eed6f9c21
Merge pull request #130 from nueckman/codestyle-1
...
codestyle - remove trailing whitespaces
2015-04-09 21:40:48 +02:00
Dominik Liebler
6b910fa446
Merge pull request #131 from shangguokan/read-the-docs
...
DesignPatternsPHP available on Read the Docs
2015-04-09 09:06:24 +02:00
Faust
65cc90e974
sort php files Behavioral and More
2015-04-08 23:19:24 +02:00
Faust
321041b210
sort php files Structural
2015-04-08 22:42:16 +02:00
Faust
23abee8078
sort php files Creational
2015-04-07 22:00:12 +02:00
Faust
ff327e3a0c
Change index.rst to README.rst
...
remove all pattern's README.md
2015-04-05 06:05:24 +02:00
Faust
818c221c78
fix wikipedia links for pdf version
2015-04-05 03:29:00 +02:00
Faust
c609ef5952
add wikipedia link
2015-04-03 10:57:00 +02:00
Faust
9fd800b9f6
fix embed some files and add download link to README.md
2015-04-03 00:24:24 +02:00
Faust
eb65f82ef4
add link to README.md
2015-04-02 00:57:18 +02:00
Faust
6579a466a8
update badge doc
2015-04-02 00:48:24 +02:00
Faust
795996e993
fix index
2015-04-02 00:33:44 +02:00
Faust
9d91da4153
create TocTree index
2015-04-02 00:16:16 +02:00
Faust
1f38f34fc9
sphinx-quickstart
2015-04-02 00:06:29 +02:00
Faust
bba8b0df43
execute read-the-docs.sh
2015-04-02 00:03:33 +02:00
Faust
c6cc7f2131
create read-the-docs.sh
2015-04-02 00:02:43 +02:00
Nils Rückmann
2bc3d20e5e
codestyle - remove trailing whitespaces
2015-03-27 12:19:20 +01:00
Dominik Liebler
a6a6e18997
Merge pull request #126 from TomasVotruba/patch-1
...
travis: PHP 5.6 and 7.0 nightly added + other improvements
2015-03-27 11:49:36 +01:00
Dominik Liebler
30bde298b0
Merge pull request #125 from SephVelut/patch-1
...
Update Colleague.php
2015-03-27 11:35:18 +01:00
Tomáš Votruba
47891e6bd8
composer: bump to PHPUnit 4.6
2015-03-27 07:10:14 +01:00
Tomáš Votruba
f8be5643c6
travis: PHP 5.6 and 7.0 nightly added + other improvements
...
- `--dev` is by default for almost a year
- don't hide `phpunit`, make it explicit
2015-03-27 07:02:24 +01:00
dingoEgret
18071865af
Update Colleague.php
2015-03-26 13:10:16 -04:00
Dominik Liebler
539f636427
Merge pull request #123 from ftwbzhao/feature/iterator/booklist/remove
...
fix booklist remove function
2015-03-08 18:06:29 +01:00
ftwbzhao
53f4d364c0
fix booklist remove function
2015-03-07 14:11:42 +08:00
Dominik Liebler
12145c5605
Merge pull request #120 from mayurvandra/master
...
Including Exception Test
2015-03-02 18:44:39 +01:00
Mayurkumar Vandra
9bfa7687de
Updated a Typo in Builder - Director Test
2015-03-01 18:01:49 -05:00
Mayurkumar Vandra
3570576eb0
Including Exception Test
2015-03-01 13:38:17 -05:00
Dominik Liebler
8613f9a06d
Merge pull request #119 from AnewG/patch-1
...
Update ShippingOrder.php
2015-02-20 13:01:52 +01:00
Anew_G.
ebda65504b
Update ShippingOrder.php
2015-02-20 15:30:47 +08:00
Dominik Liebler
27b9c2b3cf
Merge pull request #116 from idr0id/patch-1
...
Fixed typo
2015-01-28 09:21:14 +01:00
Vladimir Komissarov
4aafc3db53
Fixed typo
2015-01-28 13:14:18 +05:00
Dominik Liebler
4db3dd9d29
Merge pull request #111 from jcherqui/master
...
Validation PSR2
2014-11-05 18:04:46 +01:00
Dominik Liebler
fc55b9b336
Merge pull request #109 from Bilge/patch-2
...
Copy edit for NullObject readme
2014-11-05 18:03:57 +01:00
jcherqui
d5b96d139f
Validation PSR2
2014-11-05 10:24:28 +01:00
Bilge
b71b988fc0
Copy edit for NullObject readme
2014-10-06 02:16:35 +01:00
Dominik Liebler
37cdbd6c23
Merge pull request #108 from dan-lyn/master
...
fixed typos and trailing slashes
2014-08-30 16:06:46 +02:00
dan-lyn
b4d7824a2b
fixed typo and blank line
2014-08-30 14:34:15 +02:00
dan-lyn
f50a4c6690
fixed typos and trailing slashes
2014-08-30 11:20:04 +02:00