]> git.mxchange.org Git - friendica.git/log
friendica.git
7 years agoFix spelling for "detailed_notif" help text in settings
fabrixxm [Mon, 19 Mar 2018 12:56:17 +0000 (13:56 +0100)]
Fix spelling for "detailed_notif" help text in settings

7 years agoMerge pull request #4613 from MrPetovan/task/4518-add-cache-delete
Michael Vogel [Sat, 17 Mar 2018 06:30:31 +0000 (07:30 +0100)]
Merge pull request #4613 from MrPetovan/task/4518-add-cache-delete

Add missing Cache::delete method

7 years agoAdd missing Cache::delete method
Hypolite Petovan [Sat, 17 Mar 2018 01:57:58 +0000 (21:57 -0400)]
Add missing Cache::delete method

7 years agoMerge pull request #4608 from rabuzarus/20180316_-_hashtag_autocomplete
Hypolite Petovan [Fri, 16 Mar 2018 13:45:43 +0000 (09:45 -0400)]
Merge pull request #4608 from rabuzarus/20180316_-_hashtag_autocomplete

hashtag autocomplete

7 years agoadd dependencies (require_once) to hashtag module
rabuzarus [Fri, 16 Mar 2018 13:44:51 +0000 (14:44 +0100)]
add dependencies (require_once) to hashtag module

7 years agofix code standards
rabuzarus [Fri, 16 Mar 2018 13:27:04 +0000 (14:27 +0100)]
fix code standards

7 years agohashtag autocomplete
rabuzarus [Fri, 16 Mar 2018 12:55:26 +0000 (13:55 +0100)]
hashtag autocomplete

7 years agoFix: The acl lookup now works in multi threaded posts as well
Hypolite Petovan [Mon, 12 Mar 2018 12:15:59 +0000 (08:15 -0400)]
Fix: The acl lookup now works in multi threaded posts as well

7 years agoMerge pull request #4577 from MrPetovan/task/add-feedtest-module
Michael Vogel [Sun, 11 Mar 2018 06:10:13 +0000 (07:10 +0100)]
Merge pull request #4577 from MrPetovan/task/add-feedtest-module

Make feedtest module for logged users only

7 years agoMake feedtest module for logged users only
Hypolite Petovan [Sat, 10 Mar 2018 23:53:20 +0000 (18:53 -0500)]
Make feedtest module for logged users only

7 years agoMerge pull request #4574 from MrPetovan/task/add-feedtest-module
Michael Vogel [Sat, 10 Mar 2018 23:35:05 +0000 (00:35 +0100)]
Merge pull request #4574 from MrPetovan/task/add-feedtest-module

Add feedtest module

7 years agoAdd feedtest module
Hypolite Petovan [Sat, 10 Mar 2018 17:43:34 +0000 (12:43 -0500)]
Add feedtest module

7 years agoMerge pull request #4565 from MrPetovan/task/improve-babel
Michael Vogel [Fri, 9 Mar 2018 13:15:32 +0000 (14:15 +0100)]
Merge pull request #4565 from MrPetovan/task/improve-babel

Improve mod/babel

7 years agoFix standards
Hypolite Petovan [Fri, 9 Mar 2018 12:58:46 +0000 (07:58 -0500)]
Fix standards

7 years agoAdd external template to mod/babel
Hypolite Petovan [Fri, 9 Mar 2018 04:48:32 +0000 (23:48 -0500)]
Add external template to mod/babel

- Add HTML methods diagnostic

7 years agoMerge pull request #4562 from annando/bugfix-html
Hypolite Petovan [Thu, 8 Mar 2018 20:04:38 +0000 (15:04 -0500)]
Merge pull request #4562 from annando/bugfix-html

Bugfix: Avoid "Class not found" error

7 years agoBugfix: Avoid "Class not found" error
Michael [Thu, 8 Mar 2018 19:58:35 +0000 (19:58 +0000)]
Bugfix: Avoid "Class not found" error

