Julian Lam
|
8671516b95
|
added more itemprop stuff... replies are now comments.
|
11 years ago |
Baris Soner Usakli
|
5710ab47ae
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
e3b0eb29f1
|
added favourites link to template
|
11 years ago |
Julian Lam
|
795594b6a6
|
added some microdata for better google scrapage. closes issue #401
|
11 years ago |
Julian Lam
|
e91da53d9e
|
using reduce to run filter hooks instead of eachSeries, and fixed up
incorrect usage of .apply() in tests folder
|
11 years ago |
Julian Lam
|
f807df84d8
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
7f32d5741d
|
removing restriction that caused hook system to go weird when arrays were
passed in as args
|
11 years ago |
psychobunny
|
30c7113bd8
|
removed console.log
|
11 years ago |
psychobunny
|
a63732027f
|
plugins - filter:header.build allows plugins to add custom navigation to header
|
11 years ago |
Julian Lam
|
13d8f51f6a
|
added test file for categories (incomplete)
re: issue #391
|
11 years ago |
Julian Lam
|
5d48ed5fb4
|
using map instead of eachSeries to load categories for /home. Error
handling.
|
11 years ago |
Baris Soner Usakli
|
4b89b3e2ed
|
fixed time for month
|
11 years ago |
Julian Lam
|
1ee24517e3
|
enhanced the "discard post" confirmation message to only trigger if
something in the post body actually changed
|
11 years ago |
Julian Lam
|
64e35c734e
|
decreased the severity of the border radii on the post window, and removed
them completely from the bottom of the window, as it conflicts with the
taskbar
|
11 years ago |
Baris Soner Usakli
|
08130e8088
|
fixed conditional in follower/following count
|
11 years ago |
Baris Usakli
|
0c5937805b
|
clear uploads in progress if discard is clicked, temp fix until composer is revamped
|
11 years ago |
Baris Usakli
|
d315829eaf
|
closes #394
|
11 years ago |
Baris Usakli
|
6dad1c3bbb
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
3577c11c89
|
fixed infinite loading on /recent
|
11 years ago |
psychobunny
|
8326c223ab
|
fixed f5 bug with /recent/:term which previously gave a 404
|
11 years ago |
Baris Usakli
|
73de5f78fe
|
language file
|
11 years ago |
Baris Usakli
|
4e59b85073
|
recent page, for hour, day, week, month
|
11 years ago |
Baris Usakli
|
9af26db57a
|
follower count fix
|
11 years ago |
Baris Usakli
|
8e4ca8e474
|
closes #397
|
11 years ago |
Baris Usakli
|
79de3976bf
|
removed non existant paths from templates/config.json, added starts with to regexes
|
11 years ago |
Baris Usakli
|
4b80f13373
|
removed reduntant paths fron templates/config.json
|
11 years ago |
Baris Usakli
|
6210c6dbf4
|
removed extra ) in search.js
|
11 years ago |
Baris Usakli
|
6c3e121b6c
|
remove a line, not needed
|
11 years ago |
Baris Usakli
|
95ee7fb49f
|
added flag to empty container
|
11 years ago |
Baris Usakli
|
b3f73eace1
|
fix for online page
|
11 years ago |
Baris Soner Usakli
|
07a497362a
|
removed console.log
|
11 years ago |
Baris Soner Usakli
|
afa078d00c
|
closes #288
|
11 years ago |
psychobunny
|
3fd7d9a604
|
moved jquery.form.js into appropriate location
|
11 years ago |
psychobunny
|
80a0d2d8d8
|
^ this person is awesome, what a commit!
|
11 years ago |
psychobunny
|
27f4fdd179
|
fixes #377
|
11 years ago |
psychobunny
|
d1a94a91c2
|
added app.uid
|
11 years ago |
psychobunny
|
69a31dcdd9
|
fixes #388
|
11 years ago |
psychobunny
|
a2a6bf87f7
|
fixes #387
|
11 years ago |
Julian Lam
|
bd1e95b655
|
cleaned up admin template mapping
|
11 years ago |
Julian Lam
|
278f9bfc03
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
a3a8950afd
|
bumping markdown plugin version to 0.1.3
|
11 years ago |
Julian Lam
|
f95913e623
|
Merge pull request #386 from adarqui/issue-login-redirect-40x
Issue login redirect 40x
|
11 years ago |
Julian Lam
|
8e4b51fba4
|
requiring latest version of mentions plugin
|
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 |
Andrew Darqui
|
4b0e915698
|
just changed the 403/404 checking logic to use regex.
|
11 years ago |
Andrew Darqui
|
b2e81b5d17
|
Fixes a small issue with the redirect after logging in. If app.previousUrl is undefined (from accessing the page directly), login would fail to redirect you because of an error with indexOf on the undefined app.previousUrl.
|
11 years ago |
Andrew Darqui
|
ef47f3fd15
|
if nodebb returns 403/404, don't overwrite previousUrl. If you don't do this, when logging in after a 403/404, it will redirect you to the 403/404 page.
|
11 years ago |
Julian Lam
|
f88f72abd2
|
Merge branch 'adarqui'
|
11 years ago |
Julian Lam
|
715c14b78d
|
fixed error where client side script loader on admin page was throwing 404
errors on require.js require
|
11 years ago |
Julian Lam
|
4af7da3451
|
Merge branch 'express-logger-0.0.7-fixes' of http://github.com/adarqui/NodeBB into adarqui
|
11 years ago |