Commit Graph

152 Commits (fd2edcaf6f64b0a33eb77ce682df286f17673bb5)

Author SHA1 Message Date
barisusakli fd2edcaf6f closes
barisusakli 6ccdf187ea closes
barisusakli db1cc6b8d2 search by fullname
barisusakli a77a761433 closes
psychobunny a5f63a5ac7 upgrade script was refusing to complete until I added this
@barisusakli fyi
barisusakli 984b17349a closes
barisusakli 2c7d9e1a7c store teaserPid in topic
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
barisusakli 5576ef0d1e upgrade script to remove fields
Julian Lam f00a3dbf49 minor fix to upgrade script
Julian Lam 03b106b03a final pass,
Julian Lam d430ef3983 second pass,
Julian Lam 259f0f96f1 Merge pull request from bendem/patch-1
Fix nodeBB address in a few places
barisusakli fdf06c0500 fix upgrade script
bendem 0f4fcd8e0b fix nodeBB adresses
Julian Lam 2e2995d3bd updating dailyDigestFreq to 'day' instead of 'daily'
barisusakli 604dac88e3 closes , closes
barisusakli 1ae39d638a closes
Julian Lam 0f66077bf5 fixed issue where purged posts would cause the upgrader to fail, closed
Julian Lam 11c9b74faf upgrade script for , closes
Julian Lam ec309333be closed
barisusakli 802c8b15e2 fix upgrade script to include main post, and fix post indices
barisusakli 4b1adba9ec removed || 1
barisusakli ffbefda5f7 upgrade script
Spiritlebon 35fc175ff6 Lint fix
psychobunny f4b5090738 more linting
barisusakli 26cfe4a3c3 fix ban upgrade closes
barisusakli 33780e6fdb closes
barisusakli 6535a730fd upgrade script to delete tid:<tid>:read_by_uid
Julian Lam 05e147b440 Merge branch 'master' of github.com:chronize/NodeBB into chronize-master
barisusakli 493d0dea1e part 1 of notif refactor
chronize efe938b392 fix upgrade.js according to CodeClimate recommendation, remove BOM
barisusakli c7de38f28e closes
messages:<uid>:<uid> list changed to messages:uid:<uid>:to:<uid>
sortedset
psychobunny b209af1e32 info instead of error
barisusakli 5c57ed5ea0 install db dependencies in upgrade script
barisusakli b41b311d94 another eachLimit
barisusakli efcc42f170 added eachLimit to upgrade script
barisusakli 15c16c2502 closes , set category post counts to 0 before starting upgrade
barisusakli 7c84680b06 closes
psychobunny 2688ea9733 upgrading topics take a while, so let the user know
barisusakli 7610c11cd1 closes
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.
psychobunny 4cd86affae update all files with new url
barisusakli 746df87d89 upgrade tags to sorted set
Julian Lam 5f89293301 upgrade script for
Julian Lam 6604a29f74 upgrade script for new privilege system
Micheil Smith 3e82cab398 Add missing new lines at end of files.
psychobunny e383524334 fixed a problem with cerulean which duped motd and forced you to toggle themes to deactivate
psychobunny 3aa4ae4b99 move deprecated vanilla footer widgets into draft zone
psychobunny 375c2c2ce1 upgrade.js for re-adding copyright footer
Julian Lam 6f78d29498 upgrade script should not delete non-hidden groups
Julian Lam 1e3b9b7cf6 removing console logs