562 Commits

Author SHA1 Message Date
Nicolas Stepien
ecd111ea6c Release 2.39.5. 2013-05-11 18:59:21 +02:00
Mayhem
cb3623eca3 Update archive redirection for even more boards. 2013-05-11 18:59:06 +02:00
Nicolas Stepien
77461c91f3 Release 2.39.4. 2013-04-30 04:04:18 +02:00
Nicolas Stepien
c1b213b100 Update archive redirection for many boards. 2013-04-30 04:03:55 +02:00
Nicolas Stepien
aafe0fcc16 Release 2.39.3. 2013-04-08 01:22:17 +02:00
Nicolas Stepien
95427e247e Add /fa/ and /s4s/ archive redirection. 2013-04-06 05:02:00 +02:00
Nicolas Stepien
b5a3de3395 Release 2.39.2. 2013-04-01 20:14:22 +02:00
Nicolas Stepien
2592fc8ed0 Fix #978.
It's magic! No need to unescape.
2013-04-01 20:14:05 +02:00
Nicolas Stepien
ddee544ec0 Release 2.39.1. 2013-04-01 16:22:29 +02:00
Nicolas Stepien
709c1b69eb Add archive redirection for /gd/, /out/, /vp/ and /vr/.
Update CS.
Fix compiling on my laptop. (maxBuffer error)
2013-04-01 16:19:48 +02:00
Nicolas Stepien
80ff5d2651 Release 2.39.0. 2013-03-07 23:26:05 +01:00
queue
f6f89b6727 Oogah boogah 2013-03-07 23:11:59 +01:00
Nicolas Stepien
95a74a55aa Add import/export settings buttons in the Settings. (v2 edition) #702 2013-02-21 19:11:08 +01:00
Nicolas Stepien
fb9edd5176 Release 2.38.1. 2013-02-09 21:26:55 +01:00
Nicolas Stepien
7cc62847e7 Change changelog. It's called relative dates everywhere else. 2013-02-07 20:34:43 +01:00
Nicolas Stepien
280575e6f5 Release 2.38.0. 2013-02-07 20:31:01 +01:00
queue
b49664a11a Implement relative dates, close #758
Squash of 21 commits:

--
Document "%R" relative time formatter

Sounds reasonable, don't you think?

--
Implement %R time formatter

original code do not steal

--
Add absolute time as title on date elements

--
Update relative post times if necessary

Coupled code, I know. Would be better to have a 'threadupdate' event to
subscribe to, oh well.

--
Update changelog

--
Rewrite relative date formatter function

Aeosynth-approved, or at least acknoledged

--
Reimplement relative post times in namespace

Less quick-and-dirty, more right.

Still need to polyfill visibility

--
Polyfill and correct usage of page visibility

Reselecting the tab always flushes (since ui thread block will be
percieved as part of the tab switch), but background flushes don't queue
when tab is not visible.

This is actually a better implementation than html5chan has right now,
will need to backport it later.

--
Remove %R reference in documentation

--
Clean up RelativeDates code

Aeosynth approved (TM) (C)

--
Move page visibility polyfill to Main

--
Remove unnecessary ?

--
Replace $.hidden() fn with d.hidden

--
Use visibility polyfill for QR

--
Remove all future relative dates

Looks like it's all over after this.

--
Compact pluralize condition

--
Fix alignment

--
Change RelativeDates.flush -> @flush

--
Remove initial setTimeout

Is unnecessary, as node is called, which will call flush at least once
and set the timeout again.

--
Improve absolute date display and cache diff

Title tooltip now uses either time formatting rice or the original 4chan
timestamp instead of toString().

the diff between a date and now is now shared between `relative` and
`setUpdate` to avoid recalculation.

--
Remove re-calling of Time formatting

