]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #3909 from zeroadam/BaseObject-#3878
Michael Vogel [Fri, 17 Nov 2017 21:06:29 +0000 (22:06 +0100)]
Merge pull request #3909 from zeroadam/BaseObject-#3878

Objects moved to src

6 years agoMore conditions
Adam Magness [Fri, 17 Nov 2017 00:59:40 +0000 (19:59 -0500)]
More conditions

Removed unneeded conditions.

6 years agoRemove condition
Adam Magness [Fri, 17 Nov 2017 00:55:28 +0000 (19:55 -0500)]
Remove condition

Remove unneeded condition.

6 years agoMerge remote-tracking branch 'origin/BaseObject-#3878' into BaseObject-#3878
Adam Magness [Thu, 16 Nov 2017 21:39:59 +0000 (16:39 -0500)]
Merge remote-tracking branch 'origin/BaseObject-#3878' into BaseObject-#3878

6 years agoUpdate function call
Adam Magness [Thu, 16 Nov 2017 20:58:50 +0000 (15:58 -0500)]
Update function call

missed function call change

6 years agoItem to src
Adam Magness [Thu, 16 Nov 2017 20:54:03 +0000 (15:54 -0500)]
Item to src

object/Item moved to Friendica\Core namespace.

6 years agoConversation to src
Adam Magness [Thu, 16 Nov 2017 18:24:59 +0000 (13:24 -0500)]
Conversation to src

object/Conversation moved to Friendica\Core namespace.

6 years agoBaseObject moved to src/Core
Adam Magness [Thu, 16 Nov 2017 18:05:41 +0000 (13:05 -0500)]
BaseObject moved to src/Core

BaseObject moved to Friendica\Core namespace. References and function calls updated.

6 years agoMerge pull request #3908 from zeroadam/OStatus-#3878
Michael Vogel [Thu, 16 Nov 2017 21:27:29 +0000 (22:27 +0100)]
Merge pull request #3908 from zeroadam/OStatus-#3878

OStatus moved to src

6 years agoUpdate function call
Adam Magness [Thu, 16 Nov 2017 20:58:50 +0000 (15:58 -0500)]
Update function call

missed function call change

6 years agoItem to src
Adam Magness [Thu, 16 Nov 2017 20:54:03 +0000 (15:54 -0500)]
Item to src

object/Item moved to Friendica\Core namespace.

6 years agoConversation to src
Adam Magness [Thu, 16 Nov 2017 18:24:59 +0000 (13:24 -0500)]
Conversation to src

object/Conversation moved to Friendica\Core namespace.

6 years agoBaseObject moved to src/Core
Adam Magness [Thu, 16 Nov 2017 18:05:41 +0000 (13:05 -0500)]
BaseObject moved to src/Core

BaseObject moved to Friendica\Core namespace. References and function calls updated.

6 years agoRemoved require statement
Adam Magness [Thu, 16 Nov 2017 12:32:31 +0000 (07:32 -0500)]
Removed require statement

There didn't seem to be any ostatus function calls in this file. Running with it commented out produced no errors.

6 years agoRequire statement
Adam Magness [Thu, 16 Nov 2017 04:11:00 +0000 (23:11 -0500)]
Require statement

Not sure if this is needed or not, there are no ostatus:: calls in this file.

6 years agoOStatus moved to src
Adam Magness [Thu, 16 Nov 2017 04:09:11 +0000 (23:09 -0500)]
OStatus moved to src

OStatus moved to Friendica\Protocol namespace. References and function calls updated.
Related to #3878

6 years agoMerge pull request #3907 from annando/worker
Hypolite Petovan [Wed, 15 Nov 2017 21:27:49 +0000 (16:27 -0500)]
Merge pull request #3907 from annando/worker

For more worker have found a new place

6 years agoNow there are four more ...
Michael [Wed, 15 Nov 2017 21:12:33 +0000 (21:12 +0000)]
Now there are four more ...

6 years agoMoved some workers in their new habitat
Michael [Wed, 15 Nov 2017 20:59:42 +0000 (20:59 +0000)]
Moved some workers in their new habitat

