aboutsummaryrefslogtreecommitdiffstats
path: root/include/taxonomy.php
Commit message (Collapse)AuthorAgeFilesLines
* add the observer hash to the cache key in categories_widget()Mario2024-03-251-2/+3
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-1/+2
|
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-291-2/+2
|
* if it is not an array do not attempt count()Mario Vavti2023-12-081-1/+1
|
* initial check in to allow all mentions optionMario2023-03-231-4/+5
|
* we should look for owner_xchan just like in mod pubstreamMario2023-01-041-2/+2
|
* fix issues with pubstream tagcloudMario2023-01-021-45/+47
|
* fix php warningsMario2022-10-201-1/+1
|
* chek permissions in get_things() - partly fixes issue #1686 a lot more work ↵Mario2022-09-141-48/+50
| | | | is requird though
* FormattingMax Kostikov2021-03-081-5/+4
|
* Define $sql_extra2 variable before concatenationMax Kostikov2021-03-081-1/+2
|
* Use datetime interval in public tag cloud query to support queueworker ↵Max Kostikov2021-02-061-1/+1
| | | | deduplication
* Revert "Fix directory permissions on create"Max Kostikov2021-01-271-2/+2
| | | | This reverts commit 85c5e1178a57865ad977c260725da2839ebb4d98
* Encode SQL query arrayMax Kostikov2021-01-221-1/+1
|
* Implement SQL query background cachingMax Kostikov2021-01-211-24/+26
|
* Add results caching on public tag and profile categories fetchingMax Kostikov2020-10-251-42/+51
|
* Cleanup and fixesMario2019-03-151-2/+0
|
* code booboo may have degraded the performance of the Trending tag query more ↵zotlabs2018-04-191-1/+2
| | | | than necessary
* just provide the trending tags in public stream by default and simplify the ↵zotlabs2018-04-181-1/+1
| | | | query to improve load times; I intend to do additional work on this feature later
* minor code optimisationzotlabs2018-04-171-10/+5
|
* also add the noisy 'rss' tagzotlabs2018-04-171-1/+1
|
* re-use directory safemode setting for public stream tag filtering since a ↵zotlabs2018-04-171-4/+13
| | | | handful of well-known tags skews the results wildly. Added 'bot' to the list just because it's noisy. A site can customise or nullify this feature if they desire.
* fine tuning the public stream tag resultszotlabs2018-04-171-9/+0
|
* public stream tag enhancementszotlabs2018-04-171-0/+64
|
* Create catcloud widget and provide a type option which can include 'cards' ↵zotlabs2018-04-091-6/+10
| | | | or 'articles'
* tagadelic was being overly protective of permissions.zotlabs2018-03-221-2/+2
|
* 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