Relying on the ordering of `node` callbacks, so textContext will already
have the formatted time.
2013-02-07 01:49:16 -07:00
Nicolas Stepien
b587719af8 Close #921. 2013-02-06 20:26:25 +01:00
Nicolas Stepien
1f94b35df4 Release 2.37.6. 2013-01-22 20:22:28 +01:00
Nicolas Stepien
fa5f51f1df Fix image expanding. 2013-01-22 20:19:18 +01:00
Nicolas Stepien
8edd4d5e64 Release 2.37.5. 2013-01-20 13:48:45 +01:00
Nicolas Stepien
dadbb4e792 Fix quoting inside inlined backlinks. Fix #900
Well that's interesting: selectors with Element.querySelector|All
will search for corresponding elements inside the whole document,
and will only return elements that are inside your given root element.
2013-01-20 13:23:56 +01:00
Nicolas Stepien
bef8de6e70 Release 2.37.4. 2013-01-18 22:06:55 +01:00
Nicolas Stepien
e2718c18b6 Merge branch 'master' of github.com:MayhemYDG/4chan-x 2013-01-18 22:06:42 +01:00
Nicolas Stepien
9d0121a551 Fuck you moot, don't add titles to mobile elements. 2013-01-18 22:05:57 +01:00
James Campos
ac6dd43682 changelog 2013-01-16 02:33:04 -08:00
Nicolas Stepien
e5355e450b Typo. 2013-01-11 10:51:06 +01:00
Nicolas Stepien
6600d960b5 Add /po/ archive redirection. 2013-01-10 10:23:07 +01:00
Nicolas Stepien
b1dce1ec2f Release 2.37.3. 2013-01-10 09:56:36 +01:00
Nicolas Stepien
325d5920f1 Fix #887 2013-01-10 09:49:59 +01:00
Nicolas Stepien
b6645773f3 Fix #888, #890 2013-01-10 09:39:59 +01:00
Nicolas Stepien
8e71bdc1ba Release 2.37.2. 2013-01-03 15:36:59 +01:00
Nicolas Stepien
7b0c961805 Merge branch 'master' of github.com:MayhemYDG/4chan-x 2013-01-03 15:20:20 +01:00
Nicolas Stepien
669147f4be Fix #878, 880 2013-01-03 15:19:33 +01:00
James Campos
1ad81cecd3 better description 2013-01-01 11:05:22 -08:00
James Campos
bc8055acb5 admin 2013-01-01 11:05:22 -08:00
Nicolas Stepien
027af4ec50 Release 2.37.1. 2012-12-18 13:49:39 +01:00
noface
debd002aab Corrections. 2012-12-15 14:24:14 +01:00
noface
d155eed8d7 Fix deadquotes showing up in code-tags. 2012-12-15 11:08:14 +01:00
Nicolas Stepien
2f0427ad94 Merge branch 'master' of github.com:MayhemYDG/4chan-x 2012-12-14 18:13:33 +01:00
Nicolas Stepien
5ffb6168cb Fix warning. 2012-12-14 18:13:15 +01:00
noface
e326d92332 Anonymize on stubs. 2012-12-13 17:39:12 +01:00
Nicolas Stepien
9f18c25805 Fix #846 2012-12-13 12:08:33 +01:00
Nicolas Stepien
f28bfd4e7e Fix #853 2012-12-13 12:00:17 +01:00
Nicolas Stepien
642519834a Release 2.37.0. 2012-12-11 15:05:00 +01:00
Mayhem
2f5f8577ea Merge pull request #838 from ihavenoface/pull-request
Add Catalog Links toggle.
2012-12-11 01:20:00 -08:00
Nicolas Stepien
b4f68be732 Add /c/ archive redirection. 2012-12-10 18:25:39 +01:00
noface
f3149a314b Merge branch 'master' of https://github.com/MayhemYDG/4chan-x into pull-request 2012-12-10 17:03:24 +01:00
Nicolas Stepien
272add179f Merge branch 'master' of github.com:MayhemYDG/4chan-x 2012-12-10 14:43:46 +01:00
Nicolas Stepien
65b1e168b3 Start catalog support. Close #834. 2012-12-10 14:41:58 +01:00