Commit Graph

9188 Commits (474b074c8f3a1cfc68b81828b29e29eb535500a8)
 

Author SHA1 Message Date
barisusakli 474b074c8f fix wrong post count on new post
Barış Soner Uşaklı a78eebe8be Merge pull request from cismous/master
remove unneeded argument
cismous 68cf6833b7 remove unneeded argument
Julian Lam 76793729d8 Merge pull request from MegaGM/fixadmin.remove.category.image
fix:removing category images via ACP
Julian Lam 316d0fe1d7 latest fallbacks
Julian Lam 2d5f687373 latest translations
Mega 30ad24caa6 Hide "Remove" buttun as well
Mega 3947710a3d fix:removing category images via ACP
barisusakli ed8d60b76b move registered-users/guests to top remove admins from priv settings
psychobunny 7c7b43d295 semicolon
psychobunny 789418f987 stripTags and escape template helpers
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
Barış Soner Uşaklı 41db2dcd14 removed idle added recent tags presence info
Julian Lam 0d044c34c1 removed old code that was adding unneeded html to the template
Julian Lam f4803c21ac added missing partial
Barış Soner Uşaklı 5ce72f4920 dont add guests to users:repuration zset
Barış Soner Uşaklı e0b4a35a25 dont add guests to users:postcount zset
Barış Soner Uşaklı c9b98306e0 dont require everything in folder
dont want rooms.js to be public
Barış Soner Uşaklı 30104b898c dont allow vote spam
barisusakli e528f52cfb closes
barisusakli 77e956861a
various fixes for socket.io cluster
display user presence correctly
Julian Lam 1a58ea6520 closed
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt,
Julian Lam 202789fa8d added back category creation,
Julian Lam e340b9fffe fixed save/delete/purge in category ACP,
Julian Lam 7cdfe143ab fixed bug where cid was hardcoded, and switched format back to storing group names, not slugs,
Julian Lam 4f2c7382c5 passing in the column count so a message can be displayed to users when no users have privs in a category,
Julian Lam 60b19a9d62 Merge remote-tracking branch 'origin/master' into categories_revamp
Julian Lam 9dece4a1db added some missing files from previous commits, fixed setParent mechanic which broke after I refactored,
Barış Soner Uşaklı 4a18a041c9 no need to remove if there are no new posts
Julian Lam 25cb1f9284 Merge remote-tracking branch 'origin/master' into categories_revamp
Julian Lam d3af278123 removed old code that was no longer necessary, updated privilege table to show all groups (similar to previous behaviour), fixes
Barış Soner Uşaklı 36942125e6 closes
also mark user online if they post a reply
Julian Lam 9b84a887d3 a huge frickin' number of changes for . This is part of
Julian Lam 815ea88fa5 readded some missing classes, fixed some styling on category.tpl, fixed image uploading code
Julian Lam 765f15096b removed wrapping .row around tables in acp/manage/categories
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
Barış Soner Uşaklı f928b87997 use component, add user.watch title
Barış Soner Uşaklı 08ec35820d Merge pull request from EvSpirit/master
 Check subcategories when showing category recent topics
EvSpirit 2ea840e65d Check subcategories when showing category recent topics
EvSpirit 0fcd4dee58 Check subcategories when showing category recent topics
psychobunny 11710987a4 fixed navigator pagination
Julian Lam fcbc02d48a better local function name in install.js
Barış Soner Uşaklı 203d4d052a fixed my logic fail
Barış Soner Uşaklı c7b5cd48ba closes
psychobunny d39c2924e4 found a rogue topic class selector
Barış Soner Uşaklı 29fd89407c closes
show the last posts content and user in topic feeds
psychobunny 705111a1d9 chat/icon component
Barış Soner Uşaklı f6d0ad9b0f Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
Julian Lam 4dbb1c08b6 added default host port and db settings for mongo, if not set in config file
Barış Soner Uşaklı fc28cbf887 filter cids with a single .filter thanks @julianlam