1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-19 14:59:51 +01:00

154 Commits

Author SHA1 Message Date
Tiago Ribeiro
5b572724c6 Added latitude and longitude formatters to Address provider 2012-06-25 18:02:46 +01:00
Francois Zaninotto
769817a3a1 Merge pull request #44 from umpirsky/sr-provider
Added providers for Serbian locale
2012-06-19 08:24:19 -07:00
umpirsky
0aaae23d69 CS fixes. 2012-06-19 16:26:38 +02:00
umpirsky
67ced98695 Added providers for Serbian locale. 2012-06-19 15:55:23 +02:00
Francois Zaninotto
05afe8c4f2 Merge pull request #43 from cvschaefer/master
Bug: populators should ignore null value column formatters instead of checking for column names not to be null
2012-06-17 12:25:37 -07:00
Christoph Schaefer
c513635dc7 populators should ignore null value column formatters 2012-06-14 22:04:55 +02:00
Francois Zaninotto
f6162c88c9 Merge pull request #40 from geoffrey-brier/master
Fix issue #39
2012-05-31 02:25:56 -07:00
Geoffrey Brier
e9a90aec0b Improved unit tests 2012-05-31 11:06:04 +02:00
Geoffrey Brier
5bab0bc158 Removed useless else statement 2012-05-31 10:50:32 +02:00
Geoffrey Brier
4ce21f9875 Removed double mt_rand call 2012-05-31 10:48:18 +02:00
Francois Zaninotto
1f43ee8e12 Merge pull request #41 from gibbonweb/master
de_DE: "Doppelname"
2012-05-30 05:41:35 -07:00
Johannes Becker
6a8eb8e8e6 Added more company suffixes to de_DE.
See http://en.wikipedia.org/wiki/Types_of_business_entity#Germany and http://de.wikipedia.org/wiki/Rechtsform#Deutschland .
2012-05-30 08:37:24 +02:00
Johannes Becker
95f27173e4 fixed typo in de_DE Company suffixes 2012-05-30 08:25:03 +02:00
Johannes Becker
3d64834a61 adding "Doppelnamen" family name variant to de_DE 2012-05-30 08:14:51 +02:00
Geoffrey Brier
a3450aa96c Fixed indentation (LoremTest) 2012-05-25 16:58:45 +02:00
Geoffrey Brier
a4cedc870c Fixed indentation 2012-05-25 16:57:04 +02:00
Geoffrey Brier
3d5dc35491 Added tests 2012-05-25 16:44:39 +02:00
Geoffrey Brier
8f5575cd55 Updated sentence and paragraph methods + Removed trailing spaces 2012-05-25 16:44:14 +02:00
Francois Zaninotto
a6589c64c3 Fix sortable entity populator modifier 2012-04-27 23:53:52 +02:00
Francois Zaninotto
a900ed3f85 Add sortable behavior entity populator modifier (Propel) 2012-04-27 23:15:40 +02:00
Francois Zaninotto
3b93e27925 Add French country names 2012-04-27 22:58:04 +02:00
Francois Zaninotto
93ad20eb61 Merge pull request #37 from pdaether/master
Added german providers (de_DE)
2012-04-17 00:19:39 -07:00
pdaether
276ac17000 Added german providers (de_DE)
Districts and states are not included but all other important stuff like Cities, phonenumbers, emails and so on are included. The person names are taken fron the de_AT provider.
2012-04-17 07:18:03 +02:00
Francois Zaninotto
ebcc92bf48 Add the ability to execute arbitrary modifier function on an entity.
Propel Only for now: support for tree structures (nested_set behavior).
2012-04-14 23:54:05 +02:00
Francois Zaninotto
a2fc510821 Add French Address and Company providers 2012-04-14 21:26:19 +02:00
Francois Zaninotto
606ee1a981 Add test for not null digit generator 2012-04-14 21:25:47 +02:00
Francois Zaninotto
9ce05970b4 Fix issue with French phone numbers sometimes incorrect 2012-04-14 21:01:39 +02:00
Francois Zaninotto
bc9fb6566a Make fake emails use free email domains from time to time 2012-04-14 21:00:50 +02:00
Francois Zaninotto
b5859dc870 Fix issues with non-ascii characters in emails 2012-04-14 20:36:37 +02:00
Francois Zaninotto
5cc1162da1 Add a way to test localized providers 2012-04-14 19:50:13 +02:00
Francois Zaninotto
9a60f901d6 Fix Austrian provider 2012-04-07 22:02:15 +02:00
Francois Zaninotto
9bbbed2ec6 Merge pull request #35 from vworldat/de_AT
Added German/Austrian locale names and address formats
2012-04-07 12:55:25 -07:00
David Herrmann
b6760d4a92 Added German/Austrian names and address formats 2012-04-07 17:23:34 +02:00
Francois Zaninotto
ab426e0253 Update PHP version requirement.
Instead of breaking BC and changing some method names to fix #23.
2012-02-10 18:33:31 +01:00
Francois Zaninotto
73180ceac4 Fix Lorem::text() to take newlines into account.
Closes #28
2012-02-10 18:31:55 +01:00
Francois Zaninotto
297943fa19 Merge pull request #33 from ncuesta/master
Add es_AR culture Provider
2012-02-09 05:21:42 -08:00
José Nahuel Cuesta Luengo
5019309441 Added es_AR provider for Spanish (Argentina) culture. 2012-02-09 09:50:14 -03:00
Francois Zaninotto
e21185aac3 Fix bg_BG Person formatter 2012-02-08 21:30:34 +01:00
Francois Zaninotto
5f80b5e759 Fix indentation in localized providers (standard is tabs) 2012-02-08 21:27:16 +01:00
Francois Zaninotto
b42269d8e4 Merge pull request #31 from tomasklapka/master
Czech (cs_CZ) provider
2012-02-03 09:04:58 -08:00
Tomáš Klapka
e025d618f5 added provider for czech (cs_CZ) 2012-02-03 15:56:32 +01:00
Francois Zaninotto
c2fc0492e5 Merge pull request #30 from raulfraile/patch-1
[readme] Updated README.md to link to Travis CI build details
2012-01-27 04:44:23 -08:00
Raul Fraile
e9a0d5a108 [readme] Updated README.md to link to Travis CI build details 2012-01-27 13:17:21 +01:00
Francois Zaninotto
ab039705a1 Merge pull request #29 from ishenkoyv/master
Added address, name and phone fakers for ru_RU
2012-01-16 11:49:21 -08:00
Yuriy Ishchenko
293e9c7fce Added address, name and phone fakers for ru_RU 2012-01-15 15:02:27 +02:00
Francois Zaninotto
8c34d25c03 Merge pull request #26 from matteosister/italian-translation
translation for italian fakers
2011-12-06 06:15:22 -08:00
Francois Zaninotto
c9b158f10b Merge pull request #27 from radmen/master
Bug in Faker\Provider\Miscellaneous::boolean
2011-12-06 01:30:11 -08:00
Radosław Mejer
72584f9296 Fixed bug in Faker\Provider\Miscellaneous::boolean 2011-12-04 10:47:27 +01:00
matteosister
3a9422dcbd indentation 2011-11-30 08:50:12 +01:00
matteosister
3852c30a66 bs-words 2011-11-30 08:46:30 +01:00