- SiteChanges module now shows category name for pages not in default category
- Fixed a bug in CountPages which caused extra %% to appear when used in templates. Thread
- The variables defined in http://blog.wikidot.com/design:4 are now working in live templates.
- %%tags_linked%% and %%_tags_linked%% now work as well
Try this code in your live templates:
created_at: %%created_at%%
created_by: %%created_by%%
created_by_linked: %%created_by_linked%%
updated_at: %%updated_at%%
updated_by: %%updated_by%%
updated_by_linked: %%updated_by_linked%%
commented_at: %%commented_at%%
commented_by: %%commented_by%%
commented_by_linked: %%commented_by_linked%%
name: %%name%%
fullname: %%fullname%%
parent_name: %%parent_name%%
parent_category: %%parent_category%%
parent_fullname: %%parent_fullname%%
parent_title: %%parent_title%%
parent_title_linked: %%parent_title_linked%%
tags: %%tags%%
tags_linked: %%tags_linked%%
tags_linked: %%tags_linked|start%%
_tags: %%_tags%%
_tags_linked: %%_tags_linked%%
_tags_linked: %%_tags_linked|start%%
childred: %%children%%
revisions: %%revisions%%

