Page MenuHomePhabricator

The possibility of creating and manipulating cookies via JavaScript
Closed, InvalidPublic

Description

On the English Wiktionary we are currently trying to
implement via Templates, CSS, JavaScript, and toolserver,
various improvements needed by a dictionary above what is
provided by MediaWiki. We currently have nobody capable of
creating MediaWiki extensions so this is our only avenue.

There are many occasions where we can think of a solution
but can't implement it because we can't retain information
between page views. If there was a way for custom
JavaScript scripts to read and write new cookies not in
general use on other MediaWiki sites, we could make many
improvements.


Version: unspecified
Severity: enhancement
URL: http://en.wiktionary.org/wiki/Wiktionary:Grease_pit

Details

Reference
bz6134

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:17 PM
bzimport set Reference to bz6134.
bzimport added a subscriber: Unknown Object (MLST).

You might want to check a general JavaScript reference.