Last modified: 2014-04-23 01:05:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64601, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62601 - Use a ContentHandler-based backend for MassMessage
Use a ContentHandler-based backend for MassMessage
Status: RESOLVED DUPLICATE of bug 61255
Product: MediaWiki extensions
Classification: Unclassified
MassMessage (Other open bugs)
master
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-13 13:38 UTC by Tina Johnson ( tinaj1234 )
Modified: 2014-04-23 01:05 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Tina Johnson ( tinaj1234 ) 2014-03-13 13:38:44 UTC
Page lists are created using #target. Instead of creating a wikitext page if a JSON page list is created, then we could use ContenHandlers and manage the data properly. See this:https://www.mediawiki.org/wiki/Google_Summer_of_Code_2014#MassMessage_page_input_list_improvements
Comment 1 Tina Johnson ( tinaj1234 ) 2014-03-13 13:51:43 UTC
To brief upon the project:
The JSON structure might look like:
[
    {
        "page": "User talk:Tinaj1234",
        "wiki": "www.mediawiki.org"
    }
]

With this, we can provide a user interface (similar to the one Wikidata has) for adding new entries, editing existing ones, or removing some. We can use JavaScript to autocomplete wiki names and more. Special pages would be used for non-JS fallbacks. This will involve implementing a ContentHandler-based backend and a frontend for adding/editing/removing entries in JavaScript (with a non-JS fallback).
Comment 2 Tina Johnson ( tinaj1234 ) 2014-03-14 07:35:48 UTC
This was listed as a GSoC 2014 project idea. I'm planning to work on this with Legoktm as my mentor for GSoC.
Comment 3 wctaiwan 2014-04-23 01:05:24 UTC

*** This bug has been marked as a duplicate of bug 61255 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links