You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
forum closes #450 11 years ago
modules fixed share for category 11 years ago
admin.js closes #1518 11 years ago
ajaxify.js pass url to onAjaxError 11 years ago
app.js fixed updated language strings 11 years ago
helpers.js closes #1442 11 years ago
overrides.js update all files with new url 11 years ago
templates.js merging in latest templates.js 11 years ago
translator.js en_US will no longer throw js error from missing timeago file 11 years ago
utils.js my bad 11 years ago
variables.js Add missing new lines at end of files. 11 years ago
widgets.js temporary fixes for chrome users who have cookies disabled 11 years ago