antville/code/Site
Tobi Schäfer 14cc9a6988 Rewrote Metadata prototype for more efficient database handling:
* Metadata is now written to its own table instead of a column only
 * Values are saved as JSON-like structure only for certain types (like Array or Function)
 * Adding custom metadata is more generic using the new HopObject methods setMetadata(), getMetadata() and deleteMetadata()
 * Searching keys and values via common SQL query is much more straightforward (no JSON-like structure involved when basic types like String and Number)
2011-02-10 23:35:00 +00:00
..
$Site.skin Corrected text in Site Preferences - cf. issue 127. 2010-11-30 02:43:20 +00:00
Site.js * Refactored rendering of date formats 2011-01-24 18:22:59 +00:00
Site.properties Rewrote Metadata prototype for more efficient database handling: 2011-02-10 23:35:00 +00:00
Site.skin Corrected CSS font-family value 2011-01-17 01:07:27 +00:00