https://bugzilla.wikimedia.org/show_bug.cgi?id=48198

       Web browser: ---
            Bug ID: 48198
           Summary: Add declarative way to restrict when tour is launched
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: GuidedTour
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Once a cookie gets set for a tour, it will often come up on undesired pages
(e.g. special pages) and actions.  This can be worked around with a JavaScript
snippet at the top of the tour, but it would be nice to be able to use
declarative syntax.

Perhaps:

namespaces: ['', 'project'],
actions: ['view', 'edit', 'submit']

etc.

This could potentially be used for pages too, but the default would probably be
all pages.  This could also possibly be used for individual steps as a
supplement to shouldSkip, but that might complicate things.

-- 
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

Reply via email to