Julian Lam
|
5540313b7f
|
fixing path resolution for plugins in production mode
|
11 years ago |
akhoury
|
b59c10a1e9
|
took out some overrides out utils to a new overrides.js
|
11 years ago |
Julian Lam
|
309dcaee06
|
fixed issue where even dev mode would call the minifier for js
|
11 years ago |
Julian Lam
|
12e3e45398
|
closed #1095 - js is now minified and saved to memory the first time it is requested (on prod mode), same with theme CSS
|
11 years ago |
Julian Lam
|
bc1c419722
|
caching compiled CSS locally, so repeated calls to the stylesheet serve from cache
|
11 years ago |
Julian Lam
|
7760a6b207
|
added restart button to ACP (!!)
|
11 years ago |
Baris Soner Usakli
|
02b602f587
|
removed double translator
|
11 years ago |
Baris Soner Usakli
|
63dba688ff
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB into akhoury-topics-thumbnails
|
11 years ago |
Baris Soner Usakli
|
29ba015d69
|
fixed topic thumbs
|
11 years ago |
psychobunny
|
acb935bbc5
|
requiring translator in meta.js
|
11 years ago |
Julian Lam
|
f6ea278b09
|
closed #1095
|
11 years ago |
Baris Soner Usakli
|
86556989f4
|
closes #1068
|
11 years ago |
Micheil Smith
|
ee0f9d2bbe
|
Rename themes_dir to themes_path for consistency with other configuration options
|
11 years ago |
Micheil Smith
|
691fde0a27
|
Added ability to change where themes are stored via themes_dir configuration option
themes_dir is resolved to be relative to the root of the NodeBB install.
|
11 years ago |
Julian Lam
|
01f7caa3af
|
Proper handling of windows path separators in plugin js gets
|
11 years ago |
Julian Lam
|
1e7adda054
|
for #944
|
11 years ago |
Julian Lam
|
d1eba104d2
|
minor tweak to var names
|
11 years ago |
Matti Leppänen
|
b71607ea7d
|
err.message is undefined use err instead
|
11 years ago |
Julian Lam
|
fb2b54b314
|
refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
|
11 years ago |
Baris Soner Usakli
|
f68b692ce4
|
closes #863
|
11 years ago |
Julian Lam
|
fac55160fa
|
new translation strings for pages, proper unicode handling in parseFragment
|
11 years ago |
Julian Lam
|
e69f5fff3b
|
added "pages" translation file to languages
|
11 years ago |
psychobunny
|
d67ae5c2be
|
changing undetected minified JS file warning to info message instead
|
11 years ago |
Baris Soner Usakli
|
4273fc4d23
|
added check for valid field
|
11 years ago |
Julian Lam
|
5861630dec
|
- removed autocomplete in composer core (now entirely in mentions)
- upped jQuery UI to 1.10.4
|
11 years ago |
Baris Soner Usakli
|
00c6fc17ac
|
removed console.log
|
11 years ago |
Baris Soner Usakli
|
d72926a5bb
|
Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix
|
11 years ago |
Baris Soner Usakli
|
a802dc4b68
|
admin.js socket fixes
|
11 years ago |
Julian Lam
|
727ad4b651
|
added cache buster to nodebb.min.js even if it has not changed
|
11 years ago |
Julian Lam
|
c8a514aa37
|
updated new timeago path
|
11 years ago |
Baris Soner Usakli
|
93292e701d
|
added error check to setOnEmpty
|
11 years ago |
psychobunny
|
ef01717562
|
allow themes to set path to a frameworkCSS so you can include a customized BS or another framework altogether
|
11 years ago |
psychobunny
|
1caaa8c20a
|
re-initialize translator when language is changed in ACP
|
11 years ago |
Julian Lam
|
53caa5e422
|
full unicode support in slugify method, thanks to XRegExp
|
11 years ago |
Baris Soner Usakli
|
21155b1b80
|
recent rss link fix
|
11 years ago |
psychobunny
|
5db27a835f
|
fix for minification of plugins static directories
|
11 years ago |
Baris Soner Usakli
|
c8e423e9cf
|
check if item is valid
|
11 years ago |
Baris Soner Usakli
|
b504e2cd11
|
closes #658
|
11 years ago |
Julian Lam
|
2f1a3b9789
|
enabled touch events for composer resizing -- composer is now ipad
supported!
|
11 years ago |
Julian Lam
|
43c05d1d85
|
adding cache busters to client side files (closed #586)
|
11 years ago |
psychobunny
|
274310e35a
|
removed notification count in title, removed api calls to it (left method intact) so hopefully title building is faster too. closes #625
|
11 years ago |
Baris Usakli
|
c096656eff
|
merged master fixed conflicts
|
11 years ago |
Baris Soner Usakli
|
b215dbde19
|
updated install
|
11 years ago |
Julian Lam
|
5b6f5ebf9d
|
added tinycon lib and changed notif icon to be in CSS instead of in
template
|
11 years ago |
Baris Usakli
|
4f654fb489
|
more work
|
11 years ago |
psychobunny
|
5357ad61db
|
plugins - filter:scripts.get hook lets a plugin add client-side JS to the header and queue up for minification on production
|
11 years ago |
Julian Lam
|
33868804fd
|
fixed #517
|
11 years ago |
Julian Lam
|
d7856bcd4f
|
fixing bootswatch themes, which broke in the last update
|
11 years ago |
Julian Lam
|
e4c62200de
|
fixing screenshot previews in admin/themes
|
11 years ago |
Julian Lam
|
5d7f38f99f
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
e762267e03
|
fixed screenshots for themes
|
11 years ago |
psychobunny
|
ca9cd36067
|
fix for switching back to a theme without a custom template dir
|
11 years ago |
psychobunny
|
842cd17979
|
themes - added ability to route custom templates
|
11 years ago |
Julian Lam
|
65a8de7845
|
special theme.set socket call + static dir support, closes #427, tweaked languages 404 to work with subdirs
|
11 years ago |
psychobunny
|
3fd7d9a604
|
moved jquery.form.js into appropriate location
|
11 years ago |
Julian Lam
|
84915a1843
|
added css files support for plugins, added ready output for NodeBB, put
some minification related outputs to debug-mode only
|
11 years ago |
Julian Lam
|
63ff572076
|
WIP commit for CSS static directories
|
11 years ago |
Julian Lam
|
ee71c1cf0d
|
Merge branch 'iamcardinal-merge'
|
11 years ago |
Julian Lam
|
8cbe79655a
|
emptying Meta.config on init (Just to be safe)
|
11 years ago |
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)
|
11 years ago |
Julian Lam
|
839649d42f
|
Merge branch 'master' of https://github.com/iamcardinal/NodeBB-enhancement into iamcardinal-merge
|
11 years ago |
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
|
11 years ago |
Baris Soner Usakli
|
ad28b9b339
|
fixed crash in meta
|
11 years ago |
Baris Soner Usakli
|
9de5214a2f
|
closes #353
|
11 years ago |
Julian Lam
|
1ae51ef5ea
|
redis export function (commented out for now)
|
11 years ago |
psychobunny
|
1fbc038e64
|
fixed conflicts, added new language key for users/online
|
11 years ago |
Julian Lam
|
0d9958afe7
|
HOTFIX for scripts
|
11 years ago |
Julian Lam
|
14720057c2
|
serving unminified libraries in development mode, minified otherwise
|
11 years ago |
psychobunny
|
64b071f277
|
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
|
12 years ago |
psychobunny
|
aea3181d27
|
formatting - server side core
|
12 years ago |
Julian Lam
|
cffbc76da1
|
closed #275, refactored configs to use new method "list", which returns error first
|
12 years ago |
Julian Lam
|
96688a8ffe
|
changing method to retrieve themes to use /node_modules
|
12 years ago |
Baris Usakli
|
154d0160bc
|
closes #200
|
12 years ago |
Baris Usakli
|
c647793512
|
meta config changes, refactors
|
12 years ago |
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.
|
12 years ago |
Baris Usakli
|
c70c67394a
|
closes #171
|
12 years ago |
Julian Lam
|
c3c5f5ab92
|
closed #165 - issue where the site title was "undefined" if no title was set in the config, parenthesis issue
|
12 years ago |
Baris Usakli
|
1894d0a469
|
moved confings into redis
|
12 years ago |
Miguel Ángel Durán García
|
33994ed638
|
#161 - meta.js problem with empty config var
If config is empty, give to it an empty object value.
|
12 years ago |
Julian Lam
|
e8f1d645fe
|
closed #160
new build_title function to be called via socket
also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
|
12 years ago |
Julian Lam
|
272806a25d
|
closed #159 - issue where theme listing would hang if a theme folder did
not contain theme.json
Also refactored theme socket event a bit
|
12 years ago |
Julian Lam
|
81f94c56e0
|
using hgetall instead of hkeys+asynchget, simplifying meta.js, closes #157
|
12 years ago |
Julian Lam
|
d6938f4818
|
first pass at a custom title function (not ready for prod)
|
12 years ago |
Julian Lam
|
59029a0ef0
|
minor tweaks to theme engine
|
12 years ago |
Julian Lam
|
6e91810231
|
introduction of theme engine parsing (themes go in /public/themes!)
|
12 years ago |
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
|
12 years ago |
Julian Lam
|
0859793b15
|
cleanup
|
12 years ago |
Julian Lam
|
88bf9425db
|
install script + patching up integration with install wizard
|
12 years ago |
Julian Lam
|
65b6010d74
|
installation wizard under /install
|
12 years ago |