♚ PH⑦ de Soria™♛
♚ 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...
## 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...
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.
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".
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:  The label should...
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...