7 years agoMerge pull request #4558 from MrPetovan/task/browser-performance-improvements
Michael Vogel [Thu, 8 Mar 2018 19:40:15 +0000 (20:40 +0100)]
Merge pull request #4558 from MrPetovan/task/browser-performance-improvements

[develop] Browser caching/loading improvements

7 years agoMerge pull request #4540 from MrPetovan/task/4520-load-whole-config
Michael Vogel [Thu, 8 Mar 2018 19:35:14 +0000 (20:35 +0100)]
Merge pull request #4540 from MrPetovan/task/4520-load-whole-config

[develop] Performance: Add preloading config adapter

7 years agoMerge pull request #4560 from MrPetovan/task/3878-move-html2_-to-src
Michael Vogel [Thu, 8 Mar 2018 19:24:09 +0000 (20:24 +0100)]
Merge pull request #4560 from MrPetovan/task/3878-move-html2_-to-src

[develop] Move include/html2* to src/

7 years agoMerge pull request #4561 from MrPetovan/bug/fix-vier-messageto-select
Tobias Diekershoff [Thu, 8 Mar 2018 10:18:56 +0000 (11:18 +0100)]
Merge pull request #4561 from MrPetovan/bug/fix-vier-messageto-select

Fix wrong SQL query syntax in Core\ACL

7 years agoFix wrong SQL query syntax in Core\ACL
Hypolite Petovan [Thu, 8 Mar 2018 09:42:07 +0000 (04:42 -0500)]
Fix wrong SQL query syntax in Core\ACL

7 years agoRemove include/html2*.php files
Hypolite Petovan [Wed, 7 Mar 2018 21:34:48 +0000 (16:34 -0500)]
Remove include/html2*.php files

7 years agoRemove/Update references to include/html2*.php
Hypolite Petovan [Wed, 7 Mar 2018 21:34:17 +0000 (16:34 -0500)]
Remove/Update references to include/html2*.php

7 years agoReplace html2plain calls by HTML::toPlaintext
Hypolite Petovan [Wed, 7 Mar 2018 21:29:44 +0000 (16:29 -0500)]
Replace html2plain calls by HTML::toPlaintext

7 years agoReplace html2bbcode calls by HTML::toBBCode
Hypolite Petovan [Wed, 7 Mar 2018 21:24:13 +0000 (16:24 -0500)]
Replace html2bbcode calls by HTML::toBBCode

7 years agoReplace html2* function content by references to HTML class
Hypolite Petovan [Wed, 7 Mar 2018 21:21:02 +0000 (16:21 -0500)]
Replace html2* function content by references to HTML class

7 years agoCreate Content\Text\HTML class
Hypolite Petovan [Wed, 7 Mar 2018 21:20:04 +0000 (16:20 -0500)]
Create Content\Text\HTML class

- Move BBCode::cleanCss to HTML::sanitizeCSS

7 years agoRemove unecessary added Config::load()
Hypolite Petovan [Wed, 7 Mar 2018 17:45:30 +0000 (12:45 -0500)]
Remove unecessary added Config::load()

7 years agoEnsure Config::load() in scripts
Hypolite Petovan [Wed, 7 Mar 2018 17:35:16 +0000 (12:35 -0500)]
Ensure Config::load() in scripts

7 years agoEnsure BaseObject::setApp() whenever App is instantiated
Hypolite Petovan [Wed, 7 Mar 2018 17:34:47 +0000 (12:34 -0500)]
Ensure BaseObject::setApp() whenever App is instantiated

7 years ago[frio] Add asynchronous javascript assets loading
Hypolite Petovan [Wed, 7 Mar 2018 13:08:37 +0000 (08:08 -0500)]
[frio] Add asynchronous javascript assets loading

