https://bugzilla.wikimedia.org/show_bug.cgi?id=40124
--- Comment #26 from Rainer Rillke @commons.wikimedia <[email protected]> 2012-12-04 13:04:44 UTC --- In reply to comment #24) >I could probably implement seamlessly saving the data in a user .js file in >less time than it took me to write out all these elaborate messages here Simply do it. jquery.json is a core module ( http://www.mediawiki.org/wiki/RL/DM#jQuery.json ) for stringifying your data; if you want something better than a cookie you can use jquery.jStorage A cookie is sent to the server with each request within the same domain; it has a very limited storage quota so storing strings can be difficult. If you can, submit a patch and ask someone you trust to review before the next round of the personal carousel is driven by the WMF or more fancy ideas like disallowing quotation marks (so you can't save JSON strings) pop up here. (In reply to comment #25) >RFC Reading Krinkle's comment, it sounds like WONTFIX or will be fixed when some extension is ready in the future. So an RFC won't change this, I guess. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
