Commit Graph

2577 Commits (cefb58374ed2b954f862e7a8e0a260cabcce3832)

Author SHA1 Message Date
Michael Vogel 769f189a4a
Merge pull request #527 from AndyHee/AndyHee-patch-20180209-1
Update blockem.php
2018-02-09 11:41:55 +01:00
Andy H3 3f398723f2
Update blockem.php
Add description and improved displayed text
2018-02-09 17:14:20 +07:00
Andy Hee 10f39be759 Improved description and displayed text 2018-02-09 17:02:47 +07:00
Michael Vogel 6d5dfa68ac
Merge pull request #524 from tobiasd/20180208-twittermsg
regen twitter messages.po file for new strings from #521
2018-02-08 07:15:15 +01:00
Tobias Diekershoff 297a4ff92f regen twitter messages.po file for new strings from #521 2018-02-08 07:09:48 +01:00
Tobias Diekershoff d83dbb3172
Merge pull request #521 from MrPetovan/bug/4409-twitter-exception
[twitter] Add Exception handling/Fix OAuth usage
2018-02-08 07:07:06 +01:00
Tobias Diekershoff adb394729b
Merge pull request #522 from MrPetovan/bug/4295-twitter-mentions-and-urls
[twitter] Fix mentions and urls mix up
2018-02-08 06:59:06 +01:00
Tobias Diekershoff f8726b8237
Merge pull request #523 from annando/namethingy-unsupported
Namethingy is now unsupported
2018-02-08 06:53:15 +01:00
Michael 590baf22e5 Namethingy is now unsupported 2018-02-08 05:40:21 +00:00
Hypolite Petovan 471b3788eb [twitter] Perform mention/hashtags replacements before expanding links
- Move mention/hashtags replacement out of URL existence check
2018-02-07 22:43:22 -05:00
Hypolite Petovan 91a9d5e2ef [twitter] Remove unused function parameter in twitter_expand_entities
- Remove duplicate assignment to $tags
2018-02-07 22:42:27 -05:00
Hypolite Petovan afae967c5d [twitter] Add POST parameter checks
- Add Exception handling
2018-02-07 20:20:42 -05:00
Hypolite Petovan 760abd8694 [twitter] Fix TwitterOauth library usage
- Use array result instead of object
2018-02-07 20:20:06 -05:00
Hypolite Petovan 29cf1539a7
Merge pull request #520 from rabuzarus/20180206_-_membersince_frio_support
membersince: fix utf-8 encoding issues
2018-02-07 11:05:59 -05:00
rabuzarus a307bf472e membersince: fix utf-8 encoding issues 2018-02-07 17:01:27 +01:00
Michael Vogel 3c78130b41
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
Move include/bbcode to src/ part 1 : Everything but bbcode()
2018-02-07 15:03:29 +01:00
Hypolite Petovan 3495cc32d8
Merge pull request #519 from rabuzarus/20180206_-_membersince_frio_support
membersince addon works now with frio
2018-02-07 08:48:33 -05:00
rabuzarus 9faa56702a membersince is now added in frio after the fullname entry 2018-02-07 14:34:30 +01:00
rabuzarus 40f99e4828 update membersince addon to version 1.1 since it does now support frio 2018-02-06 18:26:34 +01:00
rabuzarus 22ac032cc3 membersince addon works now with frio 2018-02-06 18:24:03 +01:00
Hypolite Petovan d38987896c
Merge pull request #518 from annando/item-isolation
Direct calls to the database are replaced by calls to the item class
2018-02-06 11:54:02 -05:00
Michael d29890613e Simpler form 2018-02-06 16:24:35 +00:00
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