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.
redmatrix
2016-10-03 17:16:24 -07:00
a2ccfc1e50
update version
redmatrix
2016-10-01 15:48:18 -07:00
771d87781e
roll version
redmatrix
2016-10-01 15:47:03 -07:00
883828c6cc
change hook name and return results
redmatrix
2016-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.
redmatrix
2016-10-01 03:06:01 -07:00
ad309f1036
provide ability for admin to change account password
redmatrix
2016-09-30 15:42:14 -07:00
56b12f6555
issue #538 continued
redmatrix
2016-09-30 13:00:15 -07:00
e48323775d
add another hook
redmatrix
2016-09-29 22:28:23 -07:00
b0dbb6708e
std_version bump due to js and css changes
Mario Vavti
2016-09-29 12:06:40 +02:00
5d2cf3d23c
omit autoscrolling to toplevel items
Mario Vavti
2016-09-29 11:55:41 +02:00
3c9809bfe6
highlight the displayed mid and css fixes
Mario Vavti
2016-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 Vavti
2016-09-29 11:07:53 +02:00
fcd7dc8744
some additions to changelog
redmatrix
2016-09-29 00:42:28 -07:00
f9f1b16e76
first cut at experimental techlevels feature spec. This spec is very likely to change.
redmatrix
2016-09-28 22:05:01 -07:00
fe3e4bd0ec
dusting the old grammars
redmatrix
2016-09-28 20:56:52 -07:00
5b6c2c32bf
Bring the saved search feature in line with the spec, and publish the feature spec.
redmatrix
2016-09-28 20:55:15 -07:00
245c2d4eed
issue #519 continued
redmatrix
2016-09-28 18:37:05 -07:00
095e2bf0b3
file clone sync issue, 1. channel permission import had no uid, 2. mod_getfile was sending attach['data'] instead of attach['content']
redmatrix
2016-09-28 16:51:47 -07:00
ffee413d2d
fix dbescdate()
Mario Vavti
2016-09-28 12:43:02 +02:00
eae9774cb6
missing categories in preview mode
redmatrix
2016-09-26 16:20:36 -07:00
8bf03d21cd
catch js error if there are no collapsed comments
Mario Vavti
2016-09-26 11:26:13 +02:00
62229d0a49
use color #337AB7 instead aof bold and 120% for ivoted class
Mario Vavti
2016-09-26 10:48:42 +02:00
6586b97a54
remove the now useless url fragments from notification links
redmatrix
2016-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.
redmatrix
2016-09-25 23:09:08 -07:00
bba7fe24e9
subtle indicator of your own response verb activity
redmatrix
2016-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).
redmatrix
2016-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.
redmatrix
2016-09-24 16:20:25 -07:00
8333d41dbd
fix issue #528
Mario Vavti
2016-09-24 19:02:37 +02:00
dca4db9d4d
convert oembed tools to use json arrays rather than json objects
redmatrix
2016-09-24 05:15:06 -07:00
4650458157
add server_roles document to aid people in making informed choices
redmatrix
2016-09-24 02:30:12 -07:00
26138ac46d
Updated Italian strings
Wave72
2016-09-22 17:22:03 +02:00
ed457ac694
Update DE translation strings
phellmes
2016-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 Vavti
2016-09-22 11:07:21 +02:00
73c781a0cf
add bootstrap .css.map files
Mario Vavti
2016-09-22 09:52:11 +02:00
3edbb564fcfix#525
Mario Vavti
2016-09-22 09:43:11 +02:00
4e85bc66b8
function to check for different values of NULL_DATE for backward compatibility
redmatrix
2016-09-21 17:16:54 -07:00
d1c9701ccf
issue #522 - replace && with AND in sql query.
redmatrix
2016-09-21 16:01:17 -07:00
ec5cc08fab
issue #521, add 'map' extension to files served natively by nginx without using the project controller
redmatrix
2016-09-21 15:47:18 -07:00
b5d093e5ca
finish the channel_reddress() conversion
redmatrix
2016-09-21 15:28:37 -07: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.
redmatrix
2016-09-21 13:24:16 -07:00