Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 5d0cc93c7f Updated TODO
Turned out these were some really bad ideas:

 1) mapping mime to file types would need to be duplicated in frontend
    and backend
 2) even if frontend and backend could share mime type map somehow,
    frontend would have problems with including it - ajax and the like
 3) it either would be impossible to refer to user avatar by their owner
    user names in URLs, or dao layer would need to synchronize avatar
    content files when user changes his name
 4) presenters still need to decorate urls with /data/ and
    /data/thumbnails/100x100
 5) managing file extensions of thumbnails would be a real pain since it
    partially shares its path names with real content, but under
    different mime type

Generally it's best to leave it to Apache to transmit correct mime.
2014-10-18 18:48:26 +02:00
data Added posts listing (closed #7) 2014-10-18 18:48:24 +02:00
public_html Tweaked CSS rules related to vendor stylesheets 2014-10-18 18:48:26 +02:00
src Added stricter validation to user avatars 2014-10-18 18:48:26 +02:00
tests Refactored thumbnail system 2014-10-18 18:48:26 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
gruntfile.js Moved functions to outer scope 2014-10-18 18:48:22 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Changed minification engine (closed #4) 2014-10-18 18:48:20 +02:00
phpcheckstyle.cfg Removed print_r from banned functions 2014-10-18 18:48:23 +02:00
TODO Updated TODO 2014-10-18 18:48:26 +02:00
upgrade.php Fixed vendor autoloader placement 2014-10-18 18:48:21 +02:00