]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoMerge pull request #7394 from MrPetovan/task/7314-frio-post-padding
Michael Vogel [Wed, 17 Jul 2019 15:52:58 +0000 (17:52 +0200)]
Merge pull request #7394 from MrPetovan/task/7314-frio-post-padding

[frio] Remove outer post padding

4 years ago[frio] Remove outer post padding
Hypolite Petovan [Tue, 16 Jul 2019 02:46:22 +0000 (22:46 -0400)]
[frio] Remove outer post padding

- Include mobile view changes
- Includes search view changes

4 years agoMerge pull request #7395 from nupplaphil/bug/l10n_test
Hypolite Petovan [Wed, 17 Jul 2019 12:08:42 +0000 (08:08 -0400)]
Merge pull request #7395 from nupplaphil/bug/l10n_test

Fix InstallerTest

4 years agoFix L10n test
Philipp Holzer [Wed, 17 Jul 2019 10:40:00 +0000 (12:40 +0200)]
Fix L10n test
- Switched L10n::t() argument

4 years agoHot-fix: Core\L10n::t method passing parameter bug
Hypolite Petovan [Wed, 17 Jul 2019 01:18:25 +0000 (21:18 -0400)]
Hot-fix: Core\L10n::t method passing parameter bug

Follow-up to #7379

4 years agoMerge pull request #7379 from nupplaphil/task/refactor_l10n_for_test
Hypolite Petovan [Tue, 16 Jul 2019 20:03:42 +0000 (16:03 -0400)]
Merge pull request #7379 from nupplaphil/task/refactor_l10n_for_test

Refactor L10n for testing

4 years agoMerge pull request #7391 from annando/warning
Hypolite Petovan [Tue, 16 Jul 2019 20:03:17 +0000 (16:03 -0400)]
Merge pull request #7391 from annando/warning

Avoid a warning in Notifier worker

4 years agoMerge pull request #7313 from nupplaphil/task/dyn_config
Hypolite Petovan [Tue, 16 Jul 2019 19:59:10 +0000 (15:59 -0400)]
Merge pull request #7313 from nupplaphil/task/dyn_config

Dynamic config loading

4 years agoAvoid a warning
Michael [Tue, 16 Jul 2019 19:58:47 +0000 (19:58 +0000)]
Avoid a warning

4 years agoReverted indention
Philipp Holzer [Tue, 16 Jul 2019 19:53:48 +0000 (21:53 +0200)]
Reverted indention

4 years agoFix indentations
Philipp Holzer [Tue, 16 Jul 2019 18:19:56 +0000 (20:19 +0200)]
Fix indentations

4 years agoDynamic config loading
Philipp Holzer [Sun, 23 Jun 2019 17:56:21 +0000 (19:56 +0200)]
Dynamic config loading
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering

4 years agoFix language (again ;-) )
Philipp Holzer [Tue, 16 Jul 2019 14:50:49 +0000 (16:50 +0200)]
Fix language (again ;-) )

4 years agoRefactor L10n for testing
Philipp Holzer [Tue, 9 Jul 2019 19:44:02 +0000 (21:44 +0200)]
Refactor L10n for testing
- Moving L10n to L10n\L10n
- Adding constructor information
- Adding to factory
- simplify/speedup tests

4 years agoMerge pull request #7389 from MrPetovan/bug/7387-local_user-int
Philipp [Tue, 16 Jul 2019 14:37:38 +0000 (16:37 +0200)]
Merge pull request #7389 from MrPetovan/bug/7387-local_user-int

Ensure NULL isn't passed to Feature::isEnabled

4 years agoAdd transitive type hints in Core\PConfig
Hypolite Petovan [Tue, 16 Jul 2019 11:45:24 +0000 (07:45 -0400)]
Add transitive type hints in Core\PConfig

4 years agoMerge pull request #7390 from annando/issue-7315
Philipp [Tue, 16 Jul 2019 08:01:17 +0000 (10:01 +0200)]
Merge pull request #7390 from annando/issue-7315

Issue 7315: Set the forum's contact id for forum posts

4 years agoIssue 7315: Set the forum's contact id for forum posts
Michael [Tue, 16 Jul 2019 05:07:26 +0000 (05:07 +0000)]
Issue 7315: Set the forum's contact id for forum posts

4 years agoFix PConfiguration tests
Hypolite Petovan [Tue, 16 Jul 2019 04:19:04 +0000 (00:19 -0400)]
Fix PConfiguration tests

- Replace uid = 0 (invalid uid) with 42
- Remove isConnected mocked calls for invalid uid test

