Changeset 12908
- Timestamp:
- 10/20/07 15:06:00 (1 year ago)
- Files:
-
- trunk/midcom/cc.kaktus.todo/midcom/interfaces.php (modified) (4 diffs)
- trunk/midcom/midcom.core/globals.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php (modified) (4 diffs)
- trunk/midcom/midcom.core/midcom/core/privilege.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/helper/nav.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/helper/toolbar.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/services/auth.php (modified) (1 diff)
- trunk/midcom/net.nehmer.static/handler/autoindex.php (modified) (1 diff)
- trunk/midcom/net.nemein.discussion/midcom/interfaces.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/cc.kaktus.todo/midcom/interfaces.php
r4550 r12908 11 11 * TODO listing interface class 12 12 * 13 * Defines the privilege cc.kaktus.todo::moderation to superse edthe original13 * Defines the privilege cc.kaktus.todo::moderation to supersede the original 14 14 * moderator group. 15 15 * … … 20 20 /** 21 21 * Simple constructor, which links to the parent class 22 * 22 * 23 23 * @access public 24 24 */ … … 26 26 { 27 27 parent::midcom_baseclasses_components_interface(); 28 28 29 29 $this->_component = 'cc.kaktus.todo'; 30 30 31 31 $this->_autoload_files = array 32 32 ( … … 36 36 'dba_classes/item_dba.php', 37 37 ); 38 38 39 39 $this->_autoload_libraries = array 40 40 ( 41 41 'midcom.helper.datamanager2', 42 42 ); 43 43 44 44 define ('CC_KAKTUS_TODO_TIME_FINISHED', 1); 45 45 define ('CC_KAKTUS_TODO_TIME_OVERTIME', 2); trunk/midcom/midcom.core/globals.php
r11359 r12908 2 2 3 3 /** 4 * The last non-critical MidCOM error message. This is slowly superse eded4 * The last non-critical MidCOM error message. This is slowly superseded 5 5 * by having all errors call generate_error. 6 6 * trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php
r12102 r12908 11 11 * Baseclass to use for the component interface in MIDCOM. 12 12 * 13 * The interface presented here superse eds all original component interface13 * The interface presented here supersedes all original component interface 14 14 * classes (COMPONENT, CONTENTADMIN, MIDCOM and NAP). The class uses an event 15 15 * based approache for subclasses to influence the default behavoir. … … 263 263 264 264 /** 265 * @deprecated This has been superse eded by the component manifest as of 2005-09-08265 * @deprecated This has been superseded by the component manifest as of 2005-09-08 266 266 */ 267 267 var $_version = 0; 268 268 269 269 /** 270 * @deprecated This has been superse eded by the component manifest as of 2005-09-08270 * @deprecated This has been superseded by the component manifest as of 2005-09-08 271 271 */ 272 272 var $_autoload_class_definitions = Array(); 273 273 274 274 /** 275 * @deprecated This has been superse eded by the component manifest as of 2005-09-08275 * @deprecated This has been superseded by the component manifest as of 2005-09-08 276 276 */ 277 277 var $_acl_privileges = Array(); 278 278 279 279 /** 280 * @deprecated This has been superse eded by the component manifest as of 2005-09-08280 * @deprecated This has been superseded by the component manifest as of 2005-09-08 281 281 */ 282 282 var $_purecode = false; … … 321 321 322 322 /** @ignore */ 323 // Superse eded by the Manifest323 // Superseded by the Manifest 324 324 var $_parsed_acl_privileges = null; 325 325 … … 366 366 } 367 367 368 // Compatibility stuff, this is now superse eded by the manifest code.368 // Compatibility stuff, this is now superseded by the manifest code. 369 369 $this->_autoload_class_definitions = $this->_manifest->class_definitions; 370 370 $this->_parsed_acl_privileges = $this->_manifest->privileges; trunk/midcom/midcom.core/midcom/core/privilege.php
r6116 r12908 39 39 * be removed before the final 2.6 release. It has been done to ease the immediate transition. 40 40 * 41 * Essentially, this class will superse edthe original privileges_io.php helpers.41 * Essentially, this class will supersede the original privileges_io.php helpers. 42 42 * 43 43 * Torben (2005-07-29) trunk/midcom/midcom.core/midcom/helper/nav.php
r12408 r12908 215 215 /** 216 216 * This function returns the toolbar definition for the NAP object passed. This must 217 * superse edall calls to $nap_object[MIDCOM_NAV_TOOLBAR] as this information is217 * supersede all calls to $nap_object[MIDCOM_NAV_TOOLBAR] as this information is 218 218 * not usable directly - it would result from the MidCOM cache and thus be out of date 219 219 * always (and especially not adapted to the current user). trunk/midcom/midcom.core/midcom/helper/toolbar.php
r12745 r12908 862 862 * Dummy function to hide that this is not a midcom_admin_content_toolbar. 863 863 * 864 * @deprecated since MidCOM 2.6 (superse eded by midcom_services_toolbars)864 * @deprecated since MidCOM 2.6 (superseded by midcom_services_toolbars) 865 865 */ 866 866 function disable_view_page() {} trunk/midcom/midcom.core/midcom/services/auth.php
r12865 r12908 190 190 * 191 191 * - <i>midgard:read</i> controls read access to the object, if denied, you cannot load the object 192 * from the database. This privilege is granted by default, and superse eds the current ViewerGroups192 * from the database. This privilege is granted by default, and supersedes the current ViewerGroups 193 193 * implementation. 194 194 * - <i>midgard:update</i> controls updating of objects. Be aware, that you need to be able to read trunk/midcom/net.nehmer.static/handler/autoindex.php
r12384 r12908 70 70 * 71 71 * The globals view_title, view_l10n and view_l10n_midcom are populated for compatibility reasons 72 * only, they have been superse eded72 * only, they have been superseded 73 73 * by the corresponding request data key. The global will be dropped after MidCOM 2.6. 74 74 * trunk/midcom/net.nemein.discussion/midcom/interfaces.php
r12682 r12908 12 12 * Forum MidCOM interface class. 13 13 * 14 * Defines the privilege net.nemein.discussion::moderation to superse edthe original14 * Defines the privilege net.nemein.discussion::moderation to supersede the original 15 15 * moderator group. 16 16 *
