3016 Commits (eb1b48092d29995455ae1701bdb8e89dc23807e0)

Author SHA1 Message Date
Barış Soner Uşaklı a7bd83a549 Merge pull request #1663 from char101/patch-5
Fix relative path on topic replaceState
11 years ago
Charles c7b308d65e Fix relative path on topic replaceState 11 years ago
barisusakli b9c30aa42d possible fix to #1660
modified the tagsinput source to use keypress instead of keydown for the
confirmKeys
11 years ago
Julian Lam a40b06c304 latest translations 11 years ago
Julian Lam d66bead245 Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam b655474150 fixed #1661 11 years ago
barisusakli aadca3a675 fix calls to removeRelativePath in ajaxify.js 11 years ago
barisusakli db84ced78f removeRelativePath public 11 years ago
barisusakli 4bdbce9cd8 use removeRelativePath in app.js too 11 years ago
Charles 9734403114 Fix removeRelativePath
Instead of checking the existence of relative_path (without /) anywhere on the url, it really should check that the url only starts with the relative_path.

Example

```
relative_path = /forum
without / = forum
url = /category/forum/5
removeRelativePath = ory/forum/5
```
11 years ago
barisusakli 178f567659 closes #1655 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
Julian Lam b648e84836 latest translations and fallbacks 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 b537666e5c closes #1592, closes #1634 11 years ago
barisusakli b2e48b21a2 pass url to onAjaxError 11 years ago
psychobunny e88abcc1d9 fixed updated language strings 11 years ago
psychobunny b881131a65 fixes #1632 11 years ago
barisusakli 6bd4524a79 fixed share for category 11 years ago
barisusakli 573cb4b4d7 fixed share links 11 years ago
barisusakli 0574022e02 fixes to infinitescroll 11 years ago
psychobunny c342e75f6e Merge branch 'master' of https://github.com/NodeBB/NodeBB 11 years ago
psychobunny 94312cfda8 closes #1595 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
psychobunny 0816928949 unset preloader cache after loading url 11 years ago
psychobunny 22d459d4cc temporary fixes for chrome users who have cookies disabled 11 years ago
barisusakli aa0b9f9029 semicolon 11 years ago
barisusakli ee9fae581e closes #1618 11 years ago
barisusakli 09d4f4b47b leaving tags box will create tag 11 years ago
barisusakli d0c468c190 new language string 11 years ago
barisusakli 69ac63ed4e updated repo link in admin 11 years ago
psychobunny 09c632330b render widgets sooner 11 years ago
psychobunny cad10a3f9e implemented caching for widgets 11 years ago
psychobunny bfcd13144e Merge branch 'master' of https://github.com/NodeBB/NodeBB 11 years ago
psychobunny 4ee055c3ea closes #1608 11 years ago
psychobunny bbcff6a0a5 moved widget rendering up a bit 11 years ago
barisusakli e035d8f1de closes #1497
fixes user images in subfolder installs, if user image has https dont
append relative_path,
also removes relative_path in ajaxify.loadData so it doesnt call
/forum/api/forum/category etc.
11 years ago
psychobunny c7691a8cdc Merge remote-tracking branch 'origin/master' into require.js
Conflicts:
	src/meta.js
11 years ago
Julian Lam be19222817 en_US will no longer throw js error from missing timeago file 11 years ago
psychobunny 3ba51b05f7 fixing the minified version of string.js instead 11 years ago
psychobunny 65f3fa1bbc fixing string.js compatibility 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 5b17f9a7a4 added caching per url + rate limiting mechanism to prefetcher, closes #1576 11 years ago
psychobunny 1e05a92c1e no need to send prefetched state anymor 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