1058 Commits (cf031be90412c1e50678aab378a2e91fcaa91e08)

Author SHA1 Message Date
barisusakli 3c3ad7d115 closes #1728 11 years ago
barisusakli 36ed21ad72 closes #1739 11 years ago
barisusakli ae72d8ab7e fixes block quote toggles on dynamic posts 11 years ago
barisusakli 93149cebb9 fixed thread tools inside topic, closes #1732 11 years ago
barisusakli a4d4e53f45 speed up category purge
using eachLimit
dont emit stats on every topic delete
11 years ago
barisusakli 7d1ba0eb7c closes #1718 11 years ago
barisusakli f9b5bf83ad added search to admin/plugins 11 years ago
Julian Lam 454c05c391 fixed missing var in user profile 11 years ago
barisusakli f8afb8da3e allow plugins to add new links to user profile menu 11 years ago
psychobunny bbd4201a38 closes #1704 11 years ago
psychobunny c8de2c02b4 Merge pull request #1703 from char101/patch-8
Fix widget drafts position
11 years ago
Charles 0cba152516 Redirect to category after purging topic 11 years ago
Charles 86634415da Fix widget drafts position 11 years ago
barisusakli 07275b5fc4 some checks to make last admin isnt removed 11 years ago
barisusakli 42d03cc491 closes #1678 11 years ago
barisusakli 4c2765a79c closes #1679 11 years ago
psychobunny 8402c3edc3 closes #1680 11 years ago
barisusakli 3b1e373e7b group titles 11 years ago
barisusakli b9139ef263 some escaping and fixed uploads in progress 11 years ago
psychobunny 3198275209 use "undo" icon instead of comment for restoring posts 11 years ago
psychobunny b12ca5ab9f closes #1673 11 years ago
barisusakli 4fa79dc821 closes #1281
category purge, deletes all topics and posts in the category
11 years ago
barisusakli 311a7ad5b9 #1281 topic purge 11 years ago
barisusakli a65d612907 #1281 post purge 11 years ago
Charles c7b308d65e Fix relative path on topic replaceState 11 years ago
barisusakli 7610c11cd1 closes #450
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.

added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.

the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
11 years ago
barisusakli efe04c12d3 closes #1635
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
11 years ago
barisusakli 0574022e02 fixes to infinitescroll 11 years ago
barisusakli 55dbc5c823 closes #1612
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
psychobunny 46028e49f7 closes #1600 11 years ago
barisusakli 69ac63ed4e updated repo link in admin 11 years ago
psychobunny f98a52013a Merge remote-tracking branch 'origin/master' into require.js 11 years ago
psychobunny 281aa0049c init, attempt to increase cold load speed 11 years ago
barisusakli 652e1ef574 closes #1597
turns out clicking back causes double script.init() calls and
ajaxify.variables.get('topic_id') can be undefined in one of those
calls.
11 years ago
psychobunny d81351579d don't require passing in uid for topics.markAsRead 11 years ago
psychobunny 791fde7904 fixing #1587 properly for unread count 11 years ago
psychobunny 08bbf7fdd8 console.log 11 years ago
psychobunny 0334a487b5 fixing #1587 properly for profile views 11 years ago
barisusakli 60742ce316 closes #1590, closes #1589 11 years ago
barisusakli eb0a06b777 closes #1577 11 years ago
barisusakli 48aba5fc64 category widget changes 11 years ago
barisusakli 4e8a9fbe27 closes #1582 11 years ago
barisusakli 04309ac09c show error message if password empty 11 years ago
Julian Lam b1eb5b175c Merge remote-tracking branch 'origin/master' into groups-pages
Conflicts:
	src/topics/tags.js
