Commit Graph

3635 Commits (1a87767c2c52a39e90af786d76783bfff30ba11d)

Author SHA1 Message Date
barisusakli ae8837b44a generate notification path on demand
Julian Lam baaad13286 reverted latest change to translator match regex
- Fixes issue with parentheses in translations (closes )
- No longer marking translation keys invalid if they contain HTML,
  as that was probably not performant. Instead, parameters will
  simply be escaped via the StringJS library.
pichalite 0c5712411b fix for user icons when searching for users to add to group in acp>manage>group page
barisusakli 8220567b5b added topics to `action:topics.loaded` also fire it on category view
Julian Lam 5de0e74908 Notification paths are now sent back in socket call, so client-
side alert now shows more data and is clickable.
barisusakli 86d70eca74 closes
Julian Lam 32466d8bb1 tweaked paginator block to toggle when text is updated, and use ready class instead of invisible
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
barisusakli 1cf2b81f3d Revert "herp derp"
This reverts commit 9c9d805a32.
barisusakli 9c9d805a32 herp derp
barisusakli 767c798b2f log self account delete, logout on self account delete
Julian Lam f1ed3ad659 allowing favicon updating to be disabled via client side hook
pichalite 7010364e7e fix enable/disable button in ACP manage navigation page
Julian Lam 0368280e52 Merge pull request from manolino/patch-3
Update app.js
barisusakli 24c56eb80a switch topic select to components
barisusakli e90cba65a8 closes
Manuel Valle 41963bb300 Update app.js
migrated global *translate* to a *require.js* module.
Manuel Valle 4c43276fce Update events.js
Tebbed indentation.
Manuel Valle 67d9323b9e Update events.js
Manuel Valle c9c761d70b Update events.js
This optimize previous commit. See [](https://github.com/NodeBB/NodeBB/pull/4078).  Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
Manuel Valle dbcb6f9796 Update events.js
Same problem as [](https://github.com/NodeBB/NodeBB/pull/4069).  Added a **translator** variable refering to **translator** module instead of global *translator*.
This solves warnings editing posts with *composer*.
Julian Lam 452bb953c9 Merge pull request from pichalite/master
fixes for rewards ACP page 
Julian Lam ff8fb0e9ab no need to set var, just use rjs
Julian Lam 6470f2ef53 Merge branch 'patch-1' of https://github.com/manolino/NodeBB into manolino-patch-1
Julian Lam 2cabf7a3d1 Merge pull request from pichalite/master
fixes 
barisusakli 32ca95319e closes
Julian Lam 8608092bbb on new uploaded image, refresh profile edit page
Julian Lam 5a92b1a5cf change all instances of .avatar on new image upload
Julian Lam f18382a892 firing client-side hook on notification count update now
Julian Lam 2d48faf5df Fixed
Also related to regression first caused by the fix to  from
fcb381f922

Also, added tests for translator. omg.
barisusakli 92b339ff1d much whitespace so wow
barisusakli 6802a76332 fix relative_path
barisusakli cb91587567 closes
Manuel Valle a60e3c63cf Update overrides.js
Inside **translate** function, **translator** refers to *global* genereting warnings. Added a **translator** variable refering to **translator** module.
This solves some problems using *bootbox* in my plugins and widgets
pichalite aaaab288ef ACP rewards page fix
pichalite ed74e590b5 Revert "fixes for rewards ACP page #3910"
This reverts commit 0c740293fc.
pichalite 0c740293fc fixes for rewards ACP page
pichalite ee529d92d3 fixes
barisusakli 46f2faaa05 closes
barisusakli ee9d0ac2da cleanup search, removed socketuser.loadSearchPage, use regular route
barisusakli 694b96ea60 closes
psychobunny b3a98515e9 fixed ban/unban components
pichalite 90210350f9 Use Skin instead of Theme
psychobunny 7cc8390265 data.loggedIn for new posts
barisusakli ab6c84471b some search/sort changes
barisusakli 92f0e2d86a closes
added account/upvoted, account/downvoted, account/best
barisusakli ae9606f5ee closes
barisusakli da338a1341 fix typo
barisusakli 222ef14d7f added chat:autocomplete:init
barisusakli 1ad4128649 closes , closes