mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
vichan-devel-4.0-gold release; mention vichan-devel in README; bump version; tag
This commit is contained in:
parent
8de00e5ba9
commit
8a598982a4
@ -1,6 +1,13 @@
|
|||||||
Tinyboard - A lightweight PHP imageboard.
|
Tinyboard - A lightweight PHP imageboard.
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
Tinyboard + vichan-devel
|
||||||
|
------------
|
||||||
|
Tinyboard branch taking lightweightness somewhat more liberally. Running live at
|
||||||
|
https://pl.vichan.net/ (Polish) and http://vichan.net/ (International; may be outdated).
|
||||||
|
|
||||||
|
It contains many changes from original Tinyboard, mainly in frontend area.
|
||||||
|
|
||||||
About
|
About
|
||||||
------------
|
------------
|
||||||
Tinyboard is a light-weight, fast, highly configurable and user-friendly
|
Tinyboard is a light-weight, fast, highly configurable and user-friendly
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Installation/upgrade file
|
// Installation/upgrade file
|
||||||
define('VERSION', 'v0.9.6-dev-7');
|
define('VERSION', 'v0.9.6-dev-7 + <a href="https://github.com/vichan-devel/Tinyboard/">vichan-devel-4.0-gold</a>');
|
||||||
|
|
||||||
require 'inc/functions.php';
|
require 'inc/functions.php';
|
||||||
|
|
||||||
@ -227,6 +227,7 @@ if (file_exists($config['has_installed'])) {
|
|||||||
query(sprintf("CREATE INDEX `thread_id` ON `posts_%s` (`thread`, `id`)", $_board['uri'])) or error(db_error());
|
query(sprintf("CREATE INDEX `thread_id` ON `posts_%s` (`thread`, `id`)", $_board['uri'])) or error(db_error());
|
||||||
query(sprintf("ALTER TABLE `posts_%s` DROP INDEX `thread`", $_board['uri'])) or error(db_error());
|
query(sprintf("ALTER TABLE `posts_%s` DROP INDEX `thread`", $_board['uri'])) or error(db_error());
|
||||||
}
|
}
|
||||||
|
case 'v0.9.6-dev-7':
|
||||||
case false:
|
case false:
|
||||||
// Update version number
|
// Update version number
|
||||||
file_write($config['has_installed'], VERSION);
|
file_write($config['has_installed'], VERSION);
|
||||||
|
Loading…
Reference in New Issue
Block a user