]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #4382 from MrPetovan/task/3878-move-session-to-src
Michael Vogel [Sat, 3 Feb 2018 20:02:09 +0000 (21:02 +0100)]
Merge pull request #4382 from MrPetovan/task/3878-move-session-to-src

Move include/session to src/

6 years agoMerge branch 'develop' into task/3878-move-session-to-src
Hypolite Petovan [Sat, 3 Feb 2018 16:59:43 +0000 (11:59 -0500)]
Merge branch 'develop' into task/3878-move-session-to-src

6 years agoMerge pull request #4386 from MrPetovan/task/3878-move-friendica_smarty-to-src
Tobias Diekershoff [Sat, 3 Feb 2018 16:01:30 +0000 (17:01 +0100)]
Merge pull request #4386 from MrPetovan/task/3878-move-friendica_smarty-to-src

Move SMARTY3_TEMPLATE_FOLDER to FriendicaSmarty

6 years agoMerge pull request #4327 from MrPetovan/task/3878-move-datetime-to-src
Tobias Diekershoff [Sat, 3 Feb 2018 15:17:02 +0000 (16:17 +0100)]
Merge pull request #4327 from MrPetovan/task/3878-move-datetime-to-src

Move include/datetime to src - Part 1

6 years agoMove datetimepicker javascript to field_datetime.tpl
Hypolite Petovan [Sat, 3 Feb 2018 14:53:45 +0000 (09:53 -0500)]
Move datetimepicker javascript to field_datetime.tpl

- Add type hint to getDateTimeField() arguments

6 years ago[frio] Fix spacing in field_input.tpl
Hypolite Petovan [Sat, 3 Feb 2018 14:51:23 +0000 (09:51 -0500)]
[frio] Fix spacing in field_input.tpl

6 years agoFix wrong default format for default date in mod/events
Hypolite Petovan [Sat, 3 Feb 2018 14:51:05 +0000 (09:51 -0500)]
Fix wrong default format for default date in mod/events

6 years agoUpdate moved method Item::performLike() with DateTypeFormat
Hypolite Petovan [Fri, 2 Feb 2018 19:34:41 +0000 (14:34 -0500)]
Update moved method Item::performLike() with DateTypeFormat

- Update use list

6 years agoRemove stray semicolon in Util\Temporal
Hypolite Petovan [Thu, 1 Feb 2018 09:25:56 +0000 (04:25 -0500)]
Remove stray semicolon in Util\Temporal

6 years agoFix incorrect Temporal reference after Item function move rebase
Hypolite Petovan [Sun, 28 Jan 2018 18:28:22 +0000 (13:28 -0500)]
Fix incorrect Temporal reference after Item function move rebase

6 years agoFix wrong self references in Util\Temporal
Hypolite Petovan [Sat, 27 Jan 2018 13:11:49 +0000 (08:11 -0500)]
Fix wrong self references in Util\Temporal

6 years agoFix include/boot uses
Hypolite Petovan [Sat, 27 Jan 2018 02:43:43 +0000 (21:43 -0500)]
Fix include/boot uses

6 years agoMove Temporal::convert() to DateTimeFormat::convert()
Hypolite Petovan [Sat, 27 Jan 2018 02:38:34 +0000 (21:38 -0500)]
Move Temporal::convert() to DateTimeFormat::convert()

6 years agoSimplify include/bb2diaspora event format
Hypolite Petovan [Sat, 27 Jan 2018 00:41:40 +0000 (19:41 -0500)]
Simplify include/bb2diaspora event format

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 agoRemove get_template_file function
Hypolite Petovan [Sat, 3 Feb 2018 13:52:55 +0000 (08:52 -0500)]
Remove get_template_file function

6 years agoMove SMARTY3_TEMPLATE_FOLDER to FriendicaSmarty
Hypolite Petovan [Sat, 3 Feb 2018 13:52:43 +0000 (08:52 -0500)]
Move SMARTY3_TEMPLATE_FOLDER to FriendicaSmarty

- Copy get_template_file into only class calling it

6 years agoUse defaults for setting session variables in index.php
Hypolite Petovan [Sat, 3 Feb 2018 13:42:12 +0000 (08:42 -0500)]
Use defaults for setting session variables in index.php

6 years agoRemove include/session file
Hypolite Petovan [Sat, 3 Feb 2018 05:46:39 +0000 (00:46 -0500)]
Remove include/session file

6 years agoSwitch to Core\Session
Hypolite Petovan [Sat, 3 Feb 2018 05:46:05 +0000 (00:46 -0500)]
Switch to Core\Session

- Remove reference to include/session
- Use new Session::init()
- Prevent variable re-assignation if they're just empty
- Deprecate killme() function
- Correct DOMXPath class spelling

6 years agoClean up Core\Cache file
Hypolite Petovan [Sat, 3 Feb 2018 05:43:57 +0000 (00:43 -0500)]
Clean up Core\Cache file

- Remove unused use statement
- Use explicit types for Memcache object

6 years agoAdd new Session classes in src/
Hypolite Petovan [Sat, 3 Feb 2018 05:42:00 +0000 (00:42 -0500)]
Add new Session classes in src/

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