aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
Commit message (Collapse)AuthorAgeFilesLines
...
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-091-0/+3
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* 14px>12pt as agreed on ↵Jeroen2014-07-281-2/+1
| | | | https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
* clear floats on photo page (footer content appearing on right of page ↵friendica2014-07-271-0/+2
| | | | instead of bottom)
* Improved photo view page. Added a delete button, stylized other button and ↵Jeroen2014-07-271-2/+11
| | | | rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
* Add HTML5 datalist to edit photo album field.Klaus Weidenbach2014-06-221-14/+22
| | | | | | | This patch provides a datalist for the edit photo album field. This makes it easier to move a picture to another existing folder in the way that it provides a list of all available albums as values for the album field.
* Removed some unnecessary changes.root2014-05-101-1/+1
|
* Made some changes to img tags to enforce max-width everywhere, and to the ↵root2014-05-071-1/+1
| | | | page headers to allow user scaling.
* bootstrapify aclselectormarijus2014-04-111-8/+2
|
* replace lock icon with icon-{lock, unlock}marijus2014-04-091-1/+1
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-12/+13
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* photo tagging somewhat working - but can't remove photo tags until we update ↵friendica2014-02-031-3/+5
| | | | tagrm
* photo tagging still broken - but at least don't create a new linked item ↵friendica2014-01-271-1/+1
| | | | every time a photo is edited.
* remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-261-2/+0
| | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵friendica2013-12-251-1/+1
| | | | license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.
* more icon tweaks - this could be going on for some time; try to get icon ↵friendica2013-10-101-3/+3
| | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
* Give prettyphoto it's own template to make themeing it less annoying.Thomas Willingham2013-07-141-10/+1
|
* some work on issue #62 (comments collapsing on liveupdate), but still a work ↵friendica2013-07-021-3/+52
| | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
* remove "internal" templates, use "tpl/" folder for smarty3 templates,fabrixxm2013-05-081-23/+28
| | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
* Implement prettyPhoto (somewhat).Thomas Willingham2013-03-231-1/+7
|
* major theme re-org, only duepuntozero and slackr working atmfriendica2012-08-011-0/+37