summaryrefslogtreecommitdiffstats
path: root/getjson.php
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07fixed page_index to advance when we click on a thumbnail from another pageArun Persaud1-9/+25
2012-01-31add prev/next pictures for easier slide show modeArun Persaud1-0/+42
for some reason all new elements show up in the enter-selection of d3. Should really be just the new pics...
2012-01-24added a tag cloudArun Persaud1-0/+6
2012-01-22cleanup and new featuresArun Persaud1-35/+32
* display of single picture * "all" button to go back to display no tags * show which tags are displayed * page index works with tags and without tags
2011-11-29changed tag search to use AND for multiple tagsArun Persaud1-9/+18
2011-11-29add support to query multiple tags, use "," as a separation characterArun Persaud1-3/+5
2011-11-26make tag search case insensitiveArun Persaud1-2/+2
2011-11-26fix automatic tag completionArun Persaud1-2/+2
2011-11-26escape all users input stringsArun Persaud1-3/+3
use intval for integers or sqlite_escape_string for strings
2011-11-25initial support for tag searchArun Persaud1-15/+56
* only a single tag works * need to match any case (at the moment the tag has to be capitilized correctly)
2011-11-24add a basic index of all pages...Arun Persaud1-21/+28
need to restrict this still to not show all, e.g. add first and last button to next and prev and only show a few page links
2011-11-24fixed closing sqlite3 databaseArun Persaud1-1/+1
2011-11-24make index.php page aware; make default page start at 1Arun Persaud1-1/+1
this way page=0 can be used for an overview
2011-11-24make number of pictures/page a config option; replace "offset" with "page"Arun Persaud1-14/+10
2011-11-24option to use PDO connections to sqlite when connecting via phpArun Persaud1-5/+23
2011-11-22first few files for my tag-gallery... hopefully more to comeArun Persaud1-0/+40