==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8032

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #9 from Stephane de Labrusse <[email protected]> ---
(In reply to Unnilennium from comment #8)

> so an action triggered in the  post-upgrade  signal seems appropritates
> 
> so I was thinking about something like this
> /etc/e-smith/events/action/usermanagerlocale:
> 
> #!/bin/bash
> for lang in $(ls /etc/e-smith/locale/)
> do
>  /bin/mkdir -p /etc/e-smith/locale/$lang/etc/e-smith/web/panels/user
>  /bin/ln -sf /etc/e-smith/locale/$lang/etc/e-smith/web/functions \
>    /etc/e-smith/locale/$lang/etc/e-smith/web/panels/user/cgi-bin
> done

well isn't it what my patch do ?
except that the event/actions is called for much event than post-upgrade

see my createlinks and see the patch i proposed.

+##actions link to translations
+ for my $event (qw( conf-userpanel  bootstrap-console-save console-save
post-upgrade remoteaccess-update   )){
+event_link("conf-linktotranslations", $event, "70");}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to