aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* minor tweak to utf8 usernames after some testing of the underlying ↵zotlabs2018-04-231-0/+5
| | | | encode/decode funations. This probably isn't critical and I do not have a failure case but just trying to cover all bases.
* relax restrictions to the design tools menu to allow those with write_pages ↵zotlabs2018-04-181-1/+1
| | | | permission; this doesn't fix the underlying modules though as there are some potential security issues at the moment.
* add alt_pager to mod_moderate, remove legacy $a parameter from all ↵zotlabs2018-04-171-1/+1
| | | | occurrences of alt_pager
* minor code optimisationzotlabs2018-04-171-0/+17
|
* fix xchan_query() for anon commentsMario Vavti2018-04-091-1/+1
|
* private forum mentionszotlabs2018-04-041-2/+6
|
* allow the link target attribute to be modified in bbcode() from much further ↵zotlabs2018-04-041-4/+5
| | | | up the call stack in prepare_page() which will usually refer to a local item.
* hubzilla issue #1019 - punycode urls on connedit page when displaying locationszotlabs2018-03-291-3/+5
|
* php strpos() empty needle warning when a term entry has no urlzotlabs2018-03-251-1/+1
|
* unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-121-0/+16
| | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored.
* sort settings/featuredzotlabs2018-03-021-0/+6
|
* change undo_post_tagging() to emit quoted tags rather than using underscore ↵zotlabs2018-02-261-2/+9
| | | | replacement if they contain spaces.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-261-1/+2
|\
| * mark connections where we do not have post_comments permissions with an no ↵Mario Vavti2018-02-241-1/+2
| | | | | | | | entry sign.
* | issues with delivery of edited posts to forumszotlabs2018-02-261-0/+12
|/
* implode can take its arguments in either order, but let's try to be consistentzotlabs2018-02-041-26/+29
|
* more generalisation of commonly used code constructszotlabs2018-02-011-0/+28
|
* typo from previous checkin and partial fix to hubzilla #965 - show any ↵zotlabs2018-01-261-1/+8
| | | | connection without comment permission as archived in contact_block().
* :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-30/+92
| | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* reverse the logic so we zidify by defaultzotlabs2017-12-161-3/+3
|
* don't zidify all permalinks, only zot permalinkszotlabs2017-12-161-1/+6
|
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-2/+2
| | | | also some extra checking of server headers in upload functions
* cloud tiles: use folder-o for folders and set the icon colour to something a ↵zotlabs2017-11-191-2/+2
| | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black)
* improve the icon mappings for cloud tile viewzotlabs2017-11-161-1/+26
|
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-7/+7
| | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
* fix issues with diaspora xchansMario Vavti2017-11-021-1/+1
|
* acl encoding issueszotlabs2017-10-231-1/+1
|
* purify user-supplied filenames in some cases. Probably not needed but it's ↵zotlabs2017-10-091-0/+6
| | | | the right thing to do.
* urlencode hashes from mod_aclzotlabs2017-10-031-1/+1
|
* extend activity_match to work with arrayszotlabs2017-09-241-2/+10
|
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-6/+13
| | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
* Merge branch 'master' into taggingzotlabs2017-09-241-8/+8
|\
| * use mimetype text description rather than technical name in dropdown ↵zotlabs2017-09-191-8/+8
| | | | | | | | choices, found bug in mimetype selection option code
* | more tag stuffzotlabs2017-09-171-1/+1
| |
* | tagging changeszotlabs2017-09-171-4/+11
|/
* add option to mimetype selector so you can change the element name in case ↵zotlabs2017-09-121-2/+2
| | | | you end up with two of these suckers on the same page
* wiki mimetype selectionzotlabs2017-09-121-3/+3
|
* testing owazotlabs2017-09-071-2/+2
|
* remove period from characters allowed in username, as this will mess up URL ↵zotlabs2017-09-051-4/+4
| | | | based content-type negotiation. It was previously disallowed but permitted a month or two ago after seeing Diaspora started allowing it. It's OK if they have it, but we can't; as many of our urls are based on username and theirs are primarily based on uid.
* issue with mentions and xchans with @ or /zotlabs2017-08-301-1/+1
|
* use iso 8601 "Zulu" for log timestamps so it can be easily processed with ↵zotlabs2017-08-291-3/+6
| | | | fail2ban
* escape 'http' inside code blocks so it doesn't trigger an oembedzotlabs2017-08-291-0/+2
|
* remove easter eggzotlabs2017-08-151-7/+0
|
* add rel=noopener to all external target _blank linkszotlabs2017-06-131-2/+2
|
* move code syntax highlighting to pluginzotlabs2017-05-301-33/+6
|
* re-arrange a few functionszotlabs2017-05-301-0/+8
|
* work through the diaspora_v2 outgoing status postszotlabs2017-05-281-1/+2
|
* remove php version checks for older ( < 5.4) code incompatibilitieszotlabs2017-05-231-19/+13
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-2/+0
|\
| * smileybutton fixesMario Vavti2017-05-191-2/+0
| |