lychee/php/database
Nils Asmussen ef9040870a Added basic subalbum support.
That is, albums can now contain other albums, which are shown at
the top of the album view. This required some changes to album.js
and the contextMenu.js, because this view contains now both
photos and albums.

The contextMenu on this view has been kept simple by requiring
the user to select either only albums or only photos, but not
a mixture of both.

This feature required a database change, so that the version
has been updated to 3.1.3.

At the moment, album and photo operations (make public, download,
delete, merge) are still "flat", i.e. don't respect the album
hierarchy.
2016-07-29 22:36:41 +02:00
..
albums_table.sql Updated default tables to reflect changes made in #533 2016-06-11 17:12:42 +02:00
log_table.sql Updated default tables to reflect changes made in #533 2016-06-11 17:12:42 +02:00
photos_table.sql Updated default tables to reflect changes made in #533 2016-06-11 17:12:42 +02:00
settings_content.sql Removed medium option 2016-02-14 14:09:49 +01:00
settings_table.sql Updated default tables to reflect changes made in #533 2016-06-11 17:12:42 +02:00
update_020700.php Replaced return false in database updates with error messages 2016-02-14 14:26:05 +01:00
update_030000.php Replaced return false in database updates with error messages 2016-02-14 14:26:05 +01:00
update_030001.php Replaced return false in database updates with error messages 2016-02-14 14:26:05 +01:00
update_030003.php Replaced return false in database updates with error messages 2016-02-14 14:26:05 +01:00
update_030100.php Finalized database update for version 3.1 2016-03-24 17:43:14 +01:00
update_030102.php Save database update version for 3.1.2 2016-06-12 17:44:33 +02:00
update_030103.php Added basic subalbum support. 2016-07-29 22:36:41 +02:00