4 years agoMerge pull request #7386 from MrPetovan/bug/7293-hide-registration-link
Michael Vogel [Tue, 16 Jul 2019 03:38:12 +0000 (05:38 +0200)]
Merge pull request #7386 from MrPetovan/bug/7293-hide-registration-link

Hide registration button on login page when registration are closed

4 years agoUpdated PConfiguration test to honor the type-hint
Hypolite Petovan [Tue, 16 Jul 2019 01:50:01 +0000 (21:50 -0400)]
Updated PConfiguration test to honor the type-hint

4 years agoRestore $uid parameter integer type-hint in Config
Hypolite Petovan [Tue, 16 Jul 2019 01:48:28 +0000 (21:48 -0400)]
Restore $uid parameter integer type-hint in Config

- Add integer type-hint to Feature::isEnabled

4 years agoEnsure $uid parameter of Feature::isEnabled to be an integer
Hypolite Petovan [Tue, 16 Jul 2019 01:46:55 +0000 (21:46 -0400)]
Ensure $uid parameter of Feature::isEnabled to be an integer

4 years agoMerge pull request #7388 from annando/issue-7315
Hypolite Petovan [Mon, 15 Jul 2019 20:32:42 +0000 (16:32 -0400)]
Merge pull request #7388 from annando/issue-7315

Issue 7315: Changed handling of "Group" posts

4 years agoFix typo in Model\Config\PConfig
Hypolite Petovan [Mon, 15 Jul 2019 20:32:13 +0000 (16:32 -0400)]
Fix typo in Model\Config\PConfig

4 years agoIssue 7315: Changed handling of "Group" posts
Michael [Mon, 15 Jul 2019 20:05:36 +0000 (20:05 +0000)]
Issue 7315: Changed handling of "Group" posts

4 years agoMerge pull request #7387 from nupplaphil/task/pconfig_refactor
Hypolite Petovan [Mon, 15 Jul 2019 19:42:18 +0000 (15:42 -0400)]
Merge pull request #7387 from nupplaphil/task/pconfig_refactor

Refactor PConfiguration (Simplify Config Part 4)

4 years agoAllow nullable UID in PConfigCache
Philipp Holzer [Mon, 15 Jul 2019 19:14:13 +0000 (21:14 +0200)]
Allow nullable UID in PConfigCache

4 years agoBugfixing bad UIDs for PConfig
Philipp Holzer [Mon, 15 Jul 2019 19:11:38 +0000 (21:11 +0200)]
Bugfixing bad UIDs for PConfig

4 years agominor phpdoc fixings
Philipp Holzer [Mon, 15 Jul 2019 18:54:33 +0000 (20:54 +0200)]
minor phpdoc fixings

4 years agoFixup phpdoc
Philipp Holzer [Mon, 15 Jul 2019 18:19:52 +0000 (20:19 +0200)]
Fixup phpdoc

4 years agoRefactor PConfiguration
Philipp Holzer [Mon, 15 Jul 2019 18:13:53 +0000 (20:13 +0200)]
Refactor PConfiguration

4 years agoHide registration button on login page when registration are closed
Hypolite Petovan [Mon, 15 Jul 2019 13:11:21 +0000 (09:11 -0400)]
Hide registration button on login page when registration are closed

4 years agoMerge pull request #7384 from nupplaphil/bug/fixing_config_load
Hypolite Petovan [Mon, 15 Jul 2019 12:06:29 +0000 (08:06 -0400)]
Merge pull request #7384 from nupplaphil/bug/fixing_config_load

Fixing initial load config (Simplify Config Part 3a)

4 years agoMerge pull request #7382 from annando/issue-7367
Philipp [Mon, 15 Jul 2019 07:59:16 +0000 (09:59 +0200)]
Merge pull request #7382 from annando/issue-7367

Issue 7367: Enhanced check when DFRN delivery can be skipped

4 years agoRemove obsolete getAll() call during mocking
Philipp Holzer [Mon, 15 Jul 2019 07:42:21 +0000 (09:42 +0200)]
Remove obsolete getAll() call during mocking

4 years agoFixing initial load config
Philipp Holzer [Mon, 15 Jul 2019 06:58:37 +0000 (08:58 +0200)]
Fixing initial load config

4 years agoMissing word
Michael [Mon, 15 Jul 2019 04:36:55 +0000 (04:36 +0000)]
Missing word

4 years agoIssue 7367: Only skip DFRN delivery when both author and owner of the post support AP
Michael [Mon, 15 Jul 2019 04:33:00 +0000 (04:33 +0000)]
Issue 7367: Only skip DFRN delivery when both author and owner of the post support AP