7 years ago[apache2] Add public asset caching
Hypolite Petovan [Wed, 7 Mar 2018 13:07:59 +0000 (08:07 -0500)]
[apache2] Add public asset caching

7 years agoMove Composer assets to view/
Hypolite Petovan [Wed, 7 Mar 2018 13:07:36 +0000 (08:07 -0500)]
Move Composer assets to view/

7 years agoMerge pull request #4557 from MrPetovan/task/4518-add-memcached-support
Michael Vogel [Wed, 7 Mar 2018 07:10:28 +0000 (08:10 +0100)]
Merge pull request #4557 from MrPetovan/task/4518-add-memcached-support

[develop] Hotfix: Fix wrong session expire set for custom duration

7 years agoFix wrong session expire set for custom duration
Hypolite Petovan [Wed, 7 Mar 2018 02:34:00 +0000 (21:34 -0500)]
Fix wrong session expire set for custom duration

7 years agoMove *ConfigValue functions to App
Hypolite Petovan [Wed, 7 Mar 2018 01:04:04 +0000 (20:04 -0500)]
Move *ConfigValue functions to App

7 years agoRemove irrelevant else case
Hypolite Petovan [Mon, 5 Mar 2018 03:59:26 +0000 (22:59 -0500)]
Remove irrelevant else case

7 years agoAdd refresh feature to Preload (P)Config adapters
Hypolite Petovan [Mon, 5 Mar 2018 03:44:33 +0000 (22:44 -0500)]
Add refresh feature to Preload (P)Config adapters

- Add private methods to manipulat the App config variable

7 years agoUpdate htconfig documentation
Hypolite Petovan [Sat, 3 Mar 2018 17:13:43 +0000 (12:13 -0500)]
Update htconfig documentation

7 years agoUpdate PConfig class with adapter
Hypolite Petovan [Sat, 3 Mar 2018 17:13:20 +0000 (12:13 -0500)]
Update PConfig class with adapter

7 years agoUpdate Config class with adapter
Hypolite Petovan [Sat, 3 Mar 2018 17:10:55 +0000 (12:10 -0500)]
Update Config class with adapter

7 years agoAdd Config adapter interfaces/classes
Hypolite Petovan [Sat, 3 Mar 2018 17:09:12 +0000 (12:09 -0500)]
Add Config adapter interfaces/classes

7 years agoMerge pull request #4549 from MrPetovan/task/4518-add-memcached-support
Michael Vogel [Tue, 6 Mar 2018 15:34:28 +0000 (16:34 +0100)]
Merge pull request #4549 from MrPetovan/task/4518-add-memcached-support

[develop] Performance: Add memcached support/Improve database cache (redux)

7 years agoMerge pull request #4548 from MrPetovan/task/3878-move-bb2diaspora-to-src
Michael Vogel [Mon, 5 Mar 2018 06:28:04 +0000 (07:28 +0100)]
Merge pull request #4548 from MrPetovan/task/3878-move-bb2diaspora-to-src

[develop] Move include/bb2diaspora to src/

7 years agoUpdate database.sql according to process
Hypolite Petovan [Mon, 5 Mar 2018 04:41:14 +0000 (23:41 -0500)]
Update database.sql according to process

7 years agoImprove default values in htconfig documentation
Hypolite Petovan [Mon, 5 Mar 2018 04:41:01 +0000 (23:41 -0500)]
Improve default values in htconfig documentation

7 years agoAdd support for multiple Memcached servers
Hypolite Petovan [Mon, 5 Mar 2018 04:28:49 +0000 (23:28 -0500)]
Add support for multiple Memcached servers

- Updated htconfig documentation

7 years agoAdd cache performance to API and worker
Hypolite Petovan [Thu, 1 Mar 2018 06:25:39 +0000 (01:25 -0500)]
Add cache performance to API and worker

7 years agoAdd cache to performance arrays
Hypolite Petovan [Thu, 1 Mar 2018 06:13:50 +0000 (01:13 -0500)]
Add cache to performance arrays

