Changeset 17708

Show
Ignore:
Timestamp:
09/26/08 11:01:59 (2 months ago)
Author:
rambo
Message:

remove .html suffixes, refs #47

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/de.linkm.sitemap/handler/sitemap.php

    r12497 r17708  
    236236        { 
    237237            $this->_node_toolbar->add_item(Array( 
    238                 MIDCOM_TOOLBAR_URL => 'config.html', 
     238                MIDCOM_TOOLBAR_URL => 'config/', 
    239239                MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    240240                MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • branches/MidCOM_2_8/net.nemein.redirector/viewer.php

    r17216 r17708  
    4040        { 
    4141            // No type set, redirect to config 
    42             $_MIDCOM->relocate("{$prefix}config.html"); 
     42            $_MIDCOM->relocate("{$prefix}config/"); 
    4343            // This will exit 
    4444        } 
     
    5151                if (count($nodes) == 0) 
    5252                { 
    53                     $_MIDCOM->relocate("{$prefix}config.html"); 
     53                    $_MIDCOM->relocate("{$prefix}config/"); 
    5454                    // This will exit 
    5555                } 
     
    105105                // Otherwise fall-through to config 
    106106            default: 
    107                 $_MIDCOM->relocate("{$prefix}config.html", $this->_config->get('redirection_code')); 
     107                $_MIDCOM->relocate("{$prefix}config/", $this->_config->get('redirection_code')); 
    108108                // This will exit 
    109109        } 
  • branches/MidCOM_2_8/scaffold/handler/index.php

    r14775 r17708  
    1111 * 
    1212 * The midcom_baseclasses_components_handler class defines a bunch of helper vars 
    13  * See: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler.html 
     13 * See: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler/ 
    1414 *  
    1515 * @package ${module} 
  • branches/MidCOM_2_8/scaffold/viewer.php

    r14775 r17708  
    9898            { 
    9999                $this->_node_toolbar->add_item(Array( 
    100                     MIDCOM_TOOLBAR_URL => "create/{$name}.html", 
     100                    MIDCOM_TOOLBAR_URL => "create/{$name}/", 
    101101                    MIDCOM_TOOLBAR_LABEL => sprintf 
    102102                    ( 
     
    116116                array 
    117117                ( 
    118                     MIDCOM_TOOLBAR_URL => 'config.html', 
     118                    MIDCOM_TOOLBAR_URL => 'config/', 
    119119                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    120120                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'),