1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-26 18:22:34 +01:00

60 Commits

Author SHA1 Message Date
Pascal Borreli
cf4a23db11 Fixed typos 2013-07-04 23:57:11 +01:00
lsv
e088a2e625 added rgbCssColor method 2013-06-17 01:35:10 +02:00
lsv
99024404da Moved all color methods to a provider, and added
- safeHexColor
- safeColorName
- colorName
2013-06-17 01:22:10 +02:00
lsv
ecd58f0217 Added hexcolor, rgbcolor and rgbColorAsArray
Changed readme, with the 3 new methods
Added 3 new tests
2013-06-17 00:20:30 +02:00
Ando Roots
c5165afab7 Align Faker\Provider\File section comments 2013-04-22 11:42:04 +03:00
Ando Roots
0be08bd1e9 Remove extra line break from the README 2013-04-22 11:40:17 +03:00
Ando Roots
56170d7337 Add \Faker\Provider\File to the readme 2013-03-08 11:53:50 +02:00
Jordi Boggiano
df2c644392 Add alternative about randomNumber usage 2013-03-01 21:17:31 +01:00
Charles SANQUER
6e563b81cc add Random Float method 2013-02-20 14:59:46 +01:00
Francois Zaninotto
fe9c56fa5b Merge pull request #110 from csanquer/feature_safe_email_domain
adding a safe email domain generator method
2013-02-11 05:47:46 -08:00
Charles SANQUER
b21e325814 add missing safeEmailDomain example in Readme 2013-02-11 08:30:59 +01:00
Maik Penz
64cb2172c2 added uuid to default providers 2013-02-06 09:14:15 +01:00
Francois Zaninotto
7c234f6dcc Merge pull request #75 from toin0u/CleanedWhitespaces
Cleaned: whitespaces
2012-11-15 07:29:37 -08:00
toin0u
f7c80bec98 Updated: Danish provider & Readme 2012-11-13 23:04:40 +01:00
toin0u
6bfc1a4e3b Cleaned: whitespaces 2012-11-10 12:31:37 +01: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
ba39896acc Added new UserAgent provider. 2012-09-14 17:53:16 +02:00
Kristian Lewis Jones
350642dee0 Updated readme.md - lorem() formatter was changed to text() 2012-09-08 21:35:39 +01: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
560eeb8767 Update README 2012-08-13 09:30:06 +02:00
Tiago Ribeiro
5b572724c6 Added latitude and longitude formatters to Address provider 2012-06-25 18:02:46 +01: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
bc9fb6566a Make fake emails use free email domains from time to time 2012-04-14 21:00:50 +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
Raul Fraile
e9a0d5a108 [readme] Updated README.md to link to Travis CI build details 2012-01-27 13:17:21 +01:00
cedriclombardot
89b0bbb595 Connect tests to travis 2011-11-13 18:52:30 +01:00
Francois Zaninotto
cdc4e2d0e6 Clarify the ORM / ODM adapters usage 2011-11-03 22:34:35 +01:00
Francois Zaninotto
b2b8ec1032 Add mention of Mandango ODM support in readme 2011-11-03 22:25:53 +01:00
Francois Zaninotto
94a289c020 Add clarification to the documentation about how to add a custom provider 2011-10-30 13:48:18 +01:00
Francois Zaninotto
cab6806cce Explicit the use of the boolean() provider to vary the type of data generated 2011-10-30 13:26:51 +01:00
Francois Zaninotto
b41c916f63 Make boolean() provider more controllable 2011-10-30 13:21:35 +01:00
Francois Zaninotto
e5e3713e66 Mention Doctrine2 ORM support 2011-10-30 13:07:31 +01:00
Francois Zaninotto
af23eb1ee7 move license to a standalone file 2011-10-25 22:54:09 +02:00
Francois Zaninotto
c852326dbd fix the autoloader 2011-10-25 22:49:57 +02:00
yohang
62c90723a8 Updated readme 2011-10-25 16:21:20 +02:00
yohang
8c1a26909c Updated readme 2011-10-25 16:20:27 +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
Francois Zaninotto
c584886afd Document the new ORM feature 2011-10-23 23:03:22 +02:00
Francois Zaninotto
abf51cc63a rename name provider to person provider.
Closes #10.
2011-10-18 14:39:40 +02:00
Francois Zaninotto
47112d2edc we need help for localization 2011-10-17 14:47:11 +02:00
Francois Zaninotto
d971e45ad7 Change directory structure to comply with PSR-0.
Refs #7.
2011-10-17 14:26:36 +02:00
Francois Zaninotto
6ab7ca0853 Document Miscellaneous provider 2011-10-17 14:17:33 +02:00
Francois Zaninotto
9a2c7246b7 Make documentation more explicit about DateTime outputs in DateTime formatter 2011-10-16 23:10:45 +02:00
Francois Zaninotto
06f934bd0a Update example to the latest text() capabilities 2011-10-16 23:06:54 +02:00
Francois Zaninotto
db1a336d84 fix doc typo 2011-10-16 22:34:13 +02:00
Francois Zaninotto
70fb097d6b Modify documentor to document arguments 2011-10-16 22:32:42 +02:00
Francois Zaninotto
c7bdada5d1 Documentation clarification 2011-10-16 22:12:34 +02:00