7 years agoAdd cache timing points
Hypolite Petovan [Thu, 1 Mar 2018 05:33:56 +0000 (00:33 -0500)]
Add cache timing points

7 years agoFix DatabaseCacheDriver::get SQL select
Hypolite Petovan [Thu, 1 Mar 2018 05:33:44 +0000 (00:33 -0500)]
Fix DatabaseCacheDriver::get SQL select

- Fix typo
- Fix wrong usage of NOW()

7 years agoRestore deprecated constants in boot
Hypolite Petovan [Thu, 1 Mar 2018 05:33:10 +0000 (00:33 -0500)]
Restore deprecated constants in boot

7 years agoRemove unused global cache constants
Hypolite Petovan [Thu, 1 Mar 2018 04:49:29 +0000 (23:49 -0500)]
Remove unused global cache constants

7 years agoUpdate db cache table documentation
Hypolite Petovan [Thu, 1 Mar 2018 04:48:54 +0000 (23:48 -0500)]
Update db cache table documentation

7 years agoUpdate htconfig documentation
Hypolite Petovan [Thu, 1 Mar 2018 04:48:42 +0000 (23:48 -0500)]
Update htconfig documentation

7 years agoUpdate SQL scripts for cache table
Hypolite Petovan [Thu, 1 Mar 2018 04:48:28 +0000 (23:48 -0500)]
Update SQL scripts for cache table

7 years agoAdd support for Memcached/Improve database cache
Hypolite Petovan [Thu, 1 Mar 2018 04:48:09 +0000 (23:48 -0500)]
Add support for Memcached/Improve database cache

- Create Cache Driver interface
- Update cache table fields
- Add CacheSessionHandler

7 years agoRemove include/bb2diaspora.php
Hypolite Petovan [Sun, 4 Mar 2018 22:43:51 +0000 (17:43 -0500)]
Remove include/bb2diaspora.php

7 years agoRemove references to include/bb2diaspora.php
Hypolite Petovan [Sun, 4 Mar 2018 22:43:41 +0000 (17:43 -0500)]
Remove references to include/bb2diaspora.php

7 years agoUpdate references to bb2diaspora and diaspora2bb
Hypolite Petovan [Sun, 4 Mar 2018 22:39:41 +0000 (17:39 -0500)]
Update references to bb2diaspora and diaspora2bb

7 years agoMove bb2diaspora() content to Content\Text\BBCode::toMarkdown
Hypolite Petovan [Sun, 4 Mar 2018 22:34:59 +0000 (17:34 -0500)]
Move bb2diaspora() content to Content\Text\BBCode::toMarkdown

- Use self where appropriate
- Add BaseObject extension

7 years agoReplace disapora2bb function content with Markdown::toBBCode call
Hypolite Petovan [Sun, 4 Mar 2018 13:31:40 +0000 (08:31 -0500)]
Replace disapora2bb function content with Markdown::toBBCode call

7 years agoCreate Markdown::toBBCode() method
Hypolite Petovan [Sun, 4 Mar 2018 13:31:05 +0000 (08:31 -0500)]
Create Markdown::toBBCode() method

- Create private callback Markdown::diasporaMention2BBCodeCallback

7 years agoMerge pull request #4532 from annando/dba-array
Hypolite Petovan [Sat, 3 Mar 2018 23:14:19 +0000 (18:14 -0500)]
Merge pull request #4532 from annando/dba-array

[develop] We now accept array as condition parameters

7 years agoRenamed functions / each is replaced
Michael [Sat, 3 Mar 2018 23:02:45 +0000 (23:02 +0000)]
Renamed functions / each is replaced

7 years agoMerge pull request #4517 from MrPetovan/task/3878-move-acl_selectors-to-src
Michael Vogel [Sat, 3 Mar 2018 21:32:08 +0000 (22:32 +0100)]
Merge pull request #4517 from MrPetovan/task/3878-move-acl_selectors-to-src

