Julian Lam
|
f2d631e42d
|
new composer window template (WIP!)
|
11 years ago |
Julian Lam
|
d86aefb518
|
removing defunct "template" argument in ajaxify.go
|
11 years ago |
psychobunny
|
3782ae1647
|
don't show profile fields if they are hidden. closes #660. also added missing language keys to EN
|
11 years ago |
psychobunny
|
2e52dd59ee
|
Merge pull request #664 from ifuyivara/master
Adding support for restricting category read access based on user groups
|
11 years ago |
psychobunny
|
d7a444d9ab
|
dynamically update post count in post footer on new post
|
11 years ago |
psychobunny
|
f9e2b50826
|
dynamically update user rep in post footer if reputation is increased
|
11 years ago |
psychobunny
|
32a32fcf5c
|
match login.tpl button to look like register.tpl
|
11 years ago |
root
|
35ad3be969
|
Adding support for restricting category read access based on user groups
|
11 years ago |
Baris Soner Usakli
|
9cb20c3886
|
added callback to api categories.get
|
11 years ago |
Baris Soner Usakli
|
30c11a8b42
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
27a01f6c61
|
closes #657
|
11 years ago |
psychobunny
|
bf27ade251
|
admin - added ability to remove icon from categories
|
11 years ago |
akhoury
|
04ea573caa
|
removed jQuery from iife, the $ is global
|
11 years ago |
akhoury
|
114294e24a
|
allowGuestSearching config .. second attempt
|
11 years ago |
Julian Lam
|
64e87b761f
|
closed #652
|
11 years ago |
Julian Lam
|
69c1ec97c9
|
re: issue #652, this took longer than expected...
|
11 years ago |
Julian Lam
|
c313c4501b
|
pushNotifCount method for real-time updating of notification bell + favicon for multiple tabs (closes #219)
|
11 years ago |
Julian Lam
|
d72d2decd5
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
43c05d1d85
|
adding cache busters to client side files (closed #586)
|
11 years ago |
Baris Usakli
|
27ac24b1e3
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
95495926fc
|
some fixes to composer image upload
|
11 years ago |
psychobunny
|
0f254c0b6c
|
moved theme.css to top
|
11 years ago |
psychobunny
|
b27478876e
|
moved favicon link to top of header
|
11 years ago |
psychobunny
|
a3734f2e15
|
completed custom favicon upload, closes #643
|
11 years ago |
psychobunny
|
1b843fba9c
|
added admin route to upload favicon
|
11 years ago |
psychobunny
|
35f17db141
|
added button in admin to upload favicon + show current favicon image
|
11 years ago |
Julian Lam
|
0148cf06d0
|
replaced all instances of missing config.relative_path to RELATIVE_PATH
|
11 years ago |
Baris Soner Usakli
|
cd77a1a457
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
6aeca98cd4
|
closes #633
|
11 years ago |
psychobunny
|
07a3b3f00b
|
added delete button to category image uploader in case you wanted to revert to bgColor
|
11 years ago |
psychobunny
|
b511653e74
|
fixes #622
|
11 years ago |
psychobunny
|
b5e37a6ce8
|
fixes #123, parse object properties in template outside of namespace
|
11 years ago |
psychobunny
|
4ff8509a0e
|
clean up from the last admin/categories refactor
|
11 years ago |
psychobunny
|
e76936abfc
|
added ability to upload category images. closes #638, closes #532
|
11 years ago |
psychobunny
|
4c40ee8e6e
|
fixed missing language key on image uploader modal
|
11 years ago |
psychobunny
|
ddcf46fc73
|
uploading picture didn't update profile image until refreshed - fixed
|
11 years ago |
psychobunny
|
7db234f958
|
added setting to convert profile iamges to png in control panel
|
11 years ago |
psychobunny
|
c0721e105f
|
added setting to disable privilege threshold system
|
11 years ago |
psychobunny
|
a475e38078
|
if app is not focused and chat message comes in, activate alternatingTitle. closes #620
|
11 years ago |
psychobunny
|
932b960aa9
|
app.isFocused; app.js cleanup
|
11 years ago |
psychobunny
|
24b12e23ea
|
fixes #636, conditionals broken from f1ad469861
|
11 years ago |
psychobunny
|
2a5d6e04fc
|
fixes #583 (aka. "son, we heard you like containers so we put containers inside your containers") -- duly fixed
|
11 years ago |
psychobunny
|
f1ad469861
|
templates - don't clean up selector conditionals; fixes topic posting bug introduced at 090d35f306
|
11 years ago |
psychobunny
|
4b9bfca767
|
français, deutsche, and español support for 202a4c4105
|
11 years ago |
psychobunny
|
202a4c4105
|
added rep + post count metrics to post body, closes #443
|
11 years ago |
psychobunny
|
000c7efb1a
|
Merge pull request #623 from tedr56/master
French language files
|
11 years ago |
psychobunny
|
90ad08a00d
|
fixes #616
|
11 years ago |
psychobunny
|
90e1e2436c
|
closes #539
|
11 years ago |
psychobunny
|
da94d6214b
|
when new notification comes in, refresh notification page - closes #608
|
11 years ago |
psychobunny
|
67e49db797
|
ajaxify.refresh(); removed console.log
|
11 years ago |
psychobunny
|
de9100c489
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
psychobunny
|
4348e1efa4
|
use ajaxify.currentPage to find the user's location easily
|
11 years ago |
Julian Lam
|
6de3dba239
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
021cf9b8f6
|
fixes to language template usage
|
11 years ago |
psychobunny
|
ca087e6fa7
|
fixes #576
|
11 years ago |
psychobunny
|
6c9e28232f
|
added translation method to recent's infinite loader
|
11 years ago |
psychobunny
|
ceac8e2dc9
|
added translation to unread infinite loader
|
11 years ago |
psychobunny
|
98cf6eec71
|
shift clicking now opens links in a new window, closes #630
|
11 years ago |
psychobunny
|
e0e153eafb
|
added translation to category infinite loader method
|
11 years ago |
psychobunny
|
5c3c2623f2
|
added translation to new post creation, closes #627
|
11 years ago |
Baris Soner Usakli
|
34fc326a37
|
closes #618
|
11 years ago |
psychobunny
|
36745608bf
|
removed console.log
|
11 years ago |
psychobunny
|
090d35f306
|
clean up conditional comments in the DOM; conditionals now treat undefined variables as false; closes #617
|
11 years ago |
Julian Lam
|
347f5c132e
|
updates to language files, capitalizing some values across languages
|
11 years ago |
Baris Usakli
|
9ee250b597
|
fixes humanreadable numbers in infinite scrolling
|
11 years ago |
Baris Usakli
|
074d7e7c8d
|
Merge remote-tracking branch 'origin/master' into dbal
|
11 years ago |
Barış Soner Uşaklı
|
870d48dc81
|
Merge pull request #603 from Joopmicroop/master
added account class for account template pages for easy styling
|
11 years ago |
tedr56
|
8e2cc1c883
|
Correct english language file
|
11 years ago |
tedr56
|
af09f4aca8
|
added french language files
|
11 years ago |
Baris Usakli
|
6313a5eeb1
|
Merge remote-tracking branch 'origin/master' into dbal
|
11 years ago |
Pablo Macaluso
|
26de85c1de
|
updated es translations with new strings added from #607
|
11 years ago |
Julian Lam
|
a54f464a13
|
updating language files with missing files for es
|
11 years ago |
Julian Lam
|
bfbc596348
|
fixing extra comma in es language file
|
11 years ago |
Pablo Macaluso
|
8cfc5dda37
|
added spanish language files (courtesy of Pablo Macaluso)
|
11 years ago |
Julian Lam
|
b81737bc0f
|
moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe
|
11 years ago |
Julian Lam
|
385aa6df92
|
fixed last couple tweaks, ready t'merge
|
11 years ago |
Baris Soner Usakli
|
95bb838699
|
Merge remote-tracking branch 'origin/master' into dbal
|
11 years ago |
Julian Lam
|
2c131f172a
|
fixing up some translations - WIP
|
11 years ago |
Julian Lam
|
3d9a732c4a
|
Merge branch 'master' of github.com:BudickDa/NodeBB into BudickDa-master
Conflicts:
public/language/en/global.json
|
11 years ago |
Julian Lam
|
4819bea378
|
more tweaks to the chat dropdown -- handling null case -- issue #615
|
11 years ago |
Julian Lam
|
030ce95dea
|
closed #615 - added "active chats" dropdown to header
- some minor tweaks also, to make taskbar work a little better with chats
|
11 years ago |
Julian Lam
|
a65c79cb02
|
minimized the reconnect spinner to icon only, added bootstrap tooltip
|
11 years ago |
Baris Usakli
|
705754e823
|
merged master
|
11 years ago |
Julian Lam
|
041e77f688
|
fixing replying (whoops)
|
11 years ago |
Baris Usakli
|
b927f6ce29
|
added raw info
|
11 years ago |
Baris Usakli
|
519d376071
|
added mongo info function, change admin redis template to database template
|
11 years ago |
Julian Lam
|
d9ee9bf5e3
|
revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically)
|
11 years ago |
Baris Usakli
|
7875138c08
|
added parseInt
|
11 years ago |
Julian Lam
|
fe4aee177d
|
lots of tweaks to chat and taskbar
|
11 years ago |
Julian Lam
|
16e07d475f
|
pushing FA icon for chat taskbar title
|
11 years ago |
Julian Lam
|
6bd4a34e69
|
fixed favicon sometimes updating with a string 0, should always be an int
|
11 years ago |
Julian Lam
|
b176629b44
|
integrated Tinycon lib and actually fixed notification counts... heh.
closed #610
|
11 years ago |
Julian Lam
|
5b6f5ebf9d
|
added tinycon lib and changed notif icon to be in CSS instead of in
template
|
11 years ago |
Julian Lam
|
69f453c73c
|
Merge pull request #601 from cnvo/patch-1
Replace notifications icons from fa-circle to fa-bell
|
11 years ago |
Julian Lam
|
dab0435d9b
|
Merge pull request #600 from cnvo/patch-2
Replace notifications icons from fa-circle to fa-bell
|
11 years ago |
BudickDa
|
8a99eef4fb
|
Update global.json
|
11 years ago |
BudickDa
|
32df811765
|
i18n for all templates completed, jsons for german added
|
11 years ago |
Joopmicroop
|
700cab686b
|
Update following.tpl
|
11 years ago |
Joopmicroop
|
af06e0335a
|
Update followers.tpl
|
11 years ago |
Joopmicroop
|
4a8dc82bd2
|
Update accountedit.tpl
|
11 years ago |
Joopmicroop
|
8a4e2b1ea0
|
Update accountsettings.tpl
|
11 years ago |
Barış Soner Uşaklı
|
99fbc0dfd5
|
Update account.js
removed extra s
|
11 years ago |
Baris Usakli
|
8d3a647d16
|
fixed hardcoded userslug
|
11 years ago |
Baris Usakli
|
53afe6cb68
|
closes #591
|
11 years ago |
Baris Usakli
|
190948336a
|
closes #590
|
11 years ago |
Trvr
|
a48a07603c
|
Replace notifications icons from fa-circle to fa-bell
We should change this icon to utilize the icons better.
|
11 years ago |
Trvr
|
d930e2a1be
|
Replace notifications icons from fa-circle to fa-bell
We should change this icon to utilize the icons better.
|
11 years ago |
Baris Soner Usakli
|
d5c0ca4a9d
|
closes #595
|
11 years ago |
Baris Soner Usakli
|
437379413e
|
closes #592
|
11 years ago |
Baris Soner Usakli
|
ddb7896df1
|
fixed post count in paginator and post bar when infinite loader kicked in
|
11 years ago |
Julian Lam
|
cc242ca667
|
fixed #589
|
11 years ago |
Julian Lam
|
b9f1176ec1
|
moved paginator progress bar into paginator block, better mobile handling, and hiding it on page load
|
11 years ago |
Baris Soner Usakli
|
46a14715e3
|
fixed logout in admin site, cleaned up topics.post, anon users can post topics now if allowed
|
11 years ago |
Baris Soner Usakli
|
c1da56ce45
|
added auto mention if u click post reply
|
11 years ago |
Baris Usakli
|
ee63fae803
|
closes #584
|
11 years ago |
Baris Usakli
|
720711756f
|
show bottom post bar after new post, fixed the insertion of new posts
|
11 years ago |
Baris Usakli
|
90a12c3253
|
fixed index to int
|
11 years ago |
Baris Usakli
|
6a00ab3782
|
removed btn-large from post topic button
|
11 years ago |
Baris Usakli
|
9ccfa3f18c
|
fixed js error
|
11 years ago |
Baris Usakli
|
1660d75205
|
stricter selector for human readable numbers
|
11 years ago |
Baris Usakli
|
f6d57a241d
|
fixed human readable view post counts
|
11 years ago |
Julian Lam
|
bcfb4ca0e4
|
off by one error
|
11 years ago |
Julian Lam
|
0159a43a20
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
public/src/forum/topic.js
|
11 years ago |
Julian Lam
|
86b019ec89
|
paginator progress bar
|
11 years ago |
psychobunny
|
98a12cd1e1
|
clearing first blocks from dynamically inserted templates - made regex less greedy
|
11 years ago |
psychobunny
|
30a7f1a816
|
removed .main-post from follow class (now using conditionals to show/hide)
|
11 years ago |
Baris Usakli
|
6ca3d0c4af
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
b2074c6dda
|
fixes to infinite load and paginator
|
11 years ago |
Julian Lam
|
d7c0e1c62e
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
56ef05a0bf
|
putting category options behind a dropdown, and fixing category enable/disable
|
11 years ago |
Baris Usakli
|
dd36cce329
|
closes #582
|
11 years ago |
Baris Usakli
|
293c176053
|
added first to follow button in topic.tpl
|
11 years ago |
Baris Soner Usakli
|
dba47e4bef
|
removed console.log
|
11 years ago |
Baris Soner Usakli
|
2a46ead29f
|
removed container div, removed second if first, it breaks templates
|
11 years ago |
Julian Lam
|
707179edf3
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
53164e96ab
|
removed non-functional save button from category whitelist modal
|
11 years ago |
Baris Soner Usakli
|
9702e28a07
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
fa56eca962
|
fixed fave stars, removed the watch button from normal posts
|
11 years ago |
Julian Lam
|
684839f04a
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
0188ea9a3b
|
setting cache headers to 0 on development mode
|
11 years ago |
psychobunny
|
85aa587749
|
merge conflicts
|
11 years ago |
psychobunny
|
48e36e3c31
|
templates bugfix - now supports multiple conditionals of the same variable; added data-favourited button and deprecated reliance on BS3
|
11 years ago |
Baris Usakli
|
0b6d018f8d
|
oops removed by mistage
|
11 years ago |
Baris Usakli
|
f2bf65252d
|
removed the fields
|
11 years ago |
Baris Usakli
|
a87ebb64d8
|
clean up of posts and some template additions
|
11 years ago |
Julian Lam
|
38da65ee58
|
tweaks to category permission modal
|
11 years ago |
Baris Usakli
|
7198110b57
|
closes #573
|
11 years ago |
Baris Usakli
|
78b65c0b12
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
0742590c0c
|
added pid to share links, removed unused vars
|
11 years ago |
psychobunny
|
c16f04bbcf
|
plugins - filter:admin.header.build (pre-existing hook) now allows you to add menu items to the social authentication panel as well
|
11 years ago |
Julian Lam
|
69427fa10e
|
tweaks to make the ACP work better on tablets, some work on hidden groups
|
11 years ago |
Julian Lam
|
670986f7ef
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
8b62041d28
|
refactored groups and categories, groups no longer explodes when
attempting to add members to a whitelist that doesn't exist, isEmpty
checks (new methods!) and such...
|
11 years ago |
psychobunny
|
89c5d01efa
|
modularized SSO, paving the way for potential plugins. cleaned up associated templates/js
|
11 years ago |
Julian Lam
|
0a06f1ac7d
|
Merge remote-tracking branch 'origin/master' into category-whitelisting
|
11 years ago |
Julian Lam
|
df2e9b4b47
|
admin panel integration for category whitelisting
|
11 years ago |
Baris Soner Usakli
|
2d05a06e37
|
fixed template var, oops
|
11 years ago |
Baris Soner Usakli
|
e3da005780
|
grouped the social buttons
|
11 years ago |
Baris Usakli
|
590208f0c7
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
7d7ead3f47
|
fixed js error in recent.js, remove content assignment
|
11 years ago |
Julian Lam
|
72ef8c839f
|
Merge remote-tracking branch 'origin/master' into category-whitelisting
Conflicts:
src/groups.js
|
11 years ago |
psychobunny
|
62e2aa67d7
|
topics - added back social sharing buttons to OP
|
11 years ago |
Julian Lam
|
4855131652
|
category read restrictions
|
11 years ago |
Baris Soner Usakli
|
3a8dca6fb9
|
closes #560
|
11 years ago |
Baris Soner Usakli
|
a0c3de0273
|
display signature block only if user has signature
|
11 years ago |
Baris Soner Usakli
|
32b191fa62
|
removed global.io
|
11 years ago |
Baris Usakli
|
f616125d02
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
e1f6e064a9
|
removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
|
11 years ago |
Julian Lam
|
633be7ff3c
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
6b3863bfbf
|
updated category manager in admin panel
|
11 years ago |
Baris Usakli
|
b66ca703b8
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
48a7f9058f
|
closes #558
|
11 years ago |
psychobunny
|
8f80733563
|
fixing #552 overflows properly
|
11 years ago |
Baris Usakli
|
aa1451cfbc
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
13ef28118d
|
closes #557
|
11 years ago |
Julian Lam
|
34459e7cf1
|
fixing category admin panel integration
|
11 years ago |
Baris Usakli
|
798e17a954
|
change loading text to inline
|
11 years ago |
Baris Usakli
|
e90e54cec1
|
fixed icons in topic move
|
11 years ago |
Baris Usakli
|
d70c688b65
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
541993c80a
|
fontawesome 4 migration, closes #473
|
11 years ago |
psychobunny
|
e98d05b1a5
|
closes #556, also removes the newline that was previously inserted
|
11 years ago |
Julian Lam
|
0afc7c9761
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
e5c1edd5f5
|
using ajaxifying class for content and footer instead of jquery fadein/out
|
11 years ago |
Baris Usakli
|
a5e78aab08
|
closes #554
|
11 years ago |
Baris Usakli
|
cec69c2be0
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
bc8815cb94
|
closes #555
|
11 years ago |
Julian Lam
|
efac6272bb
|
default link tag (apple-touch-icon) added
|
11 years ago |
Baris Soner Usakli
|
1d4ae8fe4d
|
changed the paginator icons to chevron
|
11 years ago |
Julian Lam
|
08d130893c
|
fixing dropdown support in Settings.prepare
|
11 years ago |
psychobunny
|
561ee9e4f1
|
closes #519
|
11 years ago |
psychobunny
|
4be5ac2c23
|
removed mobile overlay for topics - will reimplement as a plugin
|
11 years ago |
psychobunny
|
070c95d8de
|
fixed regression from main_posts deprecation - bottom post bar restored
|
11 years ago |
psychobunny
|
8d12ecb758
|
moved pagination into header
|
11 years ago |
psychobunny
|
905e451455
|
closes #549
|
11 years ago |
Julian Lam
|
b16e1a0113
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
0b39968a9c
|
fixing back button behaviour and playing nice with History API
|
11 years ago |
psychobunny
|
7fb0a616a1
|
refactored topic.tpl and merged main_posts and sub_posts
|
11 years ago |
psychobunny
|
d987e51a8b
|
removed references to main_posts in forum/topic.js
|
11 years ago |
psychobunny
|
0f7f6cd0a3
|
templates.js added IF !value
|
11 years ago |
psychobunny
|
0e8b33aa79
|
templates.js added @first and @last conditionals
|
11 years ago |
psychobunny
|
181c6eb2e6
|
removed main_posts from noscript
|
11 years ago |
psychobunny
|
b90eef6d19
|
use icon-search instead of icon-circle-blank on /users/search
|
11 years ago |
psychobunny
|
5c597ca218
|
expand regex for templates, allowing the syntax to be less strict re: whitespace
|
11 years ago |
psychobunny
|
3dbcf8112d
|
fixes navigation - back button
|
11 years ago |
Baris Soner Usakli
|
ff50917c29
|
show no replies in recent and unread
|
11 years ago |
Baris Soner Usakli
|
48835d8c44
|
used ELSE in template
|
11 years ago |
Baris Soner Usakli
|
e9c66bb35a
|
removed console.log
|
11 years ago |
Baris Soner Usakli
|
23eb7824ac
|
closes #513
|
11 years ago |
Baris Soner Usakli
|
494b9d23ac
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
64ae9ac033
|
cant delete or restore posts twice, post count goes up or down when posts are deleted or restored in a topic, fixed the post insertion when there is only 1 post in topic
|
11 years ago |
Julian Lam
|
a72fc69997
|
added link to RSS for /recent, fixed RSS generation error for /recent
|
11 years ago |
Baris Soner Usakli
|
a16f93cbd5
|
loading indicator starts off hidden
|
11 years ago |
Baris Soner Usakli
|
81e5cf0cf3
|
fixed posts not appearing immediately
|
11 years ago |
Baris Soner Usakli
|
01102d5982
|
added responsive class to images in users recent posts
|
11 years ago |
Baris Soner Usakli
|
2174aec0e1
|
closes #542 and other refactors on client side
|
11 years ago |
psychobunny
|
46bad118de
|
if a thread is unreplied, don't show the OP as the last person to reply
|
11 years ago |
psychobunny
|
2d7228fa40
|
added if / else logic to templates
|
11 years ago |
psychobunny
|
a1839d90fd
|
prevent admin group from being deleted, closes #530
|
11 years ago |
psychobunny
|
0cc136c3f6
|
simplifying conditional logic in templates + fixed it so that it takes namespace into account
|
11 years ago |
Julian Lam
|
cd1e26418d
|
making the loading indicator less obtrusive (and smaller, to boot)
|
11 years ago |
Baris Soner Usakli
|
dab4f07258
|
fixed indents
|
11 years ago |
Baris Usakli
|
501dc56fd3
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
253271127d
|
infinite loader will insert posts in correct order
|
11 years ago |
Julian Lam
|
f2da892b38
|
removed extra console log
|
11 years ago |
Julian Lam
|
6dd72f480c
|
Merge pull request #538 from draco2003/add_fav_context
add breadcrumb like context to favorites
|
11 years ago |
Julian Lam
|
3caf8b4a67
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
39f2efbef8
|
closed #540
|
11 years ago |
psychobunny
|
288341945d
|
missing login menu in visible-sm range
|
11 years ago |
psychobunny
|
d02bd72764
|
closes #535
|
11 years ago |
Baris Usakli
|
7d3adb9275
|
removed unused stuff from getLatestTopics and recent.tpl
|
11 years ago |
Baris Usakli
|
156950ac2f
|
cleaned up app.createNewPosts
|
11 years ago |
Baris Usakli
|
83f18c1915
|
closes #526
|
11 years ago |
Baris Usakli
|
332730575f
|
closes #529
|
11 years ago |
Dan Rowe
|
7e71fb218c
|
add breadcrumb like context to favorites
|
11 years ago |
Julian Lam
|
a7216caa3b
|
closed #518
|
11 years ago |
Dan Rowe
|
23628668b7
|
small wording change
|
11 years ago |
Baris Soner Usakli
|
6ac685b194
|
possible fix for js error
|
11 years ago |
Baris Soner Usakli
|
03b34a449d
|
turned div into li, moved the a tags into the li elements
|
11 years ago |
Julian Lam
|
4aef5bfb72
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
psychobunny
|
34c74770ce
|
app.js minor cleanup
|
11 years ago |
psychobunny
|
da8d198676
|
added some user friendly warnings to chat
|
11 years ago |
Julian Lam
|
33868804fd
|
fixed #517
|
11 years ago |
psychobunny
|
22a3794c51
|
closes #525
|
11 years ago |
Baris Usakli
|
866d813218
|
fixed topic posting bug, if there was only 1 topic in a category the next posted topic in that category wasnt showing up until a full page reload
|
11 years ago |
Baris Usakli
|
f1df8c2479
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
6f1523c279
|
fixed bottom reply box for small devices
|
11 years ago |
Julian Lam
|
163cdaf70c
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
a9ce8393e4
|
added footer.build and page.load hooks
|
11 years ago |
Baris Usakli
|
f04e30c4d4
|
more template changes to topic
|
11 years ago |
Baris Usakli
|
9d0f8b4543
|
template changes
|
11 years ago |
Baris Usakli
|
d631a4b2e5
|
topic.tpl changes, moved users to the bottom of main post, added reply thread tools buttons under main post, added posts and view count
|
11 years ago |
Julian Lam
|
2cf55dcf9f
|
added action:page.load hook
|
11 years ago |
Baris Soner Usakli
|
9fbb139e67
|
fix post delete state after more posts are loaded
|
11 years ago |
Baris Usakli
|
11e3b0da7d
|
added spacing between share and edit buttons
|
11 years ago |
Baris Usakli
|
7e4faa3270
|
closes #514
|
11 years ago |
Baris Usakli
|
586a181e0a
|
closes #507
|
11 years ago |
Baris Usakli
|
411ba3542c
|
closes #493
|
11 years ago |
Baris Usakli
|
fa9636a62a
|
closes #495
|
11 years ago |
Baris Usakli
|
69fefc0625
|
closes #496
|
11 years ago |
Baris Usakli
|
40108f92c9
|
closes #492
|
11 years ago |
Julian Lam
|
37497fc5a0
|
fixed #393 - refactored basic route handling, moved some other routes to debug routes
|
11 years ago |
Julian Lam
|
aa1994be67
|
updated MOTD to not be inside a jumbotron, updated default styling of MOTD
|
11 years ago |
Baris Usakli
|
4552e6286e
|
dont allow empty userslugs to register
|
11 years ago |
psychobunny
|
7ea852fae3
|
Revert "mobile: collapse menu after clicking on menu item"
This reverts commit c67c37bb20 .
|
11 years ago |
psychobunny
|
c67c37bb20
|
mobile: collapse menu after clicking on menu item
|
11 years ago |
psychobunny
|
b5c22c7ff7
|
removed unfollow button + logic from following view
|
11 years ago |
Baris Usakli
|
3b3e8348e4
|
closes #430
|
11 years ago |
Baris Usakli
|
259ad42b31
|
numbers are strong
|
11 years ago |
Baris Soner Usakli
|
41f98d29b7
|
added row to topic container
|
11 years ago |
Baris Usakli
|
7b5a6bd3c9
|
fixed category infinite loading
|
11 years ago |
Baris Usakli
|
1cbbb3873f
|
removed rounded images
|
11 years ago |
Baris Usakli
|
0e5724cd2c
|
template changes yet again
|
11 years ago |
Baris Usakli
|
1ec6726459
|
template changes to recent and unread
|
11 years ago |
Baris Usakli
|
6b4520e526
|
recent unread template changes
|
11 years ago |
Baris Usakli
|
98f20564de
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Usakli
|
4da819b02b
|
changesto category.tpl
|
11 years ago |
Julian Lam
|
dc90db74c0
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
c5bc2dd64f
|
upgrading to bootstrap 3.0.1, wish us luck!
|
11 years ago |
Baris Usakli
|
bbb045698d
|
closes #481
|
11 years ago |
psychobunny
|
d9e364cd86
|
fixes #480
|
11 years ago |
Baris Usakli
|
7296b701fa
|
recent reply style change
|
11 years ago |
Baris Usakli
|
a21d91d870
|
closes #476
|
11 years ago |
Baris Usakli
|
6931695e64
|
when you type correctly
|
11 years ago |
Baris Usakli
|
e12d02f29c
|
jquery best
|
11 years ago |
Baris Usakli
|
404865c32e
|
closes #429
|
11 years ago |
Baris Usakli
|
c8ec095d99
|
anons cant edit after posting #365
|
11 years ago |
Baris Usakli
|
04ed1df0ef
|
closes #365, allow guest posting. enabled from admin/settings, defaults to disabled
|
11 years ago |
Julian Lam
|
e4c62200de
|
fixing screenshot previews in admin/themes
|
11 years ago |
Baris Soner Usakli
|
1a415b60be
|
fixed online page to match the changes made to the template
|
11 years ago |
Julian Lam
|
85fa68bd92
|
upping minver for mentions plugin, fixing bad url in admin/topics
|
11 years ago |
Julian Lam
|
e41ca491ff
|
fixed use of divs inside a UL... how weird heh.
|
11 years ago |
Julian Lam
|
bb5962cda0
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
11 years ago |
Julian Lam
|
2de878821b
|
addressed #466, dynamicaly loaded topics now have proper delete/lock/pin
states
|
11 years ago |
psychobunny
|
5bea2999ef
|
cleanup
|
11 years ago |
Baris Soner Usakli
|
67e9bf74a7
|
fixes unread page in mobile
|
11 years ago |
Baris Soner Usakli
|
ed42012058
|
closes #472, need to wait for transitions to end before ajaxifying or the overlays stays there (drunk)
|
11 years ago |
psychobunny
|
85daacdf7a
|
remove reference to deprecated mobileMenu
|
11 years ago |
psychobunny
|
17ea41fdae
|
category - use jQuery for graceful degradation
|
11 years ago |
Baris Soner Usakli
|
7eba0b85f4
|
fixed andrews fail
|
11 years ago |
psychobunny
|
30a45ee78e
|
prevent a potentially badly written theme.json from blowing up your forum
|
11 years ago |