4 years agoMerge pull request #7372 from nupplaphil/task/simplify_config
Hypolite Petovan [Sun, 14 Jul 2019 23:05:09 +0000 (19:05 -0400)]
Merge pull request #7372 from nupplaphil/task/simplify_config

Refactor Configuration (Simplify Config Part 3)

4 years agoMerge pull request #7378 from MrPetovan/task/4854-frio-default-settings
Philipp [Sun, 14 Jul 2019 22:23:35 +0000 (00:23 +0200)]
Merge pull request #7378 from MrPetovan/task/4854-frio-default-settings

[frio] Use server theme settings for user's empty settings

4 years agoAdded string type-hint for get() and a test case for it
Philipp Holzer [Sun, 14 Jul 2019 21:23:20 +0000 (23:23 +0200)]
Added string type-hint for get() and a test case for it

4 years agoMerge pull request #7376 from annando/contact-update
Hypolite Petovan [Sun, 14 Jul 2019 21:07:04 +0000 (17:07 -0400)]
Merge pull request #7376 from annando/contact-update

Contact update overhaul - again

4 years agosome more minor fixups (phpdoc, unused using)
Philipp Holzer [Sun, 14 Jul 2019 20:49:17 +0000 (22:49 +0200)]
some more minor fixups (phpdoc, unused using)

4 years agofix phpdoc
Philipp Holzer [Sun, 14 Jul 2019 20:41:09 +0000 (22:41 +0200)]
fix phpdoc

4 years agofixed test
Philipp Holzer [Sun, 14 Jul 2019 20:32:50 +0000 (22:32 +0200)]
fixed test

4 years agominor fixing: phpdoc & type-hint
Philipp Holzer [Sun, 14 Jul 2019 20:31:53 +0000 (22:31 +0200)]
minor fixing: phpdoc & type-hint

4 years ago[frio] Use server theme settings for user's empty settings
Hypolite Petovan [Sun, 14 Jul 2019 20:28:10 +0000 (16:28 -0400)]
[frio] Use server theme settings for user's empty settings

4 years agosome minor fixings
Philipp Holzer [Sun, 14 Jul 2019 20:26:36 +0000 (22:26 +0200)]
some minor fixings

4 years agobugfix: add lost changes due merge
Philipp Holzer [Sun, 14 Jul 2019 20:19:16 +0000 (22:19 +0200)]
bugfix: add lost changes due merge

4 years agobugfix: add lost changes due merge
Philipp Holzer [Fri, 12 Jul 2019 21:01:01 +0000 (23:01 +0200)]
bugfix: add lost changes due merge

4 years agobugfix: add missing group by parameters
Philipp Holzer [Fri, 12 Jul 2019 20:13:28 +0000 (22:13 +0200)]
bugfix: add missing group by parameters

4 years agoImprove & fixing Tests
Philipp Holzer [Thu, 4 Jul 2019 19:39:49 +0000 (21:39 +0200)]
Improve & fixing Tests

4 years agoMove Preload/JIT Configuration logic from Adapter to Core-Configuration
Philipp Holzer [Tue, 2 Jul 2019 22:42:47 +0000 (00:42 +0200)]
Move Preload/JIT Configuration logic from Adapter to Core-Configuration

4 years agoMerge pull request #7377 from friendica/revert-7374-task/frio/default-to-login
Hypolite Petovan [Sun, 14 Jul 2019 19:19:08 +0000 (15:19 -0400)]
Merge pull request #7377 from friendica/revert-7374-task/frio/default-to-login

Revert "Default theme = login theme"

4 years agoRevert "Default theme = login theme"
Hypolite Petovan [Sun, 14 Jul 2019 19:18:50 +0000 (15:18 -0400)]
Revert "Default theme = login theme"

4 years ago"defaults" is replaced
Michael [Sun, 14 Jul 2019 16:04:52 +0000 (16:04 +0000)]
"defaults" is replaced

4 years agoMerge pull request #7374 from JeroenED/task/frio/default-to-login
Hypolite Petovan [Sun, 14 Jul 2019 13:00:02 +0000 (09:00 -0400)]
Merge pull request #7374 from JeroenED/task/frio/default-to-login

Default theme = login theme

4 years agoUse an insert to avoid duplicates and for analyzing
Michael [Sun, 14 Jul 2019 10:22:19 +0000 (10:22 +0000)]
Use an insert to avoid duplicates and for analyzing

4 years agoUpdated towards hypolite's first suggestion
Jeroen De Meerleer [Sun, 14 Jul 2019 08:57:54 +0000 (10:57 +0200)]
Updated towards hypolite's first suggestion

