Hi all,
I added in application manager plugin a feature that make sure
applications translations pages will be always registered in
XWiki.XWikiPreferences (see
http://jira.xwiki.org/jira/browse/XAAM-26).
Is all ok (for this release at least) for you Vincent ?
I so I would like to relaunch the vote for release tomorrow.
WDYT ?
2007/11/14, Thomas Mortagne
<thomas.mortagne(a)xwiki.com>om>:
> 2007/11/14, Thomas Mortagne <thomas.mortagne(a)xwiki.com>om>:
>> 2007/11/14, Vincent Massol <vincent(a)massol.net>et>:
>>>
>>> On Nov 14, 2007, at 10:45 AM, Thomas Mortagne wrote:
>>>
>>>> Hi Vincent,
>>>>
>>>>> * Lots of errors in the console when displaying the home page
>>>> It was due to translations page not registered from where the date
>>>> format is retrieved. I added a default date format so it's fixed
>>>> now.
>>>>
>>>>> * Missing translations on home page and lots of other pages
>>>>> when you
>>>> start up XEM
>>>> Except for overwriting XWiki.XWikiPreferences page in XEM xar I
>>>> don't
>>>> see solutions for that. I don't like to overwrite
>>>> XWikiPreferences in
>>>> a xar but as it's already the case because XE do that it can be
>>>> done
>>>> also in XEM while there is no standard solution for register
>>>> translations page at import. WDYT ?
>>>
>>> 2 other solutions I can think of:
>>>
>>> Solution 1: Modify the XWikiMessageTool class as it was described
>>> in
>>> an email thread so that applications can have their own translation
>>> pages.
>>> Solution 2: Modify the XWikiPreferences page on the fly in some XEM
>>> plugin's init() method (it's called only once).
>>
>> Yes I can add a call to reloadAllApplications in application
>> manager init.
>
> Well I speaked too quickly : it's not a solution as plugins are
> called
> before XEM xar import so except for reboot xwiki after an import it's
> not a solution.
>
> So it let XWikiMessageTool modifications but this can't be done just
> for XEM and the only and it will make XWikiMessageTool depends on
> application manager...
>
>>
>>>
>>>>> * Error when clicking the button on the installation page
>>>>> (although
>>>> this may be due to HSQLDB since I've tested it with it)
>>>> Yes it is due to HSQLDB that does not support to import a xar in
>>>> a sub
>>>> wiki that was just created yet (don't know why). Same with Derby.
>>>>
>>>>> * Xem --> "XWiki Enterprise Manager"
>>>> Fixed now.
>>>>
>>>>> * Navigation isn't good
>>>> Don't understand, navigation of what ?
>>>
>>> There are a few pages in the XEM application. Right now they seem
>>> to
>>> be only available from the home page content. But that home page is
>>> meant to be modified by the user. So, same as we have a quick links
>>> for XE I think we should have a special Quick links panels for XEM
>>> administrator.
>>
>> Yes true WikiManager pages at least as to be more easily accessed.
>>
>>>
>>>>> * Text should be improved on home page and other pages too
>>>> Yes you are right :) Guillaume is looking for it when he has time.
>>>>
>>>>> * Installation should be more seamless somehow (need to find
>>>>> out way
>>>> to remove installation page)
>>>> I made a explicit installation page to not always test in all
>>>> pages
>>>> that an installation as to be done. Plus as what is in
>>>> Installation is
>>>> not technically vital for XEM (just create a default wiki
>>>> template) an
>>>> administrator can decide to not do it.
>>>
>>> See solution 2 above which could work I think.
>>>
>>> Thanks
>>> -Vincent
>>>
>>>> 2007/11/12, Thomas Mortagne <thomas.mortagne(a)xwiki.com>om>:
>>>>> Hi Vincent,
>>>>>
>>>>> About Installation error, yes it's caused by HSQLDB that is not
>>>>> fully
>>>>> supported in virtual mode yet.
>>>>> The translations pages has to be registered in XWikiPreferences
>>>>> that
>>>>> one of the two things made by XEM installation page.
>>>>>
>>>>> I'm looking for the error you get in the home page...
>>>>>
>>>>> 2007/11/12, Vincent Massol <vincent(a)massol.net>et>:
>>>>>>
>>>>>> On Nov 11, 2007, at 8:20 PM, Thomas Mortagne wrote:
>>>>>>
>>>>>>> Hi all,
>>>>>>>
>>>>>>> XE 1.1.2 was just released and was the only thing needed to
>>>>>>> be able
>>>>>>> to release :
>>>>>>>
>>>>>>> - Application Manager 1.0M2
>>>>>>> - Wiki Manager 1.0M2
>>>>>>> - XEM 1.0M2
>>>>>>>
>>>>>>> You can see the release notes for theses version at : See
>>>>>>>
http://www.xwiki.org/xwiki/bin/view/Main/
>>>>>>> ReleaseNotesXWikiEnterprise112
>>>>>>>
>>>>>>> Here my +1
>>>>>>
>>>>>> -1 for now. Reasons:
>>>>>>
>>>>>> * Lots of errors in the console when displaying the home page
>>>>>> * Missing translations on home page and lots of other pages
>>>>>> when you
>>>>>> start up XEM
>>>>>> * Error when clicking the button on the installation page
>>>>>> (although
>>>>>> this may be due to HSQLDB since I've tested it with it)
>>>>>>
>>>>>> Other stuff (not blocking the release but need to be improved
>>>>>> for
>>>>>> the
>>>>>> final release):
>>>>>>
>>>>>> * Xem --> "XWiki Enterprise Manager"
>>>>>> * Navigation isn't good
>>>>>> * Text should be improved on home page and other pages too
>>>>>> * Installation should be more seamless somehow (need to find
>>>>>> out way
>>>>>> to remove installation page)
>>>>>>
>>>>>> Thanks