1753 Commits

Author SHA1 Message Date
fowr
b27fe92eaf fix minifyjs 2021-12-19 14:17:05 -03:00
Daniel Saunders
08956edf56 Cherry-picked several commits from https://github.com/vichan-devel/vichan/ 2021-01-25 19:28:12 -05:00
Daniel Saunders
8b9ab76cb9 Updated to v0.11.0, see install.php for changelog 2021-01-25 18:33:42 -05:00
Daniel Saunders
54e1c7b42d Caching and installation updates (v0.10.2) 2020-02-01 16:50:36 -05:00
Daniel Saunders
4037beebab Twig 2.9 updates 2020-01-23 01:03:47 -05:00
Daniel Saunders
98d1b4e8e4 Simplest 7.4 fix ever? Possibly. 2020-01-19 01:06:01 -05:00
Daniel Saunders
7aae710441 Use https://github.com/AwsumChan/IP for CIDR and prepare for Twig 3 2020-01-16 01:33:14 -05:00
Daniel Saunders
9c966c9e88 I think we'll call this the final release of v0.10.0 2019-11-29 03:29:11 -05:00
rarjpg
8c9732f084 Various fixes 2019-11-29 02:32:26 -05:00
Daniel Saunders
bc76ad0692 Updated licensing and fixed a config typo 2019-11-24 02:54:53 -05:00
Kureva
235e75b801 Option to reset thread bump after last post deleted. 2019-11-24 02:46:17 -05:00
Daniel Saunders
e55d568359 Removed deprecated mcrypt support 2019-11-01 01:30:02 -04:00
Daniel Saunders
31e27a51c2 Fix a bug related to deleting boards (see https://github.com/vichan-devel/vichan/issues/331) 2019-08-07 20:31:37 -04:00
Daniel Saunders
2fd1e01107 Revert "APC -> APCu due to deprecation"
This reverts commit 133c9a6ac2bc0776e4a23f72572ca495a0184c90.
2019-08-04 04:51:24 -04:00
Daniel Saunders
133c9a6ac2 APC -> APCu due to deprecation 2019-08-04 04:48:39 -04:00
Daniel Saunders
9309b44625 Minor fixes 2019-05-13 02:36:45 -04:00
Daniel Saunders
0ac3a52eeb Removed outdated Google Analytics and reCAPTCHA code 2019-03-15 02:46:00 -04:00
Daniel Saunders
9cfd6daba0 Added jQuery plugin tablesorter and data attrs 2019-03-14 23:37:36 -04:00
Daniel Saunders
b2040b1bfc Going to replace longtable with tablesorter 2019-03-14 21:16:17 -04:00
Daniel Saunders
38c4975e97 Fixed PHP 7.3 case-sensitive constants issue in inc/functions.php 2019-03-10 13:48:48 -04:00
Daniel Saunders
0552e5b50d Typo in inc/image.php.. ugh 2019-01-10 23:28:18 -05:00
Daniel Saunders
e746d848b9 Bugfixes and theme additions 2019-01-09 02:45:58 -05:00
Daniel Saunders
55ff9a01e4 Don't allow WebP by default since it's not supported by Firefox, etc. 2019-01-08 03:02:21 -05:00
Daniel Saunders
ab51763b44 Fix a minor error 2018-12-08 06:01:07 -05:00
Daniel Saunders
7b28693e7c Turn boardlist into a Twig macro, minor work 2018-12-07 23:16:29 -05:00
Daniel Saunders
6ded067abb WebP support 2018-12-07 04:50:26 -05:00
Daniel Saunders
1bca57d7fe Code 'optimizations' 2018-12-01 05:51:22 -05:00
Daniel Saunders
3aad999359 Bug squashing! 2018-11-29 23:19:11 -05:00
Daniel Saunders
2001e3c3c2 Fixes 2018-11-29 02:26:47 -05:00
Daniel Saunders
eb005c7088 Updated README.md and a bunch of other stuff. 2018-11-26 21:23:54 -05:00
Daniel Saunders
dcdf713ab9 Added theme support for post-hover.js 2018-11-24 15:24:27 -05:00
Daniel Saunders
918fd85b25 Bugfix with antibot 2018-11-23 02:48:44 -05:00
Daniel Saunders
bc15dfa11b Revert some configuration changes. We don't need breaking changes. 2018-11-23 02:41:02 -05:00
Daniel Saunders
7c0fb6a654 Don't define imagecreatefrombmp() and imagebmp() if they already exist 2018-11-22 23:57:53 -05:00
Daniel Saunders
4be8f91f3b Removed a lot of unnecessary code. 2018-11-22 23:40:42 -05:00
Daniel Saunders
5ad4e64980 Moved more stuff to menu.html 2018-11-01 23:29:03 -04:00
Daniel Saunders
f7af6bbdf7 Check for presence of $config['menu'] before trying to create a menu 2018-11-01 21:22:28 -04:00
Daniel Saunders
209ba201b6 Out with the old and in with the new.. I guess? 2018-11-01 21:12:26 -04:00
Daniel Saunders
02abee7304 Revert "imagecreatefrombmp(1) and imagebmp(2) are now polyfills for PHP < 7.2"
This reverts commit 583a58288a76c98e3b613ffe2b8567d970aab98f.
2018-10-30 01:16:48 -04:00
Daniel Saunders
583a58288a imagecreatefrombmp(1) and imagebmp(2) are now polyfills for PHP < 7.2 2018-05-14 03:12:27 -04:00
Daniel Saunders
44d0b205a6 Remove custom Twig filter "count" in favor of Twig's own "length" filter 2018-05-12 00:02:29 -04:00
Daniel Saunders
71d630e122 And some super calls... 2018-05-11 23:32:20 -04:00
Daniel Saunders
4a155d7e89 Forgot that private properties are not inherited - whoops 2018-05-11 23:24:57 -04:00
Daniel Saunders
f315867423 Re-adding clear() to Twig caching. 2018-05-11 23:03:10 -04:00
Daniel Saunders
0075b8b0c2 Added Parsedown to dependency list 2018-05-11 01:00:38 -04:00
Daniel Saunders
81ceabe744 Require third party dependencies before requiring other files 2018-05-11 00:07:13 -04:00
Daniel Saunders
cb7c8aba97 Slight README.md update and remove old commented code, will do a much larger update to README.md later 2018-03-01 20:55:19 -05:00
Daniel Saunders
3fd37ab2fc Added a description in composer.json 2018-03-01 20:28:14 -05:00
Daniel Saunders
29d37104e8 Switch to composer, remove 3rd-party code from repository. 2018-03-01 20:26:23 -05:00
Daniel Saunders
75d310786c Removed Memcached support due to security concerns. 2018-03-01 04:32:13 -05:00