]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoAdd Temporal::local() shorthand for Temporal::convert()
Hypolite Petovan [Sat, 27 Jan 2018 00:29:06 +0000 (19:29 -0500)]
Add Temporal::local() shorthand for Temporal::convert()

6 years agoAdd missing Temporal::utc()
Hypolite Petovan [Sat, 27 Jan 2018 00:18:06 +0000 (19:18 -0500)]
Add missing Temporal::utc()

6 years agoAdd Temporal::localNow() shorthand for Temporal::convert()
Hypolite Petovan [Sat, 27 Jan 2018 00:16:22 +0000 (19:16 -0500)]
Add Temporal::localNow() shorthand for Temporal::convert()

6 years agoAdd Temporal::timezoneNow() shorthand for Temporal::convert()
Hypolite Petovan [Sat, 27 Jan 2018 00:14:15 +0000 (19:14 -0500)]
Add Temporal::timezoneNow() shorthand for Temporal::convert()

6 years agoAdd Temporal::utc() shorthand to Temporal::convert()
Hypolite Petovan [Fri, 26 Jan 2018 12:29:32 +0000 (07:29 -0500)]
Add Temporal::utc() shorthand to Temporal::convert()

6 years agoAdd missing use in DBM
Hypolite Petovan [Fri, 26 Jan 2018 04:29:53 +0000 (23:29 -0500)]
Add missing use in DBM

6 years agoAdd Temporal::utcNow()
Hypolite Petovan [Fri, 26 Jan 2018 04:26:51 +0000 (23:26 -0500)]
Add Temporal::utcNow()

6 years agoAdd Temporal::MYSQL constant
Hypolite Petovan [Fri, 26 Jan 2018 03:05:05 +0000 (22:05 -0500)]
Add Temporal::MYSQL constant

- Rename Temporal::convert() parameter names

6 years agoMove ATOM_TIME to Temporal::ATOM
Hypolite Petovan [Fri, 26 Jan 2018 02:33:43 +0000 (21:33 -0500)]
Move ATOM_TIME to Temporal::ATOM

6 years agoAdd back missing use in Diaspora
Hypolite Petovan [Thu, 25 Jan 2018 03:28:10 +0000 (22:28 -0500)]
Add back missing use in Diaspora

6 years agoRefactor datetime_convert into Temporal::convert
Hypolite Petovan [Thu, 25 Jan 2018 02:08:45 +0000 (21:08 -0500)]
Refactor datetime_convert into Temporal::convert

- Changed parameter order to save space
- Refactor select_timezone into Temporal::getTimezoneSelect
- Refactor field_timezone into Temporal::getTimezoneField

6 years agoAdd Util\Temporal to src
Hypolite Petovan [Thu, 25 Jan 2018 01:47:33 +0000 (20:47 -0500)]
Add Util\Temporal to src

- Map include/datetime functions to Temporal methods
- Move update_contact_birthdays() to Model\Contact::updateBirthdays()

6 years agoMerge pull request #4385 from tobiasd/20180203-smarties
Michael Vogel [Sat, 3 Feb 2018 12:38:55 +0000 (13:38 +0100)]
Merge pull request #4385 from tobiasd/20180203-smarties

added missing constant

6 years agoMerge pull request #4384 from tobiasd/20180203-de
Michael Vogel [Sat, 3 Feb 2018 12:36:00 +0000 (13:36 +0100)]
Merge pull request #4384 from tobiasd/20180203-de

update for DE

6 years agoadded missing constant
Tobias Diekershoff [Sat, 3 Feb 2018 10:11:00 +0000 (11:11 +0100)]
added missing constant

6 years agoMerge pull request #4375 from MrPetovan/task/3878-move-friendica_smarty-to-src
Tobias Diekershoff [Sat, 3 Feb 2018 09:32:32 +0000 (10:32 +0100)]
Merge pull request #4375 from MrPetovan/task/3878-move-friendica_smarty-to-src

 Move include/friendica_smarty to src/

6 years agoupdate for DE
Tobias Diekershoff [Sat, 3 Feb 2018 09:17:15 +0000 (10:17 +0100)]
update for DE

6 years agoMerge pull request #4383 from MrPetovan/develop
Michael Vogel [Sat, 3 Feb 2018 07:19:13 +0000 (08:19 +0100)]
Merge pull request #4383 from MrPetovan/develop

Add phpinfo page only accessible to admins

6 years agoAdd phpinfo page only accessible to admins
Hypolite Petovan [Sat, 3 Feb 2018 06:26:28 +0000 (01:26 -0500)]
Add phpinfo page only accessible to admins

6 years agoMerge pull request #4381 from tobiasd/20180202-doc2
Michael Vogel [Fri, 2 Feb 2018 15:56:32 +0000 (16:56 +0100)]
Merge pull request #4381 from tobiasd/20180202-doc2

Typo in the docs

6 years agoTypo
Tobias Diekershoff [Fri, 2 Feb 2018 15:33:55 +0000 (16:33 +0100)]
Typo

6 years agoMerge pull request #4380 from annando/nodeinfo2
Hypolite Petovan [Fri, 2 Feb 2018 14:56:03 +0000 (09:56 -0500)]
Merge pull request #4380 from annando/nodeinfo2

We now support querying nodeinfo 2.0

6 years agoMerge pull request #4379 from MrPetovan/bug/4377-already-declared-class-oauthconsumer
Michael Vogel [Fri, 2 Feb 2018 13:59:57 +0000 (14:59 +0100)]
Merge pull request #4379 from MrPetovan/bug/4377-already-declared-class-oauthconsumer

Remove conditional declaration of OAuthException

6 years agoWe now support querying nodeinfo 2.0
Michael [Fri, 2 Feb 2018 13:53:40 +0000 (13:53 +0000)]
We now support querying nodeinfo 2.0

6 years agoRemove conditional declaration of OAuthException
Hypolite Petovan [Fri, 2 Feb 2018 13:08:07 +0000 (08:08 -0500)]
Remove conditional declaration of OAuthException

6 years agoFix formatting in Render/FriendicaSmarty*
Hypolite Petovan [Fri, 2 Feb 2018 12:47:42 +0000 (07:47 -0500)]
Fix formatting in Render/FriendicaSmarty*

6 years agoRemove include/friendica_smarty
Hypolite Petovan [Thu, 1 Feb 2018 18:35:15 +0000 (13:35 -0500)]
Remove include/friendica_smarty

6 years agoRemove references to include/friendica_smarty
Hypolite Petovan [Thu, 1 Feb 2018 18:35:00 +0000 (13:35 -0500)]
Remove references to include/friendica_smarty

6 years agoSwitch register_template_engine() to the only one available
Hypolite Petovan [Thu, 1 Feb 2018 18:33:04 +0000 (13:33 -0500)]
Switch register_template_engine() to the only one available

- get_declared_classes() can't be used with autoloading
- Removed killme() to prevent infinite loop during App object
instantiation

6 years agoAdd FriendicaSmarty and FriendicaSmartyEngine classes in src
Hypolite Petovan [Thu, 1 Feb 2018 18:31:03 +0000 (13:31 -0500)]
Add FriendicaSmarty and FriendicaSmartyEngine classes in src

6 years agoMerge pull request #4378 from tobiasd/20180202-doc
Michael Vogel [Fri, 2 Feb 2018 07:44:14 +0000 (08:44 +0100)]
Merge pull request #4378 from tobiasd/20180202-doc

some additions to the developer-intro docs

6 years agoadd hook description to automatically update the dependencies via git-hooks to devel...
Tobias Diekershoff [Fri, 2 Feb 2018 07:08:09 +0000 (08:08 +0100)]
add hook description to automatically update the dependencies via git-hooks to devel docs

6 years agothere is a label, even linked now
Tobias Diekershoff [Fri, 2 Feb 2018 06:53:27 +0000 (07:53 +0100)]
there is a label, even linked now

6 years agoname Friendiqa as client in devel docs as the one to help improving
Tobias Diekershoff [Fri, 2 Feb 2018 06:50:22 +0000 (07:50 +0100)]
name Friendiqa as client in devel docs as the one to help improving

6 years agoMerge pull request #4376 from MrPetovan/task/3878-move-include-like-to-src
Tobias Diekershoff [Fri, 2 Feb 2018 06:15:26 +0000 (07:15 +0100)]
Merge pull request #4376 from MrPetovan/task/3878-move-include-like-to-src

Move include/like to src/

6 years agoRemove include/like
Hypolite Petovan [Thu, 1 Feb 2018 19:17:31 +0000 (14:17 -0500)]
Remove include/like

6 years agoRemove include/like references
Hypolite Petovan [Thu, 1 Feb 2018 19:17:22 +0000 (14:17 -0500)]
Remove include/like references

6 years agoReplace do_like() calls
Hypolite Petovan [Thu, 1 Feb 2018 19:17:08 +0000 (14:17 -0500)]
Replace do_like() calls

6 years agoReplace do_like() content
Hypolite Petovan [Thu, 1 Feb 2018 19:14:27 +0000 (14:14 -0500)]
Replace do_like() content

6 years agoAdd Model\Item::performLike function
Hypolite Petovan [Thu, 1 Feb 2018 19:14:11 +0000 (14:14 -0500)]
Add Model\Item::performLike function

- Fix uses

6 years agoMerge pull request #4374 from tobiasd/20180201-msg
Hypolite Petovan [Thu, 1 Feb 2018 08:56:55 +0000 (03:56 -0500)]
Merge pull request #4374 from tobiasd/20180201-msg

consistent community naming, regenerated messages for translators

6 years agoconsistend community naming, regenerated messages for translators
Tobias Diekershoff [Thu, 1 Feb 2018 08:21:46 +0000 (09:21 +0100)]
consistend community naming, regenerated messages for translators

6 years agoMerge pull request #4371 from annando/public-commenting
Tobias Diekershoff [Thu, 1 Feb 2018 07:20:45 +0000 (08:20 +0100)]
Merge pull request #4371 from annando/public-commenting

Public commenting is now always enabled

6 years agoBetter title for the different communities
Michael [Thu, 1 Feb 2018 06:11:56 +0000 (06:11 +0000)]
Better title for the different communities

6 years agoImproved query speed
Michael [Thu, 1 Feb 2018 00:29:47 +0000 (00:29 +0000)]
Improved query speed

6 years agoPublic commenting is now always enabled
Michael [Wed, 31 Jan 2018 23:22:41 +0000 (23:22 +0000)]
Public commenting is now always enabled

6 years agoMerge pull request #4365 from MrPetovan/task/4116-add-autoload-to-library
Michael Vogel [Wed, 31 Jan 2018 17:20:33 +0000 (18:20 +0100)]
Merge pull request #4365 from MrPetovan/task/4116-add-autoload-to-library

Add library/ to autoload

6 years agoMerge pull request #4370 from tobiasd/20180131-cal2
Hypolite Petovan [Wed, 31 Jan 2018 15:34:35 +0000 (10:34 -0500)]
Merge pull request #4370 from tobiasd/20180131-cal2

add medi=print to the event_head template files

6 years agolets print out the internets
Tobias Diekershoff [Wed, 31 Jan 2018 10:31:47 +0000 (11:31 +0100)]
lets print out the internets

6 years agoMerge pull request #4366 from tobiasd/20180131-msg
Michael Vogel [Wed, 31 Jan 2018 06:27:07 +0000 (07:27 +0100)]
Merge pull request #4366 from tobiasd/20180131-msg

regenerated master messages.po file

6 years agoregenerated master messages.po file
Tobias Diekershoff [Wed, 31 Jan 2018 06:11:19 +0000 (07:11 +0100)]
regenerated master messages.po file

6 years agoRemove require calls to library/asn*
Hypolite Petovan [Wed, 31 Jan 2018 04:32:20 +0000 (23:32 -0500)]
Remove require calls to library/asn*

6 years agoRemove require calls to library/OAuth1
Hypolite Petovan [Wed, 31 Jan 2018 04:29:05 +0000 (23:29 -0500)]
Remove require calls to library/OAuth1

6 years ago[Composer] Add library/ as a PSR-0 folder for autoloading
Hypolite Petovan [Wed, 31 Jan 2018 04:15:28 +0000 (23:15 -0500)]
[Composer] Add library/ as a PSR-0 folder for autoloading

6 years agoRemove library/slinky
Hypolite Petovan [Wed, 31 Jan 2018 04:13:14 +0000 (23:13 -0500)]
Remove library/slinky

6 years ago[Composer] Upgrade npm-asset/fullcalendar to version 3.8.2
Hypolite Petovan [Wed, 31 Jan 2018 04:06:44 +0000 (23:06 -0500)]
[Composer] Upgrade npm-asset/fullcalendar to version 3.8.2

6 years agoMerge pull request #4364 from MrPetovan/develop
Tobias Diekershoff [Wed, 31 Jan 2018 05:47:36 +0000 (06:47 +0100)]
Merge pull request #4364 from MrPetovan/develop

Add missing use for Model\Item in Worker\Delivery

6 years agoAdd missing use for Model\Item in Worker\Delivery
Hypolite Petovan [Wed, 31 Jan 2018 02:14:44 +0000 (21:14 -0500)]
Add missing use for Model\Item in Worker\Delivery

6 years agoMerge pull request #4363 from annando/follow-fail
Hypolite Petovan [Tue, 30 Jan 2018 20:49:12 +0000 (15:49 -0500)]
Merge pull request #4363 from annando/follow-fail

Quit if follow fails because of not configured addon

6 years agoSome other message
Michael [Tue, 30 Jan 2018 20:48:12 +0000 (20:48 +0000)]
Some other message

6 years agoImproved message
Michael [Tue, 30 Jan 2018 19:31:57 +0000 (19:31 +0000)]
Improved message

6 years agoBetter message
Michael [Tue, 30 Jan 2018 19:20:41 +0000 (19:20 +0000)]
Better message

6 years agoQuit if follow failes because of not configured addon
Michael [Tue, 30 Jan 2018 18:51:09 +0000 (18:51 +0000)]
Quit if follow failes because of not configured addon

6 years agoMerge pull request #4360 from annando/diaspora-forum
Hypolite Petovan [Tue, 30 Jan 2018 13:55:47 +0000 (08:55 -0500)]
Merge pull request #4360 from annando/diaspora-forum

Basic forum support for Diaspora

6 years agoMerge pull request #4361 from tobiasd/20180130-adminmenu
Michael Vogel [Tue, 30 Jan 2018 13:34:26 +0000 (14:34 +0100)]
Merge pull request #4361 from tobiasd/20180130-adminmenu

Admin menu reorganisation

6 years agoAdmin menu reorganisation
Tobias Diekershoff [Tue, 30 Jan 2018 12:37:00 +0000 (13:37 +0100)]
Admin menu reorganisation

The aside menu in the admin panel is now handled in one array, which also
holds the submenu items. Also the sections of the menu are now a bit more
structured and separated from each other.

6 years agoBasic forum support for Diaspora
Michael [Tue, 30 Jan 2018 06:22:09 +0000 (06:22 +0000)]
Basic forum support for Diaspora

6 years agoMerge pull request #4359 from tobiasd/20180129-fedstat
Hypolite Petovan [Mon, 29 Jan 2018 17:00:40 +0000 (12:00 -0500)]
Merge pull request #4359 from tobiasd/20180129-fedstat

positioning of the fedstat graph

6 years agosame indentation style
Tobias Diekershoff [Mon, 29 Jan 2018 16:51:59 +0000 (17:51 +0100)]
same indentation style

6 years agopositioning of the fedstat graph
Tobias Diekershoff [Mon, 29 Jan 2018 16:39:44 +0000 (17:39 +0100)]
positioning of the fedstat graph

This is a followup on #4266 resizing the fedstat graph in the admin panel
so that it fits alongside the intro text again. Checked also with duepunto,
quattro and vier theme.

6 years agoMerge pull request #4358 from annando/empty-needle
Tobias Diekershoff [Mon, 29 Jan 2018 06:23:32 +0000 (07:23 +0100)]
Merge pull request #4358 from annando/empty-needle

Avoid empty needle warning

6 years agoAvoid empty needle warning
Michael [Mon, 29 Jan 2018 06:03:39 +0000 (06:03 +0000)]
Avoid empty needle warning

6 years agoMerge pull request #4357 from friendica/revert-4356-revert-4353-task/4116-move-twitte...
Michael Vogel [Mon, 29 Jan 2018 05:47:41 +0000 (06:47 +0100)]
Merge pull request #4357 from friendica/revert-4356-revert-4353-task/4116-move-twitteroauth-to-composer

Move TwitterOAuth to Composer, part 2b : Remove library/twitteroauth

6 years agoRevert "Revert "Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth""
Hypolite Petovan [Mon, 29 Jan 2018 03:37:30 +0000 (22:37 -0500)]
Revert "Revert "Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth""

6 years agoMerge pull request #4356 from friendica/revert-4353-task/4116-move-twitteroauth-to...
Michael Vogel [Sun, 28 Jan 2018 22:48:35 +0000 (23:48 +0100)]
Merge pull request #4356 from friendica/revert-4353-task/4116-move-twitteroauth-to-composer

Revert "Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth"

6 years agoRevert "Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth"
Michael Vogel [Sun, 28 Jan 2018 22:48:20 +0000 (23:48 +0100)]
Revert "Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth"

6 years agoMerge pull request #4353 from MrPetovan/task/4116-move-twitteroauth-to-composer
Michael Vogel [Sun, 28 Jan 2018 21:41:45 +0000 (22:41 +0100)]
Merge pull request #4353 from MrPetovan/task/4116-move-twitteroauth-to-composer

Move TwitterOAuth to Composer, part 2 : Remove library/twitteroauth

6 years agoMerge pull request #4355 from MrPetovan/task/4265-remove-jquery-migrate
Michael Vogel [Sun, 28 Jan 2018 21:38:03 +0000 (22:38 +0100)]
Merge pull request #4355 from MrPetovan/task/4265-remove-jquery-migrate

Move js/ folder under view/

6 years agoMove js/ folder under view/
Hypolite Petovan [Sun, 28 Jan 2018 21:17:36 +0000 (16:17 -0500)]
Move js/ folder under view/

- Move library/cropper to view/js/cropper
- Move library/jquery-textcomplete to view/js/jquery-textcomplete

6 years agoMerge pull request #4354 from MrPetovan/task/4265-remove-jquery-migrate
Michael Vogel [Sun, 28 Jan 2018 21:14:21 +0000 (22:14 +0100)]
Merge pull request #4354 from MrPetovan/task/4265-remove-jquery-migrate

Remove jQuery Migrate file

6 years agoRemove jQuery Migrate file
Hypolite Petovan [Sun, 28 Jan 2018 20:54:20 +0000 (15:54 -0500)]
Remove jQuery Migrate file

- Remove script references

6 years agoRemove now unused library/twitteroauth
Hypolite Petovan [Sun, 28 Jan 2018 19:48:05 +0000 (14:48 -0500)]
Remove now unused library/twitteroauth

6 years agoMerge pull request #4350 from MrPetovan/task/4116-move-twitteroauth-to-composer
Michael Vogel [Sun, 28 Jan 2018 18:19:21 +0000 (19:19 +0100)]
Merge pull request #4350 from MrPetovan/task/4116-move-twitteroauth-to-composer

Move TwitterOAuth to composer Part 1

6 years agoRevert "[Doc] Add extra command for addon install/update"
Hypolite Petovan [Sun, 28 Jan 2018 17:57:03 +0000 (12:57 -0500)]
Revert "[Doc] Add extra command for addon install/update"

This reverts commit 0e19ce3a65907b21e4cb4e9ef561b35122fd8547.

6 years agoRevert "[Doc] Fix indentation"
Hypolite Petovan [Sun, 28 Jan 2018 17:57:01 +0000 (12:57 -0500)]
Revert "[Doc] Fix indentation"

This reverts commit 938c42cf901504d8fce17cf0ed83d6c0a4f2862a.

6 years agoMerge pull request #4351 from annando/item-move
Hypolite Petovan [Sun, 28 Jan 2018 17:54:41 +0000 (12:54 -0500)]
Merge pull request #4351 from annando/item-move

Most functions now moved from include/items.php

6 years agoMoved "limitBodySize"
Michael [Sun, 28 Jan 2018 17:36:37 +0000 (17:36 +0000)]
Moved "limitBodySize"

6 years agoRenamed the contact relationship functions
Michael [Sun, 28 Jan 2018 17:26:39 +0000 (17:26 +0000)]
Renamed the contact relationship functions

6 years agoStandards
Michael [Sun, 28 Jan 2018 16:28:59 +0000 (16:28 +0000)]
Standards

6 years agoAdded some defaults
Michael [Sun, 28 Jan 2018 16:16:21 +0000 (16:16 +0000)]
Added some defaults

6 years agoFunction needed to be public, not private
Michael [Sun, 28 Jan 2018 14:06:02 +0000 (14:06 +0000)]
Function needed to be public, not private

6 years agoMerge remote-tracking branch 'upstream/develop' into item-move
Michael [Sun, 28 Jan 2018 14:05:39 +0000 (14:05 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-move

6 years agoMerge pull request #4352 from zeroadam/feature/FixPoCo
Michael Vogel [Sun, 28 Jan 2018 14:03:48 +0000 (15:03 +0100)]
Merge pull request #4352 from zeroadam/feature/FixPoCo

Fix old function call

6 years agoFix old function call
Adam Magness [Sun, 28 Jan 2018 14:02:19 +0000 (09:02 -0500)]
Fix old function call

Fix missed fetch_url() call

6 years agoMost functions now moved from include/items.php
Michael [Sun, 28 Jan 2018 11:18:08 +0000 (11:18 +0000)]
Most functions now moved from include/items.php

6 years ago[Doc] Fix indentation
Hypolite Petovan [Sun, 28 Jan 2018 05:09:23 +0000 (00:09 -0500)]
[Doc] Fix indentation

6 years ago[Doc] Add extra command for addon install/update
Hypolite Petovan [Sun, 28 Jan 2018 05:06:53 +0000 (00:06 -0500)]
[Doc] Add extra command for addon install/update

6 years agoImprove addon readme display
Hypolite Petovan [Sun, 28 Jan 2018 05:05:28 +0000 (00:05 -0500)]
Improve addon readme display

- Add maintainer display support
- Remove extra comma after author/maintainer lists

6 years agoMerge pull request #4349 from MrPetovan/task/4265-move-perfect-scrollbar-to-composer
Hypolite Petovan [Sun, 28 Jan 2018 02:49:16 +0000 (21:49 -0500)]
Merge pull request #4349 from MrPetovan/task/4265-move-perfect-scrollbar-to-composer

Fix wrong path to perfect-scrollbar library files

6 years agoForgot a path element in perfect-scrollbar paths
Hypolite Petovan [Sun, 28 Jan 2018 02:09:49 +0000 (21:09 -0500)]
Forgot a path element in perfect-scrollbar paths