Michael
|
c4d3ab6878
|
Transfer all item shadow functions to the item class
|
2018-01-16 22:23:19 +00:00 |
|
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
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Adam Magness
|
dc175b8e12
|
Update functions and calls
Change function names, calls and use dba functions.
|
2018-01-10 12:05:20 -05:00 |
|
Michael
|
f2efd58366
|
Sends notifications for public posts with "uid=0"
|
2018-01-07 11:08:36 +00: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
|
35a18f6825
|
Fix unused code in include (second pass)
|
2018-01-04 12:21:13 -05: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
|
9ea4fad46c
|
Review: Ensure $arr['network'] is populated in item_store
|
2018-01-02 08:32:53 -05:00 |
|
Hypolite Petovan
|
69df67740c
|
Last minute fix to include/items
- Use defaults() to fix undefined indexes
|
2018-01-02 08:18:19 -05:00 |
|
Hypolite Petovan
|
9f04017e27
|
Quick fix PHP notices in various files
- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables
|
2018-01-02 08:11:14 -05:00 |
|
Hypolite Petovan
|
eb1b6605b7
|
Remove include/oembed and mod/oembed
|
2017-12-31 20:58:32 -05:00 |
|
Adam Magness
|
9e6bf79380
|
Crypto to src
move Crypto to src and Friendica\Util namespace
|
2017-12-30 11:51:49 -05:00 |
|
Michael
|
84b85e9198
|
Removed old include
|
2017-12-13 07:06:36 +00:00 |
|
Michael
|
fc55a4b9c0
|
The feed moved into the new location
|
2017-12-13 07:02:52 +00:00 |
|
Michael
|
88ef61df95
|
Removed useless "function_exists" checks
|
2017-12-12 04:52:33 +00:00 |
|
Hypolite Petovan
|
4fe8dab08d
|
Remove include/group.php
|
2017-12-09 13:45:54 -05:00 |
|
Hypolite Petovan
|
abdecd2b2f
|
Use new Model methods for groups
|
2017-12-09 13:45:17 -05:00 |
|
Hypolite Petovan
|
bc58e8d3be
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 23:57:56 -05:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -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
|
cd84bf8963
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 09:09:28 -05:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05: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 |
|
Michael
|
45227a12a6
|
"item_id" and "spam" aren't used
|
2017-12-05 22:20:49 +00:00 |
|
Michael
|
e5c2b7a243
|
Don't archive "self" contacts
|
2017-12-05 21:29:33 +00:00 |
|
Michael
|
dc32553a1d
|
Better usew the author
|
2017-12-04 19:50:32 +00:00 |
|
Michael
|
360e39ca5b
|
unmark for archival
|
2017-12-04 19:36:08 +00:00 |
|
Michael
|
3bb53967f4
|
Merge remote-tracking branch 'upstream/develop' into archive-contact
|
2017-12-04 19:05:53 +00:00 |
|
Michael
|
ca41e9154d
|
Archive and unarchive contacts
|
2017-12-04 19:04:50 +00:00 |
|
Adam Magness
|
b1d16fbdf7
|
Update use statements
update use statements for rename to singular.
|
2017-12-04 09:04:36 -05:00 |
|
Adam Magness
|
6e5471def3
|
Rename to singular
Rename and update references. Standards and a require_once.
|
2017-12-04 09:01:27 -05:00 |
|
Adam Magness
|
2f0da29c75
|
Features to src
Move Features to class in Friendica\Content namespace. Update function calls and references.
|
2017-12-04 08:33:49 -05:00 |
|
Michael
|
adf802474b
|
Zot was never really supported, so it is now removed completely
|
2017-12-02 21:57:39 +00:00 |
|
Adam Magness
|
2b121779a6
|
Salmon move to src
Salmon class, update function name and function calls. Some standards as well.
|
2017-12-02 09:32:45 -05:00 |
|
Adam Magness
|
f21feb975d
|
Require Cleanup
Remove instances of require_once for email.php
|
2017-12-01 14:57:13 -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 |
|
Michael
|
4ddcc77c77
|
Always show small preview pictures, not the big ones
|
2017-11-25 10:07:49 +00:00 |
|
Michael
|
4a4be4d664
|
Fix some SQL problems
|
2017-11-24 07:44:02 +00:00 |
|
Michael
|
7c3fd2adb5
|
Some more replaced old database functions
|
2017-11-22 07:21:19 +00:00 |
|
Hypolite Petovan
|
5ee728972e
|
Remove include/Contact.php
- Remove all mentions to include/Contact.php
|
2017-11-19 17:05:21 -05:00 |
|
Hypolite Petovan
|
ec02af593d
|
Change called method names
- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
|
2017-11-19 17:03:39 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|
Michael
|
8cd21269ff
|
The last of the big workers moved ... delivery and notifier
|
2017-11-19 18:59:55 +00:00 |
|
Adam Magness
|
cd12de46f8
|
OStatus moved to src
OStatus moved to Friendica\Protocol namespace. References and function calls updated.
Related to #3878
|
2017-11-15 23:09:11 -05:00 |
|