summaryrefslogtreecommitdiffstats
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-20added licenceArun Persaud1-0/+21
2012-11-17updated copyright year on webpageArun Persaud1-1/+1
2012-11-17made footer nicerArun Persaud1-2/+2
2012-11-17show search tags, current tags, and tags of the current pic in one lineArun Persaud1-7/+9
2012-11-10fixed tagcloudArun Persaud1-1/+1
2012-10-16more bootstrap integration, cleanup and some small bugfixesArun Persaud1-5/+7
* 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-24added Bootstrap and converted some parts the pagination to it.Arun Persaud1-7/+15
2012-06-03added init function for code that needs to be called after the script has ↵Arun Persaud1-0/+2
been loaded
2012-06-03add autoversioning of css and js filesArun Persaud1-4/+19
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-03moved javascript into separate fileArun Persaud1-270/+3
2012-06-03moved javascript into its own directoryArun Persaud1-1/+1
2012-06-03moved css files into their own directoryArun Persaud1-2/+2
2012-06-03moved icons into their own directoryArun Persaud1-2/+2
2012-02-08use d3.js enter/exit; don't reload the whole page, just the part that is neededArun Persaud1-98/+94
2012-02-07some small cleanupArun Persaud1-23/+25
2012-02-07fixed page_index to advance when we click on a thumbnail from another pageArun Persaud1-8/+9
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 Persaud1-5/+37
2012-01-31removed debug outputArun Persaud1-1/+1
2012-01-31add prev/next pictures for easier slide show modeArun Persaud1-2/+34
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 Persaud1-0/+21
2012-01-22cleanup and new featuresArun Persaud1-79/+153
* 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-26don't show page index if there is only one pageArun Persaud1-33/+36
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