6 years agoMerge pull request #3906 from zeroadam/Global-Poco-#3878
Michael Vogel [Wed, 15 Nov 2017 19:51:26 +0000 (20:51 +0100)]
Merge pull request #3906 from zeroadam/Global-Poco-#3878

Global and Portable Contact

6 years agogsFunctions renamed
Adam Magness [Wed, 15 Nov 2017 17:02:08 +0000 (12:02 -0500)]
gsFunctions renamed

gsFetchUsers -> fetchGsUsers
gsDiscover -> discoverGsUsers

6 years agoMissing Worker
Adam Magness [Wed, 15 Nov 2017 16:51:29 +0000 (11:51 -0500)]
Missing Worker

use Friendica\Core\Worker

6 years agoMissed function call update
Adam Magness [Wed, 15 Nov 2017 16:49:20 +0000 (11:49 -0500)]
Missed function call update

update_gcontact -> update

6 years agoPortableContact created
Adam Magness [Wed, 15 Nov 2017 15:53:16 +0000 (10:53 -0500)]
PortableContact created

Create PortableContact and remove socgraph, update references, and calls

6 years agoGlobalContact created
Adam Magness [Wed, 15 Nov 2017 14:47:28 +0000 (09:47 -0500)]
GlobalContact created

Moved DirSearch and GlobalContact related functions to Friendica\Model namespace

6 years agoMerge pull request #3904 from annando/worker-space2
Hypolite Petovan [Tue, 14 Nov 2017 22:33:27 +0000 (17:33 -0500)]
Merge pull request #3904 from annando/worker-space2

cron.php is now moved in the worker space

6 years agoCommand back ...
Michael [Tue, 14 Nov 2017 22:13:33 +0000 (22:13 +0000)]
Command back ...

6 years agocron.php is reworked, other worker files had been moved temporarily
Michael [Tue, 14 Nov 2017 21:50:16 +0000 (21:50 +0000)]
cron.php is reworked, other worker files had been moved temporarily

6 years agoMerge pull request #3902 from annando/worker-space
Hypolite Petovan [Mon, 13 Nov 2017 05:22:34 +0000 (00:22 -0500)]
Merge pull request #3902 from annando/worker-space

There is now a namespace for workers

6 years agoCronHooks now works again.
Michael [Sun, 12 Nov 2017 21:32:10 +0000 (21:32 +0000)]
CronHooks now works again.

6 years agoOnepoll moved as well
Michael [Sun, 12 Nov 2017 18:50:35 +0000 (18:50 +0000)]
Onepoll moved as well

6 years agoI will never understand git ...
Michael [Sun, 12 Nov 2017 07:26:04 +0000 (07:26 +0000)]
I will never understand git ...

6 years agoThe cronhooks are now changed
Michael [Sun, 12 Nov 2017 07:24:49 +0000 (07:24 +0000)]
The cronhooks are now changed

6 years agoThe worker can now call methods in the worker namespace
Michael [Sun, 12 Nov 2017 07:21:23 +0000 (07:21 +0000)]
The worker can now call methods in the worker namespace

6 years agoMerge pull request #3901 from zeroadam/Smilies-#3878
Michael Vogel [Sat, 11 Nov 2017 12:44:01 +0000 (13:44 +0100)]
Merge pull request #3901 from zeroadam/Smilies-#3878

Smilies to src

6 years agoSmilies to src
Adam Magness [Sat, 11 Nov 2017 12:21:15 +0000 (07:21 -0500)]
Smilies to src

Move Smilies to Friendica\Content namespace.

Related to #3878

6 years agoMerge pull request #3900 from annando/old-template
Tobias Diekershoff [Sat, 11 Nov 2017 10:49:55 +0000 (11:49 +0100)]
Merge pull request #3900 from annando/old-template

Removed old template parser

6 years agoRemoved old template parser
Michael [Sat, 11 Nov 2017 09:26:23 +0000 (09:26 +0000)]
Removed old template parser

6 years agoMerge pull request #3899 from rebeka-catalina/rct/t/vier-dark_link_style
Tobias Diekershoff [Sat, 11 Nov 2017 07:48:32 +0000 (08:48 +0100)]
Merge pull request #3899 from rebeka-catalina/rct/t/vier-dark_link_style

Made hyperlinks visually different from normal text

6 years agoMerge pull request #3898 from annando/show-friends
Tobias Diekershoff [Sat, 11 Nov 2017 07:47:47 +0000 (08:47 +0100)]
Merge pull request #3898 from annando/show-friends

The friend contact block wasn't displayed in the profile

6 years agoMade hyperlinks visually different from normal text
rebeka-catalina [Sat, 11 Nov 2017 07:40:45 +0000 (08:40 +0100)]
Made hyperlinks visually different from normal text

6 years agoSome more code improvements, removed deprecated functions
Michael [Sat, 11 Nov 2017 06:42:39 +0000 (06:42 +0000)]
Some more code improvements, removed deprecated functions

6 years agoThe friend contact block wasn't displayed in the profile
Michael [Sat, 11 Nov 2017 05:23:28 +0000 (05:23 +0000)]
The friend contact block wasn't displayed in the profile

6 years agoMerge pull request #3896 from tobiasd/20171110-community
Hypolite Petovan [Fri, 10 Nov 2017 21:17:38 +0000 (16:17 -0500)]
Merge pull request #3896 from tobiasd/20171110-community

adding a global community disclaimer

6 years agohalfe the double
Tobias Diekershoff [Fri, 10 Nov 2017 21:00:39 +0000 (22:00 +0100)]
halfe the double

6 years agoMerge pull request #3895 from zeroadam/Xml-#3878
Hypolite Petovan [Fri, 10 Nov 2017 20:08:40 +0000 (15:08 -0500)]
Merge pull request #3895 from zeroadam/Xml-#3878

Xml to src

6 years agosome corrections
Tobias Diekershoff [Fri, 10 Nov 2017 19:57:02 +0000 (20:57 +0100)]
some corrections

6 years agomove HTML to template and add an optional hint that a global community page shows...
Tobias Diekershoff [Fri, 10 Nov 2017 19:25:17 +0000 (20:25 +0100)]
move HTML to template and add an optional hint that a global community page shows all arriving public postings

6 years agoadd docs for the show_global_community_hint option
Tobias Diekershoff [Fri, 10 Nov 2017 19:24:05 +0000 (20:24 +0100)]
add docs for the show_global_community_hint option

6 years agomove HTML from mod/community into template file
Tobias Diekershoff [Fri, 10 Nov 2017 17:22:28 +0000 (18:22 +0100)]
move HTML from mod/community into template file

6 years agoCapitalized XML
Adam Magness [Fri, 10 Nov 2017 12:45:33 +0000 (07:45 -0500)]
Capitalized XML

Acronym classes should be capitalized

6 years agoMerge remote-tracking branch 'origin/Xml-#3878' into Xml-#3878
Adam Magness [Fri, 10 Nov 2017 12:18:32 +0000 (07:18 -0500)]
Merge remote-tracking branch 'origin/Xml-#3878' into Xml-#3878

6 years agoSpelling
Adam Magness [Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)]
Spelling

spelling correction for simplexmlelement

6 years agoAdd uses
Adam Magness [Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)]
Add uses

added DomXPath and SimpleXMLElement

6 years agoMove xml to namespace
Adam Magness [Fri, 10 Nov 2017 05:00:50 +0000 (00:00 -0500)]
Move xml to namespace

Relocate xml from include to src
Related to #3878

6 years agoMerge pull request #3892 from tobiasd/20171110-lng
Michael Vogel [Fri, 10 Nov 2017 08:25:49 +0000 (09:25 +0100)]
Merge pull request #3892 from tobiasd/20171110-lng

DE and ES translations back at 100%

6 years agoMerge pull request #3893 from tobiasd/20171110-regmail
Michael Vogel [Fri, 10 Nov 2017 08:25:30 +0000 (09:25 +0100)]
Merge pull request #3893 from tobiasd/20171110-regmail

add info text about email on registration

6 years agoadd info text about email on registration
Tobias Diekershoff [Fri, 10 Nov 2017 07:06:56 +0000 (08:06 +0100)]
add info text about email on registration

6 years agoupdate for DE
Tobias Diekershoff [Fri, 10 Nov 2017 06:52:47 +0000 (07:52 +0100)]
update for DE

6 years agoupdate for ES thx Albert
Tobias Diekershoff [Fri, 10 Nov 2017 06:52:34 +0000 (07:52 +0100)]
update for ES thx Albert

6 years agoSpelling
Adam Magness [Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)]
Spelling

spelling correction for simplexmlelement

6 years agoAdd uses
Adam Magness [Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)]
Add uses

added DomXPath and SimpleXMLElement

6 years agoMove xml to namespace
Adam Magness [Fri, 10 Nov 2017 05:00:50 +0000 (00:00 -0500)]
Move xml to namespace

Relocate xml from include to src
Related to #3878

6 years agoMerge pull request #3891 from rabuzarus/20171109_-_small_style_docu_corrections
Hypolite Petovan [Thu, 9 Nov 2017 18:52:13 +0000 (13:52 -0500)]
Merge pull request #3891 from rabuzarus/20171109_-_small_style_docu_corrections

pure comments shouldn't use doxygen style

6 years agopure comments shouldn't use doxygen style
rabuzarus [Thu, 9 Nov 2017 18:37:05 +0000 (19:37 +0100)]
pure comments shouldn't use doxygen style

6 years agoMerge pull request #3890 from zeroadam/Cache-#3878
Hypolite Petovan [Thu, 9 Nov 2017 17:28:52 +0000 (12:28 -0500)]
Merge pull request #3890 from zeroadam/Cache-#3878

Move Cache to src

6 years agoRevert to require_once
Adam Magness [Thu, 9 Nov 2017 17:26:32 +0000 (12:26 -0500)]
Revert to require_once

Keeping these statements as they were.

6 years agoRemove old cache file
Adam Magness [Thu, 9 Nov 2017 16:49:27 +0000 (11:49 -0500)]
Remove old cache file

Now that all references are updated, remove old cache.php

6 years agoMove Cache to src
Adam Magness [Thu, 9 Nov 2017 16:05:18 +0000 (11:05 -0500)]
Move Cache to src

relocate the cache class to Friendica\Core namespace

6 years agoMerge pull request #3889 from MrPetovan/issue/#3878-hotfix
Michael Vogel [Thu, 9 Nov 2017 09:00:07 +0000 (10:00 +0100)]
Merge pull request #3889 from MrPetovan/issue/#3878-hotfix

Issue #3878 hotfix 2

6 years agoFix missing Crypto class error
Hypolite Petovan [Thu, 9 Nov 2017 08:47:12 +0000 (03:47 -0500)]
Fix missing Crypto class error

6 years agoReverting RINO crypto code to php-encryption version 1.2
Hypolite Petovan [Thu, 9 Nov 2017 08:20:18 +0000 (03:20 -0500)]
Reverting RINO crypto code to php-encryption version 1.2

6 years agoReverting php-encryption to version 1.2
Hypolite Petovan [Thu, 9 Nov 2017 08:19:26 +0000 (03:19 -0500)]
Reverting php-encryption to version 1.2

6 years agoMerge pull request #3888 from MrPetovan/issue/#3878-hotfix
Michael Vogel [Thu, 9 Nov 2017 08:11:56 +0000 (09:11 +0100)]
Merge pull request #3888 from MrPetovan/issue/#3878-hotfix

Issue #3878 hotfix

6 years agoFunction name typo
Hypolite Petovan [Thu, 9 Nov 2017 08:01:53 +0000 (03:01 -0500)]
Function name typo

6 years agoFix another php-encryption version migration error
Hypolite Petovan [Thu, 9 Nov 2017 08:01:02 +0000 (03:01 -0500)]
Fix another php-encryption version migration error

6 years agoFix php-encryption version 2 compatibility issues
Hypolite Petovan [Thu, 9 Nov 2017 07:35:11 +0000 (02:35 -0500)]
Fix php-encryption version 2 compatibility issues

6 years agoRemove old library defuse/php-encryption
Hypolite Petovan [Thu, 9 Nov 2017 07:21:54 +0000 (02:21 -0500)]
Remove old library defuse/php-encryption

6 years agoSwitch to new php-encryption library version
Hypolite Petovan [Thu, 9 Nov 2017 07:21:37 +0000 (02:21 -0500)]
Switch to new php-encryption library version

- Remove references to library/ files
- Add namespace to library classes

6 years agoAdd defuse/php-encryption 2.0 to Composer dependencies
Hypolite Petovan [Thu, 9 Nov 2017 07:13:02 +0000 (02:13 -0500)]
Add defuse/php-encryption 2.0 to Composer dependencies

6 years agoUpdated Composer to version 1.5.2
Hypolite Petovan [Thu, 9 Nov 2017 07:11:33 +0000 (02:11 -0500)]
Updated Composer to version 1.5.2

6 years agoMerge pull request #3883 from zeroadam/Issue-#3878
Hypolite Petovan [Thu, 9 Nov 2017 06:29:58 +0000 (01:29 -0500)]
Merge pull request #3883 from zeroadam/Issue-#3878

Relocate class files from /include to /src/

6 years agoReview updates
Adam Magness [Thu, 9 Nov 2017 01:08:42 +0000 (20:08 -0500)]
Review updates

changes based on review comments.

6 years agoCoding Standards
Adam Magness [Wed, 8 Nov 2017 22:02:50 +0000 (17:02 -0500)]
Coding Standards

Guess who got phpcs configured.
Updated phpcs.xml based on Developer_Intro document.

6 years agoAnother use
Adam Magness [Wed, 8 Nov 2017 13:51:01 +0000 (08:51 -0500)]
Another use

use Cache

6 years agoMerge remote-tracking branch 'origin/Issue-#3878' into Issue-#3878
Adam Magness [Wed, 8 Nov 2017 13:38:04 +0000 (08:38 -0500)]
Merge remote-tracking branch 'origin/Issue-#3878' into Issue-#3878

6 years agoReview updates
Adam Magness [Wed, 8 Nov 2017 13:34:48 +0000 (08:34 -0500)]
Review updates

Documentation and yet another use statement

6 years agoUse more
Adam Magness [Wed, 8 Nov 2017 12:48:31 +0000 (07:48 -0500)]
Use more

More use statements based on error logs.

6 years agoUse Statements
Adam Magness [Wed, 8 Nov 2017 12:02:55 +0000 (07:02 -0500)]
Use Statements

More use statements based on error logs

6 years agoDFRN Update
Adam Magness [Wed, 8 Nov 2017 05:10:47 +0000 (00:10 -0500)]
DFRN Update

missing use statement

6 years agoClass file relocations
Adam Magness [Wed, 8 Nov 2017 03:57:46 +0000 (22:57 -0500)]
Class file relocations

Issue #3878

6 years agoRelocate class files from /include to /src/
Adam Magness [Wed, 8 Nov 2017 00:37:53 +0000 (19:37 -0500)]
Relocate class files from /include to /src/

dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.

6 years agoMerge pull request #3882 from annando/config-null
Hypolite Petovan [Wed, 8 Nov 2017 13:21:23 +0000 (08:21 -0500)]
Merge pull request #3882 from annando/config-null

Still some more places with config stuff

6 years agoMerge pull request #3886 from annando/boot-worker
Hypolite Petovan [Wed, 8 Nov 2017 13:21:04 +0000 (08:21 -0500)]
Merge pull request #3886 from annando/boot-worker

Missing "use" in boot.php

6 years agoOne space more
Michael [Wed, 8 Nov 2017 13:08:26 +0000 (13:08 +0000)]
One space more

6 years agoMerge pull request #3885 from tobiasd/20171108-faq
Hypolite Petovan [Wed, 8 Nov 2017 13:07:57 +0000 (08:07 -0500)]
Merge pull request #3885 from tobiasd/20171108-faq

updated client list in FAQ

6 years agoMissing "use" in boot.php
Michael [Wed, 8 Nov 2017 13:03:41 +0000 (13:03 +0000)]
Missing "use" in boot.php

6 years agoUse more
Adam Magness [Wed, 8 Nov 2017 12:48:31 +0000 (07:48 -0500)]
Use more

More use statements based on error logs.

6 years agoUse Statements
Adam Magness [Wed, 8 Nov 2017 12:02:55 +0000 (07:02 -0500)]
Use Statements

More use statements based on error logs

6 years agoupdated client list in FAQ
Tobias Diekershoff [Wed, 8 Nov 2017 08:20:20 +0000 (09:20 +0100)]
updated client list in FAQ