summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21better display of description and time for a single photoHEADmasterArun Persaud1-2/+2
2013-01-20added licenceArun Persaud9-0/+824
2012-11-17updated copyright year on webpageArun Persaud1-1/+1
2012-11-17add option to hide tags, e.g. remove them from the databaseArun Persaud1-1/+27
good for example to hide tags like 'public' that are used in an --include statement for the database
2012-11-17made footer nicerArun Persaud1-2/+2
2012-11-17show search tags, current tags, and tags of the current pic in one lineArun Persaud2-11/+17
2012-11-17add keyboard shortcuts for prev/next imageArun Persaud1-3/+9
2012-11-17some code cleanupArun Persaud1-9/+3
2012-11-17display new tags in green on mouseoverArun Persaud1-2/+2
2012-11-17added information when displaying a single pictureArun Persaud2-13/+43
* description, if available * time * tags (clickable)
2012-11-10small whitespace cleanupArun Persaud1-3/+3
2012-11-10fixed tag display and clicking on a tag button now removes the tagArun Persaud1-3/+18
2012-11-10fixed tagcloudArun Persaud2-3/+3
2012-10-16more bootstrap integration, cleanup and some small bugfixesArun Persaud4-74/+61
* load local CSS after bootstrap * removed local CSS that was not needed anymore * added greyed out pagination for single page * added charset to html * only use +-3 pictures for thumbnails (so that transitions alwasy stay on 1 line) * fixed many layout issues * fixed transition
2012-09-25fixed pagination to work correctly on index pageArun Persaud1-10/+18
main problem was asynchronus call to handle json data where some variables were set. those were not available in time at other places. fixed by moving those function calls inside the json loop
2012-09-24added Bootstrap and converted some parts the pagination to it.Arun Persaud8-53/+87
2012-06-03added init function for code that needs to be called after the script has ↵Arun Persaud2-23/+28
been loaded
2012-06-03added a help function to create_thumbnails scriptArun Persaud1-1/+13
2012-06-03create thumbnails of all pictures at once, at limit option (-l) if we want ↵Arun Persaud1-6/+16
to only create a certain number at a time -l option might be useful in case the script will be run on a system where the resources are limited
2012-06-03add autoversioning of css and js filesArun Persaud2-5/+23
automatically add the md5 hash to the filename and then use .htaccess to filter it out again. This way we don't need to change the filename and the client can cache correctly
2012-06-03add rule to hide .git fileArun Persaud1-0/+4
2012-06-03moved javascript into separate fileArun Persaud2-270/+270
2012-06-03added more files to gitignoreArun Persaud1-0/+5
2012-06-03moved javascript into its own directoryArun Persaud2-1/+1
2012-06-03moved css files into their own directoryArun Persaud3-2/+2
2012-06-03moved icons into their own directoryArun Persaud4-2/+2
2012-06-03renamed .htaccess_template to htaccess_template to make it visibleArun Persaud2-2/+2
2012-06-03removed some trailing whitespaceArun Persaud3-14/+14
2012-02-08use d3.js enter/exit; don't reload the whole page, just the part that is neededArun Persaud2-102/+108
2012-02-07some small cleanupArun Persaud1-23/+25
2012-02-07fixed page_index to advance when we click on a thumbnail from another pageArun Persaud2-17/+34
2012-02-07fix permalinkArun Persaud1-4/+6
2012-02-07clean up and use a variable for the web base address everywhereArun Persaud1-26/+28
2012-02-07added function for permalink updateArun Persaud1-1/+5
2012-02-06added prev/next arrows on top of single pictureArun Persaud5-6/+163
2012-01-31removed debug outputArun Persaud1-1/+1
2012-01-31add prev/next pictures for easier slide show modeArun Persaud3-3/+84
for some reason all new elements show up in the enter-selection of d3. Should really be just the new pics...
2012-01-24tune tagcloud a bitArun Persaud1-2/+2
2012-01-24fix autocomplete of tagsArun Persaud1-1/+1
2012-01-24added a tag cloudArun Persaud2-0/+27
2012-01-22cleanup and new featuresArun Persaud3-118/+201
* 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-12-03add a link to the new redmine bug tracker; fixes #72Arun Persaud1-1/+1
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 Persaud2-6/+8
2011-11-26don't show page index if there is only one pageArun Persaud1-33/+36
2011-11-26make tag search case insensitiveArun Persaud1-2/+2
2011-11-26fix displaying of tags that include a whitespace (use + instead)Arun Persaud1-1/+1
2011-11-26fix automatic tag completionArun Persaud2-3/+3
2011-11-26escape all users input stringsArun Persaud2-4/+4
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