Changes between Initial Version and Version 1 of 60RemoveTemplateTags


Ignore:
Timestamp:
Jun 12, 2010, 12:46:54 PM (14 years ago)
Author:
sdlime
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 60RemoveTemplateTags

    v1 v1  
     1Tags to remove from template processing in 6.0:
     2
     3  * all _esc tags, replace with a general string tag processor that handles various encodings
     4
     5{{{
     6  [layers_esc] => [layers escape="url"]   
     7}}}
     8
     9  * layer/group state management tags, those that manage checkboxes and select lists (no replacement)
     10  * zoom direction state management tags (no replacement)
     11  * zoom size state management tags (no replacement)
     12
     13  * all extent _esc tags (this functionality is already in 5.6)
     14
     15{{{
     16  [mapext_esc] => [mapext escape="url"]
     17}}}
     18
     19  * all extent part tags (e.g. [minx] or [refminx]) (this functionality is already in 5.6)
     20
     21{{{
     22  [minx] => [mapext format="$minx"] or
     23  [refmaxx] => [refext format="$maxx"]
     24}}}