Fredrick Brennan and GitHub
1e19e75bf5
Change illogical default of $config[force_body]
...
Makes JS and non-JS enforcement equivalent while providing a downgrade path.
JS may not allow empty bodies even when $config[force_body] false. Don't care enough to fix. PR welcome.
Close #493 .
2022-08-29 10:30:50 -04:00
Fredrick Brennan and GitHub
9e63116338
fix mysql_version() for mariadb
2022-08-20 12:45:56 -04:00
Fredrick Brennan
9745e9d854
Ignore recently added graphicsmagick check
...
Closes #445 .
2021-11-03 22:55:55 -04:00
Fredrick Brennan
f1b43e5fb2
{% (end)?raw %} ⇒ {% (end)?verbatim %}
...
```
rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {}
```
Close vichan-devel/vichan#452 .
2021-11-03 22:49:49 -04:00
Fredrick Brennan and GitHub
d7d478181d
Update README.md
...
not offering paid support right now
2020-11-13 16:05:04 -08:00
Fredrick Brennan
01538ed33a
Close #366
...
I don't know why this works, but this extra whitespace is required on
PHP 7.4.
If you want to know why I hate PHP updates, this is why.
2020-01-21 09:46:29 +08:00
Fredrick Brennan
5e809047ad
By default, no longer treat deprecations as errors
...
Close #363 .
See also https://www.youtube.com/watch?v=9crnlHLVdno
2020-01-20 10:04:39 +08:00
Fredrick Brennan
a2ba03849f
Fix PHP 7.4 deprecations
2020-01-20 10:04:39 +08:00
Fredrick Brennan and GitHub
af06cf3737
Disable check_updates by default
...
It no longer works and never will again, so...
2020-01-15 11:36:51 +08:00
Fredrick Brennan and GitHub
9fdbc6c1f0
clarify previous commit
2019-09-22 18:58:10 +08:00
Fredrick Brennan and GitHub
1173f86869
You can now pay for support
2019-09-22 18:54:50 +08:00
Fredrick Brennan
3a41c24e6e
Fix PHP 7.3 regression in ?/users
...
This gets rid of the "Case-insensitive constants are deprecated" error
by passing doing |upper before passing to constant().
2019-05-02 12:19:50 +08:00
Fredrick Brennan and GitHub
23378e2623
Remove refs to abandoned domains; IRC channels
2019-04-19 12:23:47 +08:00
Fredrick Brennan
47e4af1eb1
Moved to vichan-devel/vichan wiki
...
I decided it made more sense to put these in our wiki than to distribute
them with vichan, so right after I added them I removed them.
They can now be read at https://github.com/vichan-devel/vichan/wiki -
and checked out from https://github.com/vichan-devel/vichan.wiki.git
2019-04-18 20:20:38 +08:00
Fredrick Brennan and GitHub
bcfb39bde8
remove superfluous ``and"
2018-11-21 13:37:33 +08:00
Fredrick Brennan and GitHub
e0e0edc885
not anymore lol
2018-11-21 13:37:00 +08:00
Fredrick Brennan and GitHub
84bb3833a6
add fact unix is required to readme
2018-11-21 13:35:57 +08:00
Fredrick Brennan
7514f31b36
count➜length in confeditor for PHP7.2
2018-10-12 14:47:38 +08:00
Fredrick Brennan and GitHub
a2f938c814
Merge pull request #310 from H1K1CH4N/master
...
Adds a new theme called "Index"
2018-10-12 14:39:35 +08:00
Fredrick Brennan
aeb4a31194
Close #304
2018-09-18 14:08:06 +08:00
Fredrick Brennan and GitHub
f6cc993bce
Update README.md
...
+and other serious bugs
2018-08-08 18:51:56 +08:00
Fredrick Brennan
ac971f36d5
Fix capcodes in PHP7.2. Close #299
2018-07-27 20:08:03 +08:00
Fredrick Brennan
41cfd500de
Fix dashboard Countable on non-countable error
...
Only affected PHP7.2, was due to a sloppy template. PHP7.2 is much more
strict than previous versions so these kinds of bugs are coming to the
fore.
2018-07-27 19:40:44 +08:00
Fredrick Brennan
be2eafd4fc
Fix reports under PHP7.2
...
You'll need to delete all reports made before applying this patch for it
to work right. However, all reports made after applying this patch will
appear correctly in `mod.php?/reports`.
This closes #300 .
2018-07-27 19:40:32 +08:00
Fredrick Brennan
524d48110b
Fix bans of form "5d", "1y", etc. for PHP7.2
...
This closes #301 .
2018-07-27 19:06:31 +08:00
Fredrick Brennan
814b9246d4
Fix broken link in install.php
2018-07-27 18:48:27 +08:00
Fredrick Brennan
0aa4e3badc
Update Twig. This closes #295
2018-05-10 18:25:37 +08:00
Fredrick Brennan
b078ffb1e4
Close #282
2018-05-10 17:33:07 +08:00
Fredrick Brennan and GitHub
ce72d9c8ee
Merge pull request #287 from antedeguemon/master
...
Update license and copyright dates
2018-03-02 14:55:56 +00:00
Fredrick Brennan
693fa1bdfa
Fix #284 for new installations _only_
...
Users with existing installations are still required to follow the
advice in security bulletin #284 .
This commit isn't perfect -- PHP installations below 7.0 and w/o OpenSSL
cannot be fully secured in my estimation. . .
2018-01-29 18:19:16 +08:00
Fredrick Brennan and GitHub
6ae0f45c31
warn against new vichan installations
2018-01-23 18:57:25 +08:00
Fredrick Brennan and GitHub
d55721d033
add my email to README for security problems
2018-01-15 22:18:17 +08:00
Fredrick Brennan and GitHub
464d3b4a04
Merge pull request #269 from H0K4/patch-1
...
Prevents multiple submit/copy when moving a thread/reply.
2017-11-06 11:21:51 +08:00
Fredrick Brennan
c2f7073dd4
Fix warnings in PHP7 in gettext library
...
Not sure how to commit this upstream, the library seems to be
unmaintained.
2017-11-05 21:17:20 +08:00
Fredrick Brennan
ac8f15f0f2
Close #267
2017-11-05 16:25:02 +08:00
Fredrick Brennan
8e811cec44
Close #265
2017-11-03 22:12:35 +08:00
Fredrick Brennan and GitHub
b7a3bde4c8
Merge pull request #264 from deysu/patch-1
...
Remove links to (dead) tinyboard.org
2017-11-02 15:39:51 +08:00
Fredrick Brennan and GitHub
6cc68ffdc8
Merge pull request #262 from antedeguemon/patch-1
...
New vimeo embed code
2017-10-28 10:57:36 +08:00
Fredrick Brennan and GitHub
09b373cf60
Merge pull request #245 from ghost/patch-2
...
Bug fixing inc.
2017-10-26 13:35:26 +08:00
Fredrick Brennan and GitHub
74283b131d
Merge pull request #259 from RalphORama/master
...
Use random_bytes if PHP version >= 7.1.0
2017-10-26 13:27:30 +08:00