Commit Graph

4669 Commits (656589f71f547622d981d5c4cf28d6a833c2687c)

Author SHA1 Message Date
psychobunny 656589f71f acp skins first pass
psychobunny 9389c0773e acp themes redesign first pass
psychobunny 30cd8d2af9 cleaned up the widgets page 👍
psychobunny f0bed5a1ef new menu completed
psychobunny cc05a0a049 header menu first pass
psychobunny d464cb2f0d settings - automated table of contents
psychobunny acb1e8a495 added a tweaked mdl.css that works with BS
psychobunny 60826b1c94 temporarily disabling header
psychobunny e434942a28 first pass on settings design
psychobunny fed87dded6 sayonara, acp menu
psychobunny 685b3ce004 added bootswatch paper 3.3.5
psychobunny 4b0f50f57e closes
Julian Lam 3b3c383d93 adding a fallback for en_GB and en_US
Julian Lam 9d2c54e26a Add missing timeago locale files
Julian Lam 5007c3a32c latest translations
psychobunny 3d962822c6 properly, @barisusakli so no need to copy pasta everywhere timeago is used
psychobunny 5b1571ad1e don't need to refresh to preview updated skin
psychobunny 0150e0e063 closes
barisusakli f4dd0c14ae update title for new posts as well
Julian Lam 3d9415b65e Fixes
Julian Lam 64ab43b7fc fixed language name for Greek
psychobunny f9b104192b fixing deprecated global translator call
psychobunny 5299e1fdc6 closes
barisusakli c70267bd23 fix indent
barisusakli 5e3e1f8781
barisusakli 6e630b3cfd closes , thanks to @psychobunny
Julian Lam 7160e157de added missing language.json file for Kinyarwanda
Ziggy 08af92c2c0 added Kinyarwanda, Murakoze cyane!!
Julian Lam bd960ea6ac latest translations
Julian Lam 1b812068ca Fix bug where translator would split on all colons, and not just the first
barisusakli f8f3e3faa7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/79
barisusakli 9e1d5c8113 closes
barisusakli 5a15ee7713
barisusakli 1b9c443076 toggle browsing if all users are gone
Julian Lam e60194292f Fix a myriad of problems with the ACP/Plugins page
- Fixed 
- Fixed issue where the normalised API return would have the wrong id for all plugins
- Fixed issue where uninstalling a locally installed plugin via ACP would cause NodeBB to crash
- Simplified ACP/Plugins client-side code to simply refresh the page after installing or uninstalling a plugin.
Julian Lam 56b399c900 Add new mixin, and added mixins to stylesheet.css
barisusakli 8178e210e4 Fix indents
Barış Soner Uşaklı e34b30eeca Merge pull request from pejuaxel/master
Add missing localizations
Barış Soner Uşaklı 2968dbb9ac Merge pull request from bdharrington7/bookmark2
Saves user bookmarks on server if available
bdharrington7 bd26961fa6 Makes bookmark click scroll to last read instead of past it
bdharrington7 25203ee67e changes bookmark storage to sortedset, gets uid from socket rather than being passed from client
barisusakli d5128d0513 closes
barisusakli e592499d48 correctly hide/show user in browsing users
Axel fc0871a79d Merge branch 'master' of https://github.com/NodeBB/NodeBB
Axel 91e81065dc Localize "Group Name:"
Axel 79d7721971 Add category and subcategories localization
Julian Lam cead53ec86 Fix list behaviour in chat page
Julian Lam 53a1e6106e Fix bug where an empty chat message would appear in the chat modal
Julian Lam 98b74f848e Fix newSet detection on chat messages
Julian Lam 2593f1b4d9 Fix bug where new chat messages would not append
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.