Page MenuHomePhabricator

yashdeep97
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Jan 18 2018, 5:10 PM (421 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Yashdeep97 [ Global Accounts ]

Recent Activity

Sep 6 2018

yashdeep97 closed T63989: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension as Resolved.

The complete list of commits for this task can be found at: Final Report

Sep 6 2018, 5:21 AM · Outreach-Programs-Projects, Patch-For-Review, Google-Summer-of-Code (2018), MediaWiki-extensions-Page_Forms
yashdeep97 closed T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension as Resolved.

The complete list of commits for this task can be found at: Final Report

Sep 6 2018, 5:08 AM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 29 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 29 2018, 5:30 AM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)
yashdeep97 moved T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension from Proposals In Progress to Proposals Submitted on the Google-Summer-of-Code (2018) board.
Mar 29 2018, 5:07 AM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 21 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 21 2018, 5:41 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 19 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 19 2018, 2:25 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)
yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 19 2018, 1:26 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 18 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 18 2018, 7:25 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)
yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 18 2018, 6:31 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)
yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 18 2018, 11:58 AM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 16 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 16 2018, 1:35 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 15 2018

yashdeep97 updated the task description for T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 15 2018, 5:09 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 14 2018

yashdeep97 created T189743: GSoC 2018 Proposal: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.
Mar 14 2018, 8:50 PM · MediaWiki-extensions-Page_Forms, Google-Summer-of-Code (2018)

Mar 8 2018

yashdeep97 claimed T184251: Upgrade Select2 in Page Forms (was formerly: Upgrade JS libraries included in Page Forms).

@Yaron_Koren - Thanks! I'll work on the FancyBox upgrade then.

Mar 8 2018, 10:47 AM · MediaWiki-extensions-Page_Forms
yashdeep97 added a comment to T184251: Upgrade Select2 in Page Forms (was formerly: Upgrade JS libraries included in Page Forms).

Can I take up this task to upgrade the libraries?

Mar 8 2018, 4:28 AM · MediaWiki-extensions-Page_Forms

Feb 17 2018

yashdeep97 added a comment to T184251: Upgrade Select2 in Page Forms (was formerly: Upgrade JS libraries included in Page Forms).

Thinking about it, yes it would complicate the installation process. I guess it's better not to use bower.

Feb 17 2018, 4:46 AM · MediaWiki-extensions-Page_Forms

Feb 16 2018

yashdeep97 added a comment to T184251: Upgrade Select2 in Page Forms (was formerly: Upgrade JS libraries included in Page Forms).

Could bower be used as a package manager to take care of the JS libraries included in Page Forms ?

Feb 16 2018, 7:20 PM · MediaWiki-extensions-Page_Forms

Feb 13 2018

yashdeep97 claimed T187110: Let "form=" parameter for #forminput take in a comma-separated list.
Feb 13 2018, 4:46 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
yashdeep97 added a comment to T187110: Let "form=" parameter for #forminput take in a comma-separated list.

I have modified the renderFormInput() function in PF_ParserFunctions.php and
the formDropdownHTML() function in PF_Utils.php.
Which now gives the following result:

form-edit.png (903×1 px, 37 KB)

Is this the correct way to display a form name with an escaped comma ?

Feb 13 2018, 3:56 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
yashdeep97 added a comment to T187115: Switch from dieUsage() to dieWithError() in Page Forms.

Currently, is_callable( array( $this, 'dieWithError' ) ) condition is being used to determine the method that has to be called ( dieUsage() or dieWithError() ) in PF_AutocompleteAPI.php, should I replace it with method_exists( $this, 'dieWithError' ) ?

Feb 13 2018, 9:37 AM · MediaWiki-extensions-Page_Forms

Feb 12 2018

yashdeep97 added a comment to T63989: Add a spreadsheet interface for modifying multiple pages to the Page Forms extension.

Hi! I would really like to work on this project for GSoC 2018.

Feb 12 2018, 9:08 AM · Outreach-Programs-Projects, Patch-For-Review, Google-Summer-of-Code (2018), MediaWiki-extensions-Page_Forms

Feb 9 2018

yashdeep97 added a comment to T184348: Upgrade Rate Yo (JS library) included in Page Forms.

rating-patch.png (1×1 px, 212 KB)

I have updated the 2 files namely libs/jquery.rateyo.js and skins/jquery.rateyo.css to the latest (stable) version 2.3.2 and did not encounter any issues.

Feb 9 2018, 8:11 AM · Patch-For-Review, Google-Code-in-2017, MediaWiki-extensions-Page_Forms

Feb 8 2018

yashdeep97 claimed T184348: Upgrade Rate Yo (JS library) included in Page Forms.
Feb 8 2018, 4:25 PM · Patch-For-Review, Google-Code-in-2017, MediaWiki-extensions-Page_Forms
yashdeep97 added a comment to T184348: Upgrade Rate Yo (JS library) included in Page Forms.

Hi! I would like to work on this patch. Should I go ahead?

Feb 8 2018, 3:00 PM · Patch-For-Review, Google-Code-in-2017, MediaWiki-extensions-Page_Forms