Arnold Daniels

Results 49 issues of Arnold Daniels

I don't see the DELETE entries in _revision_prog_json (at least not in the _revision_action column). Was part of #1

> ---- On Wed, 13 Jul 2016 10:46:38 +0200 Tomi Niittumäki [email protected] wrote ---- > > Hey, > > I just found some possibly sensitive information in one of your...

* Rename this library into `iso-3166`. * Move the color part to it's own library (or delete it) * Move the currencies to it's own library (or delete it)

Rename - [ ] `Jasny/ISO/CountriesNative` to `Jasny/ISO/Data/Countries/Native` - [ ] `Jasny/ISO/Countries` to `Jasny/ISO/Data/Countries/En` Also make sure the files are renamed/moved to follow the [PSR-0 Autoloading standard](http://www.php-fig.org/psr/psr-0).

enhancement

_Breaks backwards compatibility_ Instead of using the static classes, you should be able to instantiate. Creating the object should be done with a factory method `fromSomething()`. The general `from()` should...

Add currencies base on [this list of circulating currency](http://en.wikipedia.org/wiki/List_of_circulating_currencies). - code [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm) - name - country - symbol - fractal unit - fractal division (100 cents in a dollar,...

Add a map with mime types mapped to file extensions. This can be generated from /etc/mime.types.

enhancement

Currently it states `@return MyClass $this`. Auto completion only gives the methods and properties of `MyClass` in this case and not from the child class. By replacing it to `@return...

The script seems to blindly modify all instances of class names, even outside the class attribute. ``` This is a cool brand ``` converts to ``` This is a cool...

There is no `tbnbcli` release for v0.8.0. Version 0.7.2 is the latest available.