4 years agoRevert "Updated towards hypolites suggestions"
Jeroen De Meerleer [Sun, 14 Jul 2019 08:34:42 +0000 (10:34 +0200)]
Revert "Updated towards hypolites suggestions"

This reverts commit aa5b3c20b3568d7a656fdea1462e8111e076562c.

4 years agoRevert "Fixed issues"
Jeroen De Meerleer [Sun, 14 Jul 2019 08:48:24 +0000 (10:48 +0200)]
Revert "Fixed issues"

This reverts commit 5e6b23bd4eaccc1f75c4141c56819f81fc324733.

4 years agoFixed issues
Jeroen De Meerleer [Sun, 14 Jul 2019 08:48:24 +0000 (10:48 +0200)]
Fixed issues

4 years agoUpdated towards hypolites suggestions
Jeroen De Meerleer [Sun, 14 Jul 2019 08:34:42 +0000 (10:34 +0200)]
Updated towards hypolites suggestions

4 years agoHopefully avoiding duplicated relay entries
Michael [Sat, 13 Jul 2019 23:53:15 +0000 (23:53 +0000)]
Hopefully avoiding duplicated relay entries

4 years agoDefault theme = login theme
Jeroen De Meerleer [Sat, 13 Jul 2019 21:27:54 +0000 (23:27 +0200)]
Default theme = login theme

4 years agoMerge pull request #7373 from JeroenED/bugfix/relation-nofilter
Hypolite Petovan [Sat, 13 Jul 2019 21:25:30 +0000 (17:25 -0400)]
Merge pull request #7373 from JeroenED/bugfix/relation-nofilter

Don't filter partner in relation status

4 years agoNofilter
Jeroen De Meerleer [Sat, 13 Jul 2019 20:44:28 +0000 (22:44 +0200)]
Nofilter

4 years agoFix SQL problem with "not null"
Michael [Sat, 13 Jul 2019 07:39:53 +0000 (07:39 +0000)]
Fix SQL problem with "not null"

4 years agoFix wrong variable
Michael [Sat, 13 Jul 2019 07:29:56 +0000 (07:29 +0000)]
Fix wrong variable

4 years agoFix duplicated contacts due to relay probing
Michael [Sat, 13 Jul 2019 07:25:01 +0000 (07:25 +0000)]
Fix duplicated contacts due to relay probing

4 years agoMerge pull request #7366 from guzzisti/install-md-wrapup
Hypolite Petovan [Sat, 13 Jul 2019 02:02:39 +0000 (22:02 -0400)]
Merge pull request #7366 from guzzisti/install-md-wrapup

Overhaul of Install.md

4 years agoMerge pull request #7371 from nupplaphil/task/split_cache
Hypolite Petovan [Sat, 13 Jul 2019 00:21:03 +0000 (20:21 -0400)]
Merge pull request #7371 from nupplaphil/task/split_cache

Splitting ConfigCache & PConfigCache (Simplify Config Part 2)

4 years agoAdd namespace
Philipp Holzer [Fri, 12 Jul 2019 21:08:01 +0000 (23:08 +0200)]
Add namespace

4 years agoSimplify the contact update in "getIdForURL"
Michael [Fri, 12 Jul 2019 21:07:47 +0000 (21:07 +0000)]
Simplify the contact update in "getIdForURL"

4 years agoBugFix: forgot configCache in ConfigFactory
Philipp Holzer [Fri, 12 Jul 2019 21:05:48 +0000 (23:05 +0200)]
BugFix: forgot configCache in ConfigFactory

4 years agoSplitting ConfigCache & PConfigCache
Philipp Holzer [Fri, 12 Jul 2019 20:38:50 +0000 (22:38 +0200)]
Splitting ConfigCache & PConfigCache
- Remove IConfigCache & IPConfigCache
- Add new PConfigCache
- Add missing Logger::init() (bugfixing tests)