[develop] Move include/acl_selectors to src/ (redux)

7 years agoAn array with fieldnames as keys is important for the "insert" in the "update" function
Michael [Sat, 3 Mar 2018 13:26:23 +0000 (13:26 +0000)]
An array with fieldnames as keys is important for the "insert" in the "update" function

7 years agoAdd missing dba::close() call in Contact::pruneUnavailable
Hypolite Petovan [Sat, 3 Mar 2018 12:41:49 +0000 (07:41 -0500)]
Add missing dba::close() call in Contact::pruneUnavailable

7 years agoRename Acl.php to ACL.php
Hypolite Petovan [Sat, 3 Mar 2018 12:40:18 +0000 (07:40 -0500)]
Rename Acl.php to ACL.php

7 years agoRename Acl.php to ACL.php
Hypolite Petovan [Sat, 3 Mar 2018 12:38:15 +0000 (07:38 -0500)]
Rename Acl.php to ACL.php

7 years agoWe now accept array as condition parameters
Michael [Sat, 3 Mar 2018 08:47:13 +0000 (08:47 +0000)]
We now accept array as condition parameters

7 years agoRename Core\Acl to Core\ACL
Hypolite Petovan [Fri, 2 Mar 2018 23:41:24 +0000 (18:41 -0500)]
Rename Core\Acl to Core\ACL

7 years agoFix query mistake in Acl::getSuggestContactSelectHTML
Hypolite Petovan [Thu, 1 Mar 2018 01:09:19 +0000 (20:09 -0500)]
Fix query mistake in Acl::getSuggestContactSelectHTML

7 years agoFix wrong variable type in mod/message
Hypolite Petovan [Thu, 1 Mar 2018 01:08:59 +0000 (20:08 -0500)]
Fix wrong variable type in mod/message

7 years agoPrettify mod/acl
Hypolite Petovan [Mon, 26 Feb 2018 01:24:46 +0000 (20:24 -0500)]
Prettify mod/acl

- Replace obsolete x() and killme() calls
- Simplify ternary operators with defaults()
- Restore list alignment
- Extract variable initialization from else conditions

7 years agoRemove include/acl_selectors
Hypolite Petovan [Mon, 26 Feb 2018 01:08:51 +0000 (20:08 -0500)]
Remove include/acl_selectors

7 years agoRemove references to include/acl_selectors
Hypolite Petovan [Mon, 26 Feb 2018 01:08:33 +0000 (20:08 -0500)]
Remove references to include/acl_selectors

7 years agoMove navbar_complete to Acl
Hypolite Petovan [Mon, 26 Feb 2018 01:04:30 +0000 (20:04 -0500)]
Move navbar_complete to Acl

7 years agoMove populate_acl to Acl
Hypolite Petovan [Mon, 26 Feb 2018 01:03:03 +0000 (20:03 -0500)]
Move populate_acl to Acl

7 years agoMove get_acl_permissions to Acl
Hypolite Petovan [Mon, 26 Feb 2018 01:00:05 +0000 (20:00 -0500)]
Move get_acl_permissions to Acl

7 years agoMove prune_deadguys to Contact
Hypolite Petovan [Mon, 26 Feb 2018 00:58:23 +0000 (19:58 -0500)]
Move prune_deadguys to Contact

7 years agoMove contact_select to Acl
Hypolite Petovan [Mon, 26 Feb 2018 00:56:53 +0000 (19:56 -0500)]
Move contact_select to Acl

- Simplify Acl::getMessageContactSelectHTML parameters

7 years agoMove contact_selector()
Hypolite Petovan [Mon, 26 Feb 2018 00:47:10 +0000 (19:47 -0500)]
Move contact_selector()

