]> git.mxchange.org Git - friendica.git/history - include/dba.php
Replace dba::select(limit => 1) by dba::selectOne
[friendica.git] / include / dba.php
2018-01-10 Hypolite PetovanReplace dba::select(limit => 1) by dba::selectOne
2018-01-08 Hypolite PetovanMerge pull request #4123 from Rudloff/feature/ruleset
2018-01-07 Michael VogelMerge pull request #4183 from MrPetovan/bug/4173-fix...
2018-01-07 Michael VogelMerge pull request #4179 from MrPetovan/bug/4173-fix...
2018-01-07 Hypolite PetovanMerge pull request #4180 from annando/xmpp-auto-auth
2018-01-06 Michael VogelMerge pull request #4178 from MrPetovan/task/fix-scruti...
2018-01-06 Hypolite PetovanFix issues in mod/contacts
2017-12-14 Hypolite PetovanMerge pull request #4065 from annando/dbstructure-class
2017-12-14 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-12-14 MichaelClass moved, changes applied
2017-12-13 Hypolite PetovanMerge pull request #4060 from annando/system-unavailable
2017-12-13 Michael"system_unavailable.php" is unavailable now
2017-12-07 AndyHeeMerge remote-tracking branch 'upstream/develop' into...
2017-12-02 Michael VogelMerge pull request #3986 from MrPetovan/task/admin...
2017-12-02 Hypolite PetovanMerge branch 'develop' into task/admin-block-list
2017-12-01 Hypolite PetovanMerge branch 'develop' into task/admin-block-list
2017-12-01 Hypolite PetovanMerge branch 'develop' into task/admin-block-list
2017-12-01 Hypolite PetovanImprove dba
2017-11-30 AndyHeeMerge remote-tracking branch 'upstream/develop' into...
2017-11-25 rabuzarusMerge develop into 20171122_-_port_tagcloud
2017-11-24 Hypolite PetovanMerge pull request #3934 from zeroadam/Contact
2017-11-23 Hypolite PetovanMerge pull request #3932 from annando/more-dba
2017-11-22 MichaelSome handling for empty parameters
2017-11-22 MichaelSome more replaced old database functions
2017-11-21 Hypolite PetovanMerge pull request #3929 from annando/remove-old-mysql
2017-11-21 MichaelNo obsolete mysql_* anymore
2017-11-09 Hypolite PetovanMerge pull request #3883 from zeroadam/Issue-#3878
2017-11-08 Adam MagnessClass file relocations
2017-11-08 Adam MagnessClass file relocations
2017-10-29 Tobias DiekershoffMerge pull request #3830 from annando/dba-pdo-connected
2017-10-29 MichaelDBA: The "connected" check for PDO didn't work.
2017-10-16 Tobias DiekershoffMerge pull request #3789 from Alkarex/french_regions
2017-10-16 Tobias DiekershoffMerge pull request #3788 from Alkarex/denmark_regions
2017-10-16 Tobias DiekershoffMerge pull request #3786 from tobiasd/3.5.4-CHANGELOG
2017-10-13 rabuzarusMerge pull request #3779 from annando/event-data
2017-10-12 Tobias DiekershoffMerge pull request #3778 from annando/initialize-sql
2017-10-11 Michael"dba" is now a static class
2017-10-11 Tobias DiekershoffMerge pull request #3776 from annando/initialize-sql
2017-10-10 MichaelAdditional check if the database object is initialized
2017-10-10 MichaelChecks if the database variable is initialized
2017-10-05 Tobias DiekershoffMerge pull request #3743 from MrPetovan/task/update...
2017-10-05 Tobias DiekershoffMerge pull request #3755 from tobiasd/CHANGELOG-3.5.5
2017-10-05 Tobias DiekershoffMerge pull request #3757 from silke/develop
2017-10-04 Silke MeyerMerge remote-tracking branch 'upstream/develop' into...
2017-09-30 Tobias DiekershoffMerge pull request #3747 from annando/additional-checks
2017-09-30 MichaelAdd additional checks for the worker
2017-09-16 Tobias DiekershoffMerge pull request #3708 from annando/dba-bugfix
2017-09-16 MichaelUnused functions removed
2017-09-15 Michael"qu" is no more
2017-09-15 MichaelBugfix for pictures that weren't stored / reworked...
2017-09-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-09-15 Tobias DiekershoffMerge pull request #3702 from annando/new-dba
2017-09-15 Michael"exists", "select" whre is the difference?
2017-09-15 MichaelAdded documentation
2017-09-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-09-15 MichaelOnly warn when there are arguments at all
2017-09-15 MichaelWe now avoid prepared statements without an argument
2017-09-14 MichaelThe old database function is now replaced with a wrapper
2017-08-26 Tobias DiekershoffMerge pull request #3659 from annando/more-static
2017-08-26 MichaelAnd some more static warnings removed
2017-08-25 Tobias DiekershoffMerge pull request #3655 from annando/static-methods
2017-08-25 MichaelStatically used methods should be defined statically...
2017-08-24 Tobias DiekershoffMerge pull request #3650 from annando/feed-probing
2017-08-24 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-08-23 rabuzarusMerge pull request #3648 from annando/develop
2017-08-23 MichaelIssue 3645: Avoid problems with boolean values
2017-08-15 Tobias DiekershoffMerge pull request #3631 from annando/1708-libertree
2017-08-15 Tobias DiekershoffMerge pull request #3632 from annando/bugfix-3630
2017-08-14 MichaelNow the bugfix really should work
2017-08-14 Tobias DiekershoffMerge pull request #3630 from annando/dba-2
2017-08-14 MichaelCleaning code
2017-08-12 MichaelNow deletions will also work with complicated queries
2017-08-12 MichaelDBA: The condition can now be a complex string
2017-08-12 MichaelRestructured "dba::exists" function
2017-08-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-08-12 Michael VogelMerge pull request #3627 from tobiasd/20170812-invite
2017-08-11 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-08-11 MichaelNew dba functions
2017-08-11 Tobias DiekershoffMerge pull request #3622 from annando/new-dba
2017-08-10 MichaelImproved parameter handling
2017-08-09 Michael VogelMerge pull request #3620 from tobiasd/20170809-issue3592
2017-08-09 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-08-09 MichaelModifed "update" and "insert" function / many changed...
2017-08-09 Tobias DiekershoffMerge pull request #3619 from annando/dba-connect
2017-08-09 MichaelDBA: Do a fallback to other db functions on problems
2017-08-08 Tobias DiekershoffMerge pull request #3618 from annando/mysqli-fix
2017-08-08 MichaelQuickfix for MYSQLi (prepared statement problem)
2017-08-05 Michael VogelMerge pull request #3617 from ddorian1/develop
2017-08-04 Johannes SchwabCatch exceptions in PDO constructor
2017-08-03 Tobias DiekershoffMerge pull request #3613 from annando/some-ostatus
2017-08-03 Tobias DiekershoffMerge pull request #3614 from annando/avoid-warnings
2017-08-03 MichaelAvoid some PHP warnings, no functional changes
2017-07-13 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-07-13 Tobias DiekershoffMerge pull request #3580 from annando/issue-3571-2
2017-07-12 MichaelFixed error reporting
2017-07-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-07-11 Michaeldatabase logging now works for database errors
2017-07-10 Michael VogelMerge pull request #3569 from tobiasd/20170702-delete
2017-07-07 Alexandre AlapetiteMerge branch 'develop' into semaphore_warning
2017-07-04 Tobias DiekershoffMerge pull request #3559 from annando/some-more-poller
next