1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-25 09:49:56 +01:00

168 Commits

Author SHA1 Message Date
Martin Bazik
3ef1698d93 company first-half 2012-08-01 17:05:40 +02:00
Martin Bazik
028b17275e more women surnames 2012-08-01 16:48:20 +02:00
bazo
54055cc57d city formatter ok 2012-07-30 00:43:30 +02:00
bazo
eeb0279a40 delete city function 2012-07-30 00:40:54 +02:00
bazo
c5e556dcb2 extra comma fix 2012-07-30 00:34:21 +02:00
bazo
931032092f countries 2012-07-30 00:31:53 +02:00
bazo
01be2751a9 cities 2012-07-30 00:22:37 +02:00
bazo
3f11bdb797 phone numbers 2012-07-29 23:45:38 +02:00
bazo
dd6a243ed5 surnames 2012-07-29 23:42:49 +02:00
bazo
7483f75ef3 added first names men, women, prefixes, suffixes 2012-07-29 23:11:40 +02:00
Francois Zaninotto
6ea2a60df3 Merge pull request #48 from Powerhamster/master
added state option for de_DE provider
2012-07-19 07:31:44 -07:00
Thomas Rothe
4aa432248b added state to de_DE provider 2012-07-19 14:05:19 +02:00
Francois Zaninotto
f3d296e385 Update Lorem provider to remove WTF effect.
`Lorem::words()`, and `Lorem::sentences()` can now return an exact number of words or paragraphs thanks to a second parameter.
`Lorem::text()` now works for small number of characters by being smarter.

Closes #47.
v1.0.0
2012-07-10 16:43:46 +02:00
Francois Zaninotto
0aebc216d7 Merge pull request #45 from seegno/lat-lng
Added latitude and longitude formatters to Address provider
2012-06-25 10:22:15 -07:00
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