1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-20 15:29:48 +01:00

94 Commits

Author SHA1 Message Date
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
Francois Zaninotto
a2fc510821 Add French Address and Company providers 2012-04-14 21:26:19 +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
David Herrmann
b6760d4a92 Added German/Austrian names and address formats 2012-04-07 17:23:34 +02:00
Francois Zaninotto
73180ceac4 Fix Lorem::text() to take newlines into account.
Closes #28
2012-02-10 18:31:55 +01: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
Tomáš Klapka
e025d618f5 added provider for czech (cs_CZ) 2012-02-03 15:56:32 +01: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
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
matteosister
557b40a821 bs reorder 2011-11-30 01:41:52 +01:00
matteosister
17a8d285e3 states 2011-11-30 01:40:21 +01:00
matteosister
68e5ff89fe company catch phrases 2011-11-30 01:33:34 +01:00
Francois Zaninotto
289f11824a Merge pull request #25 from cvschaefer/32bitsystems
32 Bit System Support
2011-11-29 15:54:20 -08:00
matteosister
11b2af2c7a italian translation for italian fakers 2011-11-30 00:05:09 +01:00
Christoph Schaefer
9692e0cfcd Update src/Faker/Provider/Internet.php 2011-11-28 22:21:16 +01:00
Christoph Schaefer
2b5320482e Internet provider ipv4 32 bit platform support 2011-11-28 21:39:44 +01:00
Christoph Schaefer
b7f9b616b0 ColumnTypeGuesser 32 bit platform support 2011-11-28 21:36:33 +01:00
Francois Zaninotto
b2dcf4ddab Fix CRLF 2011-11-28 17:08:31 +01:00
jpauli
c2217ee13f Fixed typo/mistake in variable name in relation handling with Doctrine 2011-11-28 14:09:46 +01:00
Radosław Mejer
fd5a338bf7 fixed code indent 2011-11-18 00:00:30 +01:00
Radosław Mejer
85ad899a65 added polish provider 2011-11-17 23:55:06 +01:00
Kiril Angov
4cbb536c90 Adding Providers for bg_BG (Bulgaria) 2011-11-10 12:40:10 +02:00
William DURAND
97ca6c169a Fixed bug with relations using namespaces 2011-11-03 14:49:03 +01:00
pablodip
45e4112bbb added Mandango populator 2011-10-31 12:31:45 +01:00
Francois Zaninotto
b41c916f63 Make boolean() provider more controllable 2011-10-30 13:21:35 +01:00
Benjamin Eberlei
5ae33a24ba Some fixes 2011-10-29 23:08:13 +02:00
Benjamin Eberlei
1a67776e1d Add Doctrine ORM Faker 2011-10-29 22:56:44 +02:00
Francois Zaninotto
c852326dbd fix the autoloader 2011-10-25 22:49:57 +02:00
yohang
ccbf8553ac Added reference to the PSR-0 standard and the SplClassLoader RFC 2011-10-25 18:38:55 +02:00
yohang
75e8ad03d5 Added small autoloader 2011-10-25 16:14:30 +02:00
yohang
add655eca7 Removed require statements 2011-10-25 16:12:09 +02:00
William DURAND
99fbd520ff Fixed notice error if no entities 2011-10-25 12:05:38 +02:00
William DURAND
158bf98bec Throws an exception if no class found to get a connection 2011-10-25 10:55:13 +02:00
Francois Zaninotto
2729d3a0a1 disable instance pool to same memory on big inserts via Propel ORM 2011-10-24 13:02:23 +02:00
Francois Zaninotto
900e81aed6 fix division by zero in Propel ColumnTypeGuesser 2011-10-24 12:02:03 +02:00
Francois Zaninotto
9287247053 Faker\Generator::addProvider() now allows to override default formatters 2011-10-24 00:30:48 +02:00
Francois Zaninotto
1bf9752a74 make BaseProvider methods public, and therefore accessible as formatters 2011-10-24 00:19:35 +02:00