major rewrite of the web interface

This commit is contained in:
SJ
2012-09-06 15:27:20 +02:00
parent e3bd0b987a
commit 853c4ab4f1
88 changed files with 1707 additions and 3839 deletions

View File

@@ -57,8 +57,9 @@ source tag
sql_pass = piler
sql_query_pre = SET NAMES utf8
sql_query = SELECT `id`, `uid`, `tag` FROM `tag`
sql_query = SELECT `_id`, `id`, `uid`, `tag` FROM `tag`
sql_attr_uint = id
sql_attr_uint = uid
}
@@ -73,8 +74,9 @@ source note
sql_pass = piler
sql_query_pre = SET NAMES utf8
sql_query = SELECT `id`, `uid`, `note` FROM `note`
sql_query = SELECT `_id`, `id`, `uid`, `note` FROM `note`
sql_attr_uint = id
sql_attr_uint = uid
}