History: Revision Approval (ISO9001)
Preview of version: 13
Profile project with the idea to create a basic showcase of handling revision approval systems for ISO9001 quality systems.
This will include:
Copy to clipboard
preferences: feature_categories: y feature_community_mouseover: y feature_group_watches: y feature_messages: y feature_mytiki: y feature_search: y feature_syntax_highlighter: y feature_syntax_highlighter_theme: default feature_user_watches: y feature_wiki_categorize_structure: y feature_wiki_make_structure: y feature_wiki_multiprint: y feature_wiki_open_as_structure: y feature_wiki_structure: y flaggedrev_approval: y flaggedrev_approval_categories: [$categ_revision_app, $categ_revision_app_urgent] feature_wiki_argvariable: y search_default_where: [, wiki page] unified_identifier_fields: [language, gallery_id, searchable, view_permission, primary_image, geo_located, geo_location, title_initial, url, object_type, object_id, addongroup, addonleadergroup, addonpendinggroup] user_show_realnames: y users_prefs_show_mouseover_user_info: y users_prefs_user_information: public wiki_auto_toc: y wiki_edit_icons_toggle: y instructions: Profile_ISO9001_instructions
Categories
Copy to clipboard
objects: - type: category ref: categ_revision_app data: name: Under Revision Approval description: Base category used to get revision approval on its wiki pages items: - [ wiki_page, HomePage ] - type: category ref: categ_revision_app_urgent data: name: Under URGENT Revision Approval parent: $categ_revision_app items: - [ wiki_page, Official_document ] - type: category ref: another_category data: name: Category Foo (out of revision approval) description: Another category used to out of the revision approval system
Groups
Create a group "Group_revisors" which has permission to approve revisions. Group registered can't approve revisions, but just edit content and create new versions, pending approval.Copy to clipboard
permissions: Group_revisors: description: Members of the organization allowed to revise documents of the ISO9001 system allow: - tiki_p_wiki_view_latest - tiki_p_wiki_approve include: [ Registered ] Registered: description: Standard registered users to the site, that are not allowed to approve revisions deny: - tiki_p_wiki_approve
Users
Add a user to the group MembersCopy to clipboard
objects: - type: user data: name: user1 pass: user1 email: user1@example.com change: n groups: [ Registered ] - type: user data: name: revisor1 pass: revisor1 email: revisor1@example.com change: n groups: [ Group_revisors ]
Wiki pages
This will include:
- http://profiles.tiki.org/Profile_ISO9001_instructions
- http://profiles.tiki.org/Profile_ISO9001_official_document
Copy to clipboard
instructions: ISO9001 instructions preferences: enable: [ feature_wiki ] objects: - type: wiki_page ref: iso9001_instructions_page data: name: ISO9001 instructions description: The instructions about the ISO9001 implementation lang: en content: wikicontent:Profile_ISO9001_instructions - type: wiki_page ref: iso9001_official_doc_page data: name: Official_document description: Some sample official document that requries revision approval lang: en content: wikicontent:Profile_ISO9001_official_document