Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Hypolite Petovan
|
b01daf18c5
|
Fix formatting of get_attachment_data()
|
2018-01-11 22:29:56 -05:00 |
|
Michael Vogel
|
066b776dcc
|
Merge pull request #4166 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] Fix unused code issues in boot and include
|
2018-01-04 20:59:07 +01:00 |
|
Hypolite Petovan
|
3b23f89ca2
|
Fix unused code in include
- Fix local formatting
- Remove unused variable
- Fix unreached breaks
- Remove commented out code
- Add some documentation
|
2018-01-04 12:21:13 -05:00 |
|
Hypolite Petovan
|
1f805da94f
|
Move ParseUrl to Util namespace
|
2018-01-04 12:03:15 -05:00 |
|
Hypolite Petovan
|
3fc3e67b70
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 23:54:51 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
52bddd580c
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 08:56:11 -05:00 |
|
Adam Magness
|
0373056448
|
Review and Use statements
use statements and review changes.
|
2017-11-29 17:29:11 -05:00 |
|
Adam Magness
|
0091d318e5
|
Function names
Update function names and corresponding function calls
|
2017-11-29 12:17:12 -05:00 |
|
Adam Magness
|
54827e7fed
|
Photo to src
Move Photo to Friendica\Object namespace and replace require_once statments with use statements.
|
2017-11-29 07:52:27 -05:00 |
|
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
|
Michael
|
2b3bc54049
|
And another plaintext correction :)
|
2017-09-24 13:47:31 +00:00 |
|
Michael
|
17f2928535
|
Improved type detection
|
2017-09-24 06:36:03 +00:00 |
|
Michael
|
aeb6e53d02
|
Better content detection for posts to Twitter
|
2017-09-23 20:13:09 +00:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Hypolite Petovan
|
1d427aa214
|
Standards: Remove EOF closing PHP tags
|
2017-05-02 23:36:56 -04:00 |
|
Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|
Hypolite Petovan
|
56ee734b00
|
Cleanup /format pre-move
|
2017-05-02 22:59:24 -04:00 |
|
Michael
|
9d77e91f5f
|
Some more logging
|
2017-01-20 21:58:53 +00:00 |
|
Hypolite Petovan
|
87eb3d5ef2
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
|
Michael
|
8cab220387
|
Bugfix: Reimported Friendica posts from pump.io had the links missing.
|
2016-12-18 23:39:44 +00:00 |
|
rabuzarus
|
e9226eaf45
|
parse_url: recognize image/video/audio files + move functions into own class
|
2016-11-24 01:11:22 +01:00 |
|
Michael Vogel
|
50dc7a6047
|
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
|
2016-08-23 07:40:16 +02:00 |
|
Michael Vogel
|
5580c0d708
|
Bugfix: Sometimes uploaded pictures weren't posted correctly to other networks
|
2016-05-29 10:59:06 +02:00 |
|
Michael Vogel
|
eca1b1ff58
|
Bugfix: Some more encoding problems with attachments fixed
|
2016-05-26 23:22:30 +02:00 |
|
Michael Vogel
|
36063b47ab
|
Bugfix: The url in attachments had problems with entities
|
2016-05-22 13:46:05 +02:00 |
|
Michael Vogel
|
247f866655
|
There were undecoded entities in the title
|
2016-05-15 10:36:56 +02:00 |
|
Michael Vogel
|
1b2f67906b
|
Bugfix for shares in the plaintext function
|
2016-05-13 22:23:46 +02:00 |
|
Michael Vogel
|
93347d3279
|
Bugfix DFRN and bookmark detection
|
2016-04-24 17:00:19 +02:00 |
|
Michael Vogel
|
432c1ec5e4
|
Now we are having "after" at the old attach mechanism as well
|
2016-04-18 21:28:09 +02:00 |
|
Michael Vogel
|
999ef7f679
|
Attachments: Better handling of preview pictures
|
2016-04-18 12:13:54 +02:00 |
|
Michael Vogel
|
81bcafe28f
|
Improved handling of photos
|
2016-04-17 23:38:29 +02:00 |
|
Michael Vogel
|
502b660ca9
|
Added documentation
|
2016-04-17 20:55:19 +02:00 |
|
Michael Vogel
|
49d52faab5
|
Use the "attachment" element instead of a mixture of several elements
|
2016-04-17 20:43:41 +02:00 |
|
Michael Vogel
|
148c89a20d
|
Added documentation
|
2016-02-23 07:56:49 +01:00 |
|
Michael Vogel
|
8ec833f808
|
New BBCode element "abstract" for network depending messages.
|
2016-02-22 23:20:59 +01:00 |
|
Michael Vogel
|
9b5c6ed580
|
Twitter shortening should now work even the shortening would be in the link
|
2016-01-14 19:38:59 +01:00 |
|
rabuzarus
|
3df5c17124
|
reformat todo according to doxygen style
|
2015-12-25 23:17:34 +01:00 |
|
Michael Vogel
|
bb45112544
|
OStatus: Picture posts are reformatted
|
2015-12-04 05:57:33 +01:00 |
|
root
|
54a5a80b24
|
Poco: New fields for last contact and last failure of a contact.
|
2015-07-17 01:08:28 +02:00 |
|
Michael Vogel
|
d995fc3994
|
The intelligent shortening for social media systems like Twitter, GNU Social and App.net can now be disabled.
|
2015-05-15 20:56:05 +02:00 |
|
Michael Vogel
|
961440e48f
|
Cutting the text has to be made UTF-8 aware as well.
|
2014-09-02 02:14:16 +02:00 |
|
Michael Vogel
|
b66a031b34
|
The plaintext conversion had issues with counting the text size of posts with german umlauts
|
2014-09-02 01:31:31 +02:00 |
|
Michael Vogel
|
6aeaf0815f
|
If a message is transmitted to a network that requires shortening (Twitter, Statusnet, ADN), then the shortened link will be the link to the friendica post if it was a shared post.
|
2014-08-25 23:38:13 +02:00 |
|
Michael Vogel
|
4e6e09a44f
|
The function "get_attached_data" hasn't always detected photos
|
2014-07-15 08:48:40 +02:00 |
|
Michael Vogel
|
fe71272e1e
|
Plaintext: The function now returns images from video links as well.
|
2014-07-09 21:28:42 +02:00 |
|
Michael Vogel
|
52474847cb
|
New function to fetch image information. (Will be used in the addons at a later time)
|
2014-06-15 23:32:14 +02:00 |
|
Michael Vogel
|
ac78989fc9
|
shortening message: Solved issue with non latin characters
|
2014-06-15 20:46:56 +02:00 |
|
Michael Vogel
|
82c4e3fe50
|
The page info function can now be called with a picture link, support for big and preview images for attachments in global.css
|
2014-06-15 01:59:19 +02:00 |
|