]> git.mxchange.org Git - friendica.git/history - src/Model
File and category aren't using "term" anymore
[friendica.git] / src / Model /
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 MichaelRenamed function
2020-05-01 Michaelthe "term" field now is called "name", workaround removed
2020-05-01 MichaelRemoved unused "use"
2020-05-01 MichaelFunction renamed
2020-05-01 MichaelNotification moved to usage of the "tag" table
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-29 Hypolite PetovanMerge pull request #8562 from annando/issue-8557
2020-04-29 MichaelIt has to be "selectFirst"
2020-04-28 MichaelIssue 8557: We have to fetch only a single row
2020-04-28 Hypolite PetovanMerge pull request #8561 from annando/issue-8560
2020-04-28 MichaelIissue 8560: Wrong value for parent in mail notification
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelMerge
2020-04-28 Hypolite PetovanMerge pull request #8556 from annando/close-db-connection
2020-04-28 MichaelUsage of the new tag tables
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-28 MichaelMerge
2020-04-28 MichaelSome more forgotten DBA::close
2020-04-28 Tobias DiekershoffMerge pull request #8554 from annando/fix-8551
2020-04-28 MichaelAdded forgotten DBA::close
2020-04-27 Hypolite PetovanMerge pull request #8549 from annando/suppress-xml-log
2020-04-27 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-27 MichaelSuppress XML logging of errors
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 MichaelMore preparations for term to tag transition
2020-04-26 MichaelThe tag table is now really used
2020-04-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-26 MichaelQueries had been simplified
2020-04-26 MichaelMerge branch 'views' of github.com:annando/friendica...
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-26 Michael VogelUpdate src/Model/Profile.php
2020-04-25 Michael VogelUpdate src/Model/Profile.php
2020-04-25 Michael VogelUpdate src/Model/Profile.php
2020-04-25 MichaelAdded check and repair for missing self contact
2020-04-24 MichaelThree more joins replaced with views
2020-04-24 MichaelThere is now a pending view
2020-04-24 MichaelRemoved query for "updated" in gcontact
2020-04-24 MichaelAnd some more view calls added
2020-04-24 MichaelOwner-view added
2020-04-23 Hypolite PetovanMerge pull request #8520 from annando/term2tag
2020-04-22 MichaelCode standards
2020-04-21 Hypolite PetovanMerge pull request #8532 from annando/fix-image-description
2020-04-21 Michael VogelMerge pull request #8531 from MrPetovan/bug/8523-frio...
2020-04-21 Michael VogelMerge pull request #8530 from MrPetovan/task/8498-move...
2020-04-20 Hypolite PetovanMove poke module to src/
2020-04-20 MichaelSwitchable contact probing
2020-04-20 MichaelStore implicit mentions
2020-04-20 MichaelFix: Wrong variable
2020-04-19 MichaelImproved logging
2020-04-19 MichaelHashtag handling with Diaspora improved
2020-04-19 MichaelUpdate item-uri with guid if given
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 MichaelDon't insert empty terms
2020-04-16 MichaelAdded uri-id to the constant
2020-04-16 MichaelSpaces
2020-04-15 MichaelUse the own constants
2020-04-15 MichaelNew model class for tag
2020-04-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-15 Hypolite PetovanMerge pull request #8519 from annando/item-select
2020-04-15 MichaelWhitespace removed
2020-04-15 MichaelMerge branch 'item-select' of github.com:annando/friend...
2020-04-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-15 MichaelFix: some selected item fields hadn't been selected
2020-04-15 MichaelFix: some selected item fields hadn't been selected
2020-04-15 MichaelFix for missing fields
2020-04-13 MichaelTerm constants updated
2020-04-13 Hypolite PetovanMerge pull request #8512 from annando/no-sign
2020-04-13 MichaelThe "sign" table had been removed
2020-04-01 Hypolite PetovanMerge pull request #8484 from annando/barracuda
2020-04-01 MichaelCheck for Antelope and convert to Barracuda
2020-04-01 Hypolite PetovanMerge pull request #8481 from annando/mimetype
2020-04-01 MichaelImproved Mime Type detection
2020-03-30 Tobias DiekershoffMerge pull request #8426 from tobiasd/2020.03-changelog
2020-03-30 Tobias DiekershoffMerge pull request #8472 from annando/prevent-loop
2020-03-30 MichaelPrevent putting much stress on remote systems
2020-03-29 Tobias DiekershoffMerge pull request #8465 from AlfredSK/AlfredSK-dont_me...
2020-03-29 Michael VogelMerge pull request #8466 from annando/internal-psid
2020-03-29 MichaelFix: Queries with empty selections hadn't worked anymore
next