barisusakli
dfae2ea0d7
fix new topics showing up in all categories on post
2014-10-26 14:26:21 -04:00
barisusakli
4c90c9a759
closes #2291
2014-10-25 19:19:47 -04:00
barisusakli
a7bb5893e8
fix dupe event listeners on category
...
only happens if you navigate from category to category
2014-10-24 15:05:37 -04:00
barisusakli
c753edab1d
fix duplicate event listeners
...
they were duplicated if you navigated from topic to topic
2014-10-23 16:32:16 -04:00
Julian Lam
8112ca73c8
reloading on plugin activation click instead of restart
2014-10-23 15:21:44 -04:00
barisusakli
f295083a08
fix upload error messages
2014-10-23 15:01:36 -04:00
Julian Lam
b95710b2c9
french typo
2014-10-22 17:50:26 -04:00
Julian Lam
a9a32bff50
latest french translations
2014-10-22 17:46:08 -04:00
Julian Lam
8468a84047
latest fallbacks
2014-10-22 12:30:15 -04:00
Julian Lam
07a54b9510
latest translations
2014-10-22 11:54:36 -04:00
Julian Lam
afa86c03c4
fixing language for nb -- closed #2288
2014-10-22 11:30:50 -04:00
barisusakli
ebfb953069
responsive images in group page
2014-10-21 15:24:50 -04:00
barisusakli
6dd035a5af
prevent crash if topic graph is clicked while not loaded
2014-10-19 18:37:11 -04:00
barisusakli
7de9b998b5
fix typo in ajaxify, closes #2279
2014-10-19 17:11:05 -04:00
barisusakli
3f28dbb1be
update ACP every 10 seconds
2014-10-19 16:47:52 -04:00
barisusakli
e9ec225d5b
removed isConnected check
2014-10-19 16:13:10 -04:00
barisusakli
4db31be7e3
#2200 actually fix dupe colors, show 10 topics
2014-10-19 15:59:33 -04:00
barisusakli
794d6eb9ab
closes #2200
2014-10-17 23:14:17 -04:00
barisusakli
94ffe5d170
closes #2276
2014-10-17 23:04:50 -04:00
barisusakli
02f74ca032
fix browsing users removal
2014-10-17 20:49:16 -04:00
barisusakli
d2334fbb4a
dont search empty string, get 20 tags instead of 10
2014-10-17 19:12:18 -04:00
barisusakli
3ba4d2aa2b
get correct count only from one of the active users elements
2014-10-17 01:11:55 -04:00
barisusakli
762b2fff37
display user count in browsing
2014-10-16 18:04:04 -04:00
barisusakli
9e8be432b3
notification changes
...
-only send a notification when the person you follow creates a topic
-you still get a notification per post if you are following a topic
-changed notifications.push so that it sends the notifications over a
period of time, currently to 50 users per second
-optimized topics.notifyFollowers and
user.notifications.sendTopicNotification, they no longer query the
database for the topic and post data instead they get it as params
-you can no longer follow yourself :)
-changed mongo sortedSetRemove so that it doesn't use $in if there is
only a single value to remove
2014-10-15 21:55:31 -04:00
barisusakli
f318f2f815
move out update, should work even if post isnt in dom
2014-10-14 23:57:27 -04:00
barisusakli
b3e83d2f9a
update post count on purge
2014-10-14 23:41:58 -04:00
barisusakli
761f56aeb1
removed most of the db.sortedSetCards
2014-10-14 23:12:47 -04:00
barisusakli
29fcb6c366
fix images in manage/flags and fadeout
2014-10-14 17:03:14 -04:00
Julian Lam
b5481ceed2
property fixed #2087
2014-10-14 11:48:31 -04:00
barisusakli
835c58d27d
mark read after infinite scroll
...
dont mark read if already read
2014-10-14 02:39:20 -04:00
Barış Soner Uşaklı
129a438ebe
Merge pull request #2256 from Spiritlebon/master
...
lint fix
2014-10-13 15:14:35 -04:00
barisusakli
27833a3e91
min-width for user boxes in admin/manage
2014-10-13 14:20:08 -04:00
Spiritlebon
35fc175ff6
Lint fix
2014-10-12 03:36:38 +02:00
psychobunny
91e11e304f
added link to forum homepage
2014-10-11 16:25:58 -04:00
psychobunny
b0ec0f52a4
cleanup
2014-10-10 16:56:44 -04:00
psychobunny
e6b8c0b32f
fixed infinitescroll on flags & tags
2014-10-10 16:43:54 -04:00
psychobunny
1226a2462a
closes #2250
2014-10-10 16:40:05 -04:00
psychobunny
a24dde863b
moved src/client/modules/admin/selectable to src/admin/modules/selectable #2250
2014-10-10 16:37:58 -04:00
psychobunny
ffcb324d91
oh bootbox, I forgive you. (I lost hope in this actually being resolved upstream)
2014-10-10 03:17:50 -04:00
psychobunny
cad3f3017c
moved iconSelect to admin/modules
2014-10-10 03:12:04 -04:00
barisusakli
e95c68e7d6
fix bookmark
2014-10-09 20:47:27 -04:00
barisusakli
07a5aeaf15
closes #2251
2014-10-09 19:20:53 -04:00
psychobunny
e9c48f50f9
moved admin search into its own modules
2014-10-09 18:48:35 -04:00
psychobunny
dcd47f7ec5
removed admin/footer.js, moved code to admin.js instead
2014-10-09 18:42:42 -04:00
barisusakli
3819d11be2
#2110
2014-10-09 18:42:08 -04:00
psychobunny
4cbb7e9832
closes #2230
...
and I actually tested every single one. go me!
2014-10-09 18:26:59 -04:00
psychobunny
c787cd671b
migrating tag editing #2230
2014-10-09 18:21:44 -04:00
psychobunny
2f150649ae
migrating infinitescroll #2230
2014-10-09 18:19:50 -04:00
psychobunny
b7bba928a4
migrating home page to new partials #2230
2014-10-09 18:13:24 -04:00
psychobunny
00ff032060
migrating categories to new partial templating #2230
2014-10-09 17:25:54 -04:00