]>
git.mxchange.org Git - friendica.git/log
Michael [Mon, 18 May 2020 21:38:17 +0000 (21:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into annando/issue8514
Hypolite Petovan [Mon, 18 May 2020 12:04:34 +0000 (08:04 -0400)]
Merge pull request #8656 from annando/warnings
Fix warnings ("Division by zero" and "key parameter is not a valid public key")
Michael [Mon, 18 May 2020 02:58:08 +0000 (02:58 +0000)]
Fix warnings ("Divide by zero" and "key parameter is not a valid public key")
Hypolite Petovan [Mon, 18 May 2020 01:42:34 +0000 (21:42 -0400)]
Merge pull request #8655 from annando/issue-8458-2
Issue 8458-2: Now all unicode emojis should work
Michael [Sun, 17 May 2020 21:46:54 +0000 (21:46 +0000)]
Issue 8458-2: Now all unicode emojis should work
Hypolite Petovan [Sun, 17 May 2020 18:00:55 +0000 (14:00 -0400)]
Merge pull request #8647 from annando/annando/issue8619
Issue 8619: Limit the tag query to a range of one day
Hypolite Petovan [Sun, 17 May 2020 18:00:23 +0000 (14:00 -0400)]
Merge pull request #8654 from annando/annando/issue8458
Issue 8458: Display big emojis
Michael [Sun, 17 May 2020 17:28:40 +0000 (17:28 +0000)]
Fix test
Michael [Sun, 17 May 2020 16:55:54 +0000 (16:55 +0000)]
Issue 8458: Display big emojis
Fixes #8458
Hypolite Petovan [Sun, 17 May 2020 15:41:53 +0000 (11:41 -0400)]
Merge pull request #8652 from annando/annando/issue8582
Issue 8582: "cid" in "network" is now "contactid"
Hypolite Petovan [Sun, 17 May 2020 15:40:18 +0000 (11:40 -0400)]
Merge pull request #8648 from annando/annando/issue8565
Issue 8565: Sanitize input data
Michael [Sun, 17 May 2020 15:01:27 +0000 (15:01 +0000)]
Issue 8582: "cid" in "network" is now "contactid"
Fixes #8582
Michael [Sun, 17 May 2020 13:59:05 +0000 (13:59 +0000)]
Reverts test changes
Michael [Sun, 17 May 2020 13:51:56 +0000 (13:51 +0000)]
Issue 8514: Make paging for searcg items work again
Fixes #8514
Hypolite Petovan [Sun, 17 May 2020 13:11:30 +0000 (09:11 -0400)]
Merge pull request #8649 from annando/annando/issue8550
Issue 8550: New experimental database configurations
Hypolite Petovan [Sun, 17 May 2020 13:10:19 +0000 (09:10 -0400)]
Merge pull request #8650 from annando/annando/issue8572
Issue 8572: Ensure to log database errors
Michael [Sun, 17 May 2020 10:56:19 +0000 (10:56 +0000)]
Issue 8572: Ensure to log database errors
Michael [Sun, 17 May 2020 10:03:11 +0000 (10:03 +0000)]
Fix tests
Michael [Sun, 17 May 2020 09:03:56 +0000 (09:03 +0000)]
New experimental database configurations
Michael [Sun, 17 May 2020 06:13:58 +0000 (06:13 +0000)]
Issue 8565: Sanitize input data
Fixes #8565
Michael [Sun, 17 May 2020 05:24:51 +0000 (05:24 +0000)]
Limit the tag query to a range of one day
Fixes #8619
Hypolite Petovan [Sat, 16 May 2020 21:52:44 +0000 (17:52 -0400)]
Merge pull request #8646 from annando/issue-8635
Issue 8635: Create foreign keys without constraint name
Michael [Sat, 16 May 2020 20:59:42 +0000 (20:59 +0000)]
Updated database definition
Michael [Sat, 16 May 2020 20:57:04 +0000 (20:57 +0000)]
Issue 8635: Create foreign keys without constraint name
Hypolite Petovan [Sat, 16 May 2020 19:17:28 +0000 (15:17 -0400)]
Merge pull request #8645 from annando/issue-8642
issue 8642: Make hashtags more compatible
Michael [Sat, 16 May 2020 18:38:50 +0000 (18:38 +0000)]
issue 8642: Make hashtags more compatible
Hypolite Petovan [Sat, 16 May 2020 17:15:24 +0000 (13:15 -0400)]
Merge pull request #8644 from annando/bbcode-constants
Use constants for the BBCode modes
Michael [Sat, 16 May 2020 16:41:37 +0000 (16:41 +0000)]
Still more missing places replaced
Michael [Sat, 16 May 2020 16:39:44 +0000 (16:39 +0000)]
Found another occurence replaced with constants
Michael [Sat, 16 May 2020 16:32:37 +0000 (16:32 +0000)]
use "self"
Michael [Sat, 16 May 2020 16:28:15 +0000 (16:28 +0000)]
Use constants for the BBCode modes
Hypolite Petovan [Sat, 16 May 2020 14:48:35 +0000 (10:48 -0400)]
Merge pull request #8643 from annando/annando/issue8635
Issue 8635 - Handle weird default values
Michael [Sat, 16 May 2020 14:23:17 +0000 (14:23 +0000)]
Issue 8635 - Handle weird default values
This handles an issue that occured in #8635 (But will not fix the issue behind this)
Hypolite Petovan [Sat, 16 May 2020 12:04:18 +0000 (08:04 -0400)]
Merge pull request #8640 from annando/annando/issue8635
Issue 8635: Avoid concurrent database updates
Michael [Sat, 16 May 2020 10:21:16 +0000 (10:21 +0000)]
Added some more sql commands to the list
Michael [Sat, 16 May 2020 10:04:09 +0000 (10:04 +0000)]
Improved code
Michael [Sat, 16 May 2020 09:01:54 +0000 (09:01 +0000)]
Improved structure
Michael [Sat, 16 May 2020 08:15:51 +0000 (08:15 +0000)]
Issue 8635: Avoid concurrent database updates
Possibly helps with #8635
Hypolite Petovan [Sat, 16 May 2020 06:25:40 +0000 (02:25 -0400)]
Merge pull request #8639 from annando/check-foreign
Issue 8636: Check and fix data before foreign key creation
Michael [Sat, 16 May 2020 06:14:25 +0000 (06:14 +0000)]
Fixed table name
Michael [Sat, 16 May 2020 06:12:28 +0000 (06:12 +0000)]
Issue 8636: Check and fix data before foreign key creation
Hypolite Petovan [Fri, 15 May 2020 23:36:32 +0000 (19:36 -0400)]
Merge pull request #8634 from annando/no-term
The "term" table is removed
Michael [Fri, 15 May 2020 21:09:50 +0000 (21:09 +0000)]
deactivated test
Michael [Fri, 15 May 2020 20:58:40 +0000 (20:58 +0000)]
Fix code
Michael [Fri, 15 May 2020 20:52:01 +0000 (20:52 +0000)]
Reactivating tests, fixing stuff
Michael [Fri, 15 May 2020 20:47:09 +0000 (20:47 +0000)]
Deactivating test
Michael [Fri, 15 May 2020 20:24:38 +0000 (20:24 +0000)]
Reverting stuff
Michael [Fri, 15 May 2020 19:58:13 +0000 (19:58 +0000)]
Removed test mode
Michael [Fri, 15 May 2020 19:49:17 +0000 (19:49 +0000)]
Removed structure check
Michael [Fri, 15 May 2020 19:38:08 +0000 (19:38 +0000)]
No structure check
Michael [Fri, 15 May 2020 19:26:52 +0000 (19:26 +0000)]
Moved class call
Michael [Fri, 15 May 2020 19:24:24 +0000 (19:24 +0000)]
Fixed call
Michael [Fri, 15 May 2020 19:16:14 +0000 (19:16 +0000)]
Add testmode
Michael [Fri, 15 May 2020 18:58:54 +0000 (18:58 +0000)]
Use a table that hasn't got a foreign key
Michael [Fri, 15 May 2020 18:32:53 +0000 (18:32 +0000)]
We already have got a function to check if a table exists
Michael [Fri, 15 May 2020 18:08:47 +0000 (18:08 +0000)]
Improved description
Michael [Fri, 15 May 2020 18:08:06 +0000 (18:08 +0000)]
Call the initial value check in the test
Michael [Fri, 15 May 2020 17:49:07 +0000 (17:49 +0000)]
Ensure that the initial values are set
Michael [Fri, 15 May 2020 16:17:37 +0000 (16:17 +0000)]
More missing table entries for tests
Michael [Fri, 15 May 2020 16:00:00 +0000 (16:00 +0000)]
Added test data
Michael [Fri, 15 May 2020 15:50:02 +0000 (15:50 +0000)]
Avoid database error because of duplicated entries
Michael [Fri, 15 May 2020 15:41:50 +0000 (15:41 +0000)]
Testmode added
Michael [Fri, 15 May 2020 15:30:43 +0000 (15:30 +0000)]
Avoid "Invalid argument supplied for foreach()"
Michael [Fri, 15 May 2020 15:16:34 +0000 (15:16 +0000)]
Skip invalid table names
Michael [Fri, 15 May 2020 15:05:17 +0000 (15:05 +0000)]
Activate test mode for database
Hypolite Petovan [Fri, 15 May 2020 12:46:57 +0000 (08:46 -0400)]
Merge pull request #8633 from annando/notice
Fix: Undefined index: uri-id in src/Model/Tag.php on line 403
Michael [Fri, 15 May 2020 12:46:16 +0000 (12:46 +0000)]
Added last DB error
Michael [Fri, 15 May 2020 12:17:13 +0000 (12:17 +0000)]
Rearranged dbstructure
Michael [Fri, 15 May 2020 06:50:20 +0000 (06:50 +0000)]
The "term" table is removed
Michael [Thu, 14 May 2020 20:44:03 +0000 (20:44 +0000)]
Fix: Undefined index: uri-id in src/Model/Tag.php on line 403
Hypolite Petovan [Thu, 14 May 2020 13:06:42 +0000 (09:06 -0400)]
Merge pull request #8632 from annando/fix-fatal
Fix a fatal error when an undo doesn't contain an object
Michael [Thu, 14 May 2020 04:53:56 +0000 (04:53 +0000)]
Fix a fatal error when an undo doesn't contain an object
Michael Vogel [Thu, 14 May 2020 04:29:46 +0000 (06:29 +0200)]
Merge pull request #8631 from MrPetovan/task/remove-item-tag-field
Remove references to obsolete virtual tag item.tag
Hypolite Petovan [Thu, 14 May 2020 04:03:38 +0000 (00:03 -0400)]
Merge pull request #8629 from annando/item-insert
Item::insert is reorganized
Michael [Thu, 14 May 2020 03:48:26 +0000 (03:48 +0000)]
Code standards
Hypolite Petovan [Thu, 14 May 2020 02:35:39 +0000 (22:35 -0400)]
Add type filter parameter to Tag::getCSVByURIId
Hypolite Petovan [Thu, 14 May 2020 02:35:13 +0000 (22:35 -0400)]
Remove remaining references to cirtual field item.tag
Michael [Wed, 13 May 2020 19:26:59 +0000 (19:26 +0000)]
Added documentation
Michael [Wed, 13 May 2020 18:45:31 +0000 (18:45 +0000)]
Rearranged calls
Michael [Wed, 13 May 2020 05:48:26 +0000 (05:48 +0000)]
Store the diaspora signature differently
Michael [Tue, 12 May 2020 21:49:12 +0000 (21:49 +0000)]
Removed "insert" parameter
Michael [Tue, 12 May 2020 20:13:48 +0000 (20:13 +0000)]
Restructured item insert
Hypolite Petovan [Tue, 12 May 2020 12:27:19 +0000 (08:27 -0400)]
Merge pull request #8625 from annando/notice
Removed useless error handling
Michael [Tue, 12 May 2020 09:05:37 +0000 (09:05 +0000)]
Removed useless error handling
Hypolite Petovan [Mon, 11 May 2020 19:08:15 +0000 (15:08 -0400)]
Merge pull request #8620 from annando/dbstructure
DBStructure is now using "q(" nevermore
Michael [Mon, 11 May 2020 19:07:18 +0000 (19:07 +0000)]
The next boolean
Michael [Mon, 11 May 2020 18:59:36 +0000 (18:59 +0000)]
Use "quoteIdentifier"
Michael [Mon, 11 May 2020 18:54:19 +0000 (18:54 +0000)]
Merge remote-tracking branch 'upstream/develop' into dbstructure
Hypolite Petovan [Mon, 11 May 2020 18:32:12 +0000 (14:32 -0400)]
Merge pull request #8624 from annando/fatal
Fix "Uncaught TypeError: Argument 1 passed to :incrementQueueDone()"
Michael [Mon, 11 May 2020 18:28:41 +0000 (18:28 +0000)]
Fix "Uncaught TypeError: Argument 1 passed to :incrementQueueDone()"
Tobias Diekershoff [Mon, 11 May 2020 06:44:45 +0000 (08:44 +0200)]
Merge pull request #8621 from annando/fix-foreign
removed foreign key to avoid update errors
Michael [Mon, 11 May 2020 05:48:24 +0000 (05:48 +0000)]
removed foreign key to avoid update errors
Hypolite Petovan [Sun, 10 May 2020 20:59:54 +0000 (16:59 -0400)]
Merge pull request #8618 from annando/foreign-keys
We now support real foreign keys
Michael [Sun, 10 May 2020 20:23:58 +0000 (20:23 +0000)]
DBStructure is now using "q(" nevermore
Michael [Sun, 10 May 2020 17:48:34 +0000 (17:48 +0000)]
Fixed description
Michael [Sun, 10 May 2020 17:41:16 +0000 (17:41 +0000)]
Check for existance before creation
Michael [Sun, 10 May 2020 17:37:02 +0000 (17:37 +0000)]
Improved update mechanism (more error handling)
Michael [Sun, 10 May 2020 15:43:43 +0000 (15:43 +0000)]
True foreign keys for the Permissionset
Michael [Sun, 10 May 2020 14:55:03 +0000 (14:55 +0000)]
We now support real foreign keys
Hypolite Petovan [Sun, 10 May 2020 00:10:57 +0000 (20:10 -0400)]
Merge pull request #8616 from annando/annando/issue8614
Order of filed items in saved folders seems to be random