Hi Anton, *,

On Mon, Oct 14, 2013 at 8:05 PM, Anton Meixome <[email protected]> wrote:
>
> You are awesome! :-)

Thanks a lot - indeed was quite a relief that I managed to narrow it
down to that line - I'd never have expected this to be the reason.
(I messed with the live site, so probably people saw more errors or
"pages missing half of the content" more often than usual..

> But remain a problem
>
> The Url now is
>
> http://extensions.libreoffice.org/extension-center/corrector-ortografico-de-galego-2011-11-28

It was like that before I started :-)

> Can you change it for
>
> http://extensions.libreoffice.org/extension-center/corrector-ortografico-de-galego

Changed.  (the extension's own title is "... para galego" though) -
could change to that as well if preferred.

> and rearm the search index?

search (or better display of results) was also broken for the very
same reason: When a result item contains non-ASCII in the title, and
has a logo (or in this case thumbnail), then rendering would fail.

@Andreas: psc_view_ploneorg

<div class="project-thumb thumbzoom"
      tal:condition="screenshot">
   <a tal:attributes="href projectURL">
        <img
            tal:condition="project/screenshot_thumb|nothing"
            tal:define="image project/screenshot_thumb;"
             tal:attributes="width image/width; height image/height;
                             title image/title; src
string:${projectURL}/screenshot_thumb"
        />
   </a>
</div>

(changed in Zope Management Interface, but not sure whether this is
persistent/whether one needs to save to disk manually[1])

also @Andreas: Modified main template on the templates-site to add the
piwik code in the same way, i.e. ZMI)

ciao
Christian
[1] proper fix probably is to fix the python code that creates the
image line, but no idea where that hides :-))

-- 
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to