10 Commits (master)
 

Author SHA1 Message Date
Peery 4d9059b557 Half-done collections and UI changes
Minor tweaks and refactors. A half-baked collection support and several UI tweaks.

Just committing these are they are "old" changes and the current state turns out to be pretty stable.
Peery 7a0b0dfc88 Removed an obsolete comment
Peery 6b3592e0b7 Increased character limit on presence.name
Increased the character limit for the presence name from 20 to 30.
Peery f9c8f9e7c9 Added Setup script for a dev database
Script drops the current database 'test_artnet' if present.
It then creates a new one and uses the test data script.
Peery 7734ad9deb Added Test data Script
Added a SQL-script to populate an empty database with test entries.
Test Script version 2.0 (synchronized with database version)
Peery 258bbc79b7 Schema Version 2.0 (Table Renaming)
Renamed art_author to art_to_presence
Renamed collection to art_collection
Renamed art_collection to art_to_art_collection
Renamed artist_topic to artist_to_topic
Renamed art_tag to art_to_tag
Peery d91dc4aa30 Schema Version 1.4 (Collections)
Added Collections for Art
Added art_collections for assigning art to collections
Peery 274d2733f9 Naming Convention fix in Topic
Changed Topic.id to Topic.ID
Peery 637f74fbe6 Schema Version 1.3
Renamed artist.description to artist.name
Peery 9e66557e35 Init & Gitignore