aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
Commit message (Collapse)AuthorAgeFilesLines
* dropdown-menu-right -> dropdown-menu-endMario2021-07-291-2/+2
|
* Merge branch 'dev' into bs5Mario2021-07-291-2/+4
|\
| * some work on streamlining mod photosMario2021-06-231-0/+2
| |
* | upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-18/+18
|/
* get devHilmar R2021-03-011-0/+0
|
* add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵Mario Vavti2018-12-141-1/+1
| | | | | variable which resultet in a javascript error (cherry picked from commit 7894fed7413ab3bd782bf939b17ca70bf0196d28)
* change button id to not interfere with the upload submit buttonMario Vavti2017-11-141-1/+1
|
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+172
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-172/+0
|
* css fixes and missing stringMario Vavti2017-04-071-14/+6
|
* fixing classesMario Vavti2017-03-101-1/+1
|
* some sed magic on button class namesMario Vavti2017-03-101-9/+9
|
* dropdown position fixesMario Vavti2016-12-131-2/+2
|
* photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-0/+3
| | | | work had gotten lost
* 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.