Commit Graph

5254 Commits (5ac02a59ac5600917017e3982d6ffdee072ad028)

Author SHA1 Message Date
barisusakli 5ac02a59ac remove some more config from api/config
barisusakli ebf820d571 remove from global config
psychobunny 46cfd03465 closes
Julian Lam 9a7ec01e15 Merge pull request from frissdiegurke/patch-2
Fix undefined S within translator
Barış Soner Uşaklı 303ac90dc5 Merge pull request from pichalite/master
use component
Ole R 91ec4c80c2 Oops, fix call of undefined
pichalite 776c60dc00 use component
Ole R 2bcd4e1e3f Fix undefined S within translator
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
Julian Lam 47c61e883a tweaked styling for flags page a bit
Barış Soner Uşaklı b485b412a8 added title to flagged posts page
Julian Lam eb8b6af7fb Fix global mod priv check and styling for flags page
barisusakli 1ed3b40a1b fix calls
Barış Soner Uşaklı 2ce22caa41 Merge pull request from pichalite/master
remove unused code and use components
barisusakli e6cf8ec5cf more flagged posts shenanigans
barisusakli 1b9e18c6fc allow global mods to see banned users
pichalite ee47a13556 use components
pichalite e6e4b5784d remove unused code
psychobunny 2560e6345f Merge pull request from pichalite/master
use ajaxify.data.username instead of getting html
pichalite d133ff74bd use ajaxify.data.username instead of getting html
use ajaxify.data.username instead of getting html for toggleFollow
barisusakli 5e86d9f804 closes
barisusakli 2b5f9d075b closes
barisusakli f09ee86e42 closes
Julian Lam b7311dac65 removed css file @pichalite
Julian Lam c7647cfb72 Merge pull request from pichalite/master
ACP styling fixes
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails
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
pichalite a4d0026d93 ACP styling fixes
psychobunny 535dd82902 for previous commit
Julian Lam cedda11134 update theme minvers
Julian Lam 99315e1c73 updated translator so that language key parameters cannot contain
html in them (or more specifically, < and >)
Julian Lam 7eac1a93ae closes
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
pichalite 511a4b7700 remove dashed border
barisusakli 24c56eb80a switch topic select to components
Julian Lam 07c55ee859 updated .fix-lists mixin
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