Commit Graph

4139 Commits

Author SHA1 Message Date
Michael Walker
96ed11a536 Revert "Error overhaul" 2016-09-01 18:59:01 +01:00
Michael Walker
54d37a4c0b Merge pull request #75 from 0xjove/error-overhaul
Error overhaul
2016-09-01 18:52:26 +01:00
jove
f0a625b238 Adds proper fatal error handling and fixes CLI error reporting. 2016-08-31 20:51:09 +01:00
Michael Walker
ac31e745c1 Fix invisible not-banned text in some themes 2016-08-30 09:18:33 +01:00
Michael Walker
9bb9ee0cbe Merge pull request #73 from JamesJDillon/Not-banned-page
Added a better 'not banned' response.
2016-08-30 09:05:44 +01:00
JamesJDillon
8525aaabfa Added a better 'not banned' response if a user navigates to banned.php whilst not being banned. 2016-08-28 23:33:23 +01:00
Michael Walker
7c27823868 Merge pull request #72 from AshtonHarding/master
Update style.css
2016-08-23 20:43:58 +01:00
Kashire
743c3c0230 Update style.css
Added dropdown support. I'll put in an issue to make it look pretty.

https://jsfiddle.net/1n0azhz1/4/
2016-08-23 14:42:04 -05:00
Michael Walker
a7e9b3e853 Fix Twig templte syntax error 2016-08-23 20:41:30 +01:00
Michael Walker
8dcb5c7d3b Merge pull request #67 from AshtonHarding/master
Update zine.html & banned.html & re-added spoiler button in post
2016-08-23 20:34:09 +01:00
Michael Walker
d3542f22ad Merge pull request #68 from 0xjove/moving-replies
Fixes bugs preventing replies from being moved.
2016-08-23 20:31:43 +01:00
Michael Walker
66d1b5bcd1 Merge pull request #69 from AshtonHarding/patch-1
Update README.md
2016-08-23 20:31:12 +01:00
Kashire
60e849bad0 Re-implimenting the spoiler button
potentially re-added the spoiler button.
2016-08-23 14:17:23 -05:00
Kashire
e4a6e62e9b Vastly improved banned.html
Added 'You've been banned' video.
2016-08-22 19:40:17 -05:00
jove
77b99b2c4f Finishes error reworking. 2016-08-22 23:39:36 +01:00
ReCaffeinated
d0d83ab8d7 We're reworking the error handler# 2016-08-22 22:19:48 +01:00
jove
06a6ae7bea Refactors the error handling function. 2016-08-22 22:19:48 +01:00
Kashire
94941e6207 Update README.md
Added the IRC channel
2016-08-22 13:52:51 -05:00
jove
8e0a8b1251 Fixes two bugs preventing replies from being moved. 2016-08-22 18:57:50 +01:00
Kashire
c0e95b9b34 Update zine.html
1.) fixed zine links, and added volume 3.

Also, I think we should add a list of mirrors.
2016-08-21 22:01:58 -05:00
Simon McFarlane
0097496060 Fix catalog being single column with JS disabled 2016-08-22 02:26:23 +01:00
Michael Walker
e9fa1f0e2f Remove explicit rule popup background + text colours 2016-08-21 20:45:37 +01:00
Michael Walker
0426ec4011 Fix rules-popup jquery issue. 2016-08-21 20:37:09 +01:00
Michael Walker
0f7039b600 This should actually just include rules.html.
Twig looks for templates from the /templates directory already.
2016-08-21 20:21:52 +01:00
Michael Walker
cca75e617f Merge pull request #63 from mkwia/rules-agreement-page
twig include hotfix
2016-08-21 20:14:26 +01:00
Milosz Kwiatkowski
6d480bd23e twig include hotfix 2016-08-21 20:12:17 +01:00
Michael Walker
3cf6287fbd Remove board descriptions from rules page. 2016-08-21 20:02:11 +01:00
Michael Walker
1b7a081e59 Merge pull request #61 from mkwia/rules-agreement-page
add rules agreement page
2016-08-21 20:01:10 +01:00
Milosz Kwiatkowski
315c376976 change incorrent path to rules.html and css 2016-08-21 18:36:22 +01:00
Milosz Kwiatkowski
0373db5e17 move css to style.css and clear up element creation 2016-08-21 18:15:36 +01:00
Michael Walker
fd9f51dda6 Merge pull request #62 from 0xjove/minor-typo
Typo in variable name in mod area
2016-08-21 16:54:51 +01:00
jove
272635a370 Fixes an error reporting typo. 2016-08-21 16:44:57 +01:00
Milosz Kwiatkowski
d550abed22 add random captchas and remove redundant code 2016-08-21 14:29:11 +01:00
Michael Walker
09983a9571 Merge pull request #60 from ReCaffeinated/installfix
This prevents a crash due to instance-config.php not existing
2016-08-21 13:51:57 +01:00
Paradox
698cf8eadd Update install.php 2016-08-20 10:55:18 -05:00
Milosz Kwiatkowski
378ff10b6e keep classes and ids for the rules page css
this will have no effect on the rules agreement popup
2016-08-20 15:33:17 +01:00
Milosz Kwiatkowski
432c4bcbde update comment to account for previous commit 2016-08-20 14:33:34 +01:00
Milosz Kwiatkowski
c3bfb86356 add rules agreement page 2016-08-20 14:31:49 +01:00
ReCaffeinated
eccc26b757 This prevents a crash due to instance-config.php not existing, it will now check if the file exists and if not creates the file 2016-08-20 00:40:02 -05:00
Michael Walker
0678b74b7a Merge pull request #58 from lainchan/57-priority-banners
Priority Banners (issue #57)
2016-08-20 01:15:27 +01:00
Michael Walker
5cf54dbce0 List priority banners in banners.php. 2016-08-20 01:09:00 +01:00
Michael Walker
afc2d2e4e1 Implement priority banners.
If the directory "banners_priority" exists and contains files, a file
from it is served 33% of the time, an a file from "banners" 66% of the
time.

This may seem like an odd definition of "priority", but assuming far
fewer priority banners than normal banners, this gives them extra weight
in the selection. Before, any 1 banner in 100 had a 1% chance of being
served; now if that banner is a priority banner it has a 33% chance.
2016-08-20 00:54:56 +01:00
czaks
3f38a6db97 Merge branch 'master' of github.com:vichan-devel/Tinyboard 2016-08-19 23:15:47 +02:00
czaks
a5e7b3da6f nntpchan: work around php nonsense 2016-08-19 23:15:42 +02:00
Marcin Łabanowski
fc21854770 Merge pull request #196 from majestrate/master
patch for nntpchan stream
2016-08-19 22:08:33 +02:00
Jeff Becker
1c3e6e590a
patch for nntpchan stream 2016-08-19 16:05:50 -04:00
czaks
0b19051891 fix a notice; increase waiting time for dns 2016-08-15 04:13:26 +02:00
czaks
a779b96370 second iteration of nntpchan implementation 2016-08-15 00:56:06 +02:00
czaks
1c24c69999 Merge branch 'master' of github.com:vichan-devel/Tinyboard 2016-08-14 16:24:25 +02:00
czaks
5e335a8564 preliminary inbound nntpchan support 2016-08-14 16:24:17 +02:00