Monday, August 22, 2005
This version is mainly targeted to improve the performance of the tool. I’m sure - this version will work faster than the previous one. Also this one includes resource search – it can be searched by guid, name, display name, mime type, size, etc. Download MCMS Manager from here.
Regular Expression to check Posting or Channel name
Few weeks back, Stefan has posted a function which can be used to validate the name of a posting or channel. I had a similar requirement, but wanted to have it as a single regular expression so that it can be easily used with RegularExpressionValidators.
Regular expression -
^(([a-zA-Z0-9 ()_\-]+(\.(?!\.)))*)[^/.]$
Also it is required to add a RequiredFieldValidator to check blank / whitespaces.
Regular expression -
^(([a-zA-Z0-9 ()_\-]+(\.(?!\.)))*)[^/.]$
Also it is required to add a RequiredFieldValidator to check blank / whitespaces.
Monday, August 15, 2005
Site Manager and MCMS Manager
I've listed the features of Site Manager and MCMS Manager - to have a better understanding of MCMS Manager's features. Now MCMS Manager seems to fill most of the gaps between Site Manager and MCMS Sites!
Site Manager | MCMS Manager |
Channels & Posting | |
Create, Copy, Delete, Move Channels | Get the Guid of the Channels / Postings / Template Guid of the Posting |
Copy, Move, Delete Postings | Search inside a Channel (Search has many features) |
Import/Export Channels | Generate Statistics for Channels |
Import/Export Postings | Edit Posting / Posting Properties / Custom Properties |
Work with Properties of Channels | Open the posting in Published / Unpublished / Update mode |
Kill lock on Channel/Postings | Kill lock on Postings |
Rename Channels | Submit/ Approve/Decline a Posting |
Clear Revision histories | Get the posting State |
Preview postings | |
Get all the connected postings | |
Revert a posting to older version | |
Resource Galleries & Resources | |
Create, Copy, Delete, Move Resource Galleries | Get the Guid of the Resource Galleries / Resources |
Copy, Move, Delete Resources | Preview /Browse Resources |
Import/Export Resource Galleries | Save the Resources |
Import/Export Resources | Get the postings which uses a Resource |
Rename Resource Galleries | Search in resources (Search has many features) |
Edit Properties of Resource Galleries | Replace a resource |
Template Galleries & Templates | |
Create, Copy, Delete, Move Template Galleries | Get the Guid of Template Galleries / Templates |
Copy, Move, Delete Templates | Preview Templates |
Import/Export Template Galleries | Get the postings depend on the Template |
Import/Export Templates | View the connected Templates |
Rename Template Galleries | Get the state of Templates |
Edit Properties of Template Galleries | Submit Templates |
Generate Dependent Report for Templates | |
Approve Templates | |
User Groups & User | |
Add / Remove / Modify Rights groups | - |
Add / Remove / Modify Users |
Also MCMS Manager includes few tools. They are,
- IIS Log Converter, MCMS Log Generator & MCMS Log Viewer
- MCMS Health Checker
- Incremental Export Script Generator
- Incremental Import Script Generator
- UserGroup Backup-Restore Script Generator
NB: MCMS Manager 4.0 and above can be used from remote machines.
Friday, August 12, 2005
MCMS Manager 4.0
I want to thank everyone for helping me to make it as a stable version. Also I've added Page properties editor with this release. Hope to see more feedback! You can download it from here. For more information check MCMS Manager Site.