User Details
- User Since
- Mar 5 2020, 9:54 PM (186 w, 2 d)
- Availability
- Available
- LDAP User
- Amr El-Absy
- MediaWiki User
- Unknown
Feb 22 2021
Well, sounds great, and thanks for you telling me that from day one.
I will go through the other projects, I might ask you for help if you don't mind.
Hi @Yaron_Koren, How are you? I hope you are doing well.
Sep 23 2020
Apr 22 2020
Apr 14 2020
Mar 29 2020
Mar 28 2020
Hi @Yaron_Koren
I see that this discussion is over three years ago, but happens to be that was about the autocomplete, which is a task in the GSoC I am proposing.
I am not sure whether or not implementing this may help your philosophy. So, do you recommend me to consider it for now?!
Mar 26 2020
Mar 25 2020
@Yaron_Koren Do you think that should I take this task?!
I think it needs adding a new parameter (in the same way we solved the parsing micro task), conjunction, and find the loop that prints the values, and check the last element to put the conjunction before.
Am I in the right direction of thinking?!
Mar 20 2020
Mar 19 2020
Yes, the other example doesn't work at all, but I found a solution for it.
I am working on testing it, and then I will upload it to review.
I've tried values={{ucfirst:a,b,c}} but I don't think it works well. It produces only the first element with ucfirst (A, b, c). and if I want the other elements to be applied with ucfirst it should go like this values={{ucfirst:a}},{{ucfirst:b}},{{ucfirst:c}}
I tried some other cases (like values=ucfirst{{a,b,c}} and values={{ucfirst:a,ucfirst:b}} etc) but all of them don't work.
I've forgot to mention this condition statement
Finally, I got it.
After fully understanding of the function PFFormField::newFromFormFieldTag(), I found this block of code.
Mar 18 2020
I think it is a hard puzzle 😃
I figured out my first mistake, I was searching for "value=" not "values=", It leaded me to PF_Template.php on Line 343 and $this->mTemplateFields but it didn't help me.
My restrict problem that I don't know what the mechanism of parsing is, Searching for it leaded me to a really confusing numbers. The class Parser has more than dozen of dozens of functions, more than 50 files called Parser. So, Searching manually in those files and classes is a bad idea. Also, the documentation didn't help me well as it did in the previous microtask.
Mar 17 2020
Hello @Yaron_Koren
I've been searching for this micro task for more than hours, and I don't even know if I do It right.
Mar 16 2020
Hi, @Yaron_Koren
I am interested in this micro task, is it still available?!
Mar 13 2020
Mar 12 2020
Hi @Yaron_Koren
Never mind, I think I fixed it.
Mar 11 2020
So I changed The min-width to 30px and added new property margin-top: 6px.
I think I did this microtask, but I don't know how to submit it or even claim it ti myself. So, I hope you would help me through submitting it.
Thanks.
Mar 9 2020
Hi @Yaron_Koren
I've contacted you through G-Mail and you guided me to this Microtasks.
I've installed Media Wiki, PageForms and Cargo, but I faced a problem to generate a "Checkbox". Using the Special Pages (Special:Createform, Special:CreateTemplate, Special:CreateClass and Special:CreateCategory) didn't lead me to generate it.
On the Other hand, I partly familiarized myself with the jQuery Code in extensions/PageForms/libs/PF_CreateTemplate.js