]> git.mxchange.org Git - friendica.git/history - src/Model/Tag.php
Dant try to add mentions on starting posts
[friendica.git] / src / Model / Tag.php
2020-05-09 MichaelDant try to add mentions on starting posts
2020-05-09 MichaelAlways mention the parent author
2020-05-09 MichaelIssue 8610: Implicit mentions work again
2020-05-05 Hypolite PetovanMerge pull request #8585 from annando/legacy-tag
2020-05-05 MichaelRenamed function
2020-05-05 MichaelRemoved legacy usage of the "tag" field
2020-05-05 Hypolite PetovanMerge pull request #8577 from annando/no-term2
2020-05-05 MichaelMerge branch 'no-term3' into no-term2
2020-05-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-05-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-05-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-05-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-05-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-05-04 Hypolite PetovanMerge pull request #8570 from annando/tag-notice
2020-05-04 Hypolite PetovanMerge pull request #8571 from annando/no-term
2020-05-03 MichaelFile and category aren't using "term" anymore
2020-05-02 MichaelThe old tag handling is removed
2020-05-01 Hypolite PetovanMerge pull request #8566 from annando/write-tags
2020-05-01 Michaelthe "term" field now is called "name", workaround removed
2020-05-01 MichaelFunction renamed
2020-05-01 MichaelMove "isType" to Tag.php
2020-05-01 MichaelSome more "term" to "tag" conversion
2020-05-01 Michaelfunction names changed
2020-04-29 MichaelFix: Mentions had been stored as tags
2020-04-29 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelUsage of the new tag tables
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-27 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-27 MichaelMerge branch 'develop' of github.com:annando/friendica...
2020-04-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-26 Hypolite PetovanMerge pull request #8545 from nupplaphil/bug/subdir
2020-04-26 Hypolite PetovanMerge pull request #8537 from annando/views
2020-04-26 MichaelThe tag table is now really used
2020-04-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-24 MichaelOwner-view added
2020-04-23 Hypolite PetovanMerge pull request #8520 from annando/term2tag
2020-04-20 MichaelSwitchable contact probing
2020-04-20 MichaelStore implicit mentions
2020-04-19 MichaelImproved logging
2020-04-19 MichaelHashtag handling with Diaspora improved
2020-04-19 MichaelDon't store URL with hashtags / OStatus-Diaspora-Improv...
2020-04-18 MichaelCentral function to fetch the type for a given hash
2020-04-18 MichaelTags can now be added and removed from photos
2020-04-18 MichaelUse constants
2020-04-18 MichaelHybrid mode for non resolvable contacts
2020-04-18 MichaelStore mentioned contacts in another way
2020-04-18 MichaelFixes RegExp
2020-04-18 MichaelImproved body scanning, increased length
2020-04-17 MichaelAdded documentation
2020-04-17 MichaelWe now store the tags in two separate tables
2020-04-16 MichaelSpaces
2020-04-15 MichaelUse the own constants
2020-04-15 MichaelNew model class for tag