1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 00:10:55 +01:00
Commit Graph

1971 Commits

Author SHA1 Message Date
Michael Foster
78812eff87 remove some autism from readme 2013-08-16 21:48:05 +10:00
Michael Foster
0d41af4065 This wasn't usd anywhere. 2013-08-16 21:46:51 +10:00
Michael Foster
8904da17b7 Fix some styling for non-post img's 2013-08-16 21:34:28 +10:00
Michael Foster
44e16593b6 Much better post modifiers: raw HTML, ban messages, etc. 2013-08-16 21:25:56 +10:00
Michael Foster
14fe3c28e7 Add poster flags. May be incomplete. 2013-08-16 21:11:20 +10:00
Michael Foster
5fdc0878c9 A few modifications:
1. Finally, clean up some of the crappy code in inc/display.php; no more extreme clutter. new Thread() and new Post() take an array as the first parameter now.

2. Poster country flags. Currently requires the "geoip" extension.

3. Give post images a classname. This was also long-overdue.
2013-08-16 21:08:01 +10:00
Michael Foster
73c51358f8 Set $config['try_smarter'] to true. If you notice any problems, please report them to us. 2013-08-16 20:16:09 +10:00
Michael Foster
34c3111557 Don't create anti-bot stuff in buildThread() when asked to return HTML as a string. 2013-08-13 21:53:23 +10:00
Michael Foster
86e8b78c02 allow wordfilters to be callbacks 2013-08-13 01:53:23 +10:00
Michael Foster
f454d0f4a4 Upload via URL: Make sure we're not vulnerable to this buffer overflow exploit. http://www.exploit-db.com/exploits/24487/ 2013-08-13 00:07:23 +10:00
Michael Foster
2e48fcce06 bugfix: sometimes this acts weird 2013-08-12 23:35:27 +10:00
Michael Foster
7f98229769 Fix last commit: add chmod() to fix some permissions derping 2013-08-12 23:06:58 +10:00
Michael Foster
44590b5756 Optional: Allow uploading by URL 2013-08-12 22:51:46 +10:00
Michael Foster
0bbecf89bf $config['error']['invalidzip'] isn't used anywhere anymore 2013-08-12 22:14:26 +10:00
Michael Foster
29d64f59a0 ?/config: Link URLs in comments 2013-08-12 21:14:32 +10:00
Michael Foster
35e2c19fc0 use single quotes 2013-08-12 21:08:40 +10:00
Michael Foster
7b8513e471 Merge branch 'master' of github.com:savetheinternet/Tinyboard 2013-08-12 13:02:04 +10:00
Michael Foster
5968a58f9f ... 2013-08-12 13:01:34 +10:00
czaks
f8d1427362 spoilerimage config variable: this got fixed doubly, once wrong, merge both fixes
Conflicts:
	inc/config.php
2013-08-12 13:01:02 +10:00
Michael Foster
80264cdb77 what 2013-08-12 13:00:06 +10:00
czaks
d72a3dfa20 fix notice for mod spoiler image 2013-08-12 12:59:52 +10:00
Vasiliy Shikhachevskiy
8e502dea55 Added Czech translation 2013-08-12 12:58:29 +10:00
ctrlcctrlv
c8eab07cfb forgot to rename config option 2013-08-12 12:58:04 +10:00
ctrlcctrlv
58afcbbe81 Improve spoiler action
Conflicts:
	inc/mod/pages.php
2013-08-12 12:57:54 +10:00
ctrlcctrlv
5191eef7ce mistake with spoiler commit 2013-08-12 12:56:02 +10:00
ctrlcctrlv
64bd203bc6 accidentally spaces 2013-08-12 12:55:52 +10:00
ctrlcctrlv
1c78a04edd Spoil files moderator action 2013-08-12 12:55:44 +10:00
Michael
36b4c2c7ee Merge pull request #132 from JosephGoldbergStein/master
CSS changes
2013-08-11 19:34:25 -07:00
JosephGoldbergStein
957da48a4a gentoochan.css fix
Minor readability fix with quote shadows.
2013-08-11 22:45:29 +03:00
JosephGoldbergStein
cd9e63711d Jungle.css fix
Fixes some readability issues.
2013-08-11 22:39:18 +03:00
JosephGoldbergStein
86cb774063 Luna.css fix
Changes the color of quotes and fixes the board lists.
2013-08-11 22:15:49 +03:00
JosephGoldbergStein
2d3807e600 photon.css fix
Increases readability, and fixes the page list.
2013-08-11 22:02:29 +03:00
JosephGoldbergStein
9785c26c59 Ricechan fix
< Text fix
2013-08-11 21:48:29 +03:00
Michael
f066c33037 Merge pull request #130 from JosephGoldbergStein/patch-1
Ferus.css border fix
2013-08-11 04:35:57 -07:00
Michael Foster
4fbbec0e5d $config['boardlist_wrap_bracket'] default to true 2013-08-11 21:30:46 +10:00
Michael Foster
9695c327db Rename ban_page_message to ban_page_extra 2013-08-11 21:30:02 +10:00
ctrlcctrlv
2278762000 Option to have a message on the ban page 2013-08-11 21:29:42 +10:00
ctrlcctrlv
edd197586f Option to have a message on the ban page
Conflicts:
	inc/config.php
2013-08-11 21:29:02 +10:00
ctrlcctrlv
5ed4582885 Critical bug: could not move threads/posts with spoiler images, resulted in I/O error
Conflicts:
	inc/mod/pages.php
2013-08-11 21:26:02 +10:00
Michael Foster
d579197c42 Critical bug: users could not report OP posts, only replies (thanks to ctrlcctrlv for finding this) 2013-08-11 21:22:25 +10:00
ctrlcctrlv
afc46771af Catalog link script to be used with catalog theme 2013-08-11 21:09:02 +10:00
ctrlcctrlv
48ac445038 Allow for HTML in the board subtitle
Conflicts:
	inc/config.php
2013-08-11 21:08:19 +10:00
Michael Foster
172effc889 Clean: Make boardlist bracket wrapping optional 2013-08-11 21:06:13 +10:00
ctrlcctrlv
51d1d4eb5c Make boardlist bracket wrapping optional 2013-08-11 21:04:45 +10:00
czaks
65453f2889 gifsicle: temporary fix; STI: gifsicle REALLY sends that to stderr for every gif shorter than 50 frames 2013-08-11 21:04:20 +10:00
czaks
7564b9e1d7 Update Polish translation 2013-08-11 21:02:50 +10:00
Czterooki
c957b9ce2e Fix ferus.css for other locales than English 2013-08-11 21:01:59 +10:00
Joseph
0fd84f3faf Ferus.css border fix
Stops the borders from being removed when the post is highlighted.
2013-08-10 23:33:37 +03:00
Michael Foster
cad9d9ea6a remove maximum-scale in <meta name="viewport"> 2013-08-05 05:05:38 -04:00
czaks
6b3c2a7ca4 fix for boards containing + character; they were previously unaccessible in mod panel 2013-08-05 04:51:56 -04:00