aboutsummaryrefslogtreecommitdiffstats
path: root/include/taxonomy.php
Commit message (Collapse)AuthorAgeFilesLines
* simplify dir_tagadelic dramaticallyzotlabs2018-01-171-18/+4
|
* hubzilla issue #945 continued: We previously blocked directory keywords when ↵zotlabs2018-01-101-7/+12
| | | | searching the local directory as it produced errant results and included results from the entire directory space (an issue that was resolved satisfactorily by that fix sometime in the past). As a result of issue #945 this was reworked so that we should return correct results for keywords when searching either the local directory or a standalone directory.
* hubzilla issue #945 - directory keywords returned from twkn in standalone modezotlabs2017-12-261-6/+19
|
* don't include invisible "update activities" in category widgetzotlabs2017-11-241-4/+6
|
* article featurezotlabs2017-11-221-0/+71
|
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-0/+2
| | | | 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.
* cards featurezotlabs2017-08-231-0/+76
|
* allow wildcard tag and category searcheszotlabs2017-07-201-2/+11
|
* hubzilla issue #810zotlabs2017-06-061-0/+30
|
* fix #594Mario Vavti2016-11-201-1/+1
|
* the text link to a thing will take you to the local thing page, both as a ↵redmatrix2016-06-171-1/+1
| | | | link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL.
* more db column renamesredmatrix2016-05-311-9/+9
|
* isolate all the tagadelic core code into a class and reuse itredmatrix2016-05-041-85/+4
|
* provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-0/+69
|
* static Appredmatrix2016-03-311-1/+1
|
* add photos to the profile "likes this" dropdownsredmatrix2016-02-011-3/+4
|
* don't show item_delayed_publish items in tag cloudsredmatrix2015-11-261-1/+3
|
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-6/+15
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-011-1/+1
|\
| * allow additional uses for xtagsredmatrix2015-10-011-1/+1
| |
* | separate objs/things from taxonomyredmatrix2015-09-011-5/+5
| |
* | make tagadelic results (including categories in wall-to-wall posts) visible ↵redmatrix2015-07-151-7/+12
| | | | | | | | to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-071-2/+2
|\|
| * rename function get_directory_settings => get_directory_setting and move ↵Mario Vavti2015-07-071-1/+1
| | | | | | | | sort options to directory title bar
| * make public forums only setting sticky and simplify function to get ↵Mario Vavti2015-07-071-2/+2
| | | | | | | | directory settings
* | Merge branch 'master' into tresfriendica2015-04-231-60/+75
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * don't show directory keywords widget if globaldir setting is offfriendica2015-04-151-0/+5
| |
| * Some cleanups and documentation.Klaus Weidenbach2015-03-041-58/+63
| | | | | | | | | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere.
| * tagcloud tweaksfriendica2015-03-021-2/+2
| |
| * increase the dynamic range of the tag clouds slightly.friendica2015-03-011-1/+1
| |
| * make tag clouds honour the full permissions repertoire, not just yes/no ↵friendica2015-02-171-2/+7
| | | | | | | | public/private, but who are you and what tags can you see
* | more message restrict conversionsfriendica2015-01-291-1/+1
| |
* | heavy lifting converting item flag bitsfriendica2015-01-221-2/+4
|/
* wall tagsfriendica2014-12-151-0/+20
|
* make sure the "tagcloud" actually shows hashtags. So we don't confuse folks ↵friendica2014-11-061-1/+1
| | | | with categories.
* category tagblockfriendica2014-11-061-0/+22
|
* jsonp support (thankxs fabrixxm)friendica2014-10-161-1/+1
|
* clean up the awful descriptive text on thing inputfriendica2014-06-231-1/+1
|
* ability to like thingsfriendica2014-06-231-2/+14
|
* basic edit and delete for thingsfriendica2013-12-301-2/+3
|
* display_thing: it ain't much, but it's implemented.friendica2013-12-291-1/+0
|
* a bit more backend work on thingsfriendica2013-12-281-0/+68
|
* comanchify mod_directory. Two modules remaining. Actually three because ↵friendica2013-12-201-8/+11
| | | | message needs to be split.
* more htmlspecialchars sanitisationfriendica2013-12-121-2/+2
|
* put comanche widgets in their own file. Added a category tagcloud widget - ↵friendica2013-10-271-4/+6
| | | | but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments.
* missing hashfriendica2013-09-191-1/+1
|
* add "tiered" access policy, add tagcloud to directory pagesfriendica2013-09-181-1/+1
|
* fix sql for directory tagcloudfriendica2013-09-171-1/+1
|
* provide the back-end for a directory tag cloudfriendica2013-09-171-0/+60
|
* input form for profile stufffriendica2013-07-041-0/+10
|