aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Moved delete wiki button into new edit wiki form, opened by edit wiki icon ↵Andrew Manning2016-11-142-28/+29
| | | | in wiki list
* Moved new wiki and new page buttons to widgetsAndrew Manning2016-11-143-348/+391
|
* Bring Ace editor into focus when Edit tab is clicked to allow immediate text ↵Andrew Manning2016-11-121-2/+6
| | | | entry.
* Removed wiki list dropdown menus, moving the download and delete icons to ↵Andrew Manning2016-11-121-14/+6
| | | | beside the open wiki link.
* Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved ↵Andrew Manning2016-11-121-20/+49
| | | | page tools in there as well as new page and new wiki
* Move save button to tab barAndrew Manning2016-11-121-3/+5
|
* Wiki control dropdown menu improvementAndrew Manning2016-11-121-9/+9
|
* typo when consolidating iconszotlabs2016-11-081-1/+1
|
* use a single iconzotlabs2016-11-081-2/+2
|
* let's use the bar-chart icon for voting to make the look consistent with the ↵zotlabs2016-11-071-1/+1
| | | | event attendance button and hint at its function
* distinguish the buttons for voting and attendance by adding a calendar icon ↵zotlabs2016-11-071-1/+1
| | | | to the button used for attendance
* cleanup and re-organise the voting and attendance buttonszotlabs2016-11-071-19/+32
|
* reorganise emoticonszotlabs2016-11-061-4/+4
|
* provide merged usermenu div for all server roleszotlabs2016-11-021-4/+0
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-0/+1
|
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-021-0/+1
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+1
| | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
* fix https://zothub.de/display/9d9078d212862c5f58Mario Vavti2016-10-301-0/+1
|
* modernise chanview, which has a renewed purpose - to provide a connect link ↵zotlabs2016-10-261-2/+1
| | | | to foreign network members. The iframe no longer works due to content security policies, and people hated this with a passion anyway; so just provide a URL to visit.
* Merge pull request #565 from anaqreon/wiki-downloadzotlabs2016-10-232-0/+5
|\ | | | | Add wiki download button to export the selected wiki repo to a zip file
| * Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-222-0/+5
| |
* | provide lockstate for events and remove obsolete codeMario Vavti2016-10-222-12/+1
|/
* 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
| |