summaryrefslogtreecommitdiffstats
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-26fix displaying of tags that include a whitespace (use + instead)Arun Persaud1-1/+1
2011-11-26fix automatic tag completionArun Persaud1-1/+1
2011-11-26escape all users input stringsArun Persaud1-1/+1
use intval for integers or sqlite_escape_string for strings
2011-11-26updated showing of page indexArun Persaud1-4/+38
* only show page +-5 pages + first and last * don't make current page a link
2011-11-25initial support for tag searchArun Persaud1-8/+45
* 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-2/+11
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-24added a permalink and use clean urlsArun Persaud1-3/+7
this needs .htaccess. Already added clean urls for tags and single pic, but at the moment only page is working.
2011-11-24make index.php page aware; make default page start at 1Arun Persaud1-4/+11
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-11/+12
2011-11-22first few files for my tag-gallery... hopefully more to comeArun Persaud1-0/+94