]>
git.mxchange.org Git - friendica.git/log
Michael [Fri, 17 Nov 2017 22:16:34 +0000 (22:16 +0000)]
Another worker process moved
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
Adam Magness [Fri, 17 Nov 2017 00:59:40 +0000 (19:59 -0500)]
More conditions
Removed unneeded conditions.
Adam Magness [Fri, 17 Nov 2017 00:55:28 +0000 (19:55 -0500)]
Remove condition
Remove unneeded condition.
Adam Magness [Thu, 16 Nov 2017 21:39:59 +0000 (16:39 -0500)]
Merge remote-tracking branch 'origin/BaseObject-#3878' into BaseObject-#3878
Adam Magness [Thu, 16 Nov 2017 20:58:50 +0000 (15:58 -0500)]
Update function call
missed function call change
Adam Magness [Thu, 16 Nov 2017 20:54:03 +0000 (15:54 -0500)]
Item to src
object/Item moved to Friendica\Core namespace.
Adam Magness [Thu, 16 Nov 2017 18:24:59 +0000 (13:24 -0500)]
Conversation to src
object/Conversation moved to Friendica\Core namespace.
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.
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
Adam Magness [Thu, 16 Nov 2017 20:58:50 +0000 (15:58 -0500)]
Update function call
missed function call change
Adam Magness [Thu, 16 Nov 2017 20:54:03 +0000 (15:54 -0500)]
Item to src
object/Item moved to Friendica\Core namespace.
Adam Magness [Thu, 16 Nov 2017 18:24:59 +0000 (13:24 -0500)]
Conversation to src
object/Conversation moved to Friendica\Core namespace.
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.
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.
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.
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
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
Michael [Wed, 15 Nov 2017 21:12:33 +0000 (21:12 +0000)]
Now there are four more ...
Michael [Wed, 15 Nov 2017 20:59:42 +0000 (20:59 +0000)]
Moved some workers in their new habitat
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
Adam Magness [Wed, 15 Nov 2017 17:02:08 +0000 (12:02 -0500)]
gsFunctions renamed
gsFetchUsers -> fetchGsUsers
gsDiscover -> discoverGsUsers
Adam Magness [Wed, 15 Nov 2017 16:51:29 +0000 (11:51 -0500)]
Missing Worker
use Friendica\Core\Worker
Adam Magness [Wed, 15 Nov 2017 16:49:20 +0000 (11:49 -0500)]
Missed function call update
update_gcontact -> update
Adam Magness [Wed, 15 Nov 2017 15:53:16 +0000 (10:53 -0500)]
PortableContact created
Create PortableContact and remove socgraph, update references, and calls
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
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
Michael [Tue, 14 Nov 2017 22:13:33 +0000 (22:13 +0000)]
Command back ...
Michael [Tue, 14 Nov 2017 21:50:16 +0000 (21:50 +0000)]
cron.php is reworked, other worker files had been moved temporarily
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
Michael [Sun, 12 Nov 2017 21:32:10 +0000 (21:32 +0000)]
CronHooks now works again.
Michael [Sun, 12 Nov 2017 18:50:35 +0000 (18:50 +0000)]
Onepoll moved as well
Michael [Sun, 12 Nov 2017 07:26:04 +0000 (07:26 +0000)]
I will never understand git ...
Michael [Sun, 12 Nov 2017 07:24:49 +0000 (07:24 +0000)]
The cronhooks are now changed
Michael [Sun, 12 Nov 2017 07:21:23 +0000 (07:21 +0000)]
The worker can now call methods in the worker namespace
Michael Vogel [Sat, 11 Nov 2017 12:44:01 +0000 (13:44 +0100)]
Merge pull request #3901 from zeroadam/Smilies-#3878
Smilies 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
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
Michael [Sat, 11 Nov 2017 09:26:23 +0000 (09:26 +0000)]
Removed old template parser
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
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
rebeka-catalina [Sat, 11 Nov 2017 07:40:45 +0000 (08:40 +0100)]
Made hyperlinks visually different from normal text
Michael [Sat, 11 Nov 2017 06:42:39 +0000 (06:42 +0000)]
Some more code improvements, removed deprecated functions
Michael [Sat, 11 Nov 2017 05:23:28 +0000 (05:23 +0000)]
The friend contact block wasn't displayed in the profile
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
Tobias Diekershoff [Fri, 10 Nov 2017 21:00:39 +0000 (22:00 +0100)]
halfe the double
Hypolite Petovan [Fri, 10 Nov 2017 20:08:40 +0000 (15:08 -0500)]
Merge pull request #3895 from zeroadam/Xml-#3878
Xml to src
Tobias Diekershoff [Fri, 10 Nov 2017 19:57:02 +0000 (20:57 +0100)]
some corrections
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
Tobias Diekershoff [Fri, 10 Nov 2017 19:24:05 +0000 (20:24 +0100)]
add docs for the show_global_community_hint option
Tobias Diekershoff [Fri, 10 Nov 2017 17:22:28 +0000 (18:22 +0100)]
move HTML from mod/community into template file
Adam Magness [Fri, 10 Nov 2017 12:45:33 +0000 (07:45 -0500)]
Capitalized XML
Acronym classes should be capitalized
Adam Magness [Fri, 10 Nov 2017 12:18:32 +0000 (07:18 -0500)]
Merge remote-tracking branch 'origin/Xml-#3878' into Xml-#3878
Adam Magness [Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)]
Spelling
spelling correction for simplexmlelement
Adam Magness [Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)]
Add uses
added DomXPath and SimpleXMLElement
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
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%
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
Tobias Diekershoff [Fri, 10 Nov 2017 07:06:56 +0000 (08:06 +0100)]
add info text about email on registration
Tobias Diekershoff [Fri, 10 Nov 2017 06:52:47 +0000 (07:52 +0100)]
update for DE
Tobias Diekershoff [Fri, 10 Nov 2017 06:52:34 +0000 (07:52 +0100)]
update for ES thx Albert
Adam Magness [Fri, 10 Nov 2017 05:34:31 +0000 (00:34 -0500)]
Spelling
spelling correction for simplexmlelement
Adam Magness [Fri, 10 Nov 2017 05:26:41 +0000 (00:26 -0500)]
Add uses
added DomXPath and SimpleXMLElement
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
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
rabuzarus [Thu, 9 Nov 2017 18:37:05 +0000 (19:37 +0100)]
pure comments shouldn't use doxygen style
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
Adam Magness [Thu, 9 Nov 2017 17:26:32 +0000 (12:26 -0500)]
Revert to require_once
Keeping these statements as they were.
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
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
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
Hypolite Petovan [Thu, 9 Nov 2017 08:47:12 +0000 (03:47 -0500)]
Fix missing Crypto class error
Hypolite Petovan [Thu, 9 Nov 2017 08:20:18 +0000 (03:20 -0500)]
Reverting RINO crypto code to php-encryption version 1.2
Hypolite Petovan [Thu, 9 Nov 2017 08:19:26 +0000 (03:19 -0500)]
Reverting php-encryption to version 1.2
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
Hypolite Petovan [Thu, 9 Nov 2017 08:01:53 +0000 (03:01 -0500)]
Function name typo
Hypolite Petovan [Thu, 9 Nov 2017 08:01:02 +0000 (03:01 -0500)]
Fix another php-encryption version migration error
Hypolite Petovan [Thu, 9 Nov 2017 07:35:11 +0000 (02:35 -0500)]
Fix php-encryption version 2 compatibility issues
Hypolite Petovan [Thu, 9 Nov 2017 07:21:54 +0000 (02:21 -0500)]
Remove old library defuse/php-encryption
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
Hypolite Petovan [Thu, 9 Nov 2017 07:13:02 +0000 (02:13 -0500)]
Add defuse/php-encryption 2.0 to Composer dependencies
Hypolite Petovan [Thu, 9 Nov 2017 07:11:33 +0000 (02:11 -0500)]
Updated Composer to version 1.5.2
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/
Adam Magness [Thu, 9 Nov 2017 01:08:42 +0000 (20:08 -0500)]
Review updates
changes based on review comments.
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.
Adam Magness [Wed, 8 Nov 2017 13:51:01 +0000 (08:51 -0500)]
Another use
use Cache
Adam Magness [Wed, 8 Nov 2017 13:38:04 +0000 (08:38 -0500)]
Merge remote-tracking branch 'origin/Issue-#3878' into Issue-#3878
Adam Magness [Wed, 8 Nov 2017 13:34:48 +0000 (08:34 -0500)]
Review updates
Documentation and yet another use statement
Adam Magness [Wed, 8 Nov 2017 12:48:31 +0000 (07:48 -0500)]
Use more
More use statements based on error logs.
Adam Magness [Wed, 8 Nov 2017 12:02:55 +0000 (07:02 -0500)]
Use Statements
More use statements based on error logs
Adam Magness [Wed, 8 Nov 2017 05:10:47 +0000 (00:10 -0500)]
DFRN Update
missing use statement
Adam Magness [Wed, 8 Nov 2017 03:57:46 +0000 (22:57 -0500)]
Class file relocations
Issue #3878
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.
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
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
Michael [Wed, 8 Nov 2017 13:08:26 +0000 (13:08 +0000)]
One space more
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
Michael [Wed, 8 Nov 2017 13:03:41 +0000 (13:03 +0000)]
Missing "use" in boot.php
Adam Magness [Wed, 8 Nov 2017 12:48:31 +0000 (07:48 -0500)]
Use more
More use statements based on error logs.
Adam Magness [Wed, 8 Nov 2017 12:02:55 +0000 (07:02 -0500)]
Use Statements
More use statements based on error logs