♚ PH⑦ de Soria™♛

Results 41 issues of ♚ PH⑦ de Soria™♛

A lot of huge Web companies already used Web Font Loader (and recently Instagram), so in the future it may be also interesting to use it and make it simple...

improvement
suggestion

## Change Summary A good idea is to exclude unneeded dev files from the final production zip archive file, which is also downloaded by composer (unless `--prefer -source` flag is...

`.gitattributes` file was missing from the `client-php`. It's actually a good idea to exclude unneeded dev files from the the production archive, which is used by composer for instance. The...

Still WIP. Related to https://github.com/IDzUp/pH2Date/issues/4 ## TODO - [ ] Update the **Ion Auth** library to its latest Codeigniter v3 version http://github.com/benedmunds/CodeIgniter-Ion-Auth, and debugging, make code compatible with this new...

help wanted
WIP

Need to migrate Codeigniter from the current pH2Date Codeigniter version (which is 2.2.2) to the latest version https://codeigniter.com/userguide3/installation/upgrade_300.html#upgrading-from-2-2-x-to-3-0-x P.S. Codeigniter v4 is still under development stage.

enhancement

Add the following: * Google Analytics * Localytics

enhancement

Similar to https://github.com/Lifyzer/Food-Scanner-Android/issues/1, add another label (probably on the left side of the "Free-Gluten" label) that shows up if the food is " Vegan".

feature

Add DB field "isGlutenFree" and if so, return it through the API and show it up on the app The Label should be similar to below: ![gluten-free](https://user-images.githubusercontent.com/1325411/35008666-245a87ac-faf5-11e7-9ac9-43d4d7151882.png) The label should...

feature

10minutemail issues `@cazlp.com` disposable email domains. We need to add it to the list - https://github.com/ivolo/disposable-email-domains/pull/973/files @tompec @danhstevens @ivolo Let me know if you would like me to re-open a...

User inputs aren't escaped and `Input::get()` / `Input::post()` don't clean the values. Should use the clean() function or add a new a new function to clean the user data before...

enhancement
security