cef1aa6d1b
add some more stuff to admin/account_edit (service class, language, and 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.
redmatrix2016-10-03 17:16:24 -07:00
883828c6cc
change hook name and return results
redmatrix2016-10-01 15:15:14 -07:00
fa94644bcf
Unify the various mail sending instance to enotify::send() and z_mail(). Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
redmatrix2016-10-01 03:06:01 -07:00
ad309f1036
provide ability for admin to change account password
redmatrix2016-09-30 15:42:14 -07:00
b0dbb6708e
std_version bump due to js and css changes
Mario Vavti2016-09-29 12:06:40 +02:00
5d2cf3d23c
omit autoscrolling to toplevel items
Mario Vavti2016-09-29 11:55:41 +02:00
3c9809bfe6
highlight the displayed mid and css fixes
Mario Vavti2016-09-29 11:28:27 +02:00
c530b4fb97
fixes for make scroll to mid work properly with collapsed threads: unhide the hidden items before scrolling to it, slideDown() is to slow - we must use show() here)
Mario Vavti2016-09-29 11:07:53 +02:00
eae9774cb6
missing categories in preview mode
redmatrix2016-09-26 16:20:36 -07:00
8bf03d21cd
catch js error if there are no collapsed comments
Mario Vavti2016-09-26 11:26:13 +02:00
62229d0a49
use color #337AB7 instead aof bold and 120% for ivoted class
Mario Vavti2016-09-26 10:48:42 +02:00
6586b97a54
remove the now useless url fragments from notification links
redmatrix2016-09-25 23:12:45 -07:00
7e59c70a9f
autoscroll to target post/comment when in single-thread mode; don't 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.
redmatrix2016-09-25 23:09:08 -07:00
bba7fe24e9
subtle indicator of your own response verb activity
redmatrix2016-09-25 20:34:36 -07:00
14e2a5cc39
also allow notification scroll on conversation page notifications (network and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js).
redmatrix2016-09-24 16:25:04 -07:00
c04c57ea0f
the rest of the backend for supporting scroll-to-comment from notifications. We still need an ajax handler as fragments are evaluated before content is loaded.
redmatrix2016-09-24 16:20:25 -07:00
26138ac46d
Updated Italian strings
Wave722016-09-22 17:22:03 +02:00
ed457ac694
Update DE translation strings
phellmes2016-09-22 13:45:49 +02:00
56aa568124
objects with id=share_container seem to be blacklisted in various security browser plugins. rename it to distr_container. also remove some superfluous js
Mario Vavti2016-09-22 11:07:21 +02:00
c43eccf591
zot discovery wasn't returning in all cases (after discovering zot), which means that it could fall through and also discover other protocols and create xchans for them.
redmatrix2016-09-21 13:24:16 -07:00