Baris Usakli
|
d315829eaf
|
closes #394
|
11 years ago |
Baris Usakli
|
3577c11c89
|
fixed infinite loading on /recent
|
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
|
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
|
f95913e623
|
Merge pull request #386 from adarqui/issue-login-redirect-40x
Issue login redirect 40x
|
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 |
Andrew Darqui
|
8cc71d2b47
|
fixed logger.tpl to use the new requirejs code
|
11 years ago |
Julian Lam
|
0b299b2fe7
|
Merge pull request #381 from adarqui/express-logger-0.0.7
Express & Socket.io logger
|
11 years ago |
Baris Usakli
|
2bdf12fb67
|
derp, need to revamp online page
|
11 years ago |
Baris Usakli
|
c00b138bf2
|
some fixes to online page
|
11 years ago |
Baris Usakli
|
1155eaf1f1
|
online page changes
|
11 years ago |
Baris Usakli
|
52f2e193d6
|
if api fails with 404 ajaxify to 404, added type check to updateProfile
|
11 years ago |
Baris Usakli
|
f5619a9b29
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
057608bac0
|
added usernames to following followers, closes #369
|
11 years ago |
Andrew Darqui
|
a3f6fee41f
|
refactored the logger completely.
|
11 years ago |
Julian Lam
|
d583122c64
|
Merge pull request #378 from iamcardinal/master
FIxes Search and touches on postbox, closes #370
|
11 years ago |
Julian Lam
|
0e18ec022c
|
not running init() if there is no init method in each template script
|
11 years ago |
Julian Lam
|
64117ab613
|
removing deprecated bootstrap css file from admin header
|
11 years ago |
Julian Lam
|
038e04dee6
|
revamped client side scripts so that they are loaded using Require.js instead.
|
11 years ago |
Julian Lam
|
948949c571
|
closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config
|
11 years ago |
Julian Lam
|
f173a79a0d
|
Merge pull request #371 from iamcardinal/master
Adds meta:keywords tags fixes tabbing, closes #330
|
11 years ago |
Quinton Marchi
|
994791add6
|
Touches on postbox
Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+.
|
11 years ago |
Quinton Marchi
|
d177e71b46
|
Fixes double search, closes #370
Haven't tested it but I can't see any problems.
|
11 years ago |
Quinton Marchi
|
fcab1501f8
|
Merge remote-tracking branch 'origin/testing-2013-10-01'
|
11 years ago |
Andrew Darqui
|
f48687528e
|
fixed up logger.tpl a little. Added a basic 'collision detection' for the loggerPath and loggeIOPath filenames.
|
11 years ago |
Andrew Darqui
|
9007f9de9e
|
added socket.io logging which can be dynamically enabled/disabled via the /admin/logger panel
|
11 years ago |
Andrew Darqui
|
55d84d0f9b
|
basic logger functionality added - accessible via http://nodebb/admin/logger
|
11 years ago |
Minami
|
90b4d688f8
|
Testing adding of Meta Tags
|
11 years ago |
psychobunny
|
22c73f3c12
|
closes #345
|
11 years ago |
Baris Usakli
|
cb7768d095
|
cant ban yourself
|
11 years ago |
Baris Usakli
|
4290516d29
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
6a7a2301ee
|
removed admin and delete buttons from template
|
11 years ago |
Julian Lam
|
9a79c58e33
|
closed #361 - groups admin modal had an extra button that did nothing
|
11 years ago |
psychobunny
|
571cb8b44f
|
readded back admin css for users
|
11 years ago |
Baris Usakli
|
4207792ffd
|
added app alert if template data cant be loaded
|
11 years ago |
Baris Usakli
|
9f67282a79
|
admin site will display reconnecting notification when server is offline closes #346
|
11 years ago |
Baris Soner Usakli
|
2dcc4172c4
|
closes #357
|
11 years ago |
Julian Lam
|
8dd8536f6b
|
closes #317 - hitting discard on a post with content will now throw a
bootbox confirmation modal
|
11 years ago |
Baris Soner Usakli
|
83b4b5434f
|
fixed username button title
|
11 years ago |
Baris Soner Usakli
|
9de5214a2f
|
closes #353
|
11 years ago |
Julian Lam
|
f08067bab2
|
fixes #356 - issue where accessing a NodeBB using a different machine name
from one that it was set up with causing template data to not load, as it
was being accessed via absolute url, instead of relative url
|
11 years ago |
Julian Lam
|
1160f39cb0
|
revamped reconnection notification, closes #354
|
11 years ago |
Baris Soner Usakli
|
9b7f8076eb
|
removed console.log
|
11 years ago |
psychobunny
|
607ee8bbc1
|
added outgoing.less, fixed modern.less theme, fixed #316
|
11 years ago |
psychobunny
|
36d2f74887
|
fixed unread category view
|
11 years ago |
Baris Usakli
|
9c14618d55
|
dont redirect back to reset password after login
|
11 years ago |
Baris Usakli
|
f2c1a92513
|
closes #215
|
11 years ago |
Baris Usakli
|
fe6595cd2a
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
c2aac916aa
|
fixed topics not appearing after a post in category view
|
11 years ago |
psychobunny
|
e161b5387b
|
fixed untranslated language on dynamic new posts and infinite loading
|
11 years ago |
Baris Usakli
|
585e5cd88f
|
closes #341
|
11 years ago |
psychobunny
|
1637ffc5dc
|
re-adding teaser
|
11 years ago |
psychobunny
|
a28797ee03
|
fix for recent view teasers
|
11 years ago |
Julian Lam
|
49e28f9d1e
|
fixing bug where outgoing links didn't actually let you leave... oops!
|
11 years ago |
Baris Usakli
|
4a7cd664fd
|
fixed a bug in template parsing
|
11 years ago |
Baris Usakli
|
eb1c1c78d4
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
0b0d64b52e
|
logout/login changes, updateHeader changes
|
11 years ago |
psychobunny
|
de1e3230f5
|
fixed topics and admin views, broken after merge
|
11 years ago |
psychobunny
|
1fbc038e64
|
fixed conflicts, added new language key for users/online
|
11 years ago |
psychobunny
|
cd63dd429b
|
finalizing todo's before merging
|
11 years ago |
Baris Usakli
|
fbfdf561fc
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
83d5a84edd
|
login redirects back
|
11 years ago |
psychobunny
|
5abf02c6d1
|
default language, en
|
11 years ago |
psychobunny
|
b8037845d6
|
registration.tpl; translator variable system
|
11 years ago |
psychobunny
|
1a1fea535b
|
header language
|
11 years ago |
psychobunny
|
5c7da4b686
|
fixed serverside templating; footer, logout internationalization; updated more global lang keys
|
11 years ago |
Julian Lam
|
b6ee89a6d8
|
fixed typo in plugins page
|
11 years ago |
psychobunny
|
2d8e6bd980
|
category language
|
11 years ago |
Julian Lam
|
a173d61464
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
8f04a136c8
|
fixed whitespace
|
11 years ago |
Julian Lam
|
b7675e1ec7
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
964fbfe2bb
|
fixes to get nodebb to at least load on IE
|
11 years ago |
Baris Usakli
|
8fb8956c0d
|
closes #331
|
11 years ago |
psychobunny
|
c11920ac08
|
internationalization: 404 and 403
|
11 years ago |
Baris Usakli
|
9a4eb26246
|
closes #332
|
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 |
Julian Lam
|
66cb1fb6ad
|
removed console.log from socket connection success handler
|
11 years ago |
Julian Lam
|
99440585e6
|
Merge branch 'master' into optimize-22-09-2013
Conflicts:
package.json
|
11 years ago |
Baris Usakli
|
290d69d14a
|
remember where the topic was left off
|
11 years ago |
Baris Usakli
|
4fce06677f
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
f53cd8b5b6
|
category view fix
|
11 years ago |
Julian Lam
|
da59f47624
|
adding missing files
|
11 years ago |
Julian Lam
|
521586f08f
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
bae9f46d8b
|
small fixes to search
|
11 years ago |
Julian Lam
|
d7ea24e218
|
issue #322 - minifying css file and added jquery to minified compilation
|
11 years ago |
Julian Lam
|
e621d7e601
|
closed #322 - autominifying client-side assets on load
|
11 years ago |
Baris Usakli
|
aa6eff4c54
|
one more itme
|
11 years ago |
Baris Usakli
|
f36583e676
|
possible fix for users/online duplication
|
11 years ago |
Baris Usakli
|
0a0a91d4b2
|
remove listener
|
11 years ago |
Baris Usakli
|
6c70f9e308
|
only collapse header if its expanded
|
11 years ago |
Baris Usakli
|
b25c3d8b67
|
closes #324
|
11 years ago |
Baris Usakli
|
776b51fef7
|
closes #323
|
11 years ago |
Julian Lam
|
043aafd7b7
|
closed #315
|
11 years ago |
Julian Lam
|
6fd202fe36
|
closed #321, removed cheerio use altogether, and made changes to the
client side to ajaxify the user to /outgoing when an external link is
clicked
|
11 years ago |
Baris Soner Usakli
|
de34c7580f
|
closes #314
|
11 years ago |
Baris Soner Usakli
|
bcb492751c
|
closes #313, also fixed progressbar
|
11 years ago |
Julian Lam
|
3eb594df43
|
fixing timestamps in category view (topics listing) for noscript
|
11 years ago |
psychobunny
|
5a10f7fcfe
|
init variables in translator
|
11 years ago |
psychobunny
|
5e89caf358
|
internationalization: topic.json
|
11 years ago |
psychobunny
|
35b40ef650
|
internationalization: unread.tpl
|
11 years ago |
psychobunny
|
56b7d6cb7c
|
internationalization: users
|
11 years ago |
psychobunny
|
8b8a890ac9
|
removed unnecessary warning message to anonymous users attempting to unfavourite posts
|
11 years ago |
psychobunny
|
5645bcee2d
|
topic.json en lang; tested serverside internationalization in favourites; fixed some keys in login
|
11 years ago |
psychobunny
|
a631707db4
|
app.js + todo
|
11 years ago |
psychobunny
|
451ffafb9e
|
finished initial client side & server side language parsing methods; integrated preloading into ajaxify and server app.js
|
11 years ago |
psychobunny
|
b5274a0d91
|
init
|
11 years ago |
Baris Soner Usakli
|
db4dc03abc
|
added timeago to unread page
|
12 years ago |
Baris Soner Usakli
|
6be5bcc4c8
|
closes #308
|
12 years ago |
Baris Usakli
|
21efda4a84
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
082375f129
|
link fade outs
|
12 years ago |
Julian Lam
|
1204859263
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Julian Lam
|
c8b5d1561e
|
minor CSS fixes to post timeago text in topic view
|
12 years ago |
Baris Usakli
|
6912e77d25
|
removed data-pid from buttons
|
12 years ago |
Baris Usakli
|
d84d096e7e
|
added post links
|
12 years ago |
Baris Usakli
|
29c17fd32e
|
fixed user infinite loading
|
12 years ago |
Baris Usakli
|
d721320af5
|
added jquery.timeago.js
|
12 years ago |
Baris Usakli
|
efef9c864c
|
closes #306
|
12 years ago |
psychobunny
|
047fcbe63f
|
style revert for cerulean
|
12 years ago |
psychobunny
|
dbe0b1551b
|
creating a separate theme for my metro ui shenanigans, follow up revert on cerulean incoming
|
12 years ago |
psychobunny
|
8f7b047b7a
|
fixed padding in category-box
|
12 years ago |
psychobunny
|
a38ace0df9
|
moved metro slide animation out of vanilla into cerulean, and rejigged the home page a bit
|
12 years ago |
psychobunny
|
0b0b06e8b9
|
fixed users.tpl from fail merge earlier
|
12 years ago |
psychobunny
|
f83b61903a
|
screwing around with animations in cerulean; started modernui look and feel
|
12 years ago |
Julian Lam
|
64521494ce
|
removed outdated socket.io client libs (socket.io package adds these routes anyway)
|
12 years ago |
Baris Usakli
|
e5ef498164
|
merged users.tpl
|
12 years ago |
Baris Usakli
|
24e4be77d8
|
closes #304
|
12 years ago |
psychobunny
|
0d55f2ef32
|
cerulean: switched to lucida grande / tahoma
|
12 years ago |
psychobunny
|
8ec3371139
|
cerulean theme: new users view
|
12 years ago |
psychobunny
|
a01a7ae5fc
|
fixed following.tpl and followers.tpl layout (broken from BS3 merge)
|
12 years ago |
Baris Usakli
|
eddddc694d
|
closes #302
|
12 years ago |
Baris Usakli
|
ce61138351
|
fixed conflicts
|
12 years ago |
Baris Usakli
|
564662ee00
|
closes #294
|
12 years ago |
psychobunny
|
678db837fd
|
refactored post-block
|
12 years ago |
psychobunny
|
c44461e33f
|
formatting - template js admin side
|
12 years ago |
psychobunny
|
221b9bc149
|
formatting - template associated js
|
12 years ago |
psychobunny
|
dc41c6bc0d
|
formatting - core client side
|
12 years ago |
psychobunny
|
828d937dec
|
.jsbeautify
|
12 years ago |
psychobunny
|
6bab2523d5
|
fixes #276 popup alert appearing under admin content
|
12 years ago |
psychobunny
|
08316496cd
|
fixes #289 recent page not responsive
|
12 years ago |
psychobunny
|
d5fd985f0d
|
applied previous commit to default theme instead
|
12 years ago |
psychobunny
|
eab7839195
|
fixes #298 footer flash onload
|
12 years ago |
psychobunny
|
b85e2545d6
|
fixes #299
|
12 years ago |
Baris Soner Usakli
|
b0a37c6ac5
|
closes #293
|
12 years ago |
Julian Lam
|
8b3fd9d1e9
|
fixed bug where deleted threads caused thread tools to disappear (js
error)
|
12 years ago |
psychobunny
|
ba89285c74
|
editorconfig; whitespace from favourites
|
12 years ago |
Vincent Briglia
|
b1003e954e
|
user search shouldn't replace the whole top-level userbox
|
12 years ago |
Baris Usakli
|
85fbe38e71
|
fixed to icon selection in admin/categories
|
12 years ago |
Baris Usakli
|
e896fd1fd6
|
show created category right away
|
12 years ago |
Baris Usakli
|
916150de01
|
closes #228
|
12 years ago |
psychobunny
|
11042858b8
|
Merge pull request #277 from designcreateplay/theme/cerulean
theme/cerulean
|
12 years ago |
psychobunny
|
2f4fd310bd
|
moved everything into the header class
|
12 years ago |
Baris Usakli
|
6d7919ad85
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
59467c906d
|
misc fixes
|
12 years ago |
psychobunny
|
def871ac89
|
fixed overlapping text in topic text-title
|
12 years ago |
psychobunny
|
6fe5a93a73
|
header updates
|
12 years ago |
psychobunny
|
7796c9269c
|
cleaned up unread.tpl
|
12 years ago |
psychobunny
|
ec150d4a4c
|
removed unnecessary markup from users
|
12 years ago |
psychobunny
|
49abff1609
|
moved footer style into cerulean
|
12 years ago |
psychobunny
|
be59c16aad
|
updated footer to follow standards
|
12 years ago |
Julian Lam
|
f1144f3a7e
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Julian Lam
|
9ebff816dc
|
fixing error where sometimes the admin panel js was not loaded
|
12 years ago |
psychobunny
|
4c3eacd745
|
fixed footer markup
|
12 years ago |
Baris Usakli
|
251587cb86
|
return err form updateProfile
|
12 years ago |
Baris Usakli
|
be51025048
|
the online count on the footer uses the websockets now, it should also instantly update when people come online or go offline, #273
|
12 years ago |
Baris Usakli
|
bb14881b63
|
change getUserData to return err
|
12 years ago |
psychobunny
|
9e42cee87c
|
modules/taskbar.less, more cleanup of style
|
12 years ago |
psychobunny
|
9fe30b905b
|
modules.less, moved postWindow out. clean up unused css in style
|
12 years ago |
psychobunny
|
732c8b1f7f
|
header, footer,.. started cleaning up style (the big 'un)
|
12 years ago |
psychobunny
|
19be3bc55c
|
serious clean up of topic.less
|
12 years ago |
psychobunny
|
ac4803961a
|
topic cleanup and begin cerulean port
|
12 years ago |
psychobunny
|
de8d6d3c8c
|
category, removing deprecated thread-rating
|
12 years ago |
psychobunny
|
392b80fe14
|
home.less
|
12 years ago |
psychobunny
|
9fa75a8b45
|
init - cerulean theme
|
12 years ago |
psychobunny
|
b19097ab8f
|
moved .less files into the vanilla theme folder
|
12 years ago |
psychobunny
|
31624b32e9
|
footer no longer overlaps composer; fixes 272
|
12 years ago |
psychobunny
|
462d5f5d05
|
spacing between pin/lock icons in cat view
|
12 years ago |
psychobunny
|
c16c4aac44
|
console.log
|
12 years ago |
psychobunny
|
e80ff9c551
|
moved RSS icon away from the sharing buttons (category view); added back RSS icon to topic view. closes #259
|
12 years ago |
psychobunny
|
3176ccc6e3
|
fixed footer flickering
|
12 years ago |
Baris Usakli
|
b24196be36
|
closes #269
|
12 years ago |
Julian Lam
|
3416c7bb3c
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Baris Soner Usakli
|
99db8fc3fe
|
fixed admin/users page events and buttons
|
12 years ago |
Julian Lam
|
780cec2596
|
missing alert-warning class in plugins admin page
|
12 years ago |
Julian Lam
|
1758c3e3f2
|
fix for admin templates
|
12 years ago |
Julian Lam
|
bec0b46a2c
|
refactoring installation scripts to use node prompt module, lots of other fixes
fixed #263, fixed #264, fixed #265
|
12 years ago |
Baris Soner Usakli
|
a88ddc2a4d
|
fixed image upload
|
12 years ago |
Baris Soner Usakli
|
1f60578a63
|
closes #261
|
12 years ago |
psychobunny
|
2f70489e22
|
outgoing links still BS2, fixed.
|
12 years ago |
psychobunny
|
3b75734672
|
footer.less, added stats cards (ala soundsz) and replaced old footer
|
12 years ago |
psychobunny
|
45e24c54ce
|
pagination scroll block fix + cleanup
|
12 years ago |
psychobunny
|
abd909d23b
|
pagination - scroll to top / bottom arrows
|
12 years ago |
Julian Lam
|
f39932ece7
|
group join leave, and updating
|
12 years ago |
Julian Lam
|
03fb649274
|
Merge branch 'master' into user_groups
|
12 years ago |
Baris Usakli
|
e0cc35ba66
|
creating topics shows up in user profile too issue #220
|
12 years ago |
Baris Usakli
|
d3818e888e
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
a2af4a3e91
|
closes #220
|
12 years ago |
Julian Lam
|
e23198bbcc
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Julian Lam
|
0a8c43901d
|
more fixes to noscript
|
12 years ago |
Baris Usakli
|
e9054301d1
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
caaede7e84
|
added loading spinner to topic.tpl
|
12 years ago |
Julian Lam
|
3ed9e1dd51
|
closed #253, closed #252
|
12 years ago |
Julian Lam
|
207eccc505
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
12 years ago |
Julian Lam
|
45d5524df7
|
fixing minor errors in css in composer
|
12 years ago |
Baris Usakli
|
1f08e407d1
|
closes #248
|
12 years ago |
Baris Usakli
|
2c215afe33
|
closes #249
|
12 years ago |
Julian Lam
|
a6b0c2638a
|
user list on group edit modal
|
12 years ago |
Julian Lam
|
5e869a5e5c
|
Merge branch 'master' into user_groups
|
12 years ago |
psychobunny
|
40897d0be6
|
themed reset.tpl and reset_code.tpl to BS3, closes #239
|
12 years ago |
psychobunny
|
2c238f49e0
|
added search button, hiding the form by default. also fixes issue #241
notes: mobile needs a dedicated notification screen, imo, rather than
using the same popup. and /search needs a form on the page itself.
|
12 years ago |
Baris Usakli
|
7cff55a160
|
closes #209
|
12 years ago |
Julian Lam
|
8d26eb4e07
|
minor stuff and such
|
12 years ago |
Baris Usakli
|
ad5e3ebce3
|
closes #236
|
12 years ago |
Baris Usakli
|
2deb0e1708
|
closes #238
|
12 years ago |
Julian Lam
|
167c1fa348
|
fixing topic CSS so the h3 styles only apply to the topic title
|
12 years ago |
Baris Usakli
|
3b1bf67436
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
d2eb73df96
|
can add and remove images from posts
|
12 years ago |
Julian Lam
|
8a53c56a46
|
updated install script to only populate "socket" object in client config with "address", which takes "use_port" into account.
This closes #234
|
12 years ago |
Julian Lam
|
c0a90bd677
|
interim commit
|
12 years ago |
Baris Soner Usakli
|
106157a951
|
removed commented out line
|
12 years ago |
Baris Soner Usakli
|
ab9cf6d036
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Soner Usakli
|
54ba6efc93
|
can edit and add an image to a post, still cant remove previously added images #issue #233
|
12 years ago |
Julian Lam
|
85ac4aac94
|
group creation and deletion
|
12 years ago |
Baris Usakli
|
1b33b4425b
|
removed active from pill, #issue 231
|
12 years ago |
Baris Usakli
|
41defbcf9c
|
added delays to home page animations
|
12 years ago |
Baris Soner Usakli
|
928594fc7c
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Soner Usakli
|
cc1f668308
|
changed chat online offline messages
|
12 years ago |
Julian Lam
|
13b456bffd
|
fixing up bs3 integration for themes page
|
12 years ago |
Baris Soner Usakli
|
a69140faa9
|
show error message on failed login
|
12 years ago |
psychobunny
|
6a5ebdb1ef
|
fixed edit/delete/favourite buttons not working on subposts / topics
|
12 years ago |
Baris Soner Usakli
|
e9b0aa537f
|
center speech arrow
|
12 years ago |