Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 6e09f90251 Fixed top navigation loading glitch
A race condition occurred - router could execute promise.abortAll()
even when top navigation didn't fully load. This caused top navigation
presenter to throw "broken promise" error, which is reserved for
promises made after core modules have been loaded.
2014-10-18 18:48:35 +02:00
data Added list of SQL statement to debug output 2014-10-18 18:48:34 +02:00
public_html Fixed top navigation loading glitch 2014-10-18 18:48:35 +02:00
scripts Moved autoloader to composer config 2014-10-18 18:48:32 +02:00
src Added list of SQL statement to debug output 2014-10-18 18:48:34 +02:00
tests Added list of SQL statement to debug output 2014-10-18 18:48:34 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Moved autoloader to composer config 2014-10-18 18:48:32 +02:00
gruntfile.js Fixed loading templates from DOM 2014-10-18 18:48:34 +02:00
INSTALL Added installation notes 2014-10-18 18:48:26 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Removed CDN dependencies for JS 2014-10-18 18:48:32 +02:00
phpcheckstyle.cfg Removed print_r from banned functions 2014-10-18 18:48:23 +02:00
TODO Added comment scoring 2014-10-18 18:48:34 +02:00