Commit Graph

25469 Commits

Author SHA1 Message Date
Hypolite Petovan 5053440da6
Merge pull request #7826 from annando/pin3
Pinning: Missing file added
2019-11-09 00:36:56 -05:00
Michael bdacda32ba Pinning: Missing file added 2019-11-09 03:17:18 +00:00
Hypolite Petovan 907414497d
Merge pull request #7824 from annando/pin2
Pinning now works as expected
2019-11-08 13:56:20 -05:00
Michael 5d1ced796b Icons do now appear on smoothly and duepuntezero as well 2019-11-08 18:07:54 +00:00
Michael 06a4461fc4 Improved icons 2019-11-08 10:25:50 +00:00
Michael fc94cad5f2 Pinned posts now work for visitors in the intended way 2019-11-08 06:52:44 +00:00
Hypolite Petovan 2200996d44
[hotfix] Prevent fatal error in profile with pinned posts
- `$a->profile['profile_uid']` may not be set
- Addresses https://github.com/friendica/friendica/issues/7675#issuecomment-551255174
2019-11-07 15:51:05 -05:00
Hypolite Petovan b8f2252a7f
Merge pull request #7823 from annando/pin
We can now pin posts
2019-11-07 15:10:03 -05:00
Michael 806e6a230e Added description, removed sorting 2019-11-07 07:41:54 +00:00
Michael 91ad7936f3 Only sort the profile after pinned 2019-11-07 07:39:50 +00:00
Michael 463c9131b6 Pinned items are always at the top 2019-11-07 07:09:46 +00:00
Michael ed58af25a5 show pinned items 2019-11-07 06:53:18 +00:00
Philipp 0258fd17c7
Merge pull request #7822 from MrPetovan/task/router-parameter-content
Pass Router parameters to module content method
2019-11-07 07:14:30 +01:00
Michael cf56992444 We can now pin our own posts 2019-11-07 05:39:15 +00:00
Hypolite Petovan 134d6d18f9 Pass Router parameter to module content method 2019-11-06 22:35:28 -05:00
Hypolite Petovan f21edefe15
Merge pull request #7820 from annando/fix-warning
Fix a notice
2019-11-06 15:23:33 -05:00
Michael 48ab31f451 Fix a notice 2019-11-06 19:17:40 +00:00
Hypolite Petovan c961128416
Merge pull request #7819 from annando/pinned
Added parameters to module classes
2019-11-06 10:28:22 -05:00
Michael 02c43f283e Changed exceptions 2019-11-05 22:28:12 +00:00
Michael 7adc3460b3 Exceptions 2019-11-05 22:13:33 +00:00
Michael a5b5f0e455 removed space 2019-11-05 22:03:02 +00:00
Michael aecac2cb54 Readded removed comments 2019-11-05 22:01:45 +00:00
Michael 3a9bbd6be7 Remove falsely added files 2019-11-05 21:51:47 +00:00
Michael 8c03bdada9 parameters now are having a default value and are optional 2019-11-05 21:48:54 +00:00
Michael bc2694bf7f Redo some changes 2019-11-05 20:28:35 +00:00
Michael bd62d548db Added parameters 2019-11-05 20:22:54 +00:00
Michael abe6724629 Added parameter to rawContent 2019-11-05 19:16:26 +00:00
Michael 30e02beb46 New module to pin posts 2019-11-05 19:16:11 +00:00
Philipp d6fe071339
Merge pull request #7818 from annando/module-parameters
Pass the parameters from the router to the modules
2019-11-05 09:05:06 +01:00
Michael 695a920d40 Making tests happy 2019-11-05 06:51:19 +00:00
Michael 8720094b52 Pass the parameters from the router to the modules 2019-11-05 05:03:05 +00:00
Philipp 4daa3d37c1
Merge pull request #7812 from tobiasd/20191103-tarpid
a hidden field for the registration form
2019-11-04 11:03:54 +01:00
Philipp 745e8089bf
Merge pull request #7816 from tobiasd/20191104-msg
regen messages.po after Hackathon 2019
2019-11-04 10:38:18 +01:00
Tobias Diekershoff 3978b279bb regen messages.po after Hackathon 2019 2019-11-04 10:30:15 +01:00
Michael Vogel de015f88d7
Merge pull request #7815 from tobiasd/20191104-template
add missing template for userexport
2019-11-04 07:51:37 +01:00
Tobias Diekershoff 58ac1a29b1 add missing frio template 2019-11-04 07:44:47 +01:00
Tobias Diekershoff 9f9dd18adc move frio template 2019-11-04 07:21:45 +01:00
Philipp 7ea98869cc
Merge pull request #7814 from tobiasd/20191103-maxsize
Add missing quotation
2019-11-04 00:37:38 +01:00
Tobias Diekershoff 9fad4abcec add missing quotation 2019-11-03 22:47:57 +01:00
Philipp d0068170db
Merge pull request #7806 from tobiasd/20191102-csvexport
added export and import of followed contacts to and from  CSV files
2019-11-03 20:28:08 +01:00
Philipp 4e6dcf537d
Merge pull request #7813 from tobiasd/20191103-cats
move link generation into the loop
2019-11-03 20:26:14 +01:00
Tobias Diekershoff b7ecc62cc8 move link generation into the loop 2019-11-03 19:57:32 +01:00
Tobias Diekershoff 1377d13055 ypot 2019-11-03 17:37:53 +01:00
Tobias Diekershoff 9815d63352 use config var in settings form 2019-11-03 17:31:01 +01:00
Tobias Diekershoff 9ceda398ae add config variable for max file size of CSV file 2019-11-03 17:25:09 +01:00
Tobias Diekershoff 0215ceeecd use placeholder 2019-11-03 17:11:24 +01:00
Tobias Diekershoff 7ca202baad add a tar pid to the registration form 2019-11-03 17:05:06 +01:00
Hypolite Petovan 17061b22d2
Merge pull request #7811 from tobiasd/20191103-clickoncat
categories of postings linked
2019-11-03 10:58:33 -05:00
Tobias Diekershoff f45d39c05b create URL for categories 2019-11-03 16:34:58 +01:00
Tobias Diekershoff ebfedbc449 add links to cat.url 2019-11-03 15:55:58 +01:00