Changeset 1020 for trunk/install


Ignore:
Timestamp:
Feb 1, 2006, 3:46:26 AM (18 years ago)
Author:
rvelices
Message:

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

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1008 r1020  
    1 -- MySQL dump 9.11
    2 --
    3 -- Host: localhost    Database: pwg-bsf
     1-- MySQL dump 10.9
     2--
     3-- Host: localhost    Database: pwg_dev_bsf
    44-- ------------------------------------------------------
    5 -- Server version       4.0.24_Debian-10-log
     5-- Server version       4.1.15-nt
    66
    77--
     
    156156  `date_metadata_update` date default NULL,
    157157  `average_rate` float(5,2) unsigned default NULL,
     158  `has_high` enum('true') default NULL,
    158159  `path` varchar(255) NOT NULL default '',
    159160  PRIMARY KEY  (`id`),
Note: See TracChangeset for help on using the changeset viewer.