4 years agoMerge remote-tracking branch 'upstream/develop' into contact-update
Michael [Fri, 12 Jul 2019 20:51:27 +0000 (20:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-update

4 years agoMerge pull request #7358 from nupplaphil/bug/installer_db
Hypolite Petovan [Fri, 12 Jul 2019 20:48:17 +0000 (16:48 -0400)]
Merge pull request #7358 from nupplaphil/bug/installer_db

Bugfixing DB/Installer (Simplify Config Part 1)

4 years agoFetch more comtact data from probing, remove duplicated contacts
Michael [Fri, 12 Jul 2019 14:55:23 +0000 (14:55 +0000)]
Fetch more comtact data from probing, remove duplicated contacts

4 years agotypo
rwa [Fri, 12 Jul 2019 12:45:25 +0000 (14:45 +0200)]
typo

4 years agodirectly link to install.md
rwa [Fri, 12 Jul 2019 12:44:23 +0000 (14:44 +0200)]
directly link to install.md

4 years agoMerge pull request #7368 from annando/fix-switch
Philipp [Fri, 12 Jul 2019 05:24:36 +0000 (07:24 +0200)]
Merge pull request #7368 from annando/fix-switch

Use standard function to update the contact to avoid SQL errors

4 years agoUse standard function to update the contact to avoid SQL errors
Michael Vogel [Thu, 11 Jul 2019 20:11:51 +0000 (22:11 +0200)]
Use standard function to update the contact to avoid SQL errors

4 years agofix broken numbered list in doc/update.md
guzzisti [Thu, 11 Jul 2019 19:32:40 +0000 (21:32 +0200)]
fix broken numbered list in doc/update.md
minor typos/formatting in doc/install.md

4 years agominor formatting adjustments
guzzisti [Thu, 11 Jul 2019 19:26:51 +0000 (21:26 +0200)]
minor formatting adjustments

4 years agomerge Install.md into doc/Install.md, remove Install.md afterwards
guzzisti [Thu, 11 Jul 2019 19:19:44 +0000 (21:19 +0200)]
merge Install.md into doc/Install.md, remove Install.md afterwards

Add link to the docs to Readme.md

4 years agotemporary deactivate console installation tests due complex mocking situation.
Philipp Holzer [Wed, 10 Jul 2019 20:33:26 +0000 (22:33 +0200)]
temporary deactivate console installation tests due complex mocking situation.

4 years agoMerge pull request #7361 from JeroenED/bugfix/frio-header-color-php
Hypolite Petovan [Wed, 10 Jul 2019 15:16:18 +0000 (11:16 -0400)]
Merge pull request #7361 from JeroenED/bugfix/frio-header-color-php

[FRIO] fixing chromium mobile navbar color when not logged in

4 years agoCode style
Jeroen De Meerleer [Wed, 10 Jul 2019 14:54:31 +0000 (16:54 +0200)]
Code style

4 years agoUsing global $nav_bg if undefined
Jeroen De Meerleer [Wed, 10 Jul 2019 14:51:18 +0000 (16:51 +0200)]
Using global $nav_bg if undefined

4 years agoMerge pull request #7360 from annando/fix-fatal
Philipp [Wed, 10 Jul 2019 06:39:24 +0000 (08:39 +0200)]
Merge pull request #7360 from annando/fix-fatal

Fix fatal error with incomplete contact data upon delivery

4 years agoadded logging
Michael Vogel [Wed, 10 Jul 2019 03:19:54 +0000 (05:19 +0200)]
added logging

4 years agoFix fatal error with incomplete contact data upon delivery
Michael Vogel [Wed, 10 Jul 2019 03:16:50 +0000 (05:16 +0200)]
Fix fatal error with incomplete contact data upon delivery

4 years agoRevert default password setting & using "HiddenString" even for empty strings
Philipp Holzer [Tue, 9 Jul 2019 20:38:54 +0000 (22:38 +0200)]
Revert default password setting & using "HiddenString" even for empty strings

4 years agoBugfixing DB/Installer
Philipp Holzer [Tue, 9 Jul 2019 20:20:39 +0000 (22:20 +0200)]
Bugfixing DB/Installer
- default value with HiddenString
- Fixing checkDB during installation

4 years agoMerge pull request #7355 from JeroenED/task/relationship-status2/no-dead-nodes
Hypolite Petovan [Tue, 9 Jul 2019 12:00:59 +0000 (08:00 -0400)]
Merge pull request #7355 from JeroenED/task/relationship-status2/no-dead-nodes

Changed unavailable to in a relation (Resubmit)

4 years agoMerge pull request #7354 from annando/toplevel-hashtag
Hypolite Petovan [Tue, 9 Jul 2019 12:00:04 +0000 (08:00 -0400)]
Merge pull request #7354 from annando/toplevel-hashtag

Only fetch toplevel posts when searching for hashtags on network page

4 years agoThere are no dead nodes anymore
Jeroen De Meerleer [Tue, 9 Jul 2019 07:23:36 +0000 (09:23 +0200)]
There are no dead nodes anymore

4 years agoOnly fetch toplevel posts when searching for hashtags on network page
Michael [Tue, 9 Jul 2019 05:20:34 +0000 (05:20 +0000)]
Only fetch toplevel posts when searching for hashtags on network page