1077 Commits (0c17ee15f74dc548b61903e9f2cd0dbcecf05cd1)

Author SHA1 Message Date
Julian Lam a2fb4a66b0 migrated ACP themes page from html rendered via js to template engine 11 years ago
barisusakli 1a97302d68 fix double anchors around images
if the image is already inside an anchor dont wrap again
11 years ago
barisusakli 1cf5c3145a doing it properly this time
mainPost always has index 0
11 years ago
Julian Lam c818a37f0f possible fix for #1981 11 years ago
barisusakli 41ed52a414 moved newlines from language file to core 11 years ago
barisusakli f49c95c16f closes #1950 11 years ago
barisusakli 5ce0ebb4ac single socket call on topic enter 11 years ago
psychobunny 39d6941603 remove chat/flag for new incoming posts 11 years ago
barisusakli d3e57d0930 on entry to topic mark notifications read 11 years ago
barisusakli 214f6af324 parseInt 11 years ago
barisusakli e420ee5fb6 privilege fix for single category check 11 years ago
barisusakli 25483e376f fix online users page
insert users before the anon box if there is one
11 years ago
barisusakli 76ad2b8fb2 fixed to account header 11 years ago
barisusakli aa4089e6d7 #1930
simple solution for now, wraps images with <a> that opens in new tab
11 years ago
root--- da7a161245 fluidized ACP groups modal dialog 11 years ago
Julian Lam 89a9d4b7f2 logic for #1837 11 years ago
barisusakli 8caedc935b online users fix
and jshint cleanup
11 years ago
barisusakli fed8cc6d53 optimize privileges and assorted fixes.
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter

they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing  async.filter and calling the db for each id.

* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
11 years ago
barisusakli 96b0b449b9 closes #1911 11 years ago
barisusakli 3557aa2f9a fixed tags page search 11 years ago
barisusakli 8113ed6a4d closes #1883, no upgrade script #successkid 11 years ago
Julian Lam 5546b4e04d closed #1877 11 years ago
barisusakli ed18ac7fdf category recent post fix
if a category is not displaying any recent posts dont render new posts
11 years ago
barisusakli ef8bbdd359 closes #1864
doing andrew's //todo's since 1991
11 years ago
barisusakli 341a0c8190 closes #1855 11 years ago
barisusakli 7a60d478f4 small tweak to chat height 11 years ago
barisusakli a4975cab33 closes #1825, closes #1674 11 years ago
barisusakli bb0223897f closes #1843 11 years ago
barisusakli 161069c390 closes #1840 11 years ago
barisusakli 8cfce1c91c dont select hidden br 11 years ago
barisusakli 0362c1a3b0 show day/week/month/year popular topics 11 years ago
Julian Lam 2bd99e2d16 properly did #1809, lol, whoops 11 years ago
Julian Lam 5aabe47e2e closed #1809 11 years ago
Julian Lam cd8c1eeff6 started #1807 11 years ago
Julian Lam dae2e14aac epic hax to make the chat message list resize #1788 11 years ago
Julian Lam 4404387218 Merge branch 'master' into chat-route 11 years ago
psychobunny 0aef2d2be9 closes #1805 11 years ago
Julian Lam 2b15f46638 removed console.log, fixing language key reference error #1788 11 years ago
Julian Lam 71916f0691 marathon bugfixing with @barisusakli re: #1788 11 years ago
barisusakli 64d04f7aa6 closes #1803 11 years ago
Julian Lam 55afa17651 getting chats working between both page and modal, yay #1788 11 years ago
Julian Lam a031bc2721 highlighting of the user with whom you are currently chatting with #1788 11 years ago
barisusakli 80e69bc210 missing ; 11 years ago
Julian Lam 07a82ec12c more WIP 11 years ago
Julian Lam 1db96dc627 typing notifcation socket implementation for chat page, #1788 11 years ago
barisusakli c5ccf4333b translate helpers 11 years ago
barisusakli dcbed4e935 closes #1763
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli e6c9647acf display user post topic stats in admin index 11 years ago
barisusakli 9a4e6aa01c closes #1774 11 years ago
barisusakli b8b6ae7b2f moved upload route into API namespace 11 years ago