Compare commits

...

28 Commits

Author SHA1 Message Date
Julian Lam
a8f173c4e5 added missing translation strings from nodebb.global resource -- HOTFIX 2014-06-30 15:16:58 -04:00
Julian Lam
60e5ba80d5 updated shrinkwrap file to pull latest 0.0.25 lavender 2014-05-22 15:24:58 -04:00
Julian Lam
b28eef464c Revert "fixes 2 privilege issues"
This reverts commit 80821da9d8.
2014-05-20 22:34:16 -04:00
Barış Soner Uşaklı
b37b80589e removed meta 2014-05-20 19:57:07 -04:00
Julian Lam
3643fa1184 fixing language code for viet and thai 2014-05-17 22:21:13 -04:00
barisusakli
7e1a07245c fixed 1 more
Conflicts:
	src/topics/posts.js
2014-05-14 16:14:39 -04:00
barisusakli
80821da9d8 fixes 2 privilege issues 2014-05-14 16:13:45 -04:00
Julian Lam
227d567d48 updated package deps in 0.4.x branch so it doesn't pull theme versions that are too new 2014-05-14 00:27:31 -04:00
Julian Lam
dca1f253e7 updated shrinkwrap file 2014-05-14 00:27:23 -04:00
barisusakli
17931ba3f3 fixed missing return 2014-05-13 21:25:12 -04:00
Julian Lam
49ed247be3 updated shrinkwrap file 2014-05-13 16:43:33 -04:00
Julian Lam
04fe8950f0 Merge branch 'master' into v0.4.x 2014-05-13 16:40:40 -04:00
Julian Lam
2832265677 fixed #1477 2014-05-04 16:47:58 -04:00
Julian Lam
5df0ebf895 updated shrinkwrap file 2014-05-02 23:55:09 -04:00
Julian Lam
0bc8b20f70 Merge branch 'master' into v0.4.x 2014-05-02 23:54:25 -04:00
Julian Lam
727ac0d534 0.4.2 2014-05-01 15:26:04 -04:00
Julian Lam
7f54cb2452 updating shrinkwrap file for 0.4.2 2014-05-01 15:25:57 -04:00
Julian Lam
b858193753 Merge branch 'master' into v0.4.x 2014-05-01 15:24:30 -04:00
Julian Lam
b1b2a03747 Merge branch 'master' into v0.4.x 2014-05-01 15:15:25 -04:00
Julian Lam
45c62da51c Merge branch 'master' into v0.4.x 2014-04-09 14:24:40 -04:00
Julian Lam
f88d7e6170 Merge remote-tracking branch 'origin/v0.4.x' into v0.4.x 2014-04-08 21:30:39 -04:00
Julian Lam
13b4aa2282 updated shrinkwrap file for v0.4.1 2014-04-08 21:30:03 -04:00
Julian Lam
995fb22600 Merge branch 'master' into v0.4.x 2014-04-08 21:25:30 -04:00
barisusakli
5de430deb5 add taskbar to body 2014-04-03 17:30:46 -04:00
Julian Lam
e1c9bd7229 updated shrinkwrap file 2014-04-02 09:15:11 -04:00
Julian Lam
eabbc81b40 Merge branch 'master' into v0.4.x 2014-04-02 09:05:46 -04:00
Julian Lam
e29aa5abf8 Merge branch 'master' into v0.4.x 2014-04-01 17:00:43 -04:00
Julian Lam
cde7168f9c adding shrinkwrap file for release 2014-04-01 16:41:06 -04:00
9 changed files with 1199 additions and 5 deletions

1190
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -47,8 +47,8 @@
"nodebb-plugin-mentions": "~0.4.0",
"nodebb-plugin-markdown": "~0.4.1",
"nodebb-widget-essentials": "~0.0.21",
"nodebb-theme-vanilla": "~0.0.19",
"nodebb-theme-lavender": "~0.0.25",
"nodebb-theme-vanilla": "<0.0.20",
"nodebb-theme-lavender": "<0.0.26",
"nodebb-plugin-soundpack-default": "~0.1.1",
"nodebb-plugin-dbsearch": "0.0.9"
},

View File

@@ -18,6 +18,7 @@
"save_changes": "Speichere Änderungen",
"close": "Schließen",
"pagination": "Seitennummerierung",
"pagination.out_of": "%1 von %2",
"header.admin": "Admin",
"header.recent": "Aktuell",
"header.unread": "Ungelesen",

View File

@@ -18,6 +18,7 @@
"save_changes": "Save Changes",
"close": "Close",
"pagination": "Pagination",
"pagination.out_of": "%1 out of %2",
"header.admin": "Admin",
"header.recent": "Recent",
"header.unread": "Unread",

View File

@@ -18,6 +18,7 @@
"save_changes": "Salvar Alterações",
"close": "Fechar",
"pagination": "Paginação",
"pagination.out_of": "%1 de %2",
"header.admin": "Admin",
"header.recent": "Recente",
"header.unread": "Não Lido",

View File

@@ -1,5 +1,5 @@
{
"name": "ภาษาอังกฤษ (สหราชอาณาจักร / แคนาดา)",
"code": "en_GB",
"code": "th",
"dir": "ltr"
}

View File

@@ -18,6 +18,7 @@
"save_changes": "Lưu thay đổi",
"close": "Đóng lại",
"pagination": "Số trang",
"pagination.out_of": "%1 out of %2",
"header.admin": "Quản trị viên",
"header.recent": "Gần đây",
"header.unread": "Chưa đọc",

View File

@@ -1,5 +1,5 @@
{
"name": "Tiếng Anh (Vương Quốc Anh/Canada)",
"code": "en_GB",
"code": "vi",
"dir": "ltr"
}

View File

@@ -116,7 +116,7 @@ var async = require('async'),
Notifications.get(nid, null, function(notif_data) {
async.each(uids, function(uid, next) {
if (!parseInt(uid, 10)) {
next();
return next();
}
checkReplace(notif_data.uniqueId, uid, notif_data, function(err, replace) {