1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-04 20:08:02 +01:00
Commit Graph

7654 Commits

Author SHA1 Message Date
Fredrick Brennan
67ae4314d6 Merge pull request #480 from czaks/fileboard
fileboard support
2015-04-24 04:58:27 -04:00
czaks
e561128793 fix error while installing themes; thanks xixi 2015-04-23 07:58:41 +02:00
czaks
b49e92ad91 ok, fine, this is a better place for this 2015-04-23 05:25:13 +02:00
czaks
f00930a592 fix textboards 2015-04-23 05:24:07 +02:00
czaks
7241d6e65b fileboard/8chan: anal filenames, webms for op 2015-04-23 05:18:43 +02:00
czaks
e4ed7434f4 fileboard: allowed ext op, add this to allowed filetypes 2015-04-23 05:08:55 +02:00
czaks
68109155b3 append a random number, if a file already exists on a board 2015-04-23 05:06:34 +02:00
czaks
4916869e4a fileboard/8chan: swf too 2015-04-23 04:31:59 +02:00
czaks
fb34878bb1 fileboard/8chan: mod config 2015-04-23 04:28:23 +02:00
czaks
e2218ff471 fileboard: 8chan didn`t apply slugify patchset 2015-04-23 04:26:29 +02:00
czaks
8bf71ded5b fileboard: fix possible XSS (mainly applicable to 8chan) 2015-04-23 03:45:47 +02:00
czaks
1fb892c2b9 fileboard: op tag fix 2015-04-23 02:41:54 +02:00
Marcin Łabanowski
61fdd0c72b fileboard support 2015-04-22 06:19:50 +02:00
8chan
14b953ae21 Give some helpful tips on the IP block form 2015-04-21 07:11:46 -07:00
8chan
402a246174 Suppress (maybe harmless) error on no postcontrols selector (happens on catalog) 2015-04-21 07:11:33 -07:00
8chan
a4312e7d16 Fix no board_name on catalog causing weird bugs with filter/other problems 2015-04-21 07:11:00 -07:00
8chan
2a45e5f684 Fix broken [Post a reply] link position on mobile 2015-04-21 07:09:49 -07:00
8chan
0753a450a3 Fix menu brokenness if user post deletion disabled 2015-04-21 07:07:51 -07:00
8chan
8aa8babd6e Fix expand-too-long error with new <p> markup 2015-04-21 07:07:34 -07:00
Fredrick Brennan
347cb5aa47 Merge pull request #479 from 8n-tech/master
(Hopefully) fixed last hour counts.
2015-04-20 22:11:20 -04:00
8n-tech
5ea7541817 (Hopefully) fixed last hour counts.
Also added extensive comments and adjusted logical branches.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 12:00:29 +10:00
Fredrick Brennan
bd59310e84 Merge pull request #478 from 8n-tech/master
Quickfix of CSS issues for boardlist.
2015-04-20 21:37:11 -04:00
8n-tech
97ae37651f Quickfix of CSS issues for boardlist.
#467 - Added missing HTML for noJS users.
#467 - Added additional CSS for FireFox fixes.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 11:33:04 +10:00
Fredrick Brennan
b8ea838f93 Merge pull request #477 from 8n-tech/master
Multiple boardlist enhancements.
2015-04-20 21:12:31 -04:00
8n-tech
3de0e897be Multiple boardlist enhancements.
#467 - Reduced and modified columns.
#467 - Styling changes across all supported stylesheets.
#467 - PPH now reflects last hour's posts count and has average in title.
#467 - Removed precision, except for boards that have between 0~1 posts.
#467 - Fixed issue where inline board tags pointed to the HTML file, rendering them nonfunctional for noJS users.
Misc - Fixed quote color in certain stylesheets.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 11:08:47 +10:00
Fredrick Brennan
89e16bc0da Merge pull request #476 from 8n-tech/master
Removed dead file, fixed dio_ reliance for Windows, Infinite scroll
2015-04-20 20:44:03 -04:00
8n-tech
c240c96ea8 Javascript ammendments, dio_ on Windows.
#475 - Fixed both issues.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-21 01:39:44 +10:00
Fredrick Brennan
45d7ba9d50 Merge pull request #474 from topkek/patch-1
Put thread update on the same line as other links
2015-04-20 10:36:11 -04:00
topkek
4c384f83fc Append updater to thread-links 2015-04-20 15:19:05 +01:00
8n-tech
0f4591aa90 Merge https://github.com/ctrlcctrlv/infinity 2015-04-20 23:00:29 +10:00
Fredrick Brennan
afe69248aa Merge pull request #473 from 8n-tech/master
Completely rebuild paragraph parser.
2015-04-20 08:34:17 -04:00
8chan
5ce34400a1 Remove old stuff from quick-post-controls 2015-04-20 04:20:32 -07:00
8chan
d2168fbe56 Fix post deletion 2015-04-20 04:20:17 -07:00
8n-tech
47b096159b Dead file. 2015-04-20 21:19:08 +10:00
8n-tech
d7b511270a Completely rebuild paragraph parser.
The paragraph parser will now encapsulate entire blocks in <p> tags.

#471 - Code tags are fixed. Old posts will need to be regenerated. :(
#458 - Parser improved.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-20 20:44:57 +10:00
Fredrick Brennan
b6f0c28234 Merge pull request #472 from 8n-tech/master
Board directory, board search, script escapes.
2015-04-20 00:44:58 -04:00
8n-tech
2edebbf438 Board directory, board search, script escapes.
#467 - Now escapes HTML in the title.
#467 - hashChange is now captured and assumed to be a tag. Comma dillimitation turns into multiple tags.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-20 14:41:28 +10:00
Fredrick Brennan
48d02bfbef Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-04-20 10:58:49 +08:00
Fredrick Brennan
7523c9bc04 Merge branch '8n-tech-master' 2015-04-20 10:56:04 +08:00
8n-tech
aa370fe797 Sweeping CSS fixes.
#467 - Added a title to the board list page.
#467 - Fixed every single custom stylesheet.
#467 - Fixed several stray CSS isues.
#467 - Removed most precision from the PPH.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-20 02:30:51 +10:00
8chan
e0d27d2e98 Fix stylesheet 2015-04-19 08:56:59 -07:00
8n-tech
41f2156b2b Fixed paragraph margins in OP. 2015-04-20 01:25:47 +10:00
8chan
53e2d65419 Merge https://github.com/ctrlcctrlv/infinity 2015-04-19 08:18:20 -07:00
8chan
d3bb0266db Add stylesheet to 8chan/index.html 2015-04-19 08:18:12 -07:00
8chan
0db0ed3beb Hide report/delete by default (needs fix for no JS mode) 2015-04-19 08:17:43 -07:00
8chan
01114796fc jp>ja 2015-04-19 08:17:00 -07:00
8chan
393088e043 Uptime not necessary in boards.php 2015-04-19 08:16:47 -07:00
8chan
96411813b4 Rollback file_write function 2015-04-19 08:16:35 -07:00
Fredrick Brennan
1f4fd1398f Merge pull request #468 from 8n-tech/master
Fixed some styling issues with the latest update.
2015-04-19 10:56:02 -04:00
8n-tech
2c39452190 Fixed some styling issues with the latest update.
#201 - Increased top padding of post blocks.
#458 - Fixed meme arrows.

Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
2015-04-20 00:51:45 +10:00