Commit Graph

44 Commits (80e7fd93c6207d0a5a92f844fdd9c8b8a5eeec55)

Author SHA1 Message Date
psychobunny 5357ad61db plugins - filter:scripts.get hook lets a plugin add client-side JS to the header and queue up for minification on production
Julian Lam 33868804fd fixed
Julian Lam d7856bcd4f fixing bootswatch themes, which broke in the last update
Julian Lam e4c62200de fixing screenshot previews in admin/themes
Julian Lam 5d7f38f99f Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam e762267e03 fixed screenshots for themes
psychobunny ca9cd36067 fix for switching back to a theme without a custom template dir
psychobunny 842cd17979 themes - added ability to route custom templates
Julian Lam 65a8de7845 special theme.set socket call + static dir support, closes , tweaked languages 404 to work with subdirs
psychobunny 3fd7d9a604 moved jquery.form.js into appropriate location
Julian Lam 84915a1843 added css files support for plugins, added ready output for NodeBB, put
some minification related outputs to debug-mode only
Julian Lam 63ff572076 WIP commit for CSS static directories
Julian Lam ee71c1cf0d Merge branch 'iamcardinal-merge'
Julian Lam 8cbe79655a emptying Meta.config on init (Just to be safe)
Julian Lam a4c1d733b7 fixed issue where setOnEmpty would fail in install.js as Meta.config was
not defined (as it had not been initted yet)
Julian Lam 839649d42f Merge branch 'master' of https://github.com/iamcardinal/NodeBB-enhancement into iamcardinal-merge
Quinton Marchi 504e2aac4a Adds: regex for ports, mini for public/src/forum
+ Regular expression for port during install
+ Minification for public/src/forum JS files
+ Minification for public/src/forum/admin JS files
Baris Soner Usakli ad28b9b339 fixed crash in meta
Baris Soner Usakli 9de5214a2f closes
Julian Lam 1ae51ef5ea redis export function (commented out for now)
psychobunny 1fbc038e64 fixed conflicts, added new language key for users/online
Julian Lam 0d9958afe7 HOTFIX for scripts
Julian Lam 14720057c2 serving unminified libraries in development mode, minified otherwise
psychobunny 64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
psychobunny aea3181d27 formatting - server side core
Julian Lam cffbc76da1 closed , refactored configs to use new method "list", which returns error first
Julian Lam 96688a8ffe changing method to retrieve themes to use /node_modules
Baris Usakli 154d0160bc closes
Baris Usakli c647793512 meta config changes, refactors
psychobunny 746fa93c80 added API call for total unread topics; moved unread notification parsing to client side
also fixed a bug where the new notification icon glow would disappear on
page refresh even if there were existing notifications.
Baris Usakli c70c67394a closes
Julian Lam c3c5f5ab92 closed - issue where the site title was "undefined" if no title was set in the config, parenthesis issue
Baris Usakli 1894d0a469 moved confings into redis
Miguel Ángel Durán García 33994ed638 - meta.js problem with empty config var
If config is empty, give to it an empty object value.
Julian Lam e8f1d645fe closed
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
Julian Lam 272806a25d closed - issue where theme listing would hang if a theme folder did
not contain theme.json

Also refactored theme socket event a bit
Julian Lam 81f94c56e0 using hgetall instead of hkeys+asynchget, simplifying meta.js, closes
Julian Lam d6938f4818 first pass at a custom title function (not ready for prod)
Julian Lam 59029a0ef0 minor tweaks to theme engine
Julian Lam 6e91810231 introduction of theme engine parsing (themes go in /public/themes!)
Julian Lam a09cfd9304 started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file
Julian Lam 0859793b15 cleanup
Julian Lam 88bf9425db install script + patching up integration with install wizard
Julian Lam 65b6010d74 installation wizard under /install