Peter Jaszkowiak
a583f9d77a
Fixed sidebar overlay issue on window width
...
Had the wrong `min-width`
2015-02-11 14:56:57 -07:00
Peter Jaszkowiak
8241243f6b
Make ACP sidebar fixed
...
If you want to implement some kind of replacement for the CSS calc I
used, go ahead and do it yourself. I'm hoping webmasters can either deal
with a tad bit of overlap or have a modern browser.
2015-02-10 21:34:19 -07:00
Julian Lam
ff5eeb3a85
fixed #2704
2015-02-06 20:42:20 -05:00
barisusakli
38dd3d4281
search newer/older than and better pagination
2015-02-06 19:47:27 -05:00
barisusakli
722b629572
closes #2703
2015-02-06 14:16:33 -05:00
Barış Soner Uşaklı
6680c2d475
Merge pull request #2621 from TheBronx/master
...
new filter hooks on favourite actions #2620
2015-02-06 12:39:15 -05:00
barisusakli
ba6af71150
fix profile update
2015-02-05 23:37:11 -05:00
barisusakli
652e247d1b
fix username change event log
2015-02-05 23:21:31 -05:00
barisusakli
92c869e886
try to get ip from x-forwarded-for first
2015-02-05 23:18:53 -05:00
barisusakli
d65546a34d
search form fix
2015-02-05 21:08:52 -05:00
barisusakli
9487f3a028
qs module changes categories param
2015-02-05 20:51:25 -05:00
barisusakli
d3aa353d73
dont crash if html is not string
2015-02-05 20:38:43 -05:00
barisusakli
9bca777320
closes #2700 allowGroupCreation setting
2015-02-05 19:38:51 -05:00
barisusakli
149120a186
fix notif url in topic notification email
2015-02-05 18:22:19 -05:00
barisusakli
832430ed37
dont crash if post.user or post.category doesn't exist
2015-02-05 18:07:17 -05:00
barisusakli
5c0bcd7e5d
proper qs, pagination on search results
2015-02-05 18:02:30 -05:00
barisusakli
161b934827
reply count filter atleast/atmost
2015-02-05 17:21:01 -05:00
Julian Lam
a12bb9a32c
latest translations
2015-02-05 17:11:33 -05:00
barisusakli
def600e927
search in categories and children
2015-02-05 14:55:40 -05:00
Julian Lam
f7ccdc3668
Merge branch 'master' of github.com:NodeBB/NodeBB
2015-02-05 13:09:34 -05:00
Julian Lam
fdaccc804c
handling cases where no callback is passed to emailer.send
2015-02-05 13:09:32 -05:00
Barış Soner Uşaklı
ff5f3b264a
Merge pull request #2547 from Alpacatty/patch-1
...
fix generated widgets areas glitching on small screens
2015-02-05 11:36:47 -05:00
barisusakli
845b97687a
removed strict li selector
2015-02-04 19:05:43 -05:00
barisusakli
57ebcb8b8a
closes #2694
2015-02-04 18:16:10 -05:00
barisusakli
39a75ea2d7
fix recent replies
2015-02-04 15:49:08 -05:00
barisusakli
385760bdda
#2690
2015-02-04 12:09:54 -05:00
barisusakli
2911de0af9
really fix tests
2015-02-04 00:50:10 -05:00
barisusakli
cba9ad3d60
fix tests, and groups.join duh
2015-02-04 00:46:51 -05:00
barisusakli
16537bc636
prevent double callback
2015-02-04 00:37:08 -05:00
barisusakli
311fd00ecd
dont allow guests to join groups
2015-02-04 00:33:15 -05:00
barisusakli
b7602c6e80
removed winston.err
2015-02-03 21:04:31 -05:00
barisusakli
1fe1085863
update validator and winston
2015-02-03 21:02:36 -05:00
barisusakli
b5b5894301
t.js version
2015-02-03 21:00:46 -05:00
barisusakli
fd773807e9
#2685 fix copy paste fail 😦
2015-02-03 19:55:14 -05:00
barisusakli
25ccc573c0
closes #2687
2015-02-03 18:13:34 -05:00
barisusakli
255f50343c
closes #2685
2015-02-03 16:13:09 -05:00
barisusakli
28c57b6635
removed unused requires
2015-02-02 15:56:34 -05:00
Barış Soner Uşaklı
a0d70b48db
Merge pull request #2675 from MegaGM/actionposts.edited
...
Added data argument to action:posts.edited hook
2015-02-02 15:15:04 -05:00
barisusakli
cc2ab12f29
removed bans from downvotes and flags
...
cleanup thread tools emits
2015-02-01 21:38:14 -05:00
Julian Lam
1b00d0f739
fixed #2670
2015-02-01 20:29:57 -05:00
Julian Lam
b3278cf8e8
fixed #2681
2015-02-01 20:21:31 -05:00
barisusakli
6a837632fa
fix first post loading when pagination is enabled
2015-02-01 20:10:55 -05:00
Julian Lam
cfcfc8e0b1
Revert "fixed #2681 "
...
This reverts commit a46aaf2c87 .
2015-02-01 20:03:48 -05:00
Julian Lam
a46aaf2c87
fixed #2681
2015-02-01 20:01:41 -05:00
Julian Lam
5c2a70254f
latest translations and fallbacks
2015-02-01 19:37:19 -05:00
Julian Lam
d284e89d6c
added too-many-messages language key
2015-02-01 19:36:22 -05:00
barisusakli
0bfa8d337a
removed console.logs
2015-02-01 19:13:27 -05:00
barisusakli
2c8e8a1f1c
closes #2550 , closes #2518
2015-02-01 19:12:03 -05:00
Mega
2f19f4106a
Added data argument to action:posts.edited hook
2015-02-02 02:36:17 +03:00
Julian Lam
79083004e4
added missing file
2015-02-01 17:22:40 -05:00