Changeset 2923

Show
Ignore:
Timestamp:
08/14/08 18:45:46 (4 months ago)
Author:
bchoate
Message:

Merging latest release-42 changes to trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MANIFEST.SKIP

    r2893 r2923  
    4242#?package=MT ^COPYING 
    4343#?package=MT ^COPYRIGHT 
    44 #?package=MT ^mt-cp.cgi 
    45 #?package=MT ^mt-static/themes/tristan-blue 
    46 #?package=MT ^mt-static/themes/tristan-blue-4.2 
    47 #?package=MT ^addons/Community.pack 
    48 #?package=MT ^mt-static/addons/Community.pack 
    4944#?package=MT ^addons/Enterprise.pack 
    5045#?package=MT ^mt-static/addons/Enterprise.pack 
    51  
    52 #?package=MTP ^addons 
    53 #?package=MTP ^COPYING 
    54 #?package=MTP ^COPYRIGHT 
    55 #?package=MTP ^mt-cp.cgi 
    56 #?package=MTP ^mt-static/addons 
    57 #?package=MTP ^mt-static/themes/tristan-blue 
    58 #?package=MTP ^mt-static/themes/tristan-blue-4.2 
    5946 
    6047#?package=MTOS ^addons 
     
    6956#?package=MTE ^COPYING 
    7057#?package=MTE ^COPYRIGHT 
    71 #?package=MTE ^addons/Community.pack 
    72 #?package=MTE ^mt-static/addons/Community.pack 
    73 #?package=MTE ^mt-cp.cgi 
    74 #?package=MTE ^mt-static/themes/tristan-blue 
    75 #?package=MTE ^mt-static/themes/tristan-blue-4.2 
    76  
    77 #?package=MTCS ^COPYING 
    78 #?package=MTCS ^COPYRIGHT 
    79 #?package=MTCS ^addons/Enterprise.pack 
    80 #?package=MTCS ^mt-static/addons/Enterprise.pack 
    8158 
    8259# MT::App::Viewer 
  • trunk/build/mt-dists/MT.mk

    r1109 r2923  
    1 PRODUCT_NAME = Movable Type 
     1PRODUCT_NAME = Movable Type Pro 
    22PRODUCT_CODE = MT 
  • trunk/build/mt-dists/MTE.mk

    r1109 r2923  
    1 PRODUCT_NAME = Movable Type 
     1PRODUCT_NAME = Movable Type Enterprise 
    22PRODUCT_CODE = MT 
  • trunk/default_templates/openid.mtml

    r2756 r2923  
    33    <div class="widget-content"> 
    44        <em><__trans phrase="[_1] accepted here" params="<strong>OpenID</strong>"></em> 
    5         <a href="<__trans phrase="http://www.movabletype.com/openid/">"><__trans phrase="Learn more about OpenID"></a> 
     5        <a href="<__trans phrase="http://www.sixapart.com/labs/openid/">"><__trans phrase="Learn more about OpenID"></a> 
    66    </div> 
    77</div> 
  • trunk/lib/MT/App/CMS.pm

    r2877 r2923  
    422422    return { 
    423423        'entry' => { 
    424             'set_published' => { 
    425                 label      => "Publish Entries", 
    426                 order      => 100, 
    427                 code       => "${pkg}Entry::publish_entries", 
    428                 permission => 'edit_all_posts,publish_post', 
    429                 condition  => sub { 
    430                     return 0 if $app->mode eq 'view'; 
    431                     return $app->blog && $app->blog->site_path ? 1 : 0; 
    432                 }, 
    433             }, 
    434424            'set_draft' => { 
    435425                label      => "Unpublish Entries", 
     
    477467        }, 
    478468        'page' => { 
    479             'set_published' => { 
    480                 label      => "Publish Pages", 
    481                 order      => 100, 
    482                 code       => "${pkg}Entry::publish_entries", 
    483                 permission => 'manage_pages', 
    484                 condition  => sub { 
    485                     return 0 if $app->mode eq 'view'; 
    486                     return $app->blog && $app->blog->site_path ? 1 : 0; 
    487                 }, 
    488             }, 
    489469            'set_draft' => { 
    490470                label      => "Unpublish Pages", 
     
    596576                label      => "Untrust Commenter(s)", 
    597577                order      => 100, 
    598                 code       => "{$pkg}Comment::untrust_commenter", 
     578                code       => "${pkg}Comment::untrust_commenter", 
    599579                permission => 'manage_feedback', 
    600580            }, 
  • trunk/lib/MT/CMS/Entry.pm

    r2871 r2923  
    20432043          or return $app->errtrans( 
    20442044            "One of the entries ([_1]) did not actually exist", $id ); 
    2045         next if $entry->status == $new_status; 
    20462045        if ( $app->config('DeleteFilesAtRebuild') 
    20472046            && ( MT::Entry::RELEASE() eq $entry->status ) ) 
  • trunk/lib/MT/L10N/de.pm

    r2894 r2923  
    44# 
    55# 
    6 # $Id:
     6# $Id
    77 
    88package MT::L10N::de; 
     
    343343## default_templates/openid.mtml 
    344344        '[_1] accepted here' => 'Hier wird [_1] akzeptiert', # Translate - New # OK 
    345         'http://www.movabletype.com/openid/' => 'http://www.movabletype.com/openid/', # Translate - New # OK 
     345        'http://www.sixapart.com/labs/openid/' => 'http://www.sixapart.com/labs/openid/', # Translate - New # OK 
    346346        'Learn more about OpenID' => 'Mehr ÃŒber OpenID erfahren', # Translate - New # OK 
    347347 
  • trunk/lib/MT/L10N/es.pm

    r2894 r2923  
    44# 
    55# 
    6 # $Id:
     6# $Id
    77 
    88package MT::L10N::es; 
     
    343343## default_templates/openid.mtml 
    344344        '[_1] accepted here' => '[_1] aceptado aquí', 
    345         'http://www.movabletype.com/openid/' => 'http://www.movabletype.com/openid/', 
     345        'http://www.sixapart.com/labs/openid/' => 'http://www.sixapart.com/labs/openid/', 
    346346        'Learn more about OpenID' => 'Más información sobre OpenID', 
    347347 
     
    11711171## lib/MT/CMS/Dashboard.pm 
    11721172        'Better, Stronger, Faster' => 'Mejor, más potente, más rápido', 
    1173         'Movable Type has undergone a significant overhaul in all aspects of performance. Memory utilization has been reduced, publishing times have been increased significantly and search is now 100x faster!' => 'Movable Type ha realizado una importante revisión en todos los aspectos de rendimiento. ¡La memoria de utilización ha sido reducida, el tiempo de publicación se ha incrementado considerablemente y desde ahora la búsqueda es 100x más rápida!', # Translate - New 
     1173        'Movable Type has undergone a significant overhaul in all aspects of performance. Memory utilization has been reduced, publishing times have been increased significantly and search is now 100x faster!' => 'Se ha realizado una importante revisión en todos los aspectos relacionados con el rendimiento de Movable Type. ¡Se ha reducido la utilización de memoria, el tiempo de publicación y ahora la búsqueda es 100 veces más rápida!', # Translate - New 
    11741174        'Module Caching' => 'Caché de módulos', 
    1175         'Template module and widget content can now be cached in the database to dramatically speed up publishing.' => 'Los módulos de las plantillas y el contenido widget puede ser ahora cached en la base de datos para acelerar dramáticamente la publicación.', # Translate - New 
    1176         'Improved Template and Design Management' => 'Mejora de la plantilla y la gestión del diseño', # Translate - New 
    1177         'The template editing interface has been enhanced to make designers more efficient at updating their site\'s design. The default templates have also been dramatically simplified to make it easier for you to edit and create the site you want.' => 'La plantilla de interfaz de edición ha sido mejorada para hacer que los diseñadores sean más eficientes en la actualización del diseño de sus sitios. Las platillas predeterminadas también han sido drásticamente simplificadas para que sea más fácil para ud. la edición y la creación del sito que desea.', # Translate - New 
     1175        'Template module and widget content can now be cached in the database to dramatically speed up publishing.' => 'Para acelerar la publicación, hora se cachean en la base de datos los módulos de las plantillas y los contenidos de los widgets.', # Translate - New 
     1176        'Improved Template and Design Management' => 'Mejora dela gestión de las plantillas y los diseños', # Translate - New 
     1177        'The template editing interface has been enhanced to make designers more efficient at updating their site\'s design. The default templates have also been dramatically simplified to make it easier for you to edit and create the site you want.' => 'Se ha mejorado el interfaz de la edición de plantillas para aumentar la productividad de los diseñadores a la hora de actualizar el diseño del sitio. También se han simplificado las plantillas predefinidas para facilitar la edición y creación del sitio.', # Translate - New 
    11781178        'Threaded Comments' => 'Hilos de comentarios', 
    11791179        'Allow commenters on your blog to reply to each other increasing user engagement and creating more dynamic conversations.' => 'Permita que los comentaristas de su blog se respondan mutuamente y hagan más dinámicas las conversaciones.', 
     
    13631363 
    13641364## lib/MT/App.pm 
    1365         'Invalid request: corrupt character data for character set [_1]' => 'Solicitud inválida: datos corruptos para el conjunto de caracteres', # Translate - New 
     1365        'Invalid request: corrupt character data for character set [_1]' => 'Petición inválida: caracteres corruptos para el conjunto de caracteres [_1]', # Translate - New 
    13661366        'First Weblog' => 'Primer weblog', 
    13671367        'Error loading blog #[_1] for user provisioning. Check your NewUserTemplateBlogId setting.' => 'Error de telécargamiento #[_1] que comprende la creación de Usuarios. Por favor, verifique sus parámetros NewUserTemplateBlogId.', 
     
    16091609        '_WARNING_DELETE_USER_EUM' => 'Borrar un usuario es una acción irreversible que crea huérfanos en las entradas del usuario. Si desea retirar un usuario o bloquear su acceso al sistema, se recomienda deshabilitar su cuenta. ¿Está seguro de que desea borrar a los usuarios seleccionados\nPodrán re-crearse a sí mismos si el usuario seleccionado existe en el directorio externo.', 
    16101610        '_WARNING_DELETE_USER' => 'El borrado de un usuario es una acción irreversible que crea huérfanos de las entradas del usuario. Si desea retirar a un usuario o bloquear su acceso al sistema, la forma recomendada es deshabilitar su cuenta. ¿Está seguro de que desea borrar el/los usuario/s seleccionado/s?', 
    1611         '_WARNING_REFRESH_TEMPLATES_FOR_BLOGS' => 'Esta acción restablecerá las plantillas en el(los) blog(s) seleccionado(s) para reinicializar la configuración de fabricación. ¿Está seguro de querer refrescar las plantillas en el(los) blog(s) seleccionado(s)? ', # Translate - New 
     1611        '_WARNING_REFRESH_TEMPLATES_FOR_BLOGS' => 'Esta acción restablecerá las plantillas en los blogs seleccionados con la configuración de fábrica. ¿Está seguro de que desea reiniciar las plantillas de los blogs seleccionados?', # Translate - New 
    16121612        'Published [_1]' => '[_1] publicadas', 
    16131613        'Unpublished [_1]' => '[_1] no publicadas', 
     
    28122812        'Refresh [_1] template set' => 'Refrescar el conjunto de plantillas [_1]', 
    28132813        'Refresh global templates' => 'Recargar plantillas globales', # Translate - Case 
    2814         'Updates current templates while retaining any user-created templates.' => 'Actualizaciones de las plantillas actuales, manteniendo al mismo tiempo cualquier usuario-creador de plantillas.', # Translate - New 
     2814        'Updates current templates while retaining any user-created templates.' => 'Actualiza las plantillas actuales pero mantiene las plantillas creadas por el usuario.', # Translate - New 
    28152815        'Apply a new template set' => 'Aplicar un nuevo conjunto', 
    28162816        'Deletes all existing templates and install the selected template set.' => 'Borra todas las plantillas existentes e instala el conjunto seleccionado.', 
     
    28192819        'Make backups of existing templates first' => 'Primero, haga copias de seguridad de las plantillas', 
    28202820        'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Ha solicitado <strong>refrescar el actual conjunto de plantillas</strong>. Esta acción:', 
    2821         'You have requested to <strong>refresh the global templates</strong>. This action will:' => 'Ha solicitado <strong>recargar plantillas globales</strong>. Esta acción:', # Translate - New 
    2822         'make backups of your templates that can be accessed through your backup filter' => 'realice copias de seguridad de sus plantillas que puedan ser accesibles a través de su filtro de copias de seguridad', # Translate - New 
     2821        'You have requested to <strong>refresh the global templates</strong>. This action will:' => 'Ha solicitado <strong>recargar ñas plantillas globales</strong>. Esta acción:', # Translate - New 
     2822        'make backups of your templates that can be accessed through your backup filter' => 'realizará copia de seguridad de las plantillas accesibles a través del filtro de copias de seguridad', # Translate - New 
    28232823        'potentially install new templates' => 'instalará potencialmente nuevas plantillas', 
    28242824        'overwrite some existing templates with new template code' => 'reescribirá algunas plantillas existentes con el código de las nuevas plantillas', 
    28252825        'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Ha solicitado <strong>aplicar un nuevo conjunto de plantillas</strong>. Esta acción:', 
    2826         'You have requested to <strong>reset to the default global templates</strong>. This action will:' => 'Ha solicitado <strong>reinicializar por defecto las plantillas globales </strong>. Esta acción:', # Translate - New 
     2826        'You have requested to <strong>reset to the default global templates</strong>. This action will:' => 'Ha solicitado <strong>reinicializar a las plantillas globales predefinidas</strong>. Esta acción:', # Translate - New 
    28272827        'delete all of the templates in your blog' => 'borrará todas las plantillas del blog', 
    28282828        'install new templates from the selected template set' => 'instalará nuevas plantillas del conjunto seleccionado', 
    28292829        'delete all of your global templates' => 'borrará todas las plantillas globales', # Translate - New 
    2830         'install new templates from the default global templates' => 'instalará nuevas plantillas globales por defecto', # Translate - New 
     2830        'install new templates from the default global templates' => 'instalará nuevas plantillas con las plantillas globales predefinidas', # Translate - New 
    28312831        'Are you sure you wish to continue?' => '¿Está seguro de que desea continuar?', 
    28322832 
     
    35003500        'Your [_1] archives have been published.' => 'Se han publicado los archivos [_1].', 
    35013501        'Your [_1] templates have been published.' => 'Se han publicado las plantillas [_1].', 
    3502         'Publish time: [_1].' => 'Hora de publicación: [_1].', 
     3502        'Publish time: [_1].' => 'Tiempo de publicación: [_1].', 
    35033503        'View your site.' => 'Ver sitio.', 
    35043504        'View this page.' => 'Ver página.', 
     
    35653565        'Import File Encoding' => 'Codificación del fichero de importación', 
    35663566        'By default, Movable Type will attempt to automatically detect the character encoding of your import file.  However, if you experience difficulties, you can set it explicitly.' => 'Por defecto, Movable Type intentará detectar automáticamente la codificación del fichero a importar. Sin embargo, si experimenta dificultados, puede especificarlo explícitamente.', 
    3567         '<mt:var name="display_name" escape="html">' => 'mt:var name="display_name" escape="html">', # Translate - New 
     3567        '<mt:var name="display_name" escape="html">' => '<mt:var name="display_name" escape="html">', # Translate - New 
    35683568        'Default category for entries (optional)' => 'Categoría predefinida de las entradas (opcional)', 
    35693569        'You can specify a default category for imported entries which have none assigned.' => 'Puede especificar una categoría predefinida para las entradas importadas que no tengan ninguna asignada.', 
     
    44834483 
    44844484## addons/Commercial.pack/config.yaml 
    4485         'Professional Website' => 'Sitio Web Profesional', # Translate - New 
    4486         'Themes that are compatible with the Professional Website template set.' => 'Temas que son compatibles con el Sitio Web Profesional en el conjunto de plantillas.', # Translate - New 
     4485        'Professional Website' => 'Web Profesional', # Translate - New 
     4486        'Themes that are compatible with the Professional Website template set.' => 'Temas compatibles con el conjunto de plantillas Web Profesional.', # Translate - New 
    44874487        'Blog Index' => 'Índice del blog', 
    44884488        'Blog Entry Listing' => 'Lista de entradas', 
  • trunk/lib/MT/L10N/fr.pm

    r2894 r2923  
    44# 
    55# 
    6 # $Id:
     6# $Id
    77 
    88package MT::L10N::fr; 
     
    343343## default_templates/openid.mtml 
    344344        '[_1] accepted here' => '[_1] est accepté', 
    345         'http://www.movabletype.com/openid/' => 'http://www.movabletype.com/openid/', 
     345        'http://www.sixapart.com/labs/openid/' => 'http://www.sixapart.com/labs/openid/', 
    346346        'Learn more about OpenID' => 'Apprenez-en plus à propos d\'OpenID', 
    347347 
  • trunk/lib/MT/L10N/ja.pm

    r2891 r2923  
    264264## default_templates/openid.mtml 
    265265        '[_1] accepted here' => '[_1]察応しおいたす', 
    266         'http://www.movabletype.com/openid/' => 'http://www.movabletype.jp/openid/', 
     266        'http://www.sixapart.com/labs/openid/' => 'http://www.movabletype.jp/openid/', 
    267267        'Learn more about OpenID' => 'OpenIDに぀いお', 
    268268 
  • trunk/lib/MT/L10N/nl.pm

    r2894 r2923  
    44# 
    55# 
    6 # $Id:
     6# $Id
    77 
    88package MT::L10N::nl; 
     
    343343## default_templates/openid.mtml 
    344344        '[_1] accepted here' => '[_1] hier geaccepteerd', 
    345         'http://www.movabletype.com/openid/' => 'http://www.movabletype.com/openid/', 
     345        'http://www.sixapart.com/labs/openid/' => 'http://www.sixapart.com/labs/openid/', 
    346346        'Learn more about OpenID' => 'Meer weten over OpenID', 
    347347 
  • trunk/lib/MT/Object.pm

    r2875 r2923  
    498498        ) ], 
    499499        indexes => { 
    500             id_type    => { columns => [ $id_field, 'type' ] }, 
     500            #id_type    => { columns => [ $id_field, 'type' ] }, # redundant 
    501501            type_vchar => { columns => [ 'type', 'vchar_idx'     ] }, 
    502502            type_vdt   => { columns => [ 'type', 'vdatetime_idx' ] }, 
  • trunk/lib/MT/Template/ContextHandlers.pm

    r2872 r2923  
    32333233of expressions. The typical case is a simple variable name: 
    32343234 
    3235     <mt:Var name="foo"
     3235    <$mt:Var name="foo"$
    32363236 
    32373237Template variables may be arrays, or hash variables, in which case you 
     
    32413241This selects the second element from the 'foo' array template variable: 
    32423242 
    3243     <mt:Var name="foo[1]"
     3243    <$mt:Var name="foo[1]"$
    32443244 
    32453245This selects the 'bar' element from the 'foo' hash template variable: 
    32463246 
    3247     <mt:Var name="foo{bar}"
     3247    <$mt:Var name="foo{bar}"$
    32483248 
    32493249Sometimes you want to obtain the value of a function that is applied 
     
    32513251number of elements in the 'foo' array: 
    32523252 
    3253     <mt:Var name="count(foo)"> 
     3253    <$mt:Var name="count(foo)"$> 
     3254 
     3255Excluding the punctuation required in the examples above, the 'name' 
     3256attribute value should contain only alphanumeric characters and, 
     3257optionally, underscores. 
     3258 
     3259=item * value 
     3260 
     3261In the simplest case, this attribute triggers I<assignment> of the 
     3262specified value to the variable. 
     3263 
     3264    <$mt:Var name="little_pig_count" value="3"$>          # Stores 3 
     3265 
     3266However, if provided with the 'op' attribute (see below), the value becomes 
     3267the operand for the specified mathematical operation and no assignment takes 
     3268place. 
     3269 
     3270The 'value' attribute can contain anything other than a double quote. If you 
     3271need to use a double quote or the value is very long, you may want to use 
     3272the L<SetVarBlock> tag or the L<setvar> global modifier instead. 
    32543273 
    32553274=item * op 
    32563275 
    3257 Along with the 'value' attribute, this allows the application of 
    3258 a number of mathematical operators (see the L<If> tag for which 
    3259 are supported). 
    3260  
    3261 =item * value 
    3262  
    3263 If provided with the 'op' attribute, provides the operand for the 
    3264 specified mathematical operation. 
    3265  
    3266 If provided without the 'op' attribute, this causes the variable 
    3267 to be I<assigned> the value specified. In this way, this tag 
    3268 is useful for setting variables as well. 
     3276Used along with the 'value' attribute to perform a number of mathematical 
     3277operations on the value of the variable.  When used in this way, the stored 
     3278value of the variable doesn't change but instead gets transformed in the 
     3279process of being output. 
     3280 
     3281    <$mt:Var name="little_pig_count">                     # Displays 3 
     3282    <$mt:Var name="little_pig_count" value="1" op="sub"$> # Displays 2 
     3283    <$mt:Var name="little_pig_count" value="2" op="sub"$> # Displays 1 
     3284    <$mt:Var name="little_pig_count" value="3" op="sub"$> # Displays 0 
     3285 
     3286See the L<If> tag for the list of supported operators. 
     3287 
     3288=item * prepend 
     3289 
     3290When used in conjuction with the 'value' attribute to store a value, this 
     3291attribute acts as a flag (i.e. 'prepend="1"') to indicate that the new value 
     3292should be added to the front of any existing value instead of replacing it. 
     3293 
     3294    <$mt:Var name="greeting" value="World"$> 
     3295    <$mt:Var name="greeting" value="Hello " prepend="1"$> 
     3296    <$mt:Var name="greeting"$>  # Displays: Hello World 
     3297 
     3298=item * append 
     3299 
     3300When used in conjuction with the 'value' attribute to store a value, this 
     3301attribute acts as a flag (i.e. 'append="1"') to indicate that the new value 
     3302should be added to the back of any existing value instead of replacing it. 
     3303 
     3304    <$mt:Var name="greeting" value="Hello"$> 
     3305    <$mt:Var name="greeting" value=" World" append="1"$> 
     3306    <$mt:Var name="greeting"$>  # Displays: Hello World 
    32693307 
    32703308=item * function 
     
    32743312=over 4 
    32753313 
     3314=item * push 
     3315 
     3316Adds the element to the end of the array (becomes the last element). 
     3317 
    32763318=item * pop 
    32773319 
    3278 Takes an element from the end of the array (last element). 
     3320Removes an element from the end of the array (last element) and 
     3321outputs it. 
     3322 
     3323=item * unshift 
     3324 
     3325Adds the element to the front of the array (index 0). 
    32793326 
    32803327=item * shift 
     
    33093356=item * key 
    33103357 
    3311 Identifies a key of a hash template variable. 
     3358Identifies a value stored for the key of a hash template variable. 
    33123359 
    33133360=item * default 
    33143361 
    3315 If the variable is undefined or empty, this value will be output instead. 
     3362If the variable is undefined or empty, this value will be output 
     3363instead. Use of the 'default' and 'setvar' attributes together make 
     3364for an excellent way to conditionally initialize variables. The 
     3365following sets the "max_pages" variable to 10 if and only if it does 
     3366not yet have a value. 
     3367 
     3368    <mt:var name="max_pages" default="10" setvar="max_pages">  
    33163369 
    33173370=item * to_json 
  • trunk/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm

    r2876 r2923  
    268268    my $footer = '/* end StyleCatcher imports */'; 
    269269    my $styles = $header . "\n"; 
    270     $styles .= "\@import url(".File::Spec->catfile($app->static_path, $base_css).");\n" if $base_css; 
     270    $styles .= "\@import url(".MT::Util::caturl($app->static_path, $base_css).");\n" if $base_css; 
    271271    $styles .= "\@import url($url);\n"; 
    272272    $styles .= $footer; 
  • trunk/tmpl/feeds/feed_comment.tmpl

    r2787 r2923  
    7272        &lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=list_comments&amp;blog_id=<TMPL_VAR NAME=LOG.COMMENT.BLOG_ID>"&gt;<MT_TRANS phrase="From this blog">&lt;/a&gt;&lt;/li&gt; 
    7373 
    74         &lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=view&amp;_type=entry&amp;blog_id=<TMPL_VAR NAME=LOG.COMMENT.BLOG_ID>&amp;id=<TMPL_VAR NAME=LOG.COMMENT.ENTRY.ID>&amp;tab=comments"&gt;<MT_TRANS phrase="On this entry">&lt;/a&gt;&lt;/li&gt; 
     74        &lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=list_comment&amp;blog_id=<TMPL_VAR NAME=LOG.COMMENT.BLOG_ID>&amp;filter_key=_comments_by_entry&amp;filter_val=<TMPL_VAR NAME=LOG.COMMENT.ENTRY_ID>"&gt;<MT_TRANS phrase="On this entry">&lt;/a&gt;&lt;/li&gt; 
    7575 
    7676        <TMPL_IF NAME=LOG.COMMENT.AUTHOR.AUTHENTICATED> 
  • trunk/tmpl/feeds/feed_ping.tmpl

    r2787 r2923  
    6969        &lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=list_pings&amp;blog_id=<TMPL_VAR NAME=LOG.TBPING.BLOG_ID>"&gt;<MT_TRANS phrase="From this blog">&lt;/a&gt;&lt;/li&gt; 
    7070 
    71         <TMPL_IF NAME=LOG.TBPING.ENTRY.ID>&lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=view&amp;_type=entry&amp;blog_id=<TMPL_VAR NAME=LOG.TBPING.BLOG_ID>&amp;id=<TMPL_VAR NAME=LOG.TBPING.ENTRY.ID>&amp;tab=pings"&gt;<MT_TRANS phrase="On this entry">&lt;/a&gt;&lt;/li&gt; 
     71        <TMPL_IF NAME=LOG.TBPING.ENTRY.ID>&lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=list_pings&amp;blog_id=<TMPL_VAR NAME=LOG.TBPING.BLOG_ID>&amp;filter=entry_id&amp;filter_val=<TMPL_VAR NAME=LOG.TBPING.ENTRY.ID>"&gt;<MT_TRANS phrase="On this entry">&lt;/a&gt;&lt;/li&gt; 
    7272 
    7373        </TMPL_IF>&lt;li&gt;&lt;a href="<TMPL_VAR NAME=MT_URL>?__mode=search_replace&amp;blog_id=<TMPL_VAR NAME=LOG.TBPING.BLOG_ID>&amp;_type=ping&amp;search=<TMPL_VAR NAME=LOG.TBPING.BLOG_NAME ESCAPE=URL>&amp;do_search=1"&gt;<MT_TRANS phrase="By source blog">&lt;/a&gt;&lt;/li&gt;