1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-20 23:39:51 +01:00

461 Commits

Author SHA1 Message Date
Charles SANQUER
6e563b81cc add Random Float method 2013-02-20 14:59:46 +01:00
Francois Zaninotto
e1df66d090 Merge pull request #112 from mmf-amarcos/master
Very very small bug in Faker\ORM\Doctrine\Populator
2013-02-18 11:20:26 -08:00
Alvaro Marcos
8bfb9b33c1 If $manager is not in the constructor it will not be able to $this->manager->getClassMetadata... 2013-02-18 19:58:05 +01:00
Revin Roman
2be9bbef18 Added some new middlename 2013-02-18 05:14:09 +04:00
Revin Roman
83a9b2bb19 Added a few new streets 2013-02-18 05:13:38 +04:00
Revin Roman
07f3d61ba1 Postcode have 6 letters 2013-02-18 05:10:31 +04:00
Revin Roman
99038368d0 add gitignore 2013-02-18 05:03:03 +04: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
Francois Zaninotto
b013b01309 Merge pull request #108 from rumpl/patch-1
Latitude domain
2013-02-11 02:18:46 -08:00
Charles SANQUER
198a5f338a refactore safeEmail using safeEmailDomain 2013-02-11 10:40:36 +01:00
Francois Zaninotto
c33f671cbf Merge pull request #106 from foobugs/master
uuid provider
2013-02-11 00:48:53 -08:00
Charles SANQUER
b21e325814 add missing safeEmailDomain example in Readme 2013-02-11 08:30:59 +01:00
Charles SANQUER
e82a86f8c1 add safe email domain method 2013-02-11 08:17:58 +01:00
Djordje Lukic
263bbfd9f4 Hyperspace
Latitude goes from 90 degrees south to 90 degrees north.

This crashed my iPhone app a couple of times :)
2013-02-08 10:50:24 +01:00
Maik Penz
64cb2172c2 added uuid to default providers 2013-02-06 09:14:15 +01:00
Francois Zaninotto
9fe1a478ad Merge pull request #107 from goatherd/patch-1
Word-size dependency for `Faker\Provider\Base::numberBetween()`.
2013-02-05 23:43:50 -08:00
Maik Penz
5a7439ad1e Make Base::numberBetween() 32bit compatible.
Changed default range of `Faker\Provider\Base::numberBetween()` to result in sequences that do not depend on word size.
2013-02-05 21:54:31 +01:00
Maik Penz
d24287d67a Fixed range mistake. 2013-02-05 21:34:41 +01:00
Maik Penz
9870a9c926 Adjusted test to new seed range. 2013-02-05 21:33:15 +01:00
Maik Penz
9362a18d60 32bit compat fix
Using PHP_INT_MAX caused uuid sequences that depend on word size.
2013-02-05 21:30:05 +01:00
Maik Penz
8a979bb5b9 Kindly asking travis to test again
Made a comment for explicit
2013-02-05 20:51:04 +01:00
Maik Penz
1a2901a780 Merge pull request #1 from foobugs/uuid-provider
Uuid provider
2013-02-05 10:00:44 -08:00
Maik Penz
dc94119d7b simplified uuid generation, fixed comments 2013-02-05 17:44:26 +01:00
Maik Penz
965367c8c4 uuid provider and test 2013-02-05 17:13:54 +01:00
Francois Zaninotto
85e3754319 Merge pull request #105 from nenadalm/master
Possibility to call methods on entities, possibility to generate unique id
2013-02-04 01:56:26 -08:00
Miloslav Nenadal
074ea0ac38 Added missing usings 2013-01-29 12:31:25 +01:00
Miloslav Nenadal
82f2555145 Improved Doctrine populator
* it now enables to call methods on entity wit generated arguments
* added posibility of creating unique ids if they are not auto generated
* added posibility to load more entities with one-to-one relationship
2013-01-29 11:20:20 +01:00
Miloslav Nenadal
6d051d4c6c Temporary solution which allow to call method on entity with 1 parameter
* this will be solved later with arbitrary number of parameters
2013-01-25 15:40:42 +01:00
Francois Zaninotto
9d7bf61772 Merge pull request #101 from lysenkobv/master
Add some names, etc
2013-01-12 06:20:46 -08:00
Francois Zaninotto
b8d04ad039 Merge pull request #102 from krymen/prefixes-typos
Fixed prefixes typos in 'pl_PL' Person provider
2013-01-12 06:20:22 -08:00
Krzysztof Menżyk
2c51fec4dc Fixed prefixes typos in 'pl_PL' Person provider 2013-01-11 13:40:39 +01:00
Francois Zaninotto
f5a9a4f78d Merge pull request #100 from EmanueleMinotto/master
it_IT update
2013-01-10 15:03:08 -08:00
Emanuele Minotto
c3cd5ba33c prefixes 2013-01-09 08:49:53 +01:00
Emanuele Minotto
5d21a9e039 added Emails and TLD 2013-01-09 08:38:39 +01:00
Bogdan Lysenko
3d6eb9133b Update src/Faker/Provider/ua_UA/Person.php
Add some names
2013-01-02 14:17:12 +02:00
Francois Zaninotto
140b5d4d3f Remove overspecialized formatters from nl_NL provider
Refs #63, #95
2013-01-01 16:09:45 +01:00
Francois Zaninotto
a0fc7c2e09 Merge pull request #95 from WouterJ/dutch_provider_added
Added dutch provider (closes #63)
2013-01-01 07:05:01 -08:00
Francois Zaninotto
f4ea726207 Fix UTF-8 bug
Closes #79
2013-01-01 16:02:18 +01:00
Francois Zaninotto
a3ae3c9a43 Fix broken unit tests by b502129bd10799c15eae4e991bdb44b6f6500d8b
Refs #97
2013-01-01 15:57:55 +01:00
Francois Zaninotto
1b7f8bd3b5 Fix Typo in Base Provider
Closes #80
2013-01-01 15:52:18 +01:00
Francois Zaninotto
3fccf09ae1 Fix warning in documentor 2013-01-01 15:51:54 +01:00
Francois Zaninotto
b502129bd1 Fix problem with French locale and documentor
Closes #97
2013-01-01 15:48:30 +01:00
Hamlet
5eaec69fcd Fixed error 2012-12-22 18:41:14 +04:00
Hamlet
478b95d8a3 Removed one address string 2012-12-22 18:22:43 +04:00
Hamlet
fabe752464 Fixed some issues 2012-12-22 18:15:12 +04:00
Francois Zaninotto
4a1e258d06 Merge pull request #99 from alchy58/sanitize-email-whitespaces
Remove spaces in others generated emails.
2012-12-21 07:40:50 -08:00
Tristan LEMARTINEL
f8f12a38bc Remove spaces in others generated emails. 2012-12-21 15:28:12 +01:00
Francois Zaninotto
5b1075c13f Merge pull request #96 from alexsegura/master
Generation of valid SIREN & SIRET codes (2)
2012-12-18 12:39:01 -08:00
Alexandre Segura
91e87aa0e0 Company Provider for french locale now returns valid SIREN/SIRET codes which verify the Luhn algorithm.
Added PHPUnit constraint to assert that a string is a valid code.
2012-12-18 20:37:52 +01:00
WouterJ
6eabe13a27 Added dutch provider (closes #63) 2012-12-17 19:23:00 +01:00