summaryrefslogtreecommitdiffstats
path: root/js/photo-tags.js
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21better display of description and time for a single photoHEADmasterArun Persaud1-2/+2
2013-01-20added licenceArun Persaud1-0/+20
2012-11-17show search tags, current tags, and tags of the current pic in one lineArun Persaud1-4/+8
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 Persaud1-12/+35
* 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 Persaud1-2/+2
2012-10-16more bootstrap integration, cleanup and some small bugfixesArun Persaud1-16/+15
* 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 Persaud1-39/+48
2012-06-03added init function for code that needs to be called after the script has ↵Arun Persaud1-23/+26
been loaded
2012-06-03moved javascript into separate fileArun Persaud1-0/+267