1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-29 11:42:31 +01:00

189 Commits

Author SHA1 Message Date
drodil
5f01d2307e Finnish support for Faker
Implementation of basic structures in Finnish for Faker library
2012-11-05 21:53:41 +02:00
Jordi Boggiano
ab50ccf28c Allow returning words/sentences/paragraphs as a single string 2012-10-27 11:34:49 +02:00
Jordi Boggiano
83fd81c0c0 Allow dateTimeBetween to accept DateTime instances 2012-10-27 11:34:48 +02:00
Jordi Boggiano
468dd5b726 Add numberBetween, and allow randomNumber to receive a min/max value instead of length 2012-10-27 11:34:48 +02:00
blaugueux
07d7df09bb Remove space in generated emails. 2012-10-18 07:54:56 +02:00
Francois Zaninotto
cc2a254a5c Merge pull request #53 from blaugueux/locale
Added locale generator to Internet provider.
2012-10-06 22:48:17 -07:00
Benjamin Laugueux
a2b1c8328a Load UserAgent provider by default 2012-09-20 11:17:22 +03:00
Francois Zaninotto
63cab59c63 Merge pull request #57 from blaugueux/user-agent
Added new UserAgent provider.
2012-09-18 06:19:49 -07:00
Vjatseslav Gedrovits
7b55d00615 Update src/Faker/Provider/ru_RU/Person.php
Removed mistake in array definition.
2012-09-17 20:28:21 +03:00
Benjamin Laugueux
ba39896acc Added new UserAgent provider. 2012-09-14 17:53:16 +02:00
Benjamin Laugueux
4acfeb7191 Added locale, countryCode and languageCode generator to Miscellaneous provider. 2012-09-04 09:19:47 +02:00
Francois Zaninotto
e288d3ca6c Merge pull request #52 from blaugueux/master
Added timezone generator to DateTime provider
2012-09-03 10:45:14 -07:00
Benjamin Laugueux
c735e6b907 Added timezone generator to DateTime provider.
Fixed typo.

Fixed doc alignment.
2012-09-03 19:26:42 +02:00
Geoffrey Brier
8827d8f0ef Merge remote-tracking branch 'upstream/master' 2012-08-09 19:54:40 +02:00
Geoffrey Brier
a10417da99 Simplication of the catchPhrase formatter 2012-08-09 19:01:07 +02:00
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
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.
2012-07-10 16:43:46 +02:00
Geoffrey Brier
2fa2cf821e Added french catch phrase 2012-07-01 10:00:15 +02:00
Geoffrey Brier
d1d44a5c19 Merge remote-tracking branch 'upstream/master' 2012-07-01 09:58:43 +02:00
Tiago Ribeiro
5b572724c6 Added latitude and longitude formatters to Address provider 2012-06-25 18:02:46 +01: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
Christoph Schaefer
c513635dc7 populators should ignore null value column formatters 2012-06-14 22:04:55 +02:00
Geoffrey Brier
b38f633534 Added phpdoc concerning new formatters (fr_FR) 2012-06-05 21:49:16 +02:00
Geoffrey Brier
1d8e4a79cf Updated companySuffix formatter (fr_FR) 2012-06-05 21:33:25 +02:00
Geoffrey Brier
055f4e9e8b Added siren and siret formatters (fr_FR) 2012-06-05 21:22:25 +02:00
Geoffrey Brier
6c399d3161 Added department, departmentName, departmentNumber and regions formatters (fr_FR) 2012-06-05 17:18:36 +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
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
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
a4cedc870c Fixed indentation 2012-05-25 16:57:04 +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
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