3978 Commits

Author SHA1 Message Date
Nicolas Stepien
cd89d93189 Move the qphl class back to the post instead of the postContainer.
It's the source of performance issues when quote previewing in large threads.
2013-04-08 21:10:43 +02:00
Nicolas Stepien
59df0e0e24 Fix #995. 2013-04-08 16:43:27 +02:00
Nicolas Stepien
699e680c8b Don't add hashes to changelog links.
I forgot that I add the date next to version.
2013-04-08 12:29:48 +02:00
Nicolas Stepien
263ed8a5f9 Enable OP backlinks by default. 2013-04-08 12:28:09 +02:00
Nicolas Stepien
dc50008c46 git push --tags needs to be forced. 2013-04-08 12:27:51 +02:00
Nicolas Stepien
ccdd4b5ec3 Release 4chan X v3.0.1. 2013-04-08 10:35:45 +02:00
Nicolas Stepien
06464b1bb7 Less characters.
You could always send PRs, @Nami-Doc
2013-04-08 10:19:13 +02:00
Nicolas Stepien
4cf7e55301 Close #986 2013-04-08 10:14:46 +02:00
Nicolas Stepien
e5012d6b44 Close #982 2013-04-08 10:02:02 +02:00
Nicolas Stepien
2e8146a92f Might as well go all the way to fix this. 2013-04-08 09:52:29 +02:00
Nicolas Stepien
ab0bc6c43a Can't link issues in the changelog file. 2013-04-08 09:42:20 +02:00
Nicolas Stepien
2fc572434f Make the thread update button fill the width. 2013-04-08 09:39:26 +02:00
Nicolas Stepien
b71ef38569 Fix #983 2013-04-08 09:27:50 +02:00
Nicolas Stepien
06cec72477 Changelog that v3 supports thread creation in the catalog. 2013-04-08 01:28:43 +02:00
Nicolas Stepien
d8c75d9b37 Merge branch 'master' into v3 2013-04-08 01:28:10 +02:00
Nicolas Stepien
aafe0fcc16 Release 2.39.3. 2013-04-08 01:22:17 +02:00
Nicolas Stepien
996878b509 Add a notice that v2 is outdated. 2013-04-08 01:20:15 +02:00
Nicolas Stepien
8a8231a4c7 Release after updating. 2013-04-08 00:48:57 +02:00
Nicolas Stepien
41eaac9217 Release 4chan X v3.0.0. 2013-04-07 23:59:51 +02:00
Nicolas Stepien
cdb9b5575e Close #837. 2013-04-07 23:34:22 +02:00
Nicolas Stepien
0887fd1464 POST me the URL where you caught the errors too. 2013-04-07 22:04:52 +02:00
Nicolas Stepien
060dc71e4b less {} 2013-04-07 21:58:53 +02:00
Nicolas Stepien
30c76eb81d Don't send me your credentials when you POST errors thank you. 2013-04-07 21:54:18 +02:00
Nicolas Stepien
a5c228fda8 !sync 2013-04-07 21:46:04 +02:00
Nicolas Stepien
b09f790767 POST caught errors to me. 2013-04-07 21:41:31 +02:00
Nicolas Stepien
5a04bba12d Update deps. 2013-04-06 05:25:44 +02:00
Nicolas Stepien
13012e1175 Merge branch 'master' into v3 2013-04-06 05:07:18 +02:00
Nicolas Stepien
95427e247e Add /fa/ and /s4s/ archive redirection. 2013-04-06 05:02:00 +02:00
Nicolas Stepien
1f86b71af7 Merge branch 'master' into v3 2013-04-05 22:36:51 +02:00
Nicolas Stepien
e8659c6514 .com -> .io 2013-04-05 22:35:52 +02:00
Nicolas Stepien
cd4f789562 Alert Firefox users if they didn't set up flexbox correctly. 2013-04-05 22:30:06 +02:00
Nicolas Stepien
95c330f302 Decrease the "4chan X has been updated" notification lifetime down to 30 seconds. 2013-04-05 01:29:57 +02:00
Nicolas Stepien
caa79b5089 Expand at least comments when the thread itself cannot be expanded. #968 2013-04-05 01:26:48 +02:00
Nicolas Stepien
c79bb318b2 Cache requests to threads.json. 2013-04-05 00:16:42 +02:00
Nicolas Stepien
cd82bce655 Clean the catalog manually.
Uuuuuuggghhhhh.
2013-04-04 23:51:17 +02:00
Nicolas Stepien
a0c4d86dee Delete entire boards from DataBoards when cleaning it gives us a 404.
This would happen when a board gets deleted, like /s4s/ hopefully one day.
2013-04-04 23:05:30 +02:00
Nicolas Stepien
8bae973931 Typo. Fix error mentioned by @saxamaphone69 in #968. 2013-04-04 13:44:25 +02:00
Nicolas Stepien
f49a4b6c87 This should fix the 'unhide all' button not clearing threads. #968 2013-04-04 13:39:44 +02:00
Nicolas Stepien
a3c370df66 I won't need to build when releasing. 2013-04-03 22:22:31 +02:00
Nicolas Stepien
72be364d20 Don't reposition if the expanded image is in a quote preview. 2013-04-03 22:20:32 +02:00
Nicolas Stepien
3a1e9554c1 Fix a missing prefix for a transition. 2013-04-03 20:17:57 +02:00
Nicolas Stepien
9b06417c81 Remove webkit prefixes for transition/gradients, bump min version requirement for Chrome to 26. 2013-04-03 19:05:32 +02:00
Nicolas Stepien
7b0b92accf Don't break DataBoards when we $.delete them. 2013-04-03 18:48:04 +02:00
Nicolas Stepien
ad816c579b Use console.error instead of console.log. 2013-04-03 18:45:51 +02:00
Nicolas Stepien
2be289a0ef Fix exporting on Firefox. #968 2013-04-03 18:39:36 +02:00
Nicolas Stepien
fd587bff22 ReplyHiding -> PostHiding 2013-04-03 18:27:06 +02:00
Nicolas Stepien
dda20916b4 Fix $.set for userjs/userscript. #968
Fix typo in $.delete for userscript.
Don't use `arguments` for $.get/$.set.
2013-04-03 17:31:51 +02:00
Nicolas Stepien
9bd3ff0426 Less array building. 2013-04-03 16:59:47 +02:00
Nicolas Stepien
cc27e36d98 Fix purging dead threads from DataBoards. 2013-04-03 03:01:06 +02:00
Nicolas Stepien
1e34674fdf Prevent a post from being killed twice,
f.e. when the thread updater udpdates the post before we get an answer from the server.
2013-04-03 02:44:49 +02:00