Petr
|
c622984c4e
|
More czech lastnames
|
2013-07-09 11:52:09 +02:00 |
|
Francois Zaninotto
|
8b9bb44bbf
|
Fix hexColor provider bug generating too short hex code
|
2013-07-08 11:31:33 +02:00 |
|
Francois Zaninotto
|
5ba95d8db5
|
Merge pull request #147 from tlikai/master
Added Chinese Simplified(zh_CN) support
|
2013-07-08 01:07:27 -07:00 |
|
likai
|
68b25ce6b9
|
Added Chinese Simplified(zh_CN) support
|
2013-07-06 01:08:12 +08:00 |
|
Francois Zaninotto
|
bf1935ac60
|
Merge pull request #146 from pborreli/typos
Fixed typos
|
2013-07-05 02:57:54 -07:00 |
|
Pascal Borreli
|
cf4a23db11
|
Fixed typos
|
2013-07-04 23:57:11 +01:00 |
|
Pascal Borreli
|
4f57d3f8dc
|
Removed duplicate case entry
|
2013-07-04 23:44:36 +01:00 |
|
Francois Zaninotto
|
cf749f1e40
|
Make new providers available by default
|
2013-07-01 14:57:31 +02:00 |
|
Francois Zaninotto
|
b27d96a4e9
|
Fix coding standards (using php-cs-fixer)
|
2013-07-01 14:54:02 +02:00 |
|
Francois Zaninotto
|
5d660b794d
|
Merge pull request #143 from lsv/colors
Color provider
|
2013-07-01 05:49:36 -07:00 |
|
lsv
|
cba7a8e37a
|
changed safehex color
|
2013-06-29 10:11:25 +02:00 |
|
lsv
|
ad3573e104
|
changed safehex color
|
2013-06-29 10:10:58 +02:00 |
|
Francois Zaninotto
|
e46930075a
|
Merge pull request #144 from aRn0D/randomElement
randomElement enhancement
|
2013-06-19 00:07:09 -07:00 |
|
alanglade
|
4449b625d2
|
Fix my previous proposal
|
2013-06-19 08:50:52 +02:00 |
|
aRn0D
|
c23e499e83
|
Returns a random element from a passed indexed and associative array
|
2013-06-18 21:41:01 +02:00 |
|
lsv
|
af3e337e1c
|
fixed hexcolor, down to 0.16 sec for 10.000
|
2013-06-18 14:00:06 +02:00 |
|
lsv
|
6d30f63245
|
changed hexcolor selector from array to decimal for a bit faster query
|
2013-06-17 20:58:42 +02:00 |
|
lsv
|
e088a2e625
|
added rgbCssColor method
|
2013-06-17 01:35:10 +02:00 |
|
lsv
|
9ce3d44ea2
|
fixed unit test and changed arrays name to a better name
|
2013-06-17 01:29:06 +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
|
ec0566a352
|
removed a leftover variable on rgbColor
|
2013-06-17 00:25:48 +02:00 |
|
lsv
|
6f7f40693c
|
Forgot examples on the methods
|
2013-06-17 00:23:01 +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 |
|
Francois Zaninotto
|
4ad4bc4b5c
|
Update composer branch alias
v1.2.0
|
2013-06-09 20:05:57 +02:00 |
|
Francois Zaninotto
|
3a2868964a
|
Merge pull request #86 from mhamlet/master
Added hy_AM provider
|
2013-06-09 11:01:09 -07:00 |
|
Francois Zaninotto
|
bb0e622d1e
|
Added changelog for version 1.2.0
Closes #140
|
2013-06-09 19:55:57 +02:00 |
|
Francois Zaninotto
|
585d999e87
|
Remove nl_NL unit test, which doesn't really test what the class does.
|
2013-06-09 19:20:07 +02:00 |
|
Francois Zaninotto
|
7b0f8cf831
|
Merge pull request #135 from Dynom/fixingnlNLPerson
Fixed the nl_NL Person provider.
|
2013-06-09 10:19:15 -07:00 |
|
Francois Zaninotto
|
fac6c177c8
|
Merge pull request #139 from jflefebvre/master
New provider for fr_BE locale
|
2013-05-31 10:07:37 -07:00 |
|
Jean-francois lefebvre
|
ef04c7b8a3
|
-- Add new provider for fr_BE
|
2013-05-31 14:00:51 +02:00 |
|
Francois Zaninotto
|
c09176c838
|
Merge pull request #138 from spawn-guy/master
use static locale list to generate locale value
|
2013-05-29 06:25:57 -07:00 |
|
Paul Rysevets
|
1615531dc9
|
added valid Locale list array. instead of random concat, as it produces
invalid locales
|
2013-05-29 15:19:11 +02:00 |
|
Francois Zaninotto
|
202c851747
|
Merge pull request #136 from Dynom/addingProviderOverrideTest
Adding provider override test
|
2013-05-20 13:34:10 -07:00 |
|
Mark van der Velden
|
147f3d8ac4
|
Merge branch 'addingProviderOverrideTest' of github.com:Dynom/Faker into addingProviderOverrideTest
Conflicts:
.travis.yml
|
2013-05-20 20:52:50 +02:00 |
|
Mark van der Velden
|
cc6f84d99e
|
Including PHP 5.4 in the test-runs.
|
2013-05-20 20:51:31 +02:00 |
|
Mark van der Velden
|
2050a80dca
|
Cleaning up and adding some documentation about the test procedure.
|
2013-05-20 20:50:11 +02:00 |
|
Mark van der Velden
|
f22ac9e083
|
Ignoring composer related files.
|
2013-05-20 20:50:11 +02:00 |
|
Mark van der Velden
|
6112cb12a8
|
Added some multi-byte related fixes.
|
2013-05-20 20:50:11 +02:00 |
|
Mark van der Velden
|
ca49cc2c39
|
Added the common denominator test
|
2013-05-20 20:50:10 +02:00 |
|
Francois Zaninotto
|
9dcef6d70d
|
Merge pull request #133 from Dynom/changingAutoloaderToComposer
Removed all requires and added the autoload definition to composer.
|
2013-05-19 23:47:30 -07:00 |
|
Mark van der Velden
|
8c93e70cc0
|
Including PHP 5.4 in the test-runs.
|
2013-05-19 12:09:13 +02:00 |
|
Mark van der Velden
|
7c1a1b90c2
|
Cleaning up and adding some documentation about the test procedure.
|
2013-05-19 12:04:25 +02:00 |
|
Mark van der Velden
|
d7cf342982
|
Ignoring composer related files.
|
2013-05-18 23:56:04 +02:00 |
|
Mark van der Velden
|
a9d87ecf72
|
Added some multi-byte related fixes.
|
2013-05-18 23:54:46 +02:00 |
|
Mark van der Velden
|
f735772deb
|
Added the common denominator test
|
2013-05-18 23:53:34 +02:00 |
|
Mark van der Velden
|
9ef7d03761
|
Fixing the test.
|
2013-05-18 17:39:10 +02:00 |
|
Mark van der Velden
|
fff49bb3ed
|
Fixed the nl_NL Person provider.
|
2013-05-18 17:30:43 +02:00 |
|
Mark van der Velden
|
b65b77694d
|
Adding a composer command to travis.
|
2013-05-18 16:58:28 +02:00 |
|
Mark van der Velden
|
2a8258728b
|
Removed all requires and added the autoload definition to composer.
|
2013-05-18 16:53:58 +02:00 |
|
Francois Zaninotto
|
c2b06f9741
|
Merge pull request #132 from Dynom/encodingFixes
Fixed the encoding problems, file encoding is now utf-8.
|
2013-05-13 00:57:43 -07:00 |
|