460 Commits

Author SHA1 Message Date
Leonam Pereira Dias
45bc602b6e Merge remote-tracking branch 'upstream/master' 2015-06-17 18:19:49 -03:00
Евгений Глотов
a6e49cc0cd Russian translation part three
Adapter
Bridge
Registry
Composite
Data Mapper
Decorator
Dependency Injection
Facade
Fluent Interface
Proxy
Registry
2015-06-03 00:02:25 +02:00
suxiaolin
17ed60d8e6 Chinese translation part two
finish AbstractFactory & FactoryMethod & SimpleFactory translattion

corret word translation & fix some typo error

finish Prototype translattion

finish Multiton translattion

correct words translation
2015-06-02 23:59:32 +02:00
Leonam Dias
3975f2b66b Merge pull request #2 from domnikl/master
update
2015-06-02 15:37:49 -03:00
Dominik Liebler
9f385a30b4 Merge pull request #140 from bocharsky-bw/patch-2
Remove composer.phar and add short installation instruction
2015-06-02 13:28:09 +02:00
Victor
581b847743 Remove composer.phar and add short installation instruction 2015-06-01 22:19:09 +03:00
Dominik Liebler
7e707cc0fc Merge pull request #135 from bocharsky-bw/patch-1
Replace array storage with SplObjectStorage
2015-06-01 11:47:23 +02:00
Victor
2af532c8ee Fix observer attach/detach tests 2015-06-01 01:05:23 +03:00
Евгений Глотов
a7e6c4b5b2 Russian translation part two
ChainOfResp typo fix

Null Object
Visitor

English version in page titles

Delegation
Template Method
AbstractFactory
Builder
FactoryMethod
Multiton
Pool
Prototype
SimpleFactory
Singleton
StaticFactory

Links to ru.wiki
2015-05-31 13:30:02 +02:00
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
Leonam Dias
d79febc95f Merge pull request #1 from domnikl/master
Update
2015-05-29 23:57:16 -03: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
Bocharsky Victor
db7dab5b0d Replace array storage with SplObjectStorage
If you already use SPL interfaces in your example, maybe better to use `SplObjectStorage` too instead of `array` to store observers with `attach` and `detach` convenient methods?
What do you think?
2015-05-27 21:37:19 +03: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