aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
Commit message (Collapse)AuthorAgeFilesLines
* multi acl: provide a acl-form-trigger class which comes handy in certain ↵Mario Vavti2016-08-041-1/+1
| | | | situations
* multi acl: port photosMario Vavti2016-08-041-3/+2
|
* update icon names in view/Treer2016-05-011-12/+12
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-251-1/+1
|
* missing return false for map linkMario Vavti2016-03-191-1/+1
|
* add use as cover photo link to photos viewMario Vavti2016-03-181-14/+33
|
* make attach_delete() return and comment out album rename functionality since ↵Mario Vavti2016-02-271-0/+2
| | | | this is not supported by the backend at the moment.
* issue #86 - like/dislike in photos not workingredmatrix2015-10-141-5/+5
|
* change photo permissions when attach permissions are changed through ↵redmatrix2015-09-181-1/+1
| | | | mod/filestorage, and fix lockview for photos.
* fix missing div and a regression introduced in ↵Mario Vavti2015-07-161-45/+32
| | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos
* more generic-content-wrapper and some css fixesMario Vavti2015-06-191-9/+8
|
* do not allow/show acl button on photo edit if not ownerMario Vavti2015-06-151-0/+2
|
* bring lockview to menu items, slightly change the way /lockview is calledMario Vavti2015-04-211-1/+1
|
* fix the map embed issue by keeping the map visible but moving it far off the ↵friendica2015-03-171-2/+2
| | | | screen.
* display a map for photos if allowed. Note: there is a bug in that if the map ↵friendica2015-03-161-1/+9
| | | | div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out.
* bring back like/dislike summaries on photosfriendica2015-02-161-58/+31
|
* turn the "adult photo flagging" (which prevents a particularly flagged photo ↵friendica2014-11-181-0/+3
| | | | from showing up in your top level albums) into a feature so it doesn't clutter the normal photo edit form. This feature was a quick hack and needs more work; but it could be important to somebody.
* undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-181-2/+2
|
* prevent posting before acl got populated since this will disregard the ↵marijus2014-11-081-2/+2
| | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
* provide lockstate for photo editmarijus2014-11-071-1/+1
|
* Provide a way to mark photos as adult and hide them from the default album ↵friendica2014-11-061-1/+3
| | | | view. Still need a button or setting to enable "unsafe viewing". This has no effect anywhere but in the album views. They can still be viewed by flipping through the individual photos with 'prev' and 'next'. We probably need a comprehensive strategy for how to deal with n-s-f-w photos in albums so consider this a band-aid which requires additional work and integration with other facilities which access these photos. It is entirely optional.
* one </div> to much and css fixesmarijus2014-11-031-79/+74
|
* css fixesmarijus2014-11-021-6/+6
|
* even more photos workmarijus2014-11-011-55/+54
|
* do not reload page for photo uploadmarijus2014-10-311-1/+1
|
* change the way tagrm works to allow tag removal on the flymarijus2014-10-281-1/+1
|
* several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-271-8/+8
| | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
* do not reload page for edit album and some minor cleanupmarijus2014-10-271-13/+11
|
* wrong vars in templatemarijus2014-10-261-2/+2
|
* some work on photos like/dislikemarijus2014-10-251-10/+75
|
* minor correction and typomarijus2014-10-201-4/+3
|
* not quite there yet but getting closermarijus2014-10-201-79/+81
|
* more work on photosmarijus2014-10-201-34/+41
|
* merge madnessfriendica2014-10-191-3/+13
|
* some work on single photo view commentsmarijus2014-10-151-0/+4
|
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-1/+1
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* 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.