| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
mod/filestorage, and fix lockview for photos.
|
|
|
|
| |
ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos
|
| |
|
| |
|
| |
|
|
|
|
| |
screen.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
.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 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.
|
|
|
|
| |
https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
|
|
|
|
| |
instead of bottom)
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
page headers to allow user scaling.
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
tagrm
|
|
|
|
| |
every time a photo is edited.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
|
| |
|
|
|
|
|
|
| |
in progress
some work on photo consolidated "view/edit", but still a work in progress
|
|
|
|
| |
move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
|
| |
|
|
|