4e1b1c0811
Issue 8635: Avoid concurrent database updates
...
Possibly helps with #8635
2020-05-16 08:15:51 +00:00
28e52f4db1
Fixed table name
2020-05-16 06:14:25 +00:00
14f814e6ba
Issue 8636: Check and fix data before foreign key creation
2020-05-16 06:12:28 +00:00
ec3290da3b
We already have got a function to check if a table exists
2020-05-15 18:32:53 +00:00
d70b77288d
Call the initial value check in the test
2020-05-15 18:08:06 +00:00
e333f45d0f
Ensure that the initial values are set
2020-05-15 17:49:07 +00:00
89b47afb09
Testmode added
2020-05-15 15:41:50 +00:00
d71c3e0812
Activate test mode for database
2020-05-15 15:05:17 +00:00
7a82171bfe
The "term" table is removed
2020-05-15 06:50:20 +00:00
faaf3d89e3
The next boolean
2020-05-11 19:07:18 +00:00
c5be1092d0
Use "quoteIdentifier"
2020-05-11 18:59:36 +00:00
a7f777ee43
DBStructure is now using "q(" nevermore
2020-05-10 20:23:58 +00:00
7f55e1b2bc
We now support real foreign keys
2020-05-10 14:55:03 +00:00
5fe6a2dfcd
We now store verbs in a new side table
2020-05-09 15:38:40 +00:00
0f042b064a
Fix warning, notice and DB Error
2020-05-05 21:49:48 +00:00
f7a45e4153
Merge pull request #8577 from annando/no-term2
...
File and category aren't using "term" anymore
2020-05-05 13:45:48 -04:00
7de6e60328
Merge remote-tracking branch 'upstream/develop' into issue-8550
2020-05-05 15:56:24 +00:00
5725784055
Update database definition, cleaned code
2020-05-05 15:47:35 +00:00
59675c4f0b
Merge remote-tracking branch 'upstream/develop' into no-term2
2020-05-05 15:44:24 +00:00
875d6b36e9
File and category aren't using "term" anymore
2020-05-03 15:13:40 +00:00
1a4beaf061
post update function added
2020-05-02 21:27:37 +00:00
6d4962a571
1,000 is better than 100
2020-04-30 12:13:13 +00:00
bb0d6ce6f6
Better check for finished conversion
2020-04-30 09:03:05 +00:00
88931e5053
Post update functionality for tags
2020-04-30 06:09:57 +00:00
Michael Vogel
e1d21e736a
Update src/Database/Database.php
...
Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
2020-04-29 19:13:23 +02:00
6487daa4a9
Issue 8550: Check for a good table_definition cache value
2020-04-29 06:28:06 +00:00
70e5639e29
Merge
2020-04-28 13:33:03 +00:00
fd752be114
Issue 8546: Added option to not use prepared statements
2020-04-28 05:40:23 +00:00
6c59e03805
Renamed comment
2020-04-26 16:20:17 +00:00
51bc5279a0
Documentation and unneeded stuff removed
2020-04-25 18:36:58 +00:00
afa712b811
DBView is View
2020-04-24 08:48:34 +00:00
c3aa2730de
Improved definition style
2020-04-23 07:02:18 +00:00
63ebbb8a16
We now can define views
2020-04-23 06:19:44 +00:00
01c6179feb
Check for Antelope and convert to Barracuda
2020-04-01 18:11:06 +00:00
f047944b2d
Switch all item deletion logging to info level
2020-03-04 15:59:19 -05:00
b4597a643d
Add callstack context to cascade deletion debug logging
2020-03-04 10:30:55 -05:00
nupplaPhil
23c64b9a11
Add license info at Friendica classes
2020-02-09 15:45:36 +01:00
bac5159f6f
Clarify update.php doc and mention Database\PostUpdate
2020-01-20 07:47:53 -05:00
559879f41f
Enable Model lazy updating based on only the changed data
...
- Simplify update decision in Database
2020-01-20 07:32:48 -05:00
353dab166e
Rename PermissionSet::fetchIDForPost to PermissionSet::getIdFromACL
...
- Allow creating/retrieving a permission set id with arbitrary parameters
- Rename ACLformatter->sanitize to ACLFormatter->sanitizeItem
- Move PermissionSet::sortPermissions to ACLformatter->sanitize
2020-01-20 07:32:47 -05:00
ed9392469e
Remove unneeded Config namespace usages
2020-01-19 22:50:44 +01:00
d5a473abda
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
2020-01-19 22:23:44 +01:00
21640ec5d8
Add missing Friendica\DI namespace to files (PHPStorm inspection)
2020-01-19 21:26:42 +01:00
3411ced833
Move Config::set() to DI::config()->set()
2020-01-19 21:21:53 +01:00
6c36fd9e01
Move Config::get() to DI::config()->get()
2020-01-19 21:21:13 +01:00
174129af94
add missing namespaces/fix wrong class-names
2020-01-19 16:31:35 +01:00
d6efc90194
cleanup namespace usages for L10n
2020-01-19 16:31:33 +01:00
5dfee31108
Move L10n::t() calls to DI::l10n()->t() calls
2020-01-19 16:31:16 +01:00
845f71b7dd
Missing "*"
2020-01-19 10:10:53 +00:00
572a3f1180
And the rest of the new lines
2020-01-19 09:55:28 +00:00