2804 Commits (1000df09ff6ff5ab58bae016bcee0c877d28b066)

Author SHA1 Message Date
psychobunny 0851102800 newline 11 years ago
Julian Lam 4c9ea62c0d resolved #1372 -- username clashes will now cause a random # to be appended to the username 11 years ago
barisusakli d832a6f805 closes #1381 11 years ago
psychobunny 3c711d72fb regex - no need to escape special characters inside [] 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
barisusakli 3ea49a8f90 if language or default language is not set use en 11 years ago
barisusakli 3e60451ce4 closes #1013
lets user change languages,
11 years ago
barisusakli 9125292b0e removed get and mget 11 years ago
barisusakli 8aa4f053e8 converted translator.get to translator.translate 11 years ago
barisusakli fb43282a9c removed for in loop 11 years ago
Julian Lam d69b0953a2 latest translations 11 years ago
Julian Lam 78538ddb28 added American English to languages 11 years ago
barisusakli 557426c1c9 translator refactor
no longer loads all language files on startup
11 years ago
barisusakli fc8e97448c load sounds on demand, refactored sounds 11 years ago
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
11 years ago
barisusakli f8a6ab5cf4 if no icon is selected for a category icon will be empty string 11 years ago
Julian Lam 29ec14efa0 fixed #1365 11 years ago
barisusakli a091e06fe3 more work for #1368 11 years ago
barisusakli 06dddccf8e more refactor 11 years ago
barisusakli 252e757185 some more language strings and account.js refactor 11 years ago
barisusakli 7545d55b22 jshint and refactor accountedit 11 years ago
Micheil Smith 8da45b72a9 Composer: Rework formatting bar logic 11 years ago
Micheil Smith 78e1e4fbac Composer: simplify code with early returns 11 years ago
Barış Soner Uşaklı b28b837d72 fixed error.json 11 years ago
Micheil Smith 9dc0a4b115 Admin/Groups: Pass radix argument to parseInt 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
Micheil Smith 66d1f2505f Composer: Pass radix argument to parseInt 11 years ago
Micheil Smith 85cab3aec8 Composer: Escape special characters in regex 11 years ago
Micheil Smith e860b0dd4c Composer: Remove unused variables 11 years ago
Micheil Smith 6e4639496e Improve readability of a selector 11 years ago
Micheil Smith 11b6794946 Refactor connection logic
Aiming to be flatter, with less deep nesting. Still more to go here.
11 years ago
Micheil Smith 0bbd29ac42 Reduce DOM queries for Search elements 11 years ago
Micheil Smith 2c2e5de911 Add missing 'global' variable declaration 11 years ago
barisusakli 14d0081fdf replace 2 error messages with keys 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 0ac58dbee6 more error strings 11 years ago
barisusakli fdeaf3a16e user.js error keys 11 years ago
barisusakli eaf4be4979 posts.js error keys 11 years ago
barisusakli b07efb0085 modules.js error keys 11 years ago
barisusakli 197e61a5d0 admin js language keys 11 years ago
barisusakli 95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
11 years ago
Julian Lam e7f16e2b17 latest translations 11 years ago
barisusakli 296d5127c9 update to use error messages 11 years ago
barisusakli 34b73e15e6 dont add dupes to widgetLocations
this prevents widgets from being executed multiple times
11 years ago
barisusakli 3dc1b87f01 removed reply from not logged in error message 11 years ago
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
11 years ago
psychobunny 81dfbba0ec imported latest templates.js 11 years ago
psychobunny cf362f64a3 woops, now everybody is an android browser. 11 years ago
psychobunny 8432d8827e attempt at fixing #1323 11 years ago
psychobunny d5baaacb72 utils.isAndroidBrowser 11 years ago
psychobunny 21a4651a64 latest templates.js, gotta switch to the version on npm soon 11 years ago
psychobunny c52583ae28 replaying changes from a150b2c6f7 11 years ago
psychobunny c5cae312d7 error out early when saving widgets 11 years ago
psychobunny 61478caa3d imported latest templates.js 11 years ago
psychobunny a150b2c6f7 handle if invalid tpl is passed in 11 years ago
barisusakli 54ba2d2ac3 removed console.log 11 years ago
barisusakli d1ec101248 fixed infinite load and select 11 years ago
Barış Soner Uşaklı 962b141e85 Merge pull request #1356 from miksago/fix-pagination-offset-error
Fixed: Category pagination error; Check if first offset is NaN
11 years ago
barisusakli e5cf44d398 closes #1353
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
11 years ago
Micheil Smith 47d21eb008 Fixed: Category pagination error; Check if first offset is NaN 11 years ago
psychobunny b464099cca finally found reliable repro steps and squashed you like the bug you are. fixed #1280 11 years ago
psychobunny 591fb41c08 removed unused content variable 11 years ago
Julian Lam b616ba7304 using preventDefault instead of return false 11 years ago
Julian Lam bb629c1815 fixing language file for estonian 11 years ago
Julian Lam a93357168c Adding Estonian language to NodeBB, tänan väga! 11 years ago
Julian Lam cbd58bd5b9 latest translations 11 years ago
Jonathan M. Hethey 2bc4de4545 added additional German translations 11 years ago
Julian Lam 14b9c03199 First pass at #1331 - Groups.search() + Tests 11 years ago
barisusakli 57dd44a871 removed console.log 11 years ago
barisusakli 5ddf70a671 closes #1273 11 years ago
barisusakli 3c5dd6a5e7 small tweak to reply with text selected 11 years ago
psychobunny c352b4c06d imported latest templates.js, fixes #1327 11 years ago
barisusakli 770e0a67c1 send values directly 11 years ago
psychobunny f235c86a0a closes #1330 11 years ago
barisusakli c1f0d47cd4 closes #1335
looks like copy pasta fail
11 years ago
barisusakli 0cd13b7b66 closes #1273 11 years ago
barisusakli cc3150ff09 closes #1316 11 years ago
barisusakli 421a25eb56 closes #1288 11 years ago
Julian Lam b2c663925b Merge branch 'spawn-minifier' 11 years ago
Julian Lam 7a993eb2ca closed #1328 11 years ago
psychobunny f3eb30b674 fixed automatic updating of home page 11 years ago
barisusakli ef2221d677 closes #1305 11 years ago
barisusakli 6b7049cdae closes #1333 11 years ago
barisusakli 5209c614fc add taskbar to body 11 years ago
psychobunny 212768ee86 closes #1325 11 years ago
barisusakli a316927b2e added user topics page title 11 years ago
barisusakli 3a5048a6cd moved account menu to partial 11 years ago
barisusakli 41d5d16bac show widget title next to type, closes #1313 11 years ago
barisusakli 1edd2649fc this doesnt exist on topics page 11 years ago
barisusakli 4bc3f54468 closes #1318 11 years ago
barisusakli bdefebeea0 reverting some of my code and fixed #1322 properly 11 years ago
Julian Lam 77a4c871f6 latest translations and fallbacks 11 years ago
Julian Lam ef47fc78eb fixed up translation strings, closed #1278 11 years ago
Julian Lam fa6d6816e4 removing two keys from source language 11 years ago
Julian Lam fdf9deb7aa latest translations and fallbacks 11 years ago
Julian Lam 339d0e5495 flag post translations 11 years ago
Julian Lam bc29f832fe language keys for password changing -- issue #1278 11 years ago
Julian Lam 1abba25f83 language keys for accountedit.tpl 11 years ago
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
11 years ago
psychobunny 4693f64bef better layout for global sidebars on mobile 11 years ago