7 years agoUpdate references in acl_selectors to new functions
Hypolite Petovan [Mon, 26 Feb 2018 00:45:32 +0000 (19:45 -0500)]
Update references in acl_selectors to new functions

7 years agoAdd new class/functions
Hypolite Petovan [Mon, 26 Feb 2018 00:45:04 +0000 (19:45 -0500)]
Add new class/functions

- Create class Core\Acl
- Add Contact::pruneUnavailable
- Add mod_content

7 years agoMerge pull request #4530 from annando/db-timestamp
Hypolite Petovan [Fri, 2 Mar 2018 19:11:32 +0000 (14:11 -0500)]
Merge pull request #4530 from annando/db-timestamp

Some more performance measuring for database stuff

7 years agoSome more performance measuring for database stuff
Michael [Fri, 2 Mar 2018 13:37:49 +0000 (13:37 +0000)]
Some more performance measuring for database stuff

7 years agoMerge pull request #4529 from tobiasd/20180302-msg
Michael Vogel [Fri, 2 Mar 2018 12:10:11 +0000 (13:10 +0100)]
Merge pull request #4529 from tobiasd/20180302-msg

regenerated master messages.po file

7 years agoMerge pull request #4528 from tobiasd/20180302-transl
Michael Vogel [Fri, 2 Mar 2018 12:09:54 +0000 (13:09 +0100)]
Merge pull request #4528 from tobiasd/20180302-transl

translation updates for DE and ZH CN

7 years agoregenerated master messages.po file
Tobias Diekershoff [Fri, 2 Mar 2018 11:02:54 +0000 (12:02 +0100)]
regenerated master messages.po file

7 years agoupdate for DE translation THX hoergen oostende
Tobias Diekershoff [Fri, 2 Mar 2018 10:51:39 +0000 (11:51 +0100)]
update for DE translation THX hoergen oostende

7 years agoupdate to the zh-cn THX 朱陈锬
Tobias Diekershoff [Fri, 2 Mar 2018 10:50:22 +0000 (11:50 +0100)]
update to the zh-cn THX 朱陈锬

7 years agoMerge pull request #4527 from annando/fix-no-constant-update
Tobias Diekershoff [Fri, 2 Mar 2018 09:58:17 +0000 (10:58 +0100)]
Merge pull request #4527 from annando/fix-no-constant-update

Bugfix: No constant update in "getIdForUrl"

7 years agoMerge pull request #4526 from MrPetovan/task/4522-postpone-contact-update
Michael Vogel [Fri, 2 Mar 2018 04:43:04 +0000 (05:43 +0100)]
Merge pull request #4526 from MrPetovan/task/4522-postpone-contact-update

Postpone contact update in Contact::getIdForURL

7 years agoBugfix: No constant update in "getIdForUrl"
Michael [Fri, 2 Mar 2018 03:55:24 +0000 (03:55 +0000)]
Bugfix: No constant update in "getIdForUrl"

7 years agoAdd no_update flag to speed up Contact::getIdForURL instances
Hypolite Petovan [Fri, 2 Mar 2018 00:54:45 +0000 (19:54 -0500)]
Add no_update flag to speed up Contact::getIdForURL instances

7 years agoUse default value for uid parameter in Contact::getIdForURL
Hypolite Petovan [Fri, 2 Mar 2018 00:53:47 +0000 (19:53 -0500)]
Use default value for uid parameter in Contact::getIdForURL

7 years agoMerge pull request #4525 from annando/fix-dfrn-delee
Hypolite Petovan [Thu, 1 Mar 2018 21:58:35 +0000 (16:58 -0500)]
Merge pull request #4525 from annando/fix-dfrn-delee

Bugfix: Deleting comments via DFRN had only partly worked

7 years agoBugfix: Deleting comments via DFRN had only partly worked
Michael [Thu, 1 Mar 2018 21:52:36 +0000 (21:52 +0000)]
Bugfix: Deleting comments via DFRN had only partly worked