Commit Graph

127 Commits (77dfc7378b53d9b5b21e2e323350f62d7f6b9702)

Author SHA1 Message Date
psychobunny 0eb4fd89ef don't blow up nodebb if plugin.json is broken
Julian Lam 7597c654a0 refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
Julian Lam 0c4a788698 added callbacks to css and js reloading, issue
Julian Lam ba91d7aba6 proof-of-concept for hot-swapping of routes
psychobunny 533659e2fd unnecessary property check
psychobunny be21e11b69 cleanup / lint
barisusakli 3424288f0a actually set url
psychobunny 53ae0c586d closes
barisusakli d97af5020a small cleanup to postSummary
psychobunny cf031be904 better error handling for custom langauge files
barisusakli 2d94df93b8 isArray is enough
Julian Lam 0b01a780f8 registering static:app.load in core
Julian Lam 0bad6198d4 firing new third type of hook, static. New hook: static:app.load, closed
psychobunny b5d3186120 plugins and themes can now define their own custom language strings. closes
psychobunny 423da904de allow core to tap into NodeBB's hook system, closes
psychobunny e10307426d optional callback for registerHook
psychobunny 7e82393d9f plugins:loaded - using emitter class instead
Julian Lam be8e63cd50 special handling for filter:app.load
Julian Lam 021e31a03a better comments
Julian Lam 645eb051ec added new hook filter:app.load, and deprecated action:app.load, hopefully fixes
barisusakli 80cb0cf7e0 plugins.js jslint
barisusakli 5ea74ae9e9 closes
Julian Lam 640500bc5f closed
Julian Lam d74de798fc removing backwards compatibility fixed in preparation for 0.5.0. Prepare for stuff to break!!!!!
Aziz Khoury aff3c9558a hook error print to console in dev env
Aziz Khoury 61a5d4768a global var
barisusakli 883978007d closes
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
psychobunny 8fc818e07c closes https://github.com/designcreateplay/NodeBB/issues/1473
barisusakli 3552678645 use id as name like others
barisusakli a329fcadaa possibly fixes
psychobunny f9291ced2d fixed plugin activation of unpublished plugins
barisusakli 3ca45fa061 closes
installed plugins are displayed at the top
barisusakli a1e6a3616c ability to install/uninstall plugins from ACP
Julian Lam 770bf2bc44 fixed minver warning, so that nodebb doesn't complain that your version is too NEW for a plugin, heh
Julian Lam 84a34933fe fixed -- ACP will tell user that they need to restart, if they need to restart
Micheil Smith 01013f5c9d Refactor plugin logic.
This relies more heavily on `async` and also makes the loading process more asynchronous. It does remove one warning in the case that a plugin is enabled but not installed.
Julian Lam 17dd113a94 fixed issue where plugin css and js wasn't loaded -- also less files no longer blow up
MrWaffle c1a580c51d Fix importing of templates served by plugins
Julian Lam ffa42ffea3 moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback
Julian Lam efb933f102 backwards-compatibility for plugins if they return a callback
Julian Lam 19c9f1bb19 backwards compatibility with plugins that are assuming no callback
psychobunny 4e54d500c0 fix bug where inactive plugin templates were being compiled as well
psychobunny e84dd4fd94 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountedit.tpl
	public/templates/header.tpl
	src/routes/meta.js
	src/webserver.js
Julian Lam 90b29031fe backwards compatibility with older plugins using css with staticDir
Julian Lam 5880590425 removing "pluginCSS", "css" in plugins is now included directly into stylesheet.css. This is a breaking change.
fixes 
psychobunny 8c8055fbae fix for multiple synchronous hooks (synchronous hooks to be deprecated in 0.4x)
psychobunny a9cccc9b9c allow hooks to accept single/multiple arguments instead of requiring you to send in a hash
psychobunny 90a80ad83d plugins can now define a templates directory which gets compiled onload without requiring any hooks
Julian Lam 8846f7fb9b fixing mappedPath in windows
Julian Lam a8d2b46911 fixed incorrect path in plugin script inclusion