aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Change the behaviour of 'use existing photo for profile'. For a channel with ↵zotlabs2016-10-181-0/+5
| | | | one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case.
* change event behaviour - share by default.zotlabs2016-10-181-4/+0
|
* issue #549, ACL has 'public' selected even when restrictive ACL is being used.zotlabs2016-10-171-3/+3
|
* don't show diaspora protocol info in the hcard if the diaspora protocol is ↵zotlabs2016-10-081-0/+1
| | | | not installed. This really needs to be moved to the plugin but this was a quick fix.
* merge usermenu and caret when using proredmatrix2016-10-061-0/+7
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-031-0/+9
| | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.
* provide ability for admin to change account passwordredmatrix2016-09-302-2/+16
|
* autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-1/+1
| | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax.
* subtle indicator of your own response verb activityredmatrix2016-09-251-8/+8
|
* the rest of the backend for supporting scroll-to-comment from notifications. ↵redmatrix2016-09-241-1/+1
| | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* objects with id=share_container seem to be blacklisted in various security ↵Mario Vavti2016-09-221-14/+2
| | | | browser plugins. rename it to distr_container. also remove some superfluous js
* fix #525Mario Vavti2016-09-221-1/+1
|
* pro: provide settings for techlevel and techlevel_lock on admin/site pageredmatrix2016-09-081-0/+6
|
* photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-0/+3
| | | | work had gotten lost
* add links to zcards #500 ; also provide drag/drop highlighting of comment ↵redmatrix2016-09-053-4/+27
| | | | regions when a link is being dragged over them
* revert moving home button to first position. instead move register and login ↵Mario Vavti2016-09-031-37/+38
| | | | buttons to the end of the list.
* pro: allow admin to set a site techlevel and optionally lock it.redmatrix2016-09-021-1/+1
|
* show home icon in first position in nav, provide register link also if ↵Mario Vavti2016-09-021-21/+25
| | | | register policy is set to approve and whitespace cleanup
* more work on theme select backendredmatrix2016-09-011-3/+7
|
* some issues with saved search - tags and connection searches weren't being ↵redmatrix2016-08-311-0/+5
| | | | saved.
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-0/+7
| | | | other roles.
* The 'save to folder' modal dialog looked like crap. Now it only looks like dung.redmatrix2016-08-302-5/+7
|
* Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-303-3/+3
|\
| * make lock switching actually work with multiple acl formsMario Vavti2016-08-291-1/+0
| |
| * move allowed email domains to admin->security pageredmatrix2016-08-282-2/+3
| |
* | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵Andrew Manning2016-08-274-24/+53
|\| | | | | | | attach_move() to include/attach.php.
| * contact-block needs a class clear div at the end to not mess with following ↵Mario Vavti2016-08-261-11/+12
| | | | | | | | widgets and whitespace
| * off by one pixelredmatrix2016-08-241-3/+3
| |
| * do not return false since it could prevent clicking also when not appropriate.Mario Vavti2016-08-241-1/+1
| |
| * remove the onclick actionMario Vavti2016-08-241-1/+1
| |
| * do not remove cover photo after scrolling it up. mimik an scroll edge if ↵Mario Vavti2016-08-241-24/+39
| | | | | | | | scrolling up again before scrolling into the cover photo again.
| * Revert "revert cover photo changes"Mario Vavti2016-08-241-8/+20
| | | | | | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee.
| * revert cover photo changesredmatrix2016-08-241-20/+8
| |
| * allow changing the server role - as well as configuring any of the three ↵redmatrix2016-08-232-1/+2
| | | | | | | | options during installation
| * cover photo: adjustments to display the entire photo on manual scrollback ↵redmatrix2016-08-231-1/+2
| | | | | | | | (padding added for nav height)
| * several cover photo widget enhancements:redmatrix2016-08-231-8/+19
| | | | | | | | | | | | | | | | | | - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed
* | Merge remote-tracking branch 'upstream/dev' into website-exportAndrew Manning2016-08-235-158/+104
|\|
| * optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+3
| |
| * remove references to tinymce which were causing console errorsredmatrix2016-08-212-85/+4
| |
| * move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-212-73/+97
| |
* | Website export to cloud files works. Created new recursive copy function in ↵Andrew Manning2016-08-231-1/+15
| | | | | | | | attach.php.
* | Visual improvements to the export element tableAndrew Manning2016-08-211-25/+25
| |
* | Block export and re-import works. Fixed bug where layout content was not ↵Andrew Manning2016-08-201-0/+36
| | | | | | | | being imported properly.
* | Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-0/+35
| |
* | Export of pages and their layouts to a zip file works. Bug on importing the ↵Andrew Manning2016-08-202-3/+5
| | | | | | | | exported zip file for pages.
* | Pages populate the available-to-export list. New checkbox class for smaller ↵Andrew Manning2016-08-191-6/+36
| | | | | | | | boxes.
* | Progress implementing zip file exportAndrew Manning2016-08-173-18/+46
| |
* | Stash changes for merge with devAndrew Manning2016-08-171-0/+14
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-161-0/+3
|\
| * move schema settings into the display settings main so we can set ↵redmatrix2016-08-151-0/+3
| | | | | | | | theme:schema theme selectors in settings