tree checksum vpatch file split hunks

all signers: asciilifeform diana_coman

antecedents: uniturds_etc.kv

press order:

logotron_genesis.kvasciilifeform diana_coman
multsel_and_datefix.kvasciilifeform diana_coman
raw_line_export.kvasciilifeform diana_coman
rle_errata.kvasciilifeform diana_coman
irssi2tmsr.kvasciilifeform diana_coman
uniturds_etc.kvasciilifeform diana_coman
line_wraps.kvasciilifeform diana_coman

patch:

- 11153BCDF5CBD2587A98AEEFD8CD6326988AD046D897CDBF25A23C2FD96BFE23888EE768236F5B5E11022C716DDE7F79BA3F8FB267975CCB20A5FA1F542C2275
+ 5A0FB740265D9CBED4638A8D65B1509DB23094969ECF783D97EC77E11FC1E4962EB8976A9C6BC12DA098293E8C1C9084C34B78A149BDCFF8FDED569E88C8144B
logotron/MANIFEST.TXT
(4 . 3)(4 . 4)
5 589674 rle_errata asciilifeform "Date arrow enable fix."
6 589783 irssi2tmsr diana_coman "Converter of irssi logs to the tmsr format used by the logotron. Added authors in MANIFEST.TXT."
7 590448 uniturds_etc asciilifeform "Phf's algo for uniturd digestion; cosmetic improvements to WWW displayer."
8 590458 line_wraps asciilifeform "Trinque's method to force wrap in long lines; Removed some commented rubbish from reader.py."
- 96D91F8B483D435147D82A364AB5D03F1154316AA1DA1A05A0B4333B3E88081FE92A0747FB0923813FFBDB4D9FB4239E4247F792BEDE52DCACDD83F42E439179
+ D1406F0AB9794EA23ABD5FE7CA87A66320A5B2F56ED22976A0AFAE51E2A0755B7C42BA4BDF29AB2B0B045FE0E2C700FD2E6AF50B1279D54E3BC13CFE01EA8CA7
logotron/reader.py
(313 . 9)(313 . 6)
13 chan,
14 next_day_txt)
15
16 # s += """<span><a href="{0}log/{1}?rev=1">Reverse</a></span>""".format(
17 # get_base(), chan)
18
19 return s
20
21 # Make above callable from inside htm templater:
- 0FF5A7EFD8E622B812EE6C649D7157D362BD89BB116EEDE8102C08118B064FDB555A64084C2FE6F93537E044E02198846B707687ECF4DAB03ED696673BB9034F
+ 8A0C101964AE3AE0CE1687E8A6DA575C9DE35990DD0BCA507B58539DD01AF67D6E3F775F8F00CCC9EA40053B80F63815FF02E12E6A7E69A0B832949C3B8F50AD
logotron/templates/layout.html
(45 . 8)(45 . 7)
26 }
27
28 .loglines {
29 float:left;
30 clear:none;
31 word-wrap: break-word;
32 }
33
34 .loglines div:nth-child(2n) {