]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoCode cleanup
Hypolite Petovan [Sun, 19 Nov 2017 22:06:18 +0000 (17:06 -0500)]
Code cleanup

- Remove extraneous use statements
- Format require_once

6 years agoRemove include/Contact.php
Hypolite Petovan [Sun, 19 Nov 2017 22:05:21 +0000 (17:05 -0500)]
Remove include/Contact.php

- Remove all mentions to include/Contact.php

6 years agoChange called method names
Hypolite Petovan [Sun, 19 Nov 2017 22:03:39 +0000 (17:03 -0500)]
Change called method names

- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship

6 years agoAdd Contact Object
Hypolite Petovan [Sun, 19 Nov 2017 21:55:28 +0000 (16:55 -0500)]
Add Contact Object

- Add Profile Object
- Add User Model
- Add use statements

6 years agoMove Item and Conversation from Core to Object
Hypolite Petovan [Sun, 19 Nov 2017 21:50:49 +0000 (16:50 -0500)]
Move Item and Conversation from Core to Object

- Move BaseObject from Core\ to Friendica\

6 years agoMerge pull request #3919 from zeroadam/CodingStandards
Hypolite Petovan [Sun, 19 Nov 2017 21:21:05 +0000 (16:21 -0500)]
Merge pull request #3919 from zeroadam/CodingStandards

Coding Standards

6 years agoOverzealous rename
Adam Magness [Sun, 19 Nov 2017 21:14:16 +0000 (16:14 -0500)]
Overzealous rename

reverted change to function name.

6 years agoFunction call
Adam Magness [Sun, 19 Nov 2017 19:19:03 +0000 (14:19 -0500)]
Function call

this one must be coming from boot.php

6 years agoCoding Standards
Adam Magness [Sun, 19 Nov 2017 19:15:25 +0000 (14:15 -0500)]
Coding Standards

A few updates for coding standards

6 years agoMerge pull request #3918 from annando/additional-features
Hypolite Petovan [Sun, 19 Nov 2017 20:11:45 +0000 (15:11 -0500)]
Merge pull request #3918 from annando/additional-features

Additional features can now be changed again

6 years agoAdditional features can now be changed again
Michael [Sun, 19 Nov 2017 19:58:11 +0000 (19:58 +0000)]
Additional features can now be changed again

6 years agoMerge pull request #3917 from annando/worker-again
Hypolite Petovan [Sun, 19 Nov 2017 19:51:12 +0000 (14:51 -0500)]
Merge pull request #3917 from annando/worker-again

All workers in /include now moved to /src/worker

6 years agoMerge pull request #3915 from MrPetovan/issue/#2732-conv-orphans
Michael Vogel [Sun, 19 Nov 2017 19:48:38 +0000 (20:48 +0100)]
Merge pull request #3915 from MrPetovan/issue/#2732-conv-orphans

Add orphan items as children to their top-level post

6 years agoNo german compound wording :-)
Michael [Sun, 19 Nov 2017 19:47:04 +0000 (19:47 +0000)]
No german compound wording :-)

6 years agoThe last of the big workers moved ... delivery and notifier
Michael [Sun, 19 Nov 2017 18:59:55 +0000 (18:59 +0000)]
The last of the big workers moved ... delivery and notifier

6 years agoNow PubSubPublish moved as well
Michael [Sun, 19 Nov 2017 17:36:20 +0000 (17:36 +0000)]
Now PubSubPublish moved as well

6 years ago"CreateShadowentry" and "ProfileUpdate" now moved as well
Michael [Sun, 19 Nov 2017 16:59:37 +0000 (16:59 +0000)]
"CreateShadowentry" and "ProfileUpdate" now moved as well

6 years agoQueue.php is now moved as well
Michael [Sun, 19 Nov 2017 16:35:45 +0000 (16:35 +0000)]
Queue.php is now moved as well

6 years agoexpire and gprobe now moved as well
Michael [Sun, 19 Nov 2017 16:25:13 +0000 (16:25 +0000)]
expire and gprobe now moved as well

6 years agoAdd orphan items as children to their top-level post
Hypolite Petovan [Sun, 19 Nov 2017 15:42:00 +0000 (10:42 -0500)]
Add orphan items as children to their top-level post

- Make get_item_children deplete the item list

6 years agoMerge pull request #3914 from MrPetovan/issue/#3878-move-itemplateengine-to-src
Michael Vogel [Sun, 19 Nov 2017 15:28:18 +0000 (16:28 +0100)]
Merge pull request #3914 from MrPetovan/issue/#3878-move-itemplateengine-to-src

