1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00
Commit Graph

130 Commits

Author SHA1 Message Date
czaks
fdc3b81314 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
	inc/config.php
	install.php
	post.php
	stylesheets/style.css
2013-11-11 21:54:35 +01:00
Desuneko
0d38827bda install.php: fixed a typo 2013-09-27 20:17:21 +02:00
Michael Foster
a7a67f0e4f forgot to increment version number 2013-09-21 13:02:44 +10:00
Michael Foster
ef453f9c92 schema for ban appeals 2013-09-21 13:01:30 +10:00
czaks
688a228884 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
	inc/config.php
	inc/display.php
	inc/mod/pages.php
	install.php
	js/quick-reply.js
	post.php
	templates/index.html
2013-09-17 10:43:44 -04:00
Michael Foster
44d0bedd21 Finish upgrade to new bans table 2013-09-17 09:23:50 +10:00
Michael Foster
309f6ffbdc Begin upgrade to much better bans table. DO NOT PULL YET; It won't work. 2013-09-17 09:15:24 +10:00
Michael Foster
7927ac598c Add ability to create custom user/permissions groups 2013-09-09 01:33:51 +10:00
Michael Foster
3e6d10a949 CHARACTER SET not needed here 2013-09-06 23:10:25 +10:00
Michael Foster
8f145844a1 Better and faster basic flood prevention, while merging it into $config['filters']. 2013-09-06 23:09:18 +10:00
Michael Foster
61d3401bd1 another index change 2013-09-02 11:41:17 +10:00
Michael Foster
9c764fac33 new index on bans table 2013-09-02 09:46:42 +10:00
czaks
ff06aa2293 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-09-01 11:25:19 -04:00
Michael Foster
bf4e0f0bf5 New index in post tables for listing threads slightly faster (index pages) 2013-09-01 22:15:03 +10:00
Michael Foster
d0ec7bf913 Some SQL and indexes improvements 2013-09-01 02:04:42 +10:00
czaks
9841110849 fix update after a bad merge 2013-08-28 20:24:30 -04:00
czaks
3a8f106e85 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
	inc/functions.php
	install.php
	stylesheets/dark_roach.css
2013-08-28 12:41:36 -04:00
Michael Foster
1dd2641dd3 Performance: Add expires index to antispm table to make purging old hashes a little quicker 2013-08-28 18:39:45 +10:00
Michael Foster
e7d3738659 Add ip index to post tables for faster ?/IP/ (and flood detection, etc.) 2013-08-28 18:02:28 +10:00
Michael Foster
f514439793 Add cache and gm to pre-installation test. Don't die when we can't write to templates/cache. 2013-08-22 03:35:57 +10:00
czaks
c167e38252 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	stylesheets/dark_roach.css
	stylesheets/style.css
2013-08-20 18:22:37 -04:00
Michael Foster
348f5c2ad4 safer installation 2013-08-20 17:43:21 +10:00
czaks
6f1d950449 tag for vichan-devel-4.0.11-gold 2013-08-18 22:11:41 -04:00
czaks
451a4e062c Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-08-18 19:26:31 -04:00
Michael Foster
4a0ef61150 typo 2013-08-19 04:24:07 +10:00
czaks
311c18b34d Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-08-18 13:16:31 -04:00
Michael Foster
a9ad97b8aa use `` syntax 2013-08-19 01:13:51 +10:00
Michael Foster
3504b31052 Make file and thumb 255 chars 2013-08-18 20:59:46 +10:00
czaks
8e82fc9e7b tag vichan-devel-4.0.9-gold 2013-08-10 13:03:00 -04:00
czaks
08aceee520 fix in installation script; tag vichan-devel-4.0.8-gold 2013-08-05 05:36:12 -04:00
czaks
509f56be54 tag vichan-devel-4.0.7-gold 2013-08-05 05:32:58 -04:00
czaks
24e07aedcc Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/image.php
2013-08-04 21:17:38 -04:00
Michael Foster
45f8b5120f Fix issue with installing and creating boards with MySQL < 5.5.3. Issue #129 2013-08-04 15:23:26 -04:00
czaks
8f7367d925 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/config.php
	inc/functions.php
	templates/generic_page.html
	templates/index.html
2013-08-03 19:05:25 -04:00
Michael Foster
a71f013a01 Fix install for MySQL < 5.5.3 2013-08-03 02:11:16 -04:00
Michael Foster
e445c88d1d Installer improvements 2013-08-02 16:19:20 -04:00
Michael Foster
abdf8ef716 Whoops 2013-08-02 15:53:32 -04:00
czaks
6ed8e8752e Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-08-02 00:09:07 -04:00
Michael Foster
01494dccce Installer: Nicer pre-installation test 2013-08-02 00:08:37 -04:00
czaks
c32e47981b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-08-01 00:59:36 -04:00
Michael Foster
9c5086c0da Small install fix 2013-08-01 00:52:49 -04:00
czaks
926b2c31ed Merge branch 'master' of https://github.com/savetheinternet/Tinyboard 2013-08-01 00:47:33 -04:00
Michael Foster
d379224e3f Add optional database table prefix (issue #118; see issue comments for details) 2013-07-31 22:14:26 -04:00
czaks
eed8767039 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	inc/functions.php
	inc/mod/pages.php
	install.php
	js/expand.js
	mod.php
2013-07-31 02:30:44 -04:00
Michael Foster
ca6cb1fdea Allow Unicode in board URIs. 2013-07-31 02:08:55 -04:00
Michael Foster
3fe91dcd37 Fix last commit (mysql_version() doesn't work if connection is not yet established) 2013-07-30 22:13:05 -04:00
Michael Foster
a01f53b4a4 Upgrade to utf8mb4 charset for MySQL server versions above 5.5.3. Keep support for older versions. Fix charsets for multiple columns and tables. 2013-07-30 22:08:56 -04:00
czaks
1c3d348829 Tag for vichan-devel-4.0.5-gold after bugfix 2013-07-27 02:21:08 -04:00
czaks
a83b896549 Tag as vichan-devel-4.0.4-gold 2013-07-27 02:06:50 -04:00
czaks
2e2469569b Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	install.php
2013-07-24 16:24:20 -04:00