mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 14:25:02 +02:00
feature 280: Allow visitors/users to choose image ordering inside a category
improvement 82: Viewing pictures from remote galleries does not check anymore for the high pictures (existence flag added to create_listing_file and db) correction: link element in picture is in the head instead of body (w3c spec) correction: in profile.php the current template was not selected by default git-svn-id: http://piwigo.org/svn/trunk@1020 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- MySQL dump 9.11
|
||||
-- MySQL dump 10.9
|
||||
--
|
||||
-- Host: localhost Database: pwg-bsf
|
||||
-- Host: localhost Database: pwg_dev_bsf
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 4.0.24_Debian-10-log
|
||||
-- Server version 4.1.15-nt
|
||||
|
||||
--
|
||||
-- Table structure for table `phpwebgallery_caddie`
|
||||
@@ -155,6 +155,7 @@ CREATE TABLE `phpwebgallery_images` (
|
||||
`representative_ext` varchar(4) default NULL,
|
||||
`date_metadata_update` date default NULL,
|
||||
`average_rate` float(5,2) unsigned default NULL,
|
||||
`has_high` enum('true') default NULL,
|
||||
`path` varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `images_i2` (`date_available`),
|
||||
|
||||
Reference in New Issue
Block a user