Move ITemplateEngine to src

6 years agoMove ITemplateEngine to src
Hypolite Petovan [Sun, 19 Nov 2017 15:22:18 +0000 (10:22 -0500)]
Move ITemplateEngine to src

- Fix method name format

6 years agoMerge pull request #3912 from MrPetovan/task/smart_threading
Michael Vogel [Sun, 19 Nov 2017 13:48:58 +0000 (14:48 +0100)]
Merge pull request #3912 from MrPetovan/task/smart_threading

Introducing smart threading

6 years agoUse constant instead of hardcoded string for ACTIVITY_POST
Hypolite Petovan [Sun, 19 Nov 2017 13:41:33 +0000 (08:41 -0500)]
Use constant instead of hardcoded string for ACTIVITY_POST

6 years agoImprove documentation with brief key
Hypolite Petovan [Sun, 19 Nov 2017 13:41:16 +0000 (08:41 -0500)]
Improve documentation with brief key

6 years agoMerge pull request #3913 from annando/dislike
Hypolite Petovan [Sun, 19 Nov 2017 13:11:30 +0000 (08:11 -0500)]
Merge pull request #3913 from annando/dislike

Always show dislikes - the setting now just hides the button

6 years agoAlways show dislikes - the setting now just hides the button
Michael [Sun, 19 Nov 2017 09:55:45 +0000 (09:55 +0000)]
Always show dislikes - the setting now just hides the button

6 years agoAdd smart_threading user setting
Hypolite Petovan [Sun, 19 Nov 2017 05:57:31 +0000 (00:57 -0500)]
Add smart_threading user setting

6 years agoAdd smart_flatten_conversation function
Hypolite Petovan [Sun, 19 Nov 2017 05:57:06 +0000 (00:57 -0500)]
Add smart_flatten_conversation function

- Fix doc
- Fix formatting
- Update conv_sort with smart threading

6 years agoUpdate Composer autoload files
Hypolite Petovan [Sun, 19 Nov 2017 05:55:37 +0000 (00:55 -0500)]
Update Composer autoload files

6 years agoMerge pull request #3910 from annando/worker
Hypolite Petovan [Sun, 19 Nov 2017 00:42:50 +0000 (19:42 -0500)]
Merge pull request #3910 from annando/worker

Another worker process moved

6 years agoCorrected class name
Michael [Sun, 19 Nov 2017 00:14:20 +0000 (00:14 +0000)]
Corrected class name

6 years agoMissing variable
Michael [Sat, 18 Nov 2017 23:46:16 +0000 (23:46 +0000)]
Missing variable

6 years agoAnd now DiscoverPoCo.php
Michael [Sat, 18 Nov 2017 11:02:46 +0000 (11:02 +0000)]
And now DiscoverPoCo.php

6 years agopoller.php is cleaned up, unneeded stuff has been removed
Michael [Sat, 18 Nov 2017 11:01:01 +0000 (11:01 +0000)]
poller.php is cleaned up, unneeded stuff has been removed

6 years agoDirectory moved
Michael [Sat, 18 Nov 2017 07:59:30 +0000 (07:59 +0000)]
Directory moved

6 years agoSpoolPost moved
Michael [Sat, 18 Nov 2017 07:44:38 +0000 (07:44 +0000)]
SpoolPost moved

6 years agoMissing namespace
Michael [Sat, 18 Nov 2017 07:33:44 +0000 (07:33 +0000)]
Missing namespace

6 years agodbupdate now moved as well
Michael [Sat, 18 Nov 2017 07:31:33 +0000 (07:31 +0000)]
dbupdate now moved as well

6 years agoinclude/shadowupdate.php wasn't used at all
Michael [Sat, 18 Nov 2017 07:14:39 +0000 (07:14 +0000)]
include/shadowupdate.php wasn't used at all

6 years agoCronJobs moved as well
Michael [Sat, 18 Nov 2017 06:22:41 +0000 (06:22 +0000)]
CronJobs moved as well

6 years agoDBClean moved as well
Michael [Sat, 18 Nov 2017 05:45:44 +0000 (05:45 +0000)]
DBClean moved as well

6 years agoMissing dba
Michael [Sat, 18 Nov 2017 05:12:57 +0000 (05:12 +0000)]
Missing dba

6 years agoAnother worker process moved
Michael [Fri, 17 Nov 2017 22:16:34 +0000 (22:16 +0000)]
Another worker process moved

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%