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 |
Adam Magness
|
4fb2547df8
|
Update function calls
update function calls to use profile class
|
2018-01-14 21:22:39 -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 |
Hypolite Petovan
|
d9c6417f5d
|
Remove construct_acl_data()
|
2018-01-04 12:19:06 -05:00 |
Hypolite Petovan
|
9a3e773a9a
|
Merge branch 'develop' into task/3954-move-auth-to-src
|
2018-01-02 19:30:41 -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
|
e16852c2f5
|
Replace init_groups_visitor with Group::getIdsByContactId
|
2017-12-29 21:55:12 -05:00 |
Michael
|
4dcf14f62e
|
Query was simplified
|
2017-12-21 18:49:27 +00:00 |
Michael
|
cfa42552bc
|
Standards
|
2017-12-21 18:46:35 +00:00 |
Michael
|
fba40b8761
|
Removed unneeded code
|
2017-12-21 08:58:36 +00:00 |
Michael
|
f7272be4a8
|
Reshares are now working
|
2017-12-20 18:18:25 +00:00 |
Michael
|
343f22e02f
|
Updating after post does now work
|
2017-12-20 10:16:25 +00:00 |
Michael
|
b457ed6876
|
Preparation for being able to comment every public item
|
2017-12-19 17:15:56 +00:00 |
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05: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 |
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
Adam Magness
|
6189f6c8e7
|
Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
|
2017-11-08 08:36:48 -05:00 |
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
hoergen
|
a5d8d1fd77
|
Update display.php
adding baseurl to image tags for twitter and open Graph
|
2017-10-31 02:45:58 +01:00 |
Michael
|
4744d6bf84
|
we now provide a feed for the conversation
|
2017-10-18 06:25:22 +00:00 |
Michael
|
5acdd18c00
|
Improve the data generation for the display page
|
2017-10-12 19:54:49 +00:00 |
Michael
|
b79c3241c6
|
Directly serve atom+xml if requested
|
2017-09-19 11:53:19 +00:00 |
Michael
|
4b403e4fe2
|
OStatus: Reworked import
|
2017-09-10 07:21:23 +00:00 |
Michael
|
5f33f28b9e
|
Display hadn't shown public items that weren't known to the user
|
2017-08-30 20:20:01 +00:00 |
Michael
|
5adfeb0bd5
|
App::get_baseurl is now replaced with System::baseUrl
|
2017-08-26 07:32:10 +00:00 |
Michael
|
3c24bed412
|
New class "System"
|
2017-08-26 06:04:21 +00:00 |
Michael
|
0ac725dc47
|
Some more updated queries
|
2017-08-12 22:15:16 +00:00 |
Michael
|
41a81624a2
|
Now deletions will also work with complicated queries
|
2017-08-12 18:07:47 +00:00 |
Michael
|
1d8c91c478
|
Restructured "dba::exists" function
|
2017-08-12 08:55:50 +00:00 |
Michael
|
d352a290fe
|
Parameter wasn't replaced
|
2017-08-11 08:55:07 +00:00 |
Michael
|
d810b21f87
|
New dba functions
|
2017-08-11 08:04:01 +00:00 |
Michael
|
fce72cbbc8
|
Modifed "update" and "insert" function / many changed queries
|
2017-08-09 21:12:41 +00:00 |
Michael
|
cf179188b6
|
Some more worker fine tuning
|
2017-06-17 13:58:18 +00:00 |
Tobias Diekershoff
|
1838024f6d
|
Merge pull request #3528 from Hypolite/task/replace-explicit-php-logical-operators
Replace explicit php logical operators
|
2017-06-09 07:44:19 +02:00 |
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
Michael
|
97fd47c614
|
Moved include to top
|
2017-06-07 08:46:38 +00:00 |
Michael
|
6e6941a546
|
We have an alternate link
|
2017-06-06 21:56:25 +00:00 |
Michael
|
932e14971f
|
Issue 2864: Add a "alternate" link on display page
|
2017-06-06 17:56:22 +00: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 |
rabuzarus
|
6d01dd83fe
|
Bugfix: fix the author image in the meta elements in html head (display module)
|
2017-01-30 15:23:44 +01:00 |
rabuzarus
|
4c8de5fcfd
|
limit the description of the meta tag to 160 characters in /mod/display
|
2017-01-25 13:10:42 +01:00 |
Hypolite Petovan
|
8a197055e3
|
Normalize App parameter declaration (mod folder, 1 out of 3)
|
2017-01-09 23:12:54 +11:00 |
Roland Häder
|
4dce3d8224
|
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 10:58:55 +01:00 |
Roland Häder
|
884f44ce94
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-19 14:27:16 +01:00 |