SQ_ACTIONs

  • SQ_ACTION=login - loggining in to site
    [*]SQ_ACTION=logout - for logging out of site
    [*]SQ_ACTION=diff - for showing the differnce between current live version of an asset and safe edit version


Let me know your thoughts

Dave

The ones to set a clear designs are very useful: http://manuals.matrix.squiz.net/designs/chapters/using-alternate-designs

Thinking about what Greg said, we tend to use SQ_PAINT_LAYOUT_NAME to switch user defined paint layouts a fair bit. Not specifically related to SQ_ACTION, but is another useful query string variable.

We often set user defined design to…


Browser session: ?SQ_ACTION=set_design_name&SQ_DESIGN_NAME=design1

Clear browser session: ?SQ_ACTION=clear_design_name

Page view only: ?SQ_DESIGN_NAME=design1



I use the paint layout switching option as per Anthony's comments a fair bit in implementation.