Changeset 12797
- Timestamp:
- 10/13/07 02:01:58 (1 year ago)
- Files:
-
- trunk/midcom/midgard.admin.asgard/config/manifest.inc (modified) (1 diff)
- trunk/midcom/midgard.admin.asgard/documentation/CHANGES (modified) (1 diff)
- trunk/midcom/midgard.admin.asgard/documentation/asgard_midgard_topic.en.txt (modified) (1 diff)
- trunk/midcom/midgard.admin.asgard/handler/type.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midgard.admin.asgard/config/manifest.inc
r12742 r12797 1 1 'name' => 'midgard.admin.asgard', 2 2 'purecode' => true, 3 'version' => '2.0. 0beta1',3 'version' => '2.0.1beta1', 4 4 'state' => 'devel', 5 5 'privileges' => array trunk/midcom/midgard.admin.asgard/documentation/CHANGES
r11332 r12797 8 8 which might even break existing functionality. 9 9 - All items marked with "+" represent completly new features. 10 2007-10-12 solt 11 + More styling 12 + Added interface for plugin navigation 13 + Fixed help on objects reading 10 14 11 15 2007-07-24 bergie trunk/midcom/midgard.admin.asgard/documentation/asgard_midgard_topic.en.txt
r11209 r12797 1 topic to taki topic 1 Topic is a core Midgard type. It is usualy used for storing content in similar to folders way. trunk/midcom/midgard.admin.asgard/handler/type.php
r12792 r12797 111 111 $midcom_dba_classname = $_MIDCOM->dbclassloader->get_midcom_class_name_for_mgdschema_object($dummy); 112 112 $component = $_MIDCOM->dbclassloader->_mgdschema_class_handler[$midcom_dba_classname]; 113 $help_component; 113 114 if ( $component == 'midcom') 114 115 { 115 116 $component = 'midgard'; 117 $help_component = 'midgard.admin.asgard'; 116 118 } 117 119 118 120 $help = new midcom_admin_help_help(); 119 $data['help'] = $help->get_help_contents('asgard_'.$this->type, $ component);121 $data['help'] = $help->get_help_contents('asgard_'.$this->type, $help_component); 120 122 $data['component'] = $component; 121 123 $data['type'] = $this->type;