11 years ago
barisusakli b6e0a2ecce parseInt 11 years ago
Julian Lam 840a56006c added missing files for #1563 11 years ago
barisusakli b8b482e287 closes #1555 11 years ago
barisusakli df73ceaeb7 closes #1556
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli ff2bad635c infinite scroll refactor 11 years ago
barisusakli b1aae05a08 closes #1518 11 years ago
psychobunny 033364a2a9 move code from footer.js into admin.js 11 years ago
barisusakli 3e86bdb38f more work on #1518
still needs more work, category is next
11 years ago
psychobunny 3b00417d99 added colorPicker to branding inputs 11 years ago
psychobunny 29137299c2 added public/src/admin.js; moved enableColorPicker into admin.enableColorPicker 11 years ago
psychobunny e2312c8330 branding settings on ajaxify fixed 11 years ago
psychobunny a5a2e6f04e update BS brand colors in ACP 11 years ago
Julian Lam 5b3318608e updated text copy -- closed #933 11 years ago
Julian Lam 87f4566e06 more fixed to privs, and ACP modal 11 years ago
Julian Lam 7c8b442dcd more updates to privileges revamp 11 years ago
Julian Lam 72ca0d6d40 got privilege selection working for users and groups 11 years ago
Julian Lam 186943ced1 removing old html in js 11 years ago
Julian Lam 7fe0ab6022 migrated views in js into partials 11 years ago
barisusakli c5d9a68b4b closes #1445 11 years ago
barisusakli 2bd15e155f remove listener before adding 11 years ago
barisusakli d311995c16 closes #1516 11 years ago
Julian Lam e64c1bfec3 closed #1453 11 years ago
psychobunny 643dd74e43 initially hide the account setting menus (prevents the brief flashing of the buttons)
5589e1e148
11 years ago
barisusakli c2fb4700de fixes infinite scroll on account pages 11 years ago
barisusakli 66abd20647 moved add commas to process page 11 years ago
barisusakli f714c713f3 fixes deactivate text on plugin buttons 11 years ago
Julian Lam b56df975e0 fixed 1495 11 years ago
barisusakli 883978007d closes #1482
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
11 years ago
psychobunny f697b5a2b8 addBlockquoteEllipses to newly created posts #1491 11 years ago
psychobunny 3b7d222ec3 prevent duplicate blockquotes #1491 11 years ago
barisusakli 7f6ae6df9f possible fix to active users 11 years ago
barisusakli 967b486ce1 closes #1487
ban and delete user admin actions takes an array of uids now.
11 years ago
psychobunny 7033fa7563 closes https://github.com/designcreateplay/NodeBB/issues/1474 11 years ago
psychobunny 3934f2ec88 collapsible blockquotes, closes #1359 11 years ago
barisusakli aea8d50200 removed console.log 11 years ago
barisusakli d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
11 years ago
barisusakli ec399d8b3b moved all account related files to account folder
update nodebb-theme-vanilla too to get the update tpl files
11 years ago
barisusakli 3c96857123 closes #1461
fixed disabled category grey out, added plural move topics string
11 years ago
barisusakli dea4b78cb9 fixes tooltip for users that go online/offline 11 years ago
barisusakli 3ecd523799 added jquery ui datepicker 11 years ago
barisusakli e0a83728d6 closes #1458 11 years ago
barisusakli c9551abc5d closes #1432
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
11 years ago
barisusakli 7339cb5d61 closes #1434 11 years ago
barisusakli 6f2ea3eafc closes #1439 11 years ago
barisusakli adf6f34e42 closes #1436 11 years ago
barisusakli 3ca45fa061 closes #1433
installed plugins are displayed at the top
11 years ago
barisusakli a1e6a3616c ability to install/uninstall plugins from ACP 11 years ago
psychobunny e97a705f5c couple of console.logs 11 years ago
barisusakli 3c11030929 closes #1398 11 years ago
barisusakli 2ad715ead3 closes #1412 11 years ago
barisusakli 1ed5145738 better check for pinned 11 years ago
barisusakli 1e3577afe5 fixes topics going to the bottom 11 years ago
xbenjii e1ad061fdc Fixed typo 11 years ago
barisusakli 254267e577 removed 2 titles 11 years ago
psychobunny 0a727a4af9 use ajaxify.refresh() to revert changes 11 years ago
barisusakli b4dc2eebe9 removed one of the timeouts in user search 11 years ago