1043 Commits

Author SHA1 Message Date
Dominik Liebler
b4a5598ad2 file names must not be translated 2018-06-14 21:08:23 +02:00
Dominik Liebler
213e3bf950 removed outdated template 2018-06-14 20:26:16 +02:00
Dominik Liebler
6c726d66b7 introduced PostId and PostStatus and changed naming from Storage to Persistence 2018-06-14 18:28:40 +02:00
Dominik Liebler
2ab82dbfbf Repository is supposed to generate IDs 2018-06-14 17:45:45 +02:00
Dominik Liebler
4cb353fe3e introduced sub-namespace Domain 2018-06-14 17:19:47 +02:00
Dominik Liebler
477a6d623a introduced Storage interface 2018-06-14 17:17:58 +02:00
Dominik Liebler
fb42e71a99
Merge pull request #322 from carousel/master
enhance delegation example
2018-05-17 07:55:37 +02:00
Miroslav Trninic
bb22ef0e0f fix test annotation and one line separation issues 2018-05-13 19:19:53 +02:00
Dominik Liebler
305078f848
Merge pull request #323 from marcelod/pt_BR
translate EAV
2018-05-13 19:11:05 +02:00
Dominik Liebler
8e7fec26c6
Merge pull request #324 from lex111/patch-1
Return links rst definitions
2018-05-13 19:10:30 +02:00
Piotr Grabski-Gradziński
c82b6b86b3
Merge pull request #325 from carlwhittick/patch-1
Added a missing word to the Readme
2018-05-12 20:15:26 +02:00
Carl Whittick
c182e09248
Added a missing word to the Readme 2018-05-10 08:45:11 +01:00
Alexey Pyltsyn
6a06eb5d95
Return links rst definitions 2018-05-04 23:05:24 +03:00
Marcelo Diniz
05a21fab48 translate EAV 2018-05-03 17:51:51 -03:00
Miroslav Trninic
63220c73c6 Fix formatting (new line before comment) 2018-04-30 21:46:36 +02:00
Miroslav Trninic
b4599ec67c enhance delegation example 2018-04-29 15:55:54 +02:00
Piotr Horzycki
15e802dab1 Dropped support for PHP 7.0 2018-04-06 20:47:12 +02:00
Piotr Horzycki
b6d0a5879a PHP Code Sniffer updated to version 3 2018-04-06 19:58:35 +02:00
Piotr Horzycki
2d7cbc78c9 PHPUnit updated to version 7 2018-04-06 19:52:19 +02:00
Dominik Liebler
0ea1593c1d
Merge pull request #316 from jonatassales/master
Fix missing space in pt_BR translation
2018-03-11 15:07:52 +01:00
Dominik Liebler
e209f7072b added hint to docker-compose run composer install in README 2018-02-13 07:47:11 +01:00
Leonam Pereira Dias
f204c7f592 Add composer image to docker-compose.yml
There's a service for php but we need to install composer in the php container or worse, install projects' dependencies through composer installed locally.

It adds a new service for composer and permit to run composer within a container with just a command: `docker-compose run composer install`.
2018-02-02 15:00:47 -02:00
Jonatas Sales
6ed09ad317
Update README.po 2018-01-23 14:56:56 -02:00
Dominik Liebler
c2ceda8ab9 removed deprecated Vagrant 2017-12-27 09:03:33 +01:00
Dominik Liebler
ac60d4722d Fixed typo in README 2017-12-27 08:55:45 +01:00
Dominik Liebler
2141c4916c #315 fixed docker compose error and switched to PHP 7.2.0 2017-12-27 08:48:20 +01:00
Dominik Liebler
7cb5aa618b updated README 2017-12-27 08:26:12 +01:00
Dominik Liebler
b6ed638396
Update README.rst 2017-12-27 08:07:51 +01:00
Dominik Liebler
56d92237be
Update README.md 2017-12-27 08:06:44 +01:00
Dominik Liebler
4ac66562dd
Merge pull request #312 from ahmetelcik/master
Turkish translations.
2017-12-18 22:04:13 +01:00
Ahmet Elçik
16dfa6650e Remove .DS_Store files. 2017-12-16 09:29:33 +03:00
Ahmet Elçik
e29870a8d4 Turkish translations. 2017-12-16 09:20:13 +03:00
Piotr Grabski-Gradziński
43cf257087
Merge pull request #308 from carusogabriel/patch-1
Test against PHP 7.2
2017-12-11 11:23:11 +01:00
Piotr Grabski-Gradziński
94d055ca7c
Merge pull request #309 from k-gun/master
The "protected" keyword should be used in order to subclasses to use …
2017-12-11 10:17:36 +01:00
Kerem Güneş
26eb70713a Add markdown flavors for objects. 2017-12-11 05:15:34 +03:00
Kerem Güneş
4bc5a3d7a2 Fix typo (parametrized => parameterized). Didn't touch other translations due to encoding corruption. 2017-12-10 04:38:26 +03:00
Kerem Güneş
bfe62d5f1a The "protected" keyword should be used in order to subclasses to use that property. Otherwise, saying "$this->text = $text" is not making sense for extender objects. 2017-12-09 21:21:37 +03:00
Gabriel Caruso
bbc32c44e9
Test against PHP 7.2 2017-12-08 21:36:45 -02:00
Piotr Grabski-Gradzinski
d9ca300f3f [PL Behavioral/Strategy] Fixing files inclusion. 2017-11-15 09:04:25 +01:00
Piotr Grabski-Gradziński
9e61d5240b [Behavioral/Strategy] Fixing files inclusion. 2017-11-15 08:59:32 +01:00
Piotr Grabski-Gradziński
1e3b655bbd
Merge pull request #306 from EduardoGR/eduardogr-adding-strategy-context
EduardoGR adding strategy context in order to complete the pattern
2017-11-15 08:50:46 +01:00
egarcia
16f09e99e7 EduardoGR adding strategy context in order to complete the pattern 2017-10-31 03:51:44 +01:00
Piotr Grabski-Gradziński
3ea7462991
Merge pull request #305 from aeoris/spanishTypos
Fix typos in es_ES translation
2017-10-30 08:41:31 +01:00
Diego Agulló
5969c7caaa Fix typos in es_ES translation 2017-10-29 22:24:58 +01:00
Dominik Liebler
e9ffd3fe8f Merge pull request #302 from fr05t1k/patch-1
Fix test name
2017-10-22 19:49:11 +02:00
Stas Pavlovichev
9ccf6e8fc5 Fix test name 2017-10-22 16:46:38 +03:00
Dominik Liebler
b751bb27fc Merge pull request #301 from Lesha701/patch-1
Update README.po
2017-10-19 06:20:06 +02:00
Lesha701
9cb0909877 Update README.po 2017-10-18 17:03:35 +03:00
Dominik Liebler
6e4b8ef9ed Merge pull request #300 from leonampd/master
Translating ServiceLocator, Repository and Delegation patterns to pt_BR
2017-10-15 12:36:21 +02:00
Leonam Pereira Dias
8eb06cfc12 more: translating ServiceLocator, Repository and Delegation patterns to pt_BR 2017-10-14 12:46:35 -03:00