Commit Graph

2355 Commits

Author SHA1 Message Date
Michael 8b049a96bd Direct calls to the database are replace by class calls to the item class 2018-02-06 14:24:24 +00:00
Tobias Diekershoff 997d006349
Merge pull request #517 from rabuzarus/20180205_-_fix_membersince
remove include/datetime.php requirement
2018-02-05 13:59:27 +01:00
rabuzarus 476bb091b3 remove more requirements for include/datetime.php 2018-02-05 13:04:28 +01:00
rabuzarus 8ff287e169 membersince: include/datetime.php isn't available anymore in core develop 2018-02-05 12:58:48 +01:00
Hypolite Petovan 36f964aacf [tumblr] Replace bbcode function with BBCode method 2018-02-04 19:29:39 -05:00
Michael Vogel 9a666c74fe
Merge pull request #515 from MrPetovan/task/3878-move-datetime-to-src
Replace datetime functions by Temporal methods
2018-02-04 21:05:36 +01:00
Hypolite Petovan 80cfdc68c9 Replace datetime functions by Temporal methods 2018-02-03 12:31:33 -05:00
Tobias Diekershoff 215a18093a
Merge pull request #501 from MrPetovan/task/3878-move-datetime-to-src
Refactor datetime_convert() into DateTimeFormat::convert()
2018-02-03 17:51:44 +01:00
Hypolite Petovan 1900da6c42 Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan 13fb4a312d Add Temporal::local() shorthand for Temporal::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan cbc89d147d Add Temporal::utc() shorthand to Temporal::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan e4f32f8ac8 Add Temporal::utcNow() 2018-02-03 11:40:38 -05:00
Hypolite Petovan 6d23de1bdb Add Temporal::MYSQL constant 2018-02-03 11:40:38 -05:00
Hypolite Petovan b24690e8df Refactor datetime_convert() into Temporal::convert() 2018-02-03 11:40:38 -05:00
Michael Vogel 0e987b5c4c
Merge pull request #514 from MrPetovan/task/4116-add-autoload-to-library
Add library/ to autoload
2018-01-31 18:20:14 +01:00
Benjamin Lorteau 400d936db6 [yourls] Add unsupported comment 2018-01-31 11:46:20 -05:00
Hypolite Petovan 6ecd6113f9 [tumblr] Remove explicit duplicate OAuth1 library 2018-01-30 23:44:04 -05:00
Hypolite Petovan de3d9b40b6 [statusnet] Remove explicit duplicate OAuth1 library 2018-01-30 23:43:50 -05:00
Hypolite Petovan cb2c9f836f [statusnet] Remove reference to Slinky 2018-01-30 23:42:42 -05:00
Hypolite Petovan 48935de469 [pumpio] Fix comment 2018-01-30 23:42:22 -05:00
Hypolite Petovan 43c81dfb86
Merge pull request #513 from annando/twitter-fail
Quit if twitter addon is not configured
2018-01-30 14:07:09 -05:00
Michael 633c54d642 Quit if twitter addon is not configured 2018-01-30 18:52:06 +00:00
Michael Vogel d67ac814e7
Merge pull request #512 from MrPetovan/task/4116-move-twitteroauth-to-composer
Add missing use in statusnet addon
2018-01-29 16:45:49 +01:00
Hypolite Petovan 3a9612fb35
Upgrade yet more calls with TwitterOAuth 2018-01-29 10:42:12 -05:00
Hypolite Petovan a3e144e549
Add missing use in statusnet addon 2018-01-29 10:32:37 -05:00
Michael Vogel 5e88657095
Merge pull request #511 from MrPetovan/task/4116-move-twitteroauth-to-composer
Upgrade TwitterOAuth calls in twitter addon
2018-01-29 14:50:10 +01:00
Hypolite Petovan de10d06e26 Upgrade TwitterOAuth calls in twitter addon 2018-01-29 08:15:43 -05:00
Michael Vogel a0cbdd4fe0
Merge pull request #510 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer : part 2b
2018-01-29 06:47:15 +01:00
Hypolite Petovan 27ce9c3f3c Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 22:27:13 -05:00
Hypolite Petovan 429448786d Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 22:25:31 -05:00
Michael Vogel 2ae7e3a2ba
Merge pull request #509 from friendica/revert-508-task/4116-move-twitteroauth-to-composer
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr"
2018-01-28 23:47:54 +01:00
Michael Vogel e090ee2990
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr" 2018-01-28 23:47:32 +01:00
Michael Vogel e38867c195
Merge pull request #508 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr
2018-01-28 22:40:47 +01:00
Hypolite Petovan 715edd98e2 Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 14:43:56 -05:00
Hypolite Petovan 7afef6b87f Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 14:38:03 -05:00
Michael Vogel ffa36da2c9
Merge pull request #505 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to composer Part 1: Twitter
2018-01-28 19:19:03 +01:00
Hypolite Petovan 46196ece78
Merge pull request #506 from annando/item-move
New methods in item class
2018-01-28 12:54:47 -05:00
Hypolite Petovan d18bb44f8a Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
Hypolite Petovan 01738518a2 Fix wrong variable name in twitter addon 2018-01-28 11:41:58 -05:00
Michael b29cc475df Merge remote-tracking branch 'upstream/develop' into item-move 2018-01-28 14:11:02 +00:00
Michael Vogel cf9cc2baaf
Merge pull request #507 from annando/missing-network
"use Friendica\Util\Network" had been missing
2018-01-28 15:09:37 +01:00
Michael 25f9eec89c "use" was missing 2018-01-28 14:01:09 +00:00
Michael 229b21d7b2 New methods in item class 2018-01-28 11:19:38 +00:00
Hypolite Petovan c0836419b7 Update Twitter addon documentation, file comment
- Fix formatting
2018-01-27 23:20:09 -05:00
Hypolite Petovan 75d5fbbc70 Update Twitter addon
- Replace Codebird with latest version of TwitterOAuth from addon vendor
- Remove references to library/twitteroauth.php, include/bbcode.php and
addon/twitter/codebird.php
- Remove unused obsolete cacert.pem
2018-01-27 23:12:04 -05:00
Hypolite Petovan 0927c20007 [Composer] Add abraham/twitteroauth dependency
- Add vendor to .gitignore
- Add install step for addons
2018-01-27 17:17:49 -05:00
Hypolite Petovan f96a41a411
Merge pull request #504 from zeroadam/feature/Network
Network was moved to src
2018-01-27 12:20:55 -05:00
Adam Magness f151406355 Review updates
update renamed and moved functions
2018-01-27 11:23:04 -05:00
Adam Magness ca3c45101e Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
2018-01-27 08:52:02 -05:00
Hypolite Petovan e09e16fd56
Merge pull request #503 from zeroadam/feature/NowPlaintext
Method moved to Plaintext
2018-01-26 20:50:56 -05:00