photo-tags.git
13 years agomake tag search case insensitive
Arun Persaud [Sun, 27 Nov 2011 06:52:37 +0000 (22:52 -0800)] 
make tag search case insensitive

13 years agofix displaying of tags that include a whitespace (use + instead)
Arun Persaud [Sun, 27 Nov 2011 06:29:40 +0000 (22:29 -0800)] 
fix displaying of tags that include a whitespace (use + instead)

13 years agofix automatic tag completion
Arun Persaud [Sun, 27 Nov 2011 06:27:47 +0000 (22:27 -0800)] 
fix automatic tag completion

13 years agoescape all users input strings
Arun Persaud [Sun, 27 Nov 2011 06:20:22 +0000 (22:20 -0800)] 
escape all users input strings

use intval for integers or sqlite_escape_string for strings

13 years agoupdated showing of page index
Arun Persaud [Sun, 27 Nov 2011 06:10:38 +0000 (22:10 -0800)] 
updated showing of page index

* only show page +-5 pages + first and last
* don't make current page a link

13 years agoinitial support for tag search
Arun Persaud [Sat, 26 Nov 2011 06:27:33 +0000 (22:27 -0800)] 
initial support for tag search

* only a single tag works
* need to match any case (at the moment the tag has to be capitilized correctly)

13 years agoadd a basic index of all pages...
Arun Persaud [Fri, 25 Nov 2011 05:24:36 +0000 (21:24 -0800)] 
add a basic index of all pages...

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

13 years agoadded a permalink and use clean urls
Arun Persaud [Fri, 25 Nov 2011 04:41:53 +0000 (20:41 -0800)] 
added a permalink and use clean urls

this needs .htaccess. Already added clean urls for tags and single pic, but at the moment only page is working.

13 years agofixed closing sqlite3 database
Arun Persaud [Fri, 25 Nov 2011 04:37:47 +0000 (20:37 -0800)] 
fixed closing sqlite3 database

13 years agomake index.php page aware; make default page start at 1
Arun Persaud [Thu, 24 Nov 2011 19:03:27 +0000 (11:03 -0800)] 
make index.php page aware; make default page start at 1

this way page=0 can be used for an overview

13 years agomake number of pictures/page a config option; replace "offset" with "page"
Arun Persaud [Thu, 24 Nov 2011 18:55:09 +0000 (10:55 -0800)] 
make number of pictures/page a config option; replace "offset" with "page"

13 years agooption to use PDO connections to sqlite when connecting via php
Arun Persaud [Thu, 24 Nov 2011 18:06:32 +0000 (10:06 -0800)] 
option to use PDO connections to sqlite when connecting via php

13 years agouse nice for all commands issued while creating thumbnails
Arun Persaud [Thu, 24 Nov 2011 17:58:16 +0000 (09:58 -0800)] 
use nice for all commands issued while creating thumbnails

13 years agolimit number of created thumbnails per batch to 50
Arun Persaud [Thu, 24 Nov 2011 17:55:21 +0000 (09:55 -0800)] 
limit number of created thumbnails per batch to 50

larger numbers caused the program to be killed automatically on dreamhost (where I host my web pages).

13 years agoremove some debug output
Arun Persaud [Wed, 23 Nov 2011 05:04:33 +0000 (21:04 -0800)] 
remove some debug output

13 years agofirst few files for my tag-gallery... hopefully more to come
Arun Persaud [Wed, 23 Nov 2011 04:47:55 +0000 (20:47 -0800)] 
first few files for my tag-gallery... hopefully more to come