Michael
|
1b43d459b6
|
Fix for delivering forum posts again
|
2018-11-01 23:52:06 +00:00 |
|
Jonny Tischbein
|
6b43174a74
|
Fix for vier theme / NonAjax Call
|
2018-10-31 20:09:44 +01:00 |
|
Jonny Tischbein
|
b66bcb20da
|
Redirect to previous page after NON-AJAX Post delete via second parameter in /item/drop
|
2018-10-31 20:09:44 +01:00 |
|
Hypolite Petovan
|
7d5494dd67
|
Merge pull request #6055 from zeroadam/FileTagHotFix
Misspelling in use statement
|
2018-10-31 13:57:33 -04:00 |
|
Hypolite Petovan
|
8a46c786f3
|
Merge pull request #6053 from zeroadam/CoreRenderer
Core Renderer Class
|
2018-10-31 13:57:12 -04:00 |
|
Adam Magness
|
a09273802e
|
Misspelling in use statement
misspelled Friendica
|
2018-10-31 13:42:38 -04:00 |
|
Adam Magness
|
70f01d6c00
|
Template Engine and props to Renderer
move methods and props from App to Renderer
|
2018-10-31 13:25:38 -04:00 |
|
Adam Magness
|
35abc4bb64
|
get markup template
implement getMarkupTemplate function
|
2018-10-31 10:44:06 -04:00 |
|
Adam Magness
|
91facd2d0a
|
replace macros
implement new replaceMacros function
|
2018-10-31 10:35:50 -04:00 |
|
Philipp Holzer
|
87f3fe24f7
|
Moving UPDATE defines/constants out of boot
|
2018-10-31 14:44:23 +01:00 |
|
Philipp Holzer
|
4ae985e5ed
|
Setting update version & time on success
|
2018-10-31 14:44:23 +01:00 |
|
Philipp Holzer
|
26aee23254
|
Replacing dbupdate_ in admin.php and removing it from Worker\DBUpdate
|
2018-10-31 14:44:22 +01:00 |
|
Adam Magness
|
d9b558a8ed
|
Update function calls
update function calls to new class.
|
2018-10-30 14:51:45 -04:00 |
|
Adam Magness
|
50da89d861
|
Logger Levels
update logger levels in calls
|
2018-10-30 09:58:45 -04:00 |
|
Adam Magness
|
14fde5dc9b
|
Log function
implement log() function.
|
2018-10-30 09:57:14 -04:00 |
|
Hypolite Petovan
|
f7147fae96
|
Merge pull request #6041 from nupplaphil/install_to_module
Install to Module
|
2018-10-30 08:17:26 -04:00 |
|
Michael
|
84be62982a
|
Diaspora signature transport via AP/DFRN should be repaired now
|
2018-10-29 21:15:37 +00:00 |
|
Philipp Holzer
|
abb50fbf62
|
Install to Module
- Move Install to Module
- Some Bugfixings
|
2018-10-29 14:10:45 +01:00 |
|
Hypolite Petovan
|
933f43218a
|
Merge pull request #6037 from annando/ap-signatures
Diaspora signatures are now stored and transmitted correctly
|
2018-10-27 13:49:19 -04:00 |
|
Michael
|
4831688dc0
|
Diaspora signatures are now stored and transmitted correctly
|
2018-10-27 14:35:22 +00:00 |
|
Hypolite Petovan
|
de6b640483
|
Remove extra use statement in mod/item
Fix #6036
|
2018-10-27 09:54:38 -04:00 |
|
Michael
|
73f596cc46
|
Fixes duplicated transmissions and not working undo of like/dislike
|
2018-10-27 11:09:23 +00:00 |
|
Jonny Tischbein
|
deed949ff0
|
Code Standards: var name, spaces, array_push short form
|
2018-10-26 00:18:47 +02:00 |
|
Jonny Tischbein
|
6bab8f1a43
|
Fix ?
|
2018-10-25 21:57:11 +02:00 |
|
Jonny Tischbein
|
581d1b9c9e
|
Code Standards: Spaces
|
2018-10-25 21:49:18 +02:00 |
|
Jonny Tischbein
|
ea36f85457
|
Code Standard: indent
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
b03050c339
|
Replace update/delete with Term::insertFramTagFieldByItemId + Code Standards + Wording
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
e022bac339
|
Code Standard + renaming deleteAllTags + move its call and add type param
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
26ed71cc14
|
Only perform Term::deleteAllTags when needed + not needed redirect
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
272eb5eb82
|
fix doxygen header + indent
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
1689c44085
|
Fix goaway call
|
2018-10-25 21:47:10 +02:00 |
|
Jonny Tischbein
|
fd2e06781d
|
Fix adding / removing photo tags + tagrm delete via GET + Item::update / add Term::deleteAllTags
|
2018-10-25 21:47:10 +02:00 |
|
Hypolite Petovan
|
dde8d8976d
|
Fix usages of Pager with JSON calls in mod/match and mod/dirfind
|
2018-10-25 00:07:16 -04:00 |
|
Hypolite Petovan
|
74e80f137b
|
Update Pager->__construct calls for minimal use cases
|
2018-10-25 00:07:16 -04:00 |
|
Hypolite Petovan
|
7c0b591043
|
Move itemCount parameter from constructor to renderFull()
- Remove Pager->itemCount property and Pager->setItemCount() method
- Update usage
|
2018-10-25 00:07:16 -04:00 |
|
Hypolite Petovan
|
14237a9599
|
Move $pager and $page_offset out of App
- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager()
|
2018-10-25 00:07:15 -04:00 |
|
Philipp Holzer
|
99a33b7335
|
Code standards
|
2018-10-24 20:44:19 +02:00 |
|
Philipp Holzer
|
48535c0959
|
Bugfixing redirects
- Adding App->redirect if both redirects are possible
|
2018-10-24 20:18:46 +02:00 |
|
Hypolite Petovan
|
9c9ebfc7c9
|
Merge pull request #6013 from JonnyTischbein/issue_comment_media_link_prompt
[frio] Add media / link prompt in comments
|
2018-10-24 12:17:58 -04:00 |
|
Jonny Tischbein
|
d2b5f77be9
|
Add multimedia link for jot + enables hover text in jot + autosize in when paste link + renaming / Code Standards
|
2018-10-24 16:20:10 +02:00 |
|
Michael
|
95dc030926
|
Show deferred worker tasks in the admin interface and workerqueue logs
|
2018-10-23 20:38:28 +00:00 |
|
Jonny Tischbein
|
d0c43c5597
|
Add prompt for link and media in comment + remove video symbol
|
2018-10-23 19:50:19 +02:00 |
|
vinzv
|
cb75c40f4e
|
adapted profile pic resize to 300px for whole system
|
2018-10-23 16:36:57 +02:00 |
|
vinzv
|
95f9337e0e
|
adapted 300px image size for default avatar
|
2018-10-23 15:16:58 +02:00 |
|
vinzv
|
cbc898d902
|
raising profile photo size to comply with frio sidebar profile photo
skaling
|
2018-10-23 14:30:21 +02:00 |
|
Philipp Holzer
|
9e322d2565
|
Fixing absolute/relative path
|
2018-10-23 12:14:17 +02:00 |
|
Hypolite Petovan
|
fdbf244945
|
Adding missing parentheses in mod/dfrn_poll
|
2018-10-22 22:44:17 -04:00 |
|
Hypolite Petovan
|
e511790d62
|
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
- Add DBA::NULL_DATE constant
|
2018-10-22 16:50:55 -04:00 |
|
Hypolite Petovan
|
ca9cad3491
|
Move hook-related methods from Core\Addon to Core\Hook
|
2018-10-22 16:50:54 -04:00 |
|
Michael Vogel
|
c0abff0bda
|
Merge pull request #5990 from MrPetovan/task/move-apps-out-of-app
Road to Router Part 4: Move $apps out of App
|
2018-10-22 22:47:22 +02:00 |
|