Commit Graph

2760 Commits (f9897daad18ea70c249c29a83649038fba8fb7dd)

Author SHA1 Message Date
barisusakli f9897daad1 all notifications are translated now closes
Julian Lam 8cb2b9b97a fixed -- themes and plugins no longer auto-restart the server
barisusakli 01555cbb5c return privileges in category
psychobunny 5b8fcbe27e fixed post error message
barisusakli 63dfc38dea topic changes to match the new post-bar partial
barisusakli 04488a9a14 closes
psychobunny 0851102800 newline
Julian Lam 4c9ea62c0d resolved -- username clashes will now cause a random # to be appended to the username
barisusakli d832a6f805 closes
psychobunny 3c711d72fb regex - no need to escape special characters inside []
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
barisusakli 3ea49a8f90 if language or default language is not set use en
barisusakli 3e60451ce4 closes
lets user change languages,
barisusakli 9125292b0e removed get and mget
barisusakli 8aa4f053e8 converted translator.get to translator.translate
barisusakli fb43282a9c removed for in loop
Julian Lam d69b0953a2 latest translations
Julian Lam 78538ddb28 added American English to languages
barisusakli 557426c1c9 translator refactor
no longer loads all language files on startup
barisusakli fc8e97448c load sounds on demand, refactored sounds
Julian Lam df8728c785 allowing plugins to define new sounds -- woot.
Also moving the core sounds into a separate package, soundpack-default
barisusakli f8a6ab5cf4 if no icon is selected for a category icon will be empty string
Julian Lam 29ec14efa0 fixed
barisusakli a091e06fe3 more work for
barisusakli 06dddccf8e more refactor
barisusakli 252e757185 some more language strings and account.js refactor
barisusakli 7545d55b22 jshint and refactor accountedit
Micheil Smith 8da45b72a9 Composer: Rework formatting bar logic
Micheil Smith 78e1e4fbac Composer: simplify code with early returns
Barış Soner Uşaklı b28b837d72 fixed error.json
Micheil Smith 9dc0a4b115 Admin/Groups: Pass radix argument to parseInt
Micheil Smith 3e82cab398 Add missing new lines at end of files.
Micheil Smith 66d1f2505f Composer: Pass radix argument to parseInt
Micheil Smith 85cab3aec8 Composer: Escape special characters in regex
Micheil Smith e860b0dd4c Composer: Remove unused variables
Micheil Smith 6e4639496e Improve readability of a selector
Micheil Smith 11b6794946 Refactor connection logic
Aiming to be flatter, with less deep nesting. Still more to go here.
Micheil Smith 0bbd29ac42 Reduce DOM queries for Search elements
Micheil Smith 2c2e5de911 Add missing 'global' variable declaration
barisusakli 14d0081fdf replace 2 error messages with keys
barisusakli 1f77df794a added lots of error keys
barisusakli 0ac58dbee6 more error strings
barisusakli fdeaf3a16e user.js error keys
barisusakli eaf4be4979 posts.js error keys
barisusakli b07efb0085 modules.js error keys
barisusakli 197e61a5d0 admin js language keys
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.
Julian Lam e7f16e2b17 latest translations
barisusakli 296d5127c9 update to use error messages
barisusakli 34b73e15e6 dont add dupes to widgetLocations
this prevents widgets from being executed multiple times