barisusakli
a44fdeec49
up themes
2016-05-11 16:42:58 +03:00
barisusakli
a9828a1465
closes #4611
2016-05-11 16:40:44 +03:00
NodeBB Misty
47b4b86bf1
Latest translations and fallbacks
2016-05-11 09:02:27 -04:00
lex(a) mourek
2a7732789d
Fixed czech translation for timeago ( #4622 )
...
When czech language is set, browser throws 404 Not Found error on jquery.timeago.cz.js
Thats because translation file were renamed
81f072ebb2
https://github.com/NodeBB/NodeBB/blob/master/public/vendor/jquery/timeago/locales/jquery.timeago.cs.js
so that cs->cz override is no needed anymore.
2016-05-10 17:53:00 -04:00
barisusakli
b56aef22a9
empty pwd
2016-05-10 18:34:41 +03:00
barisusakli
a4646abe43
up persona
2016-05-10 18:25:33 +03:00
Julian Lam
5ec62ef81c
fixes #4603
2016-05-10 11:13:15 -04:00
Julian Lam
621e0d145e
closes #4617
...
Serving english timeago strings from server instead of round-trip
re-request on failure.
2016-05-10 11:07:03 -04:00
Julian Lam
f1deaa6fa5
Exposing middleware to app/req, organisation.
...
Organisation -- moved 404 and error controllers into the
controllers file instead of as local variables in routes/index
2016-05-10 10:36:59 -04:00
AdJones
693e724802
Fixing issue where the relative path was ignored for express modules ( #4621 )
...
* Fixing issue where the relative path was ignored for express modules
* Fixing issue where the relative path was ignored for express modules (without the console log lines!)
2016-05-10 09:13:45 -04:00
NodeBB Misty
f0c9623878
Latest translations and fallbacks
2016-05-10 09:02:33 -04:00
barisusakli
4907773e6a
closes #4615
2016-05-10 11:41:35 +03:00
barisusakli
e8650dcaa4
closes #4619
2016-05-10 11:39:38 +03:00
barisusakli
69e25fe4d5
closes #4612
2016-05-09 23:39:00 +03:00
barisusakli
6392cd31df
closes #4618
...
dont need deleted check
2016-05-09 22:37:03 +03:00
barisusakli
acc030e6da
added filter:image.size
...
fix uploading of gifs if imagemagick plugin is installed but no image
upload plugins are present.
2016-05-09 22:25:56 +03:00
Julian Lam
bc0359475c
fixed link to documentation, @akhoury
2016-05-09 13:04:52 -04:00
Barış Soner Uşaklı
f0685468f8
Merge pull request #4162 from akhoury/master
...
add continuation-local-storage (CLS) support
2016-05-09 19:28:59 +03:00
Julian Lam
d8c21cc09d
fixes #4593
2016-05-09 11:40:42 -04:00
Julian Lam
fb9c97e2c8
:shipit: @pichalite
2016-05-09 11:04:01 -04:00
pichalite
a507768a8f
fix ACP->General->Sounds layout on mobile ( #4606 )
...
* fix ACP->General->Sounds layout on mobile
* just to make @juluanlam happy
2016-05-09 10:59:47 -04:00
Julian Lam
557b9bfdf8
Merge branch 'master' of https://github.com/yamikuronue/NodeBB into yamikuronue-master
2016-05-09 10:57:40 -04:00
Julian Lam
f08a9c4def
fixes #4613
2016-05-09 10:31:24 -04:00
Julian Lam
39d9be787e
fixes #4614
2016-05-09 10:22:37 -04:00
Julian Lam
1f70f886b5
fixed reference to undefined variable
...
/cc @BenLubar
2016-05-08 20:05:36 -04:00
NodeBB Misty
a1d2fbefe7
Latest translations and fallbacks
2016-05-07 09:02:27 -04:00
NodeBB Misty
a919d40e51
Latest translations and fallbacks
2016-05-06 09:02:30 -04:00
barisusakli
b446ff42c3
style changes
2016-05-06 13:47:10 +03:00
barisusakli
1501eda311
up mentions
2016-05-06 12:23:54 +03:00
psychobunny
d85a8d068d
consolidate allowed image types in ACP
2016-05-06 04:42:59 -04:00
psychobunny
bafbcad163
use filter:categories.build instead of .get
2016-05-06 03:54:33 -04:00
barisusakli
702597d759
change /user/uid to /uid/:uid
...
so it doesn't conflict with actual user routes
was causing incorrect redirects if a user had a numeric userslug
@julianlam
2016-05-06 09:41:35 +03:00
psychobunny
0287703047
missed plugins req
2016-05-06 00:07:05 -04:00
psychobunny
458d4996a6
filter:categories.get
2016-05-06 00:05:58 -04:00
psychobunny
4cdeae33e5
don't add "page-xxx-" class if trailing slash exists
2016-05-05 22:44:14 -04:00
barisusakli
2ea57e4110
up composer
2016-05-05 23:03:21 +03:00
barisusakli
decd853507
closes #4602
2016-05-05 22:13:52 +03:00
barisusakli
19b9242934
up mentions
2016-05-05 22:08:15 +03:00
barisusakli
b493b81dbd
fix crash if category or children is invalid
2016-05-05 21:00:15 +03:00
barisusakli
22e7f83564
up composer
2016-05-05 20:52:49 +03:00
barisusakli
78e9c81de4
up mentions
2016-05-05 20:29:31 +03:00
barisusakli
eb0aea6390
add /user/<uid> and /post/<pid> redirects
...
change notifications to use new redirects
2016-05-05 20:24:09 +03:00
Barış Soner Uşaklı
b0747ad10e
Merge pull request #4598 from BenLubar/fix-avatar-crash
...
fix avatar upload crash discovered by @AccaliaDeElementia
2016-05-04 17:57:15 +03:00
Ben Lubar
7540fb54ac
fix avatar upload crash discovered by @AccaliaDeElementia
2016-05-04 09:53:06 -05:00
boomzilla
52e4a37df8
When forking a topic, updates user bookmarks in the topic to keep the last read position ( #4554 )
...
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
2016-05-04 10:29:43 -04:00
Julian Lam
b12811d21d
spring cleaning
2016-05-04 10:09:03 -04:00
Paul Westerdale
05a55c7d65
add roomId to messaging filter ( #4596 )
2016-05-04 09:54:51 -04:00
Julian Lam
cdf6560012
Using async.apply and fixed code style
2016-05-04 09:53:32 -04:00
Paul Westerdale (ABRS Limited)
b6c6e8c08d
Added hooks into topic follow and unfollow
2016-05-04 14:17:31 +01:00
NodeBB Misty
ddf83202db
Latest translations and fallbacks
2016-05-04 09:02:31 -04:00