Re: [xwiki-users] [myxwiki] new wiki request

2013-01-07 Thread Jean-Vincent Drean
Hi,

The history tab is displayed by default in XWiki Cloud (you got me worried
for a second :) ).
You might have disabled it from the administration, in the Page Elements
section though.


On Sun, Jan 6, 2013 at 11:26 AM, xrichard ldm...@gmail.com wrote:

 Many thanks!!

 On XWiki cloud I was also missing page history ;-(.

 Happy new year ;-).

 Le 06/01/2013 11:05, Thomas Mortagne [via XWiki] a écrit :
  You can access your new wiki on http://tutos.myxwiki.org.
 
  Sorry for the delay.
 
  On Fri, Jan 4, 2013 at 5:01 PM, xrichard [hidden email]
  /user/SendEmail.jtp?type=nodenode=7583123i=0 wrote:
 
   Hello,
  
   I hope admins are back from vacation  so I send again my holiday
 request :
  
   - My MyXWiki.org's user name: xrichard
   - Description of the Wiki: first level tutorials on Windows, Android,
 Ubuntu
   and maybe more
   - Server Name for this new wiki: tutos
  
   Thanks for your answer, best regards,
  
  
  
   --
   View this message in context:
 
 http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp7583032p7583101.html
   Sent from the XWiki- Users mailing list archive at Nabble.com.
   ___
   users mailing list
   [hidden email] /user/SendEmail.jtp?type=nodenode=7583123i=1
   http://lists.xwiki.org/mailman/listinfo/users
 
 
 
  --
  Thomas Mortagne
  ___
  users mailing list
  [hidden email] /user/SendEmail.jtp?type=nodenode=7583123i=2
  http://lists.xwiki.org/mailman/listinfo/users
 
 
 
 
  If you reply to this email, your message will be added to the discussion
 below:
 
 http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp7583032p7583123.html
  To unsubscribe from [myxwiki] new wiki request, click here
  
 http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=7583032code=bGRtcHViQGdtYWlsLmNvbXw3NTgzMDMyfDk0MTI3MzYz
 .
  NAML
  
 http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 





 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp7583032p7583124.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Jean-Vincent Drean,
XWiki.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] vm files in Cloud

2012-04-12 Thread Jean-Vincent Drean
On Wed, Apr 11, 2012 at 7:36 PM, Martin Evans webs...@studenthubs.org wrote:

 Hi Jean-Vincent, thanks for your immediate response. I shall make my
 problem clearer. Not every vm file is in the /skins/colibri folder. When my
 wiki was set up by XWiki, they created a new skin and I can't find the vm
 files for that. However, this is just an example. Trust me it is useful to
 see (if not edit) the vm files, but I can't see how to find where exactly
 they lie.

The skin used in XWiki Cloud is colibri. The customizations are made
in a Color Theme.
Now that you talk about it, we don't override templates in colibri
anymore, they're all in the templates folder, for example:
http://localhost:8080/xwiki/templates/menuview.vm


 Also, is it true that other features, e.g. search, use vm files? What
 method should I use to locate these such files? I agree that leaving the vm
 files in place is a good idea for upgrades but it's useful to view them
 sometimes.


A lot of features are developed directly in wiki pages, for instance
the entry point to look at the search code is:
https://localhost:8080/xwiki/bin/edit/Main/Search?editor=wiki

 Finally, while investigating this, I noticed that I can view vm files while
 not logged into the wiki. This exposes source code to the public viewers
 (should they know where to look). How can I stop this?


You can't but, XWiki being open source, those templates will always
been exposed in our source repository anyway.
https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates

 Thanks again,
 Martin
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Jean-Vincent Drean,
XWiki.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] vm files in Cloud

2012-04-11 Thread Jean-Vincent Drean
Hi,

On Wed, Apr 11, 2012 at 2:03 PM, Martin Evans webs...@studenthubs.org wrote:
 Hi, I have a Cloud distribution, which means I don't have access to the .vm
 files. When I want to make a change to the behaviour of my wiki, this
 causes big problems. Sometimes I can over-ride the vm file by adding in a
 new TextArea field, but it's normally impossible to know where to put it.

What do you mean ? Are you looking at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins ?
Is there anything unclear ?

 Then there is the problem of default behaviour. If I insert a blank
 TextArea to over-ride vm behaviour, I get nothing. I need to access the vm
 file to see what's currently written there before making a change. But the
 vm files do not appear in the search. Does anyone have any experience of
 this frustrating lack of functionality and ease of use?

You actually do have access to the .vm through your browser.

From 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HD.OverridingtheSkincomponents
:
8
Copy the original content of the menuview.vm template and paste it in
the property field named menuview.vm. If you don't have access to the
server filesystem, open the template by following
http://localhost:8080/xwiki/skins/colibri/menuview.vm
8
Of course you need to replace localhost:8080 in the URL above by the
URL of your wiki.

Now, putting my XWiki-Cloud-Admin hat on, I must say that it is not
recommended to make this kind modifications in your skin. The cloud
platform is upgraded every 3 month on average. If the original VM file
has been modified in the new release your skin might be broken after
an upgrade.

-- 
Jean-Vincent Drean,
XWiki.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Need some Help Explanations

2012-03-12 Thread Jean-Vincent Drean
Hi,

you can easily dumb it down by replacing the content of the homepage
by some static content with links.
Here's an example: http://www.xwiki.org/xwiki/bin/view/Main/Documentation

JV.

On Fri, Mar 9, 2012 at 2:03 PM, Ken Jennings kennethwjenni...@gmail.com wrote:
 Hello

 I am a new user of X-Wiki Cloud.

 I am trying to use it to develop a Knowledge base for our Project. I chose
 to use X-Wiki Cloud because it appeared to be the WIKI tool that had the
 best set of Big Time Capabilities and because it was Extensible and would
 work with many different architectures. It seemed to offer the most
 flexibility for the long haul.

 To date I have opened a free account and started to post some content 
 links. However; I am having a VERY difficult time understanding how
 I organize  manage Spaces, Pages  General Content. I am particularly
 frustrated in that, I cannot seem to find a way to manage the headings or
 titles (SPACES) that appear on our Dashboard. X-Wiki Cloud starts one out
 with things like Annotation Code, AppWithinMInutes,
 ApplicationSecurityBackgroundInformation, Blog, . I do not need to see
 those Tool Boxes, nor do I want my partner to see them as he learns how to
 use the X-Wiki Cloud tool.

 Right now I am struggling as I try to manage it and 'Dumb it Down' so I can
 start out learning it  using it to build a relatively simple Knowledge
 Base.

 Can anyone help me with this?

 Ken Jennings
 Toronto Canada
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Jean-Vincent Drean,
XWiki.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Treeview Navigation / Javascript error

2011-04-12 Thread Jean-Vincent Drean
Hi,

I've put a new version (1.1) of the space explorer panel on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Space+Explorer+Panel+Application
It fixes the JS errors but there seems to be a styling problem (text
centered in nodes), any help about this would be appreciated.

Thanks,
JV.

On Sat, Apr 9, 2011 at 2:03 AM,  w...@yellowhippy.com wrote:
 Hello again,

 I've troubles getting any Tree-View-Navigation to run properly.

 I tried Space Explorer Panel Application as well as almost any other
 tree-view-extension from extensions.xwiki.org .

 I always ended up getting the following error pop-up:

 ERROR: xwikiexplorer.js depends on xwiki.js

 To get rid of it, I had to disable Java-Script and delete the panel.

 Currently we are using 3 levels in our hierachy within a space.

 Does anyone know a solution? Maybe someone has a working script
 running in a panel and would like to share it with me?

 Any help is very much appreciated.

 Cheers,
 Chris

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki Enterprise 2.6.1 and Enterprise Manager 2.6.1 Released

2011-01-11 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.6.1.
This is a bugfix release for the 2.6 branch.

The highlights of this release are: better performance of the activity
stream, fixes related to rights during import.

For more information, see the full release notes at:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise261
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXEM261

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] where put macros?

2010-11-03 Thread Jean-Vincent Drean
On Wed, Nov 3, 2010 at 11:04 AM, Jerome Velociter
jerome.xw...@gmail.com wrote:
 On Wed, Nov 3, 2010 at 10:47 AM, Guillaume Lerouge guilla...@xwiki.com 
 wrote:

 +1 for a better separation as well. I regularly give demos of XWiki and
 landing on a first page with all the technical spaces is indeed confusing
 for users.

+1 for a better handling of hidden items in the wiki.

 I agree. Maybe it's time we thing about typed spaces.

 It could start with something light such as a XWiki.SpaceClass with
 only a pretty name (quite needed too if you ask me) and a category
 list


We indeed need a pretty name for spaces and wikis (currently handled
in wiki descriptors). I think this could go in the XWikiPreference
class. Category ? Do we really need to categorize spaces which already
are categories ?

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] where put macros?

2010-11-03 Thread Jean-Vincent Drean
On Wed, Nov 3, 2010 at 11:32 AM, Jean-Vincent Drean
jean-vinc...@drean.org wrote:
 On Wed, Nov 3, 2010 at 11:04 AM, Jerome Velociter
 jerome.xw...@gmail.com wrote:
 On Wed, Nov 3, 2010 at 10:47 AM, Guillaume Lerouge guilla...@xwiki.com 
 wrote:

 +1 for a better separation as well. I regularly give demos of XWiki and
 landing on a first page with all the technical spaces is indeed confusing
 for users.

 +1 for a better handling of hidden items in the wiki.

 I agree. Maybe it's time we thing about typed spaces.

 It could start with something light such as a XWiki.SpaceClass with
 only a pretty name (quite needed too if you ask me) and a category
 list


 We indeed need a pretty name for spaces and wikis (currently handled
 in wiki descriptors). I think this could go in the XWikiPreference
 class. Category ? Do we really need to categorize spaces which already
 are categories ?


Ok I read too fast. If the category is here to be able to mark a space
as technical, I think it's like using a bazooka to kill a fly. WDYT
about hiding spaces to basic users when all the pages within the space
are hidden ? (of course the hidden page feature would need to be
finished, we'd need APIs to retrieve them for advanced users).

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] watchlist daily notifier doesn't work

2010-11-03 Thread Jean-Vincent Drean
Then the NPE occurs at the following line:

-8-
String emailAddr = (String)
userObj.getProperty(XWIKI_USER_CLASS_EMAIL_PROP).getValue();
-8-

I think this could be caused by a XWiki.WatchListClass object, with a
notifier set and watched stuff, in a page which is not a user (no
XWiki.XWikiUsers object)

JV.

On Wed, Nov 3, 2010 at 5:19 PM, ccoreggioli claudio.coreggi...@gidi.it wrote:

 The version we're currently using is XE 2.2.4, but we're planning to upgrade
 to 2.5 within the end of 2010. Anyway, it's not working yet...

 Next week i'll start to test XE 2.5 on different env, i'll be more precise
 by that time.

 thanks
 claudio
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/watchlist-daily-notifier-doesn-t-work-tp5697641p5702011.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-25 Thread Jean-Vincent Drean
Hi,

have you tried something like
xwiki.getDocument('Space.YourScript').getRenderedContent() ?

JV.

On Sat, Oct 23, 2010 at 11:26 PM, Eugen Colesnicov
ecolesni...@gmail.com wrote:

 Hi colleagues!

 I need some help for the Scheduler.
 I already have some not small script in a velocity. This script select some
 pages with complex conditions (hql),  make some calculations and sending
 emails. Now this script is working when I simply open it page (where script
 is placed).

 I need to make automatic schedule for this script (for example - every day).
 Unfortunately, scheduler scripts permit only groovy scripts ... Also,
 problem for me - I dont't now groovy at all (velocity - so-so) and I am not
 a programmer. For me - groovy learning is difficult (in any case - not
 quickly).

 My question - is any possibility to use my velocity script without total
 rewriting for groovy? Maybe I can write groovy script with redirection for
 my page with velocity script? Maybe is it possible to include code of one
 scripting language in another?

 If is not (only need to totally rewrite script to grovvy) can somebody can
 help me in this operation? I attached my original velocity script (it's
 working fine).

 http://xwiki.475771.n2.nabble.com/file/n5666438/velocity_script.txt
 velocity_script.txt

 --
 Thanks beforehand
 Eugen Colesnicov
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Using-Scheduler-issues-groovy-questions-tp5666438p5666438.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.3.2 Released

2010-07-09 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.3.2.

This is a bug fix release for the 2.3 branches.

Important Bugs fixed:

* [XWIKI-4566] - Users/groups from other wikis are not properly taken
into account when put in a local group
* [XWIKI-5228] - XWiki 2.0 renderer doesn't escape ~ in image reference
* [XWIKI-5277] - Velocity macro cache keeps growing leading to memory issues
* [XWIKI-5278] - Velocity Macros are considered global and not
isolated in XWiki Syntax 2.0
* [XWIKI-5282] - Wiki macros based on user or wiki are not unregistered
* [XWIKI-5302] - Query string is not properly escaped in tags add links
* [XWIKI-5332] - Velocity macro cache still keeps growing
* [XWIKI-5335] - Sometimes velocity macros defined in wiki pages are
not recognized

For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise232
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM232

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Vote][Proposal] Action Menus Improvements part 2

2010-07-02 Thread Jean-Vincent Drean
+1, very nice!

JV.

On Thu, Jul 1, 2010 at 6:26 PM, Ecaterina Valica vali...@gmail.com wrote:
 Hi,

 After gathering some Action Menus feedback, we decided to go for another
 iteration for them.

 Please give your feedback on this proposal and *cast your vote* for this
 items (described at
 http://incubator.myxwiki.org/xwiki/bin/view/Improvements/ActionMenuProposal2#HImprovements):

 1. New Add menu
 2. Wiki/Space/Page separation
 3. New Delete Space entry and relocation of some Page actions
 4. Better Wiki/Space naming representation (WIKI: Wikiname)
 5. Uppercase menu usage just for top entries/labels
 6. TYPE: Name pattern

 Screenshots and proposal:
 http://incubator.myxwiki.org/xwiki/bin/view/Improvements/ActionMenuProposal2
 Partial prototype:
 http://incubator.myxwiki.org/xwiki/bin/view/Skins/SkinMenu

 Thanks,
 Caty

 P.S. Thanks to Gregory for all opinions / ideas
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.3.1 Released

2010-06-02 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release  of
XWiki Enterprise and XWiki Enterprise Manager  2.3.1.

This is a bug fix release for the 2.3 branches.

Improvements:

* [XPLUCENE-4] - Index inside of zip files using Lucene
* [XPLUCENE-13] - Ability to rebuild the indexes just for one virtual wiki
* [XPLUCENE-47] - Add ability to index attachments in OpenXML format
* [XPLUCENE-29] - Adding capability to refresh the index without cleaning it
* [XPLUCENE-36] - Lucene search on property level

Important Bugs fixed:

* [XE-651] - RSS feed for search results doesn't work
* [XE-670] - Deleted Documents and Deleted Attachments are not displayed anymore
* [XE-673] - Cannot create a new space from the dashboard
* [XE-675] - Recent Changes appears empty on user profiles when not
logged as advanced user
* [XWIKI-5166] - Guest user rights are not properly tested when tested
from another wiki
* [XWIKI-5133] - The caret jumps at the start of the page when
pressing Enter at the end of a line
* [XWIKI-5175] - NPE in XWikiLDAPUtils#isMemberOfGroup cause
authentication to fail
* [XPWATCHLIST-109] - WatchListClass page saved very often
* [XAADMINISTRATION-125] - Editing a user/group from XWiki
Preferences  Users/Groups doesn't work

For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise231
and
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM231

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Watch list email format

2010-05-07 Thread Jean-Vincent Drean
Hi,

The email template is a XWiki.Mail object located in XWiki.WatchListMessage.
You might want to remove calls to the #displayhtmldiff macro.

JV.

On Fri, May 7, 2010 at 5:41 PM, Daniel Johansson djohans...@haascnc.com wrote:

 I know this has been asked before but I can't find an answer. Can one
 customize the notification email format? For a non-wiki user those email
 look confusing. I'd like to have that a document was changed, link to the
 document and who changed it.

 Thank you
 Daniel
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Watch-list-email-format-tp5019921p5019921.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] [Proposal] Selective Export UI

2010-04-29 Thread Jean-Vincent Drean
On Thu, Apr 29, 2010 at 12:00 PM, Sergiu Dumitriu ser...@xwiki.com wrote:
 On 04/28/2010 11:55 PM, Guillaume Lerouge wrote:
 On Wed, Apr 28, 2010 at 20:15, Sergiu Dumitriuser...@xwiki.com  wrote:

 Of course, this as a better UI for the alldocs/tree view; the export UI
 should could keep just the space/docs two-level hierarchy.


 I think the same, simple, understandable, Space / Page hierarchy should be
 used everywhere.

 Even in the hierarchy view that is specifically designed for displaying
 the parent-child relations? I'd also like to keep things simple whenever
 possible, but then why do we have this tab in the AllDocs? Should we
 remove it? Then why do we have the parent field if I cant see the
 children of a page?


I second those questions, imho one of the main purpose of a tree view
is to represent the parent/child relationship.

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XE 2.3 new deployment fails...

2010-04-28 Thread Jean-Vincent Drean
Hi,

Can you give us:
1/ your hibernate configuration file (WEB-INF/hibernate.cfg.xml) ?
2/ the exception you get

Thanks,
JV.

On Wed, Apr 28, 2010 at 4:48 AM, Harald Kapper h...@kapper.net wrote:
 Hi
 I tried to install the V2.3 using the WAR file provided on a new an clean 
 Debian/5.0.4 - everything seems fine until I do call XE the first time - it 
 fails - always - during debugging I realise it doesn't create the database 
 table (in mysql here) during startup.

 Just to proove my theory V2.3 is broken I did a clean setup on the same box 
 using V2.2.5 WAR - this works straight forward and creates the needed tables.

 Questions:
 Anyone else experienced this too?
 Is the Upgrade from V2.2.2 to V2.3 supported and tested or might the 
 schema-update not work?

 Regards
 Harald Kapper / kapper.net
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2010-04-28 Thread Jean-Vincent Drean
Hi,

Your wiki is available at http://semanticweb.myxwiki.org (no dash, we
only accept lowercase alpha-numeric chars).
It's the 90th wiki on myxwiki.org.

JV.

On Wed, Apr 28, 2010 at 1:14 PM, hel-o h...@hel.at wrote:

 Hi,

 mayby the dev-list was the wrong place for this, so again:

 had my own xwiki where i wrote my diploma thesis. Got server problems and
 have to move on :)

 Would like to have a xwiki instance again for my wiki (subject, - semantic
 web, knowledge management, web 2.0 and some personal stuff)

 My user name on myxwiki.org is hel. My preffered servername is
 semantic-web.myxwiki.org

 Thanks
 hel.


 -
 semantic-web.hel.at
 h...@hel.at

 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp4973884p4973884.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.2.6 Released

2010-04-28 Thread Jean-Vincent Drean
Congrats Denis!

Thanks,
JV.

On Wed, Apr 28, 2010 at 2:33 PM, Denis Gervalle d...@softec.lu wrote:
 The XWiki development team is pleased to announce the release of XWiki
 Enterprise and XWiki Enterprise Manager 2.2.6.

 Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

 This is a bug fix release for the 2.2 branches.

 Fixes since 2.2.5:

  * [XWIKI-4378] - Should never deny resources access through skin URL
  * [XWIKI-5004] - Inactive user should be able to access the same UI than
 XWikiGuest
  * [XWIKI-5005] - Form displayed to inactive user after login for account
 activation does not submit to correct URL
  * [XWIKI-5064] - Issue escaping  [  when located in front of an URL
  * [XWIKI-5113] - Id block inside header is badly rendered
  * [XWIKI-5114] - Allow controlling the depth of headers to look for when
 generating titles from document's content (configuration in xwiki.cfg)
  * [XWIKI-5126] - Link to force editing a locked user is wrong in new UI
  * [XWIKI-5127] - #googlecalcustom macro mixup front and background colors,
 and also use a Test title
  * [XWIKI-5128] - XWiki doesn't check groups permissions correctly in
 multiwiki environment
  * [XWIKI-5131] - PropUpdateAction use wrong XWiki#flushCache method
  * [XAADMINISTRATION-134] - Users-add new user not using XWiki.Registration
 with field validation.
  * [XAADMINISTRATION-131] - Hide color theme setting from space
 administration (currently unsupported at the level)

 For more information see the Releases notes at:
 http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise226
 and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM226

 Thanks
 -The XWiki dev team
 ___
 devs mailing list
 d...@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] [Proposal] Selective Export UI

2010-04-28 Thread Jean-Vincent Drean
Very nice. I have the same concern as Guillaume about scalability.
Also, do we need custom checkboxes ? Can't we use regular ones ?

JV.

On Wed, Apr 28, 2010 at 4:44 PM, Ecaterina Valica vali...@gmail.com wrote:
 Hi,

 Please provide feedback for the Selective Export UI:

 http://incubator.myxwiki.org/xwiki/bin/view/Improvements/MultiExportProposal

 PS. The HTML+CSS is not final and it's tested only in Firefox. It will be
 improved if it gets positive feedback.
 If it doesn't display correctly, please use the IMG to visualize.

 Thanks,
 Caty
 ___
 devs mailing list
 d...@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/devs

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.3 Released

2010-04-26 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release  of
XWiki Enterprise and XWiki Enterprise Manager  2.3.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

The highlights of this release are: the ability to annotate text in a
document, a Color Theme visual editor and the ability to require
anonymous users to solve a CAPTCHA before adding a comment to a
document.

Main changes from XWiki Enterprise 2.2.5:

* New Annotations Feature
* New Color Theme Visual Editor
* Anonymous commenting with Captcha
* Easier development of configurable applications using XWiki.ConfigurableClass
* Many bug fixes

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM23

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 2.3 Upgrade

2010-04-26 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 2.3, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 2.3 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 2.3 Release Candidate 1 Released

2010-04-15 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release  of
XWiki Enterprise 2.3 Release Candidate 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Changes from XWiki Enterprise 2.3 Milestone 2:

* Annotations can now be activated by default from the wiki administration
* Email addresses can now be modified from the user profile
* Upgrade to Pygments 1.3.1
* Upgrade to Groovy 1.7.2

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23RC1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 2.3 RC1 Upgrade

2010-04-15 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 2.3 RC1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23RC1

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 2.3 RC1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 2.3 Milestone 1 Released

2010-03-25 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.3 Milestone 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

This is first milestone of the XWiki Enterprise 2.3 version.

Main changes from 2.2.3:

* New annotation feature
* New color theme editor
* Anonymous commenting with captcha
* Lots of bugs fixes

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23M1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Is it possible to upgrade a stand alone xwiki enterprise to version 2.2.3

2010-03-24 Thread Jean-Vincent Drean
You have to use the export feature from the wiki administration.

JV.

On Wed, Mar 24, 2010 at 10:25 AM, Xavier Bartholome
xbarthol...@gmail.com wrote:
 for the global XWiki export, do I do that by asking a rar export from the
 main webhome?

 Or do i have to do it for each page separately?

 Xavier


 On Tue, Mar 23, 2010 at 8:24 PM, Valdis Vītoliņš 
 valdis.vitol...@odo.lvwrote:

 If customized pages are not too many, you can prepare global Xwiki
 export (xar file),
 upgrade xwiki instance, then import xar file and select only necessary
 pages to import.
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport

 That should be manageable.

 Valdis

  thanks
 
  that looks a bit complicated for me
 
  too bad ...
 
  On Tue, Mar 23, 2010 at 7:37 PM, Sergiu Dumitriu ser...@xwiki.com
 wrote:
 
   On 03/23/2010 07:30 PM, Valdis Vītoliņš wrote:
All pages which are created as new will not be touched.
If you have changed existing Xwiki documents, look at
http://lists.xwiki.org/pipermail/users/2009-December/018731.html
   
Valdis
P.S. Where is moved content of
   
  
 http://www.xwiki.org/xwiki/bin/view/FAQ/WhoCanIUpdateXWIKIFromAnOlderVersion
 ?
  
   Name corrected:
  
  
 http://www.xwiki.org/xwiki/bin/FAQ/HowCanIUpdateXWIKIFromAnOlderVersion
  
   
I have a previous version (not sure which one anymore, but it is a
 few
months old, not more) of XWiki Enterprise installed as standalone
 (my IT
supplier is crap, I know) and I would like to upgrade to the latest
   version
(i.e keeping the layout changes I made, which are light ones, but
 more
importantly all the pages created already!).
   
Is it possible?
   
Thanks in advance,
   
Xavier
  
  
   --
   Sergiu Dumitriu
   http://purl.org/net/sergiu/
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
  
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Manage Watchlist page.

2010-03-18 Thread Jean-Vincent Drean
The usual way to upgrade a xwiki instance is to keep the data in place
and to import the new xar inside the wiki, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments
If you really wish to export your data as XAR then you must import it
first, then import the default xwiki xar.

JV.

On Thu, Mar 18, 2010 at 3:18 PM, Sophie Alexandre
sophie.alexan...@loria.fr wrote:
 Yes, I have do that : importing xwiki-enterprise-wiki-2.2.2 but as soon
 as I import my own data from file.xar to rretrieve my site the trouble
 occurs.

 S.A

 Le jeudi 18 mars 2010 à 14:54 +0100, Guillaume Lerouge a écrit :

 Hi Sophie,
 On Thu, Mar 18, 2010 at 2:47 PM, Sophie Alexandre sophie.alexan...@loria.fr
  wrote:

  Hello,
 
  I have first configured (and used without problem) my Watchlist when I
  was working with XWiki Enterprise 2.0.
  In this case when I clicked on the menu : WATCH - MANAGE YOUR
  WATCHLIST, I am redirected to this page :
  http://myDomain/xwiki/bin/view/XWiki/WatchListManager and I can really
  manage my watchlist.
 
  But, after an update to XWiki Enterprise 2.2.1, when I click on the
  menu : WATCHLIST, I am redirected to this URL :
  http://myDomain/xwiki/bin/view/XWiki/MyUserName?category=watchlist and
  the page diplayed is the one to configure my user profil (that is to say
  the page same page obtained from :
  http://myDomain/xwiki/bin/view/XWiki/MyUserName).
 
  I wonder me why ? (it's quite strange).
 
  (For precising :
  - It  happens the same with XWiki Enterprise 2.2.2.
  - I can nevertheless access to the watchlist page by typing directly in
  the adress bar of my browser :
  http://myDomain/xwiki/bin/view/XWiki/WatchListManager ).
 

 You need to import the new User Profile UI from the XE 2.2.2 XAR.

 Guillaume


 
  Thanks,
 
  S.A
 
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 



 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] Can't log in at myxwiki

2010-03-12 Thread Jean-Vincent Drean
Your user has been deleted by our spam script.
It deletes users who haven't filled their first  last name fields.
I've restored your user.

Thanks,
JV.

On Fri, Mar 12, 2010 at 12:20 PM, Kafpauzo kafpa...@fastmail.fm wrote:
 Hi

 I was suddenly kicked out while configuring my myxwiki space
 at slussen.myxwiki.org. Of course I tried to log in, but I
 got Invalid credentials.

 Trying to check if there were clues at myxwiki.org (without
 space name), I found that I had been kicked out from there
 too. Login there gave me exactly the same Invalid credentials.

 This happened a few hours ago, I think. Waiting hasn't made
 the problem disappear.

 I hope this is the right way to bring up problems like this
 one. I just got my space, so I'm a very perplexed newbie right
 now.

 I hope there aren't filters in place that interpret regular
 Swedish as terribly bad language that violates some amazingly
 severe rule, whose punishment is sudden automatic account
 deletion... :-)

 Regards
 Kafpauzo
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2010-03-12 Thread Jean-Vincent Drean
Hi,

Your wiki is available at http://tamilio.myxwiki.org/
Enjoy !

JV.

On Fri, Mar 12, 2010 at 4:00 PM, Renato TAMILIO
renato.tami...@fastwebnet.it wrote:
 Hi,

 i would like to realize articles, manuals and activities
 about the Rodari's school, computers and so on.

 username : renato
 server name : tamilio.myxwiki.org

 Thank you.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2010-03-11 Thread Jean-Vincent Drean
Hi,

Your wiki is available at http://slussen.myxwiki.org/
Enjoy!

JV.

On Tue, Mar 9, 2010 at 12:44 PM, Kafpauzo kafpa...@fastmail.fm wrote:
 Hello

 I'd like to create a wiki at myxwiki.org. It will be used for
 debating certain strange decisions in local government, and
 for collecting and organizing information about the background
 to these decisions, and discussing what can be done about them.

     Desired subdomain: slussen.myxwiki.org
     My username: Kafpauzo

 Should I give some more background? At a place in our city
 that is now fabulously beautiful they intend to erect horribly
 ugly buildings that will block a breathtaking view over lake
 and islands. A charming waterfront will be converted into an
 ugly mess. We need to explore why they're making such strange
 decisions, and try to get them to change them.

 This happens in Sweden, so the wiki will be in Swedish. You
 can see a half-finished version at http://slussen.wikispaces.com
 (prettiest in Firefox = 3.5). I started to build my wiki there,
 but then found that Wikispaces is not ideal for this particular
 kind of wiki (although it's great for many other kinds). It looks
 like myxwiki is better for this.

 Best regards

 Kafpauzo

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2010-03-11 Thread Jean-Vincent Drean
Hi,

Your wiki is available at http://mirozdanie.myxwiki.org
Enjoy!

JV.



On Thu, Mar 11, 2010 at 3:37 PM, Anton for_sp...@pisem.net wrote:
 greetings

 i need wiki as collaboration space for small group of individuals to gather 
 information and discuss concrete projects in eco-settlements and 
 corresponding fields.
 i will think about more robust hosting, but for now we need something to 
 start and play with.

 username: Spawn
 wanted domain name: mirozdanie.myxwiki.org

 thank you in advance
 Anton

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Deleting a Page but Tag remain???

2010-03-10 Thread Jean-Vincent Drean
Hi,

I can't reproduce the issue, can you provide us with the XE version
and database you're using ?
Did you previously had problems with the document, like the save
action failing for example ?

Thanks,
JV.

On Tue, Mar 9, 2010 at 8:47 PM, 2smart4u rc4...@googlemail.com wrote:
 Hi there,

 again me:

 I've deleted a page which I had tagged before. So far, so good.

 However, within my tag-cloud the tag still shows up. When selecting
 this tag, I get a overview All Documents Tagged With Tag, but when
 I click on that tag (which belongs to the previously deleted
 document), I get (obviously) a message

 Notice
 The requested document could not be found.

 Hm...

 Any idea how I can remove orphaned tags?

 TIA

 Gregor

 PS.: If there's something in the docs what I've missed, a hint to this
 would also be great...
 --
 just because you're paranoid, don't mean they're not after you...
 gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
 gpgp-key available
 @ http://pgpkeys.pca.dfn.de:11371
 @ http://pgp.mit.edu:11371/
 skype:rc46fi
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Question regarding visibility of Space indexes

2010-03-10 Thread Jean-Vincent Drean
There's no builtin solution, AFAIK the easiest way to achieve this
would be to add some #ifs to Main.SpaceIndex

JV.

On Tue, Mar 9, 2010 at 7:42 PM, 2smart4u rc4...@googlemail.com wrote:
 Hi there, just a quick question:

 When I browse through a space as a non-registered user, I always see
 both the pages

 - WebHome
 - WebPreferences

 besides the other pages the owner of the space has created.

 Example:

 - I've created a space called Database

 - inside this space I've created a page MySQL

 I gave everyone View-access to the space Database

 However, to avoid puzzling some people, I'd like anybody *but* the
 Space-owner *not* to see both the pages WebHome and
 WebPreferences.

 Is there a solution for this request I've missed so far?

 TIA

 Gregor
 --
 just because you're paranoid, don't mean they're not after you...
 gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
 gpgp-key available
 @ http://pgpkeys.pca.dfn.de:11371
 @ http://pgp.mit.edu:11371/
 skype:rc46fi
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Is there a way to modify the values of the options in the select element (html) associated with a Static List?

2010-03-10 Thread Jean-Vincent Drean
You can use the following notation in the static list values
definition: 1=Value 1|2=Value 2|3=Value 3
The generated HTML will look like:
option value=1 label=Value 1Value 1/option
option value=2 label=Value 2Value 2/option
option value=3 label=Value 3Value 3/option

JV.

On Wed, Mar 10, 2010 at 6:24 PM, Abel Solórzano Astorga
abelsolorz...@gmail.com wrote:
 Hi,



 Is there a way to modify the values of the options in the select element
 (html) associated with a Static List?

 I noticed that the values are the same as the text that is shown on the
 list.

 I have:

 *select id=SSI-Internal.CreateIssue_0_priority
 name=SSI-Internal.CreateIssue_0_priority size=1*

 *  option label=Show Stopper value=Show StopperShow Stopper/option*

 *  option label=Must Have value=Must HaveMust Have/option*

 *  option label=Should Have value=Should HaveShould Have/option*

 *  option label=Could Have value=Could HaveCould Have/option*

 *  option label=Not In Roadmap value=Not In RoadmapNot In
 Roadmap/option*

 */select*

 I want something like:

 *select id=SSI-Internal.CreateIssue_0_priority
 name=SSI-Internal.CreateIssue_0_priority size=1*

 *  option value=1Show Stopper/option*

 *  option value=2Must Have/option*

 *  option value=3Should Have/option*

 *  option value=4Could Have/option*

 *  option value=5Not In Roadmap/option*

 */select*



 I am using the following code to modify the values:



 *valdoc = xwiki.getDocument(SSI-Internal.CreateIssue)*

 *ok = valdoc.updateObjectFromRequest(SSI-Internal.CreateIssue)*

 *
 valdoc.getxWikiClass().get(priority).getPropertyClass().setValues(“a|b|c”)
 *



 Thanks,



 Abel
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Jean-Vincent Drean
On Tue, Mar 9, 2010 at 6:28 PM, Nithya Vembu nithu...@gmail.com wrote:

 Hi Marius,

   Thanks for the reply.

   This is my code snippet which i tried before posting this post.

            XWikiObject xobj = new XWikiObject();
            xobj.setClassName(XWiki.XWikiAllGroups);

XWiki.XWikiAllGroups is the page where to sotre the object, it's
className on the other side must be XWiki.XWikiGroups

            xobj.setProperty(member, test1);
            rpc.storeObject(xobj);

  But i am getting the error that xobj is null in  rpc.storeObject(xobj)..
 Whether i have create some pages??

  Here i want to add the user to xwikiallgroup..

  Please guide me.

 Thanks,
 Nithya.
 --
 View this message in context: 
 http://n2.nabble.com/Adding-user-to-defaul-group-with-appropriate-rights-through-xml-rpc-tp4701451p4703643.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki Logo Challenge

2010-03-01 Thread Jean-Vincent Drean
Hi XWikiers!

It's time to inject new blood in XWiki.org. While discussing about
improving its look  feel we thought it would be a good time to create
a new logo for XWiki.org as it's an important part of a website
design.
We borrowed the current logo from XWiki.com some time ago and, in
order to keep the distinction between the company and the Open-Source
project clear, we think XWiki.org websites and projects need their own
logo.

As you may know, we love proposals, that's why we'd like to make the
logo design an open challenge, anyone interested can join and a vote
amongst the community will determine the winner. Even if the main
purpose of the challenge is to have fun, the person whose design gets
selected will receive XWiki goodies, including his logo printed on a
t-shirt obviously :) The designer of the selected logo will enter the
Hall Of Fame, and last but not least reward : the design will be
spread wide (XWiki Enterprise is more than 1 downloads/month and
XWiki.org web site more than 5 visits a month).

The challenge takes place there:
http://dev.xwiki.org/xwiki/bin/view/Community/LogoChallenge

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.1.2 Released

2010-02-10 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.1.2

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Important bug fixes since 2.1.1:

 * XWIKI-4712 : Account Validation always fails
 * XWIKI-4615 : HTML export does not support Colibri skin
 * XWIKI-4695 : [regression] Private RSS feeds with Basic
authentication does not work in some RSS clients
 * XWIKI-4708 : Double URL decoding of the document name
 * XWIKI-4709 : After editing a blog post and clicking Preview and
Back to edit you are taken to page editing instead of blog post
editing
 * XWIKI-4717 : Empty table cells not parsed correctly
 * XWIKI-4670 : WYSIWIG editor in Xwiki is slow under IE7
 * XWIKI-4782 : Including a sheet in 2.0 syntax from a page in 1.0
syntax fails to display properly
 * XWIKI-4866 : Wrong skins/resources URLs generated on path based subwiki
 * XWIKI-4822 : Using XML symbols (, , ) inside the user's name
breaks various parts of the UI and causes the PDF export to throw
exceptions
 * XWIKI-4665 : Pressing Meta+G (Jump to page) in the WYSIWYG editor
displays the popup inside the rich text area
 * XWIKI-4871 : Message macro does not support non inline content

WYSIWYG:

 * XWIKI-4733 : Link is duplicated after being edited
 * XWIKI-4734 : Link changes style after being edited
 * XWIKI-4777 : Page titles are not interpreted when displayed in the
Link dialog
 * XWIKI-4197 : No default font name and font size in IE 67

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise212
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM212

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Event Calendar

2010-01-13 Thread Jean-Vincent Drean
Hi,

is this happening after an upgrade ? The calendar plugin has been
removed from the default distribution in XE 1.8.
It is still available at
http://code.xwiki.org/xwiki/bin/view/Plugins/CalendarPlugin
Please make sure that the plugin jar is present in xwiki/WEB-INF/lib/
and also listed in the plugin configuration section of
xwiki/WEB-INF/xwiki.cfg

JV.

On Wed, Jan 13, 2010 at 3:41 PM, Faubi fabs...@gmx.de wrote:

 Hello everybody,

 instad of displaying the event calendar only the following code is
 displayed:

 $cparams.put(categories, $rqcategories)

 $cview.getHTMLCalendar($cparams, )

 I was surprised as I googled the code, most of the calendar pages didn't
 work properly. Is it a general problem, because as I used the calendar
 within the standalone version it was working fine! That's why I'm sure I did
 everything right...

 I appreciate any help! Thank you yery much!

 Cheers,
 Fabian
 --
 View this message in context: 
 http://n2.nabble.com/Event-Calendar-tp4348913p4348913.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.1.1 Released

2009-12-22 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.1.1

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Important bug fixes since 2.1:

 * XWIKI-4575 : Horizontal ruler breaks the display of the WYSIWYG
menu bar and toolbox
 * XWIKI-4681 : Attachments deletion has no effect before a restart
 * XWIKI-4679 : Can't select the macro after inserting it (WYSIWYG)
 * XWIKI-4688 : Macro disappears after editing its properties (WYSIWYG)

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise211
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM211

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Drop Down Menus only work for Admin Users

2009-12-15 Thread Jean-Vincent Drean
Hi,

Which XE version are you using ?
Drop down at the top are not displayed to unregister users (guests),
for normal users entries are displayed according to user's rights but
they should at least have the watch entries. Can you use firefox and
firebug and see if there's any JS error reported ?

Thanks,
JV.

On Tue, Dec 15, 2009 at 3:45 PM, AW andrew.wayc...@slimsoft.com wrote:

 Hi There,

 For some reason, the drop down menus at the top of the screen only work for
 Admin users.  I suspect we have changed the access rights somewhere we
 shouldn't have, but I can't figure out where.  Can someone help point me in
 the right direction?

 Thanks!

 AW
 --
 View this message in context: 
 http://n2.nabble.com/Drop-Down-Menus-only-work-for-Admin-Users-tp4170225p4170225.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 2.1 Upgrade

2009-12-10 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 2.1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 2.1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Proposal] Roadmap for XE 2.2

2009-12-08 Thread Jean-Vincent Drean
Hi,

For Flavius and others willing to help with WCAG issues I've started
to create some after the results of our functional tests:
http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=trueresolution=-1customfield_1=wcag
Feel free to pick issues in the list, don't forget to assign yourself
to the issue so that we don't get work collisions.

Thanks for volunteering,
JV.

On Tue, Dec 1, 2009 at 9:53 PM, Flavius Olaru flavius.ol...@gmail.com wrote:
 I would also like to get involved in WCAG, User Profiles or at least
 Priority 2 like ColorThemes (and maybe having an AdvancedColorThemes if
 default ColorThemes are too restrictive, like as it is now having different
 complementary background colors on the page and panels is unusable due to
 links color) or Watchlist UI and Watchlist application for velocity syntax
 2.0 and make it more javascript independent (currently having some progress
 on this).


 On Tue, Dec 1, 2009 at 1:41 PM, Thomas Mortagne
 thomas.morta...@xwiki.comwrote:

 On Tue, Dec 1, 2009 at 12:23, Vincent Massol vinc...@massol.net wrote:
  Hi everyone,
 
  Here's a proposal Guillaume and I have prepared for the XE 2.2 roadmap.
 
  - XWiki committers: I have assigned some devs based on past work.
  Please confirm if it's ok for you or not. You can also suggest other
  stuff you'd like to do if you think you'll have the time
  - XWiki contributors: Please let us know if you're willing to
  participate and on the topic you're interested in participating to
  - XWiki users: Please let us know if we have forgotten something
  important
 
  Must have (Priority 1):
 
  - Wiki Macro isolation for XEM (Vincent)
  - WCAG (Jean-Vincent + Vincent + Sergiu + Caty)
  - User Profile UI (Caty + Jean-Vincent)
  - Google Gadgets integration (scope to be defined by Anamaria)
  - Bug fix + stabilization (All)
  - Patch application (Volunteer needed)
  -- Lucene patches
  -- Performance patches
  - i18 rendering (Thomas)

 - generic transformation markers (Thomas)

  - Annotations (Anca)
 
  Nice to have (Priority 2):
  - ColorTheme UI improvement
  - Watchlist UI
  - xwiki.org improvements:
  -- use new skin + new colors
  -- horizontal navigation
  -- Home page redesign
  -- Download page redesign
  -- Project page design
  -- Support page redesign
 
  Dates:
  - 2.2M1: 28 Dec 2009
  - 2.2M2: 18 Jan 2010
  - 2.2RC1: 1er Feb 2010
  - 2.2 RC2/Finale: 8 Feb 2010
 
  Thanks
  -Vincent
 
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 --
 Cu stima,
 Flavius Olaru
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 2.1 Released

2009-12-08 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.1

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Main changes from 2.0.x:

* Re-design of the actions menus
* The Blog application is now using the xwiki/2.0 syntax and the new
WYSIWYG editor
* Allow XWiki.XWikiAllGroup to be an implicit group, containing all
the users without explicitly listing them as objects
* When renaming a page, also update the parent field of subpages
(Patch from Caleb James De Lisle)
* Updated translations : de (including WYSIWYG), es, fr (including
WYSIWYG), gl, lv, nl, pl, ro, sv, zh
* New renderer for mathematical formulae based on the Google Chart APIs.
* Lots of improvements and bugfixes in order to conform to the Web
Content Accessibility Guidelines (WCAG).
* Macro parameter pretty names are now displayed in the WYSIWYG
* WYSIWYG editor performance improvement (Minimize and aggregate
WYSIWYG editor stylesheets at build time to reduce the number of HTTP
requests)
* Ability to register a component for the current user or for the
current wiki instead of globally. Note that this will be used in the
near future to allow registering Wiki Macros in multiwiki mode without
the macros being visible in other wikis.
* Upgraded to JbossCache 3.2.1GA version
* Upgraded to Groovy 1.7 Beta 2

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM21

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 2.1RC1 Upgrade

2009-12-07 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 2.1RC1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21RC1

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 2.1RC1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 2.1 Release Candidate 1 released

2009-12-04 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.1 Release Candidate 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

It's the first and hopefully only release candidate of the 2.1 version.

Main changes from 2.1 Milestone 1:

* The Blog application is now using the xwiki/2.0 syntax and the new
WYSIWYG editor
* Allow XWiki.XWikiAllGroup to be an implicit group, containing all
the users without explicitly listing them as objects
* When renaming a page, also update the parent field of subpages
(Patch from Caleb James De Lisle)
* [Platform] Ability to register a component for the current user or
for the current wiki instead of globally. Note that this will be used
in the near future to allow registering Wiki Macros in multiwiki mode
without the macros being visible in other wikis.
* Updated translations : de (including WYSIWYG), es, fr (including
WYSIWYG), gl, lv, nl, pl, ro, sv, zh
* All Features and Improvements also present in XWiki Enterprise 2.0.4

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21RC1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to add a property to spaces?

2009-12-02 Thread Jean-Vincent Drean
On Wed, Dec 2, 2009 at 3:00 PM, kevint kthi...@compuscan.co.za wrote:

 Thanks for all the info!

 I guess the only question remaining then is:

 How can I extend the create space script?
 All I need to know is where this logic is.

The code you're looking for is in the create.vm template.

 I want to extend it to add an object to the WebHome page automatically on
 creation.

 I want to use this object to categorize my spaces.
 At the moment I'm using tags and a custom panel, which feels too much like a
 hack.

 Thanks!

 --
 Kevin
 --
 View this message in context: 
 http://n2.nabble.com/How-to-add-a-property-to-spaces-tp4098167p4099930.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 2.1M1 Upgrade

2009-11-20 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 2.1M1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21M1

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 2.1M1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 2.1 Milestone 1 released

2009-11-19 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.1 Milestone 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

It's the first and only milestone of the 2.1 version.

Main changes from 2.0.3:

* Re-design of the actions menus. Split the top menu into 2: one for
wiki and space level actions and one for page level actions.
* New renderer for mathematical formulae based on the Google Chart APIs.
* Added PHP support through a new PHP Macro (note that this Macro is
not bundled by default, you'll need to install it).
* Lots of improvements and bugfixes in order to conform to the Web
Content Accessibility Guidelines (WCAG).
* Macro parameter pretty names are now displayed in the WYSIWYG
* WYSIWYG editor performance improvement (Minimize and aggregate
WYSIWYG editor stylesheets at build time to reduce the number of HTTP
requests)
* Upgraded to JbossCache 3.2.1GA version
* Upgraded to Groovy 1.7 Beta 2
* Lots of bugs fixes

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21M1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Display difficulties with XWiki Enterprise 2.0.3.24848 - Toucan skin not shown

2009-11-18 Thread Jean-Vincent Drean
Hi,

Is your skin a wiki page ? Do users have the view right on it ?

JV.

On Wed, Nov 18, 2009 at 10:44 AM, Steven Calkins
steven.calk...@crossmediasolutions.de wrote:
 Dear All,

        We just updated to XWiki Enterprise 2.0.3.24848 for internal
 documentation and are having difficulties with the display. We use the
 toucan skin from version 1.9. When users log-in, they see the site
 without our skin. When the admins log-in, the skin is there. What is the
 problem? The login is also without the skin. Is the skin cached in the
 browser?

 greetings,
 Steven Calkins

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Viewing User avatars across multiple virtual wikis

2009-10-26 Thread Jean-Vincent Drean
On Sat, Oct 24, 2009 at 4:26 PM, Thomas Mortagne
thomas.morta...@xwiki.com wrote:
 On Sat, Oct 24, 2009 at 12:44, Sergiu Dumitriu ser...@xwiki.com wrote:
 On 10/23/2009 06:51 PM, Thomas Mortagne wrote:
 On Fri, Oct 23, 2009 at 18:21, Kelly Lakaskla...@nwlinc.com  wrote:
 Hi -



 I am using XEM 1.7.1/XE 2.0 milestone 1



 I am managing my users and groups in one main wiki, and they have access
 to one or more virtual wikis.  However, the user image/avatar does not
 appear in the virtual wikis if uploaded in the main wiki.  Instead of
 the default avatar image or the image that was uploaded to the main
 wiki, all that is displayed is: xwiki:XWiki.klakas



 Is there any way to have the user images work across virtual wikis?

 This looks like a bug, could you create an issue in http://jira.xwiki.org ?

 Normally it should work, for example global user avatars appear on
 http://incubator.myxwiki.org/xwiki/bin/

 Sergiu, Incubator has been fixed directly very recently by JV.


Actually the little fix I'd done on incubator was about the user
names, not avatar.
Commited, see http://jira.xwiki.org/jira/browse/XE-544, thanks for the reminder.


 What are the hostnames of the virtual and of the main wiki? Could it be
 an access rights issue, caused by the fact that the authentication
 cookies don't match the main wiki hostname, and the main wiki requires
 authentication.

 --
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-20 Thread Jean-Vincent Drean
Is it a public website or can you give me an access so that I can reproduce ?

JV.

On Tue, Oct 20, 2009 at 4:27 PM, hoestreicher
hoestreic...@chimera-entertainment.de wrote:

 Hi JV,

 we installed the panel, but it seems to crash on Firefox (the Single Panel
 Site and the Panel Explorer keep loading infinitly and you can't click
 anywhere on the site) and IE throws an error:
 The Panel says loading data..., then IE pops a messagebox Stack overflow
 at line: 79.
 Any idea?

 Cheers,
 Harry


 Jean-Vincent Drean-3 wrote:

 I plan to contribute this panel for a while but I'll need to fix the
 following issue before that:
 http://jira.xwiki.org/jira/browse/XWIKI-3796
 Anyway it's already usable even if not perfect, I've put it in our
 applications repo:
 http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication
 The tree is quite configurable, this is only one example of its possible
 uses.

 Thanks,
 JV.

 On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hey JV,

 thanks for the quick reply!
 Is there a way to customize that view or move it into a panel which is
 always on the side?
 With customize I mean restricting it to specific Spaces for example.

 Cheers!
 Harry


 Jean-Vincent Drean-3 wrote:

 Hi Harry,

 Are you looking for this kind of tree :
 http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ?
 This tree display all the pages within the wiki by spaces and parent
 relationships.

 Thanks,
 JV.

 On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hey all,

 I wanted to ask if there is something planned to organise Wiki Pages in
 a
 Tree Structure comparable to Tikiwiki for example (or like in Mediawiki
 where you make a new page with a simple list of Pages).
 http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg



 I looked around and foundly nearly nothing :( I really like Xwiki but
 it
 startles me that this must-have Wiki-feature is seemingly missing. Or
 maybe
 I didn't look good enough? At least I'm pretty frustrated right now.

 Well, here is what I found:
 http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
 seems to be outdated and not available anymore.

 http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin
 isn't user friendly and actually I don't know how the heck I can get it
 to
 work.

 What best-practices do you guys have for independently organising pages
 in a
 hierarchical structure that is easy to use?

 Thanks!
 Harry

 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context: 
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3858921.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-20 Thread Jean-Vincent Drean
Can you install firebug (firefox extension) and see if there's useful
info in the console ?

JV.

On Tue, Oct 20, 2009 at 5:11 PM, hoestreicher
hoestreic...@chimera-entertainment.de wrote:

 Unfortunately it's only internal and we have no possibility to provide
 external access :(
 Can I help you with any logs, debugging tools or anything?


 Jean-Vincent Drean-3 wrote:

 Is it a public website or can you give me an access so that I can
 reproduce ?

 JV.

 On Tue, Oct 20, 2009 at 4:27 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hi JV,

 we installed the panel, but it seems to crash on Firefox (the Single
 Panel
 Site and the Panel Explorer keep loading infinitly and you can't click
 anywhere on the site) and IE throws an error:
 The Panel says loading data..., then IE pops a messagebox Stack
 overflow
 at line: 79.
 Any idea?

 Cheers,
 Harry


 Jean-Vincent Drean-3 wrote:

 I plan to contribute this panel for a while but I'll need to fix the
 following issue before that:
 http://jira.xwiki.org/jira/browse/XWIKI-3796
 Anyway it's already usable even if not perfect, I've put it in our
 applications repo:
 http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication
 The tree is quite configurable, this is only one example of its possible
 uses.

 Thanks,
 JV.

 On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hey JV,

 thanks for the quick reply!
 Is there a way to customize that view or move it into a panel which is
 always on the side?
 With customize I mean restricting it to specific Spaces for example.

 Cheers!
 Harry


 Jean-Vincent Drean-3 wrote:

 Hi Harry,

 Are you looking for this kind of tree :
 http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ?
 This tree display all the pages within the wiki by spaces and parent
 relationships.

 Thanks,
 JV.

 On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hey all,

 I wanted to ask if there is something planned to organise Wiki Pages
 in
 a
 Tree Structure comparable to Tikiwiki for example (or like in
 Mediawiki
 where you make a new page with a simple list of Pages).
 http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg



 I looked around and foundly nearly nothing :( I really like Xwiki but
 it
 startles me that this must-have Wiki-feature is seemingly missing. Or
 maybe
 I didn't look good enough? At least I'm pretty frustrated right now.

 Well, here is what I found:
 http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
 seems to be outdated and not available anymore.

 http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin
 isn't user friendly and actually I don't know how the heck I can get
 it
 to
 work.

 What best-practices do you guys have for independently organising
 pages
 in a
 hierarchical structure that is easy to use?

 Thanks!
 Harry

 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3858921.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context: 
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3859177.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread Jean-Vincent Drean
Hi Harry,

Are you looking for this kind of tree :
http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ?
This tree display all the pages within the wiki by spaces and parent
relationships.

Thanks,
JV.

On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher
hoestreic...@chimera-entertainment.de wrote:

 Hey all,

 I wanted to ask if there is something planned to organise Wiki Pages in a
 Tree Structure comparable to Tikiwiki for example (or like in Mediawiki
 where you make a new page with a simple list of Pages).
 http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg



 I looked around and foundly nearly nothing :( I really like Xwiki but it
 startles me that this must-have Wiki-feature is seemingly missing. Or maybe
 I didn't look good enough? At least I'm pretty frustrated right now.

 Well, here is what I found:
 http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
 seems to be outdated and not available anymore.

 http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin
 isn't user friendly and actually I don't know how the heck I can get it to
 work.

 What best-practices do you guys have for independently organising pages in a
 hierarchical structure that is easy to use?

 Thanks!
 Harry

 --
 View this message in context: 
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hierarchy / Document Tree in Xwiki

2009-10-19 Thread Jean-Vincent Drean
I plan to contribute this panel for a while but I'll need to fix the
following issue before that:
http://jira.xwiki.org/jira/browse/XWIKI-3796
Anyway it's already usable even if not perfect, I've put it in our
applications repo:
http://code.xwiki.org/xwiki/bin/view/Applications/SpaceExplorerPanelApplication
The tree is quite configurable, this is only one example of its possible uses.

Thanks,
JV.

On Mon, Oct 19, 2009 at 6:31 PM, hoestreicher
hoestreic...@chimera-entertainment.de wrote:

 Hey JV,

 thanks for the quick reply!
 Is there a way to customize that view or move it into a panel which is
 always on the side?
 With customize I mean restricting it to specific Spaces for example.

 Cheers!
 Harry


 Jean-Vincent Drean-3 wrote:

 Hi Harry,

 Are you looking for this kind of tree :
 http://www.xwiki.org/xwiki/bin/view/Main/AllDocs?view=tree ?
 This tree display all the pages within the wiki by spaces and parent
 relationships.

 Thanks,
 JV.

 On Mon, Oct 19, 2009 at 5:22 PM, hoestreicher
 hoestreic...@chimera-entertainment.de wrote:

 Hey all,

 I wanted to ask if there is something planned to organise Wiki Pages in a
 Tree Structure comparable to Tikiwiki for example (or like in Mediawiki
 where you make a new page with a simple list of Pages).
 http://n2.nabble.com/file/n3849665/TikiWiki_structures.jpg



 I looked around and foundly nearly nothing :( I really like Xwiki but it
 startles me that this must-have Wiki-feature is seemingly missing. Or
 maybe
 I didn't look good enough? At least I'm pretty frustrated right now.

 Well, here is what I found:
 http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
 seems to be outdated and not available anymore.

 http://code.xwiki.org/xwiki/bin/view/Plugins/SortedDocumentTreePlugin
 isn't user friendly and actually I don't know how the heck I can get it
 to
 work.

 What best-practices do you guys have for independently organising pages
 in a
 hierarchical structure that is easy to use?

 Thanks!
 Harry

 --
 View this message in context:
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3849665.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 View this message in context: 
 http://n2.nabble.com/Hierarchy-Document-Tree-in-Xwiki-tp3849665p3850081.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Migrate SysWiki To xwiki

2009-10-13 Thread Jean-Vincent Drean
Hi,

AFAIK we haven't heard about such a migration.
Can you give us pointers about syswiki ?

Thanks,
JV.

On Mon, Oct 5, 2009 at 10:40 PM, Maria Carolina Ramirez
maria.carolinarami...@emida.net wrote:
 Hi All ,



 Could someone explain me if  exists any possibility to migrate a mysql
 database in syswiki to a mysql database in xwiki?



 Thanks in advance,



 Carolina Ramirez

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to check that SMTP mailing is working correctly?

2009-10-13 Thread Jean-Vincent Drean
Hi,

On Sat, Oct 10, 2009 at 7:12 PM, kuchumovn kuchum...@gmail.com wrote:

 Hello.
 I'm using XWiki Enterprise 2.0.
 Today I'm trying to get the Watchlist notification work.
 I've set these settings:

 host: smtp.gmail.com
 port: 465
 user: vostr...@gmail.com
 password: ***
 javaMail props: mail.smtp.starttls.enable=true

 Am I right?

The simplest way to check if the SMTP configuration is working is to
use the following snippet in a wiki page (xwiki/2.0):

--8--
{{velocity}}
$xwiki.mailsender.sendTextMessage(y...@mail.com, y...@mail.com,
Subject, Content)
{{/velocity}}
--8--

 Now I go to the Sandbox and watch the Training Zone page.
 Then I go to my Watchlist management and set e-mail notification frequency
 to 1 (i have no idea what does this mean, there are only these values:
 0, 1, 2, 3, 4, Scheduler.WatchListDailyNotifier,
 Scheduler.WatchListHourlyNotifier, Scheduler.WatchListWeeklyNotifier).
 Then I log in as another user and play with the Sandbox.

That's the problem, between 1.9 and 2.0 we've modified the way
watchlist jobs are handled.
The numbers in the list are leftovers of the way it was handled
before, I'm afraid you'll have to delete some pages manually, namely:
 - Scheduler.WatchListJob1
 - Scheduler.WatchListJob2
 - Scheduler.WatchListJob3
 - Scheduler.WatchListJob4

The correct values are Scheduler.WatchListDailyNotifier,
Scheduler.WatchListHourlyNotifier or
Scheduler.WatchListWeeklyNotifier.
We're working on improving the watchlist management UI (XE 2.1).


 And then wait for the notification e-mail.
 But nothing is being sent to me...

 No errors on mail or smtp in the log either..


JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2009-10-08 Thread Jean-Vincent Drean
Done: http://flavius.myxwiki.org/xwiki/bin/view/Main/
Happy wikiing :)

JV.

On Wed, Oct 7, 2009 at 11:51 AM, Flavius Olaru flavius.ol...@gmail.com wrote:
 Hi,

 I am interested in having a wiki hosted at myxwiki.org for personal purpose,
 like daily blogging regarding my discoveries using XWiki, velocity etc.,
 some testing using the XWiki platform.
 The username for administration should be FlaviusOlaru.
 The domain should be flavius. (flavius.myxwiki.org).

 PS: I am currently employed at XWiki Offices in Iasi.
 --
 Regards,
 Flavius Olaru
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2009-10-07 Thread Jean-Vincent Drean
On Wed, Oct 7, 2009 at 11:51 AM, Flavius Olaru flavius.ol...@gmail.com wrote:
 Hi,

 I am interested in having a wiki hosted at myxwiki.org for personal purpose,
 like daily blogging regarding my discoveries using XWiki, velocity etc.,
 some testing using the XWiki platform.
 The username for administration should be FlaviusOlaru.

Hi, AFAICS the user does not exist, could you create it please ?

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki Enterprise 1.9.4 and XWiki Enterprise Manager 1.7.4 Released

2009-10-06 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.9.4 and XWiki Enterprise Manager 1.7.4.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

This release is targeted to users who are not yet ready to upgrade to
the more recent 2.0.x releases, but who still need some of the more
important recent fixes and improvements.

Improvements since XWiki Enterprise 1.9.3:

* XWIKI-4139 : New {{formula}} macro for displaying mathematical expressions

Important fixes:

* XWIKI-4309 : Links fail to open in a new window
* XWIKI-4249 : . key acts like the delete key at the end of the list items
* XWIKI-4349 : Livetable avatar, photos and attachments
columns do not work
* XWIKI-4385 : NPE in XWikiDocument.CopyDocument() introduced by
the patch of XWIKI-4283
* XWIKI-4314 : Switching the editor tabs without focusing the rich
text area can lead to HTML in the source editor
* XWIKI-4170 : Wrong encoding in ApplicationResources_pt.properties
* XWIKI-4283 : XWikiDocument.copyDocument duplicate the object's uniques ids

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise194
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM174

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2009-10-05 Thread Jean-Vincent Drean
Hi Luis,

What about using the existing sandbox wiki to try it stuff out instead ?
http://playground.xwiki.org/

PS: We don't create wikis on myxwiki.org just to try stuff out.

Thanks,
JV.

On Mon, Oct 5, 2009 at 10:34 AM, Luis Ruiz roc...@gmail.com wrote:
 Hi,

 I'm working on a non-profit organization and I want to install xwiki, but
 first I need to test all features in order to see if it fits to us.

 Admin username: LuisLuis
 Domain name prefix: prueba


 Thanks!!!
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] Who can design nice and unique color themes for xwiki.org

2009-09-25 Thread Jean-Vincent Drean
+1 with that.
Personal preference: I would prefer colorful backgrounds instead of a
dark one (sad).

Thanks,
JV.

On Fri, Sep 25, 2009 at 8:23 AM, Vincent Massol vinc...@massol.net wrote:
 Thanks Cati.

 I don't like that we change the text colors since I find it's hard to
 read on white for several of them. I'd prefer we only change the
 background color and leave the rest unchanged actually.

 WDYT?

 Thanks
 -Vincent

 On Sep 24, 2009, at 11:06 PM, Ecaterina Valica wrote:

 [Proposal 1]

 Color Variations for xwiki.org :

 XE - http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XE/XE.png
 XWATCH -
 http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XWATCH/XWATCH.png
 XMANAGER -
 http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XMANAGER/XMANAGER.png
 XWORKSPACES -
 http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XWORKSPACES/XWORKSPACES.png
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Link with Open in new Window not working (again?)

2009-09-09 Thread Jean-Vincent Drean
On Wed, Sep 9, 2009 at 2:11 AM, Trevor Russtr.w...@telus.net wrote:
 I am inserting a link to a web page using WYSIWYG and Wiki Syntax 2.0, and 
 have checked Open in new Window.  It inserts rel= instead of target= 
 into the source and does not open in a new page.

 I found it's the same problem described by this bug, which was closed as 
 fixed:  http://jira.xwiki.org/jira/browse/XWIKI-3641

 Does this mean it wasn't or will not be fixed in 1.9.x?  It lists fix 
 version as 1.9M2.  We are using XEM 1.7.3, which is XE 1.9.3, is it not?

It means it has been fixed in 1.8.2 and 1.9M2 so yes it should be ok
with XEM 1.7.3 (XE 1.9.3).
Can you try to clear your browser's cache ? Can you install firebug
and see if there are JS errors ?

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Link with Open in new Window not working (again?)

2009-09-09 Thread Jean-Vincent Drean
Actually XWIKI-3641 wasn't fixing anything on the 1.9 branch because
of some missing JS var.
It's now fixed, thanks for the report.

On Wed, Sep 9, 2009 at 6:39 PM, Anca Lucaancapaula.l...@xwiki.com wrote:
 Trevor Russ wrote:
 I am inserting a link to a web page using WYSIWYG and Wiki Syntax 2.0, and 
 have checked Open in new Window.  It inserts rel= instead of target= 
 into the source and does not open in a new page.

 I found it's the same problem described by this bug, which was closed as 
 fixed:  http://jira.xwiki.org/jira/browse/XWIKI-3641

 Does this mean it wasn't or will not be fixed in 1.9.x?  It lists fix 
 version as 1.9M2.  We are using XEM 1.7.3, which is XE 1.9.3, is it not?

 It was indeed fixed, but further changes have reintroduced it on the 1.9 
 branch,
 starting with 1.9.2: http://jira.xwiki.org/jira/browse/XWIKI-4309 .

 Thanks for signaling this,
 Anca


 Thanks,
 Trevor

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki 2 ML 4 .xar import error

2009-08-28 Thread Jean-Vincent Drean
Thanks for the report, the issue has been fixed:
http://jira.xwiki.org/jira/browse/XE-485
It will be shipped with 2.0RC1, in the meantime you can edit
WEB-INF/hibernate.cfg.xml and add the following line after the other
resources inclusions (xwiki and feeds.hbm.xml):
mapping resource=activitystream.hbm.xml/

Thanks,
JV.

On Fri, Aug 28, 2009 at 1:00 AM, Andreas Schaeferschaef...@me.com wrote:
 I downloaded the Generic Installer, installed it and when showing the XWiki 
 Dashboard I get an exception from the menuview.vm caused by the DB upgrade. 
 This is what I see first in the console:

 009-08-27 15:47:21,258 [http://localhost:8080/xwiki/bin/view/Main/] 
 [http://localhost:8080/xwiki/bin/view/Main/?null] INFO  
 .AbstractXWikiMigrationManager  - New storage version is now [15429]
 org.hibernate.MappingException: Unknown entity: 
 com.xpn.xwiki.plugin.activitystream.impl.ActivityEventImpl
        at 
 org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:550)
        at 
 org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1338)
        at 
 org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:98)
        at 
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:187)
        at 
 org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
        at 
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:172)
        at 
 org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
        at 
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)

 Cheers

 Andreas Schaefer
 CEO of Madplanet.com Inc.
 EMail: andreas.schae...@madplanet.com
           schaef...@me.com
 Twitter: andy_mpc
 AIM:     schaef...@me.com


 On Wednesday, August 26, 2009, at 06:29PM, Dilipkumar Jadhav 
 jadhav.dilipku...@gmail.com wrote:
Hello everyone,

Tried setting up XWiki 2 ML4 as a fresh installation on a test machine.

The installation went fine. However, importing the .xar file for XWiki 2 ML
4 throws the following error:



Wrapped Exception:



org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'save' in  class com.xpn.xwiki.api.Document threw exception
com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access denied in edit
mode on document XWiki.XWikiPreferences at /templates/admin.vm[line 58,
column 26]

        at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(
ASTMethod.java:337)

.



When I tried again, it takes me to the XWiki preferences page but the page
says it is locked in edit mode by XWiki.Guest. Clicking force edit throws
the above mentioned error again.

Is anyone else too facing the same issue. Did I miss out on anything
critical during setup.

The machine is the same where a test version of XWiki 2 ML 3 works just
fine.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise Manager 1.7.3 Released

2009-08-12 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.7.3.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

XWiki Enterprise Manager 1.7.3 uses XWiki Enterprise 1.9.3.
For more information see the release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise193

Thanks,
The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.9 Upgrade

2009-06-12 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.9, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.9 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise Manager 1.7 Released

2009-06-10 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.7.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

XWiki Enterprise Manager 1.7 uses XWiki Enterprise 1.9.
For more information see the release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19

Thanks,
The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.9 Release Candidate 1 Released

2009-05-25 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.9 Release Candidate 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

First release candidate of the XWiki Enterprise 1.9 version.

Main changes:

 * The default syntax is now 'xwiki/2.0' which means that new
documents will be created with this syntax. Note that XWiki Enterprise
documents (user profile, recent changes, etc) are still using the
xwiki/1.0 syntax, they will be migrated during the 2.0 release
cycle.
 * WYSIWYG Improvements
 ** Ability to insert level 6 headings
 ** Allow adding and editing lists in table cells
 ** Allow adding complex content inside list items
 * Important Bugs fixed
 ** Many WYSIWYG bugs fixed
 ** Many 2.0 syntax bugs fixed
 ** Many 1.0 to 2.0 conversion bugs fixed

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19RC1

Note that general goals for XWiki Enterprise 1.9 are:

* Finish/stabilize/document new rendering
* Finish/stabilize/document new wysiwyg editor
* Finish/stabilize/document office importer + doc splitter/management
* Finish/stabilize/document webdav
* Finish/stabilize/document REST support
* Usability improvements

Thanks,
The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] WYSIWYG 2.0 (1.8.3)

2009-05-19 Thread Jean-Vincent Drean
On Tue, May 19, 2009 at 9:44 AM, hel-o h...@hel.at wrote:

 Hi,

 and first of all, 1.8.3 is great, the link dialog is working fine and all in
 all syntax 2.0 and wysiwyg for 2.0 seem to be of age now;)

 Some things i found in context with the parent field and the link dialog.

 To have pages in tree-view in the link dialog the parent has to be set as
 space.page. If the parent is set only as page or as wiki:space.page
 (like it is set automatically in a virtual wiki environment, by the way
 great that the parent is set anyway now), the Page is displayed in the main
 level of the tree view.


Hi, indeed this is a bug. I've created an issue:
http://jira.xwiki.org/jira/browse/XWIKI-3848
Thanks for the report !

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.9 Milestone 2 Released

2009-05-12 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.9 Milestone 2.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Second and last milestone of the XWiki Enterprise 1.9 version.

Main changes:

* UI improvements
** Quick Jump to any Page navigation
** Faster Save and Continue using AJAX
** Improved Full Screen editing
** New Live Table UI
** Improved comments UI and functionality
** Multiple attachment upload in one request
** New UI for the Class and Object editors
** Improved toolbar in the wiki editor
** Preliminary support for Autosave
* WYSIWYG 2.0 improvements
* XWiki Syntax 2.0 rendering improvements
* XWiki 1.0 to 2.0 syntax converter improvements
* Switched to UTF-8 as the default encoding
* Mailsender improvements
* PDF export improvements
* JavaScript improvements
* Dutch tranlsations

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19M2

Note that general goals for XWiki Enterprise 1.9 are:

* Finish/stabilize/document new rendering
* Finish/stabilize/document new wysiwyg editor
* Finish/stabilize/document office importer + doc splitter/management
* Finish/stabilize/document webdav
* Finish/stabilize/document REST support
* Usability improvements

Thanks,
The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Links, WYSIWYG 2.0 (1.8.2)

2009-05-04 Thread Jean-Vincent Drean
On Mon, May 4, 2009 at 11:18 AM, hel-o h...@hel.at wrote:

 Hi,

 another problem i found:
 Space1.WebHome is not found when parent of Space1.WebHome is Space2.Page


Yes, this is due to a regression introduced before 1.8.2 release, it
will be fixed in 1.8.3.
http://jira.xwiki.org/jira/browse/XWIKI-3746

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8.2 Upgrade

2009-04-27 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.8.2, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise182

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8.2 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2009-04-24 Thread Jean-Vincent Drean
Done: http://gril.myxwiki.org/

Enjoy!

JV.

On Fri, Apr 24, 2009 at 9:13 AM, yushin bareck yushinbar...@gmail.com wrote:
 Hi,

 I would like to use xwiki to develop a technical document management system.
 I am registered as Barek Deela
 My mail is yushinbar...@gmail.com
 I would like the server name gril.mywiki.org

 regards,

 Barek Deela
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] New WYSIWYG (1.8.1)

2009-04-21 Thread Jean-Vincent Drean
On Mon, Apr 20, 2009 at 11:54 PM, Vincent Massol vinc...@massol.net wrote:

 AFAIR Jean-Vincent removed it by error thinking it wasn't used. He
 said he'd look into it but I guess he's been busy elsewhere. Would be
 great to put it back.


Fixed.
http://jira.xwiki.org/jira/browse/XWIKI-3641

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.9 Milestone 1 Released

2009-04-15 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.9 Milestone 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

First milestone of the XWiki Enterprise 1.9 version.

Main changes:

 * New Office Importer feature: document splitting.
 * Document syntax can be changed from the WYSIWYG editor.

Important bug fixes:

  * Various bugfixes in syntax 2.0.
  * Various bugfixes in the xwiki syntax 1.0 to 2.0 converter.

Note that general goals for XWiki Enterprise 1.9 are:

 * Finish/stabilize/document new rendering
 * Finish/stabilize/document new wysiwyg editor
 * Finish/stabilize/document office importer + doc splitter/management
 * Finish/stabilize/document webdav
 * Finish/stabilize/document REST support
 * Usability improvements

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise19M1

Thanks,
The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8.1 Upgrade

2009-04-14 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.8.1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise181

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8.1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to navigate user pages as tree structure from main page?

2009-04-07 Thread Jean-Vincent Drean
On Tue, Apr 7, 2009 at 5:07 PM, Manfred manonin...@gmail.com wrote:

 I mean in Dekiwiki this is built into it so was positively elementary so I'm 
 frustrated that I don't seem to be able to do this in Xwiki. What am I 
 missing? I was hoping the Document index tree could be used for this by say 
 finding a way to display it as part of the Quicklinks or similar dashlet on 
 the dashboard, but the script to do this doesnt appear to work for user pages 
 I'm finding and it appears this issue is regarded as a minor script issue by 
 the developers, and even if it were to work I'm guessing that being a 
 separate page to browse to its not really what I was hoping to see.

Hi,

We are actively working of an improved version of the treeview. It
will be shipped with XE 1.8.1.
Here's a preview:
http://www.jean-vincent.org/xwiki/bin/download/Main/Screenshots/treeview.jpg
Is this what you had in mind ?

Note that this tree is highly customizable and that it will be
possible to put it in a side panel.

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to navigate user pages as tree structure from main page?

2009-04-07 Thread Jean-Vincent Drean
On Tue, Apr 7, 2009 at 6:14 PM, Vincent Massol vinc...@massol.net wrote:

 How will it work in a side panel? When you expand a node it takes
 space horizontally and a horizontal scrollbar in a panel doesn't seem
 very nice to me.


Indeed it won't allow to display lots of levels. I've made a quick
test  with a panel displaying pages in the current space:
http://www.jean-vincent.org/xwiki/bin/download/Main/Screenshots/treeviewpanel.jpg

I think this is usable with small-medium sized hierarchies.

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8 Upgrade

2009-03-24 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.8, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8 XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Create a tree navigation

2009-03-10 Thread Jean-Vincent Drean
Hi,

You'll find info on how to use it with XE 1.8RC2 here:
http://jira.xwiki.org/jira/browse/XWIKI-3287
Note that the version that'll be shipped with XE 1.8RC3 can be
configured to display a specific wiki or even a specific space.

JV.

On Tue, Mar 10, 2009 at 2:41 PM, CASTRO roney roney.cas...@gemalto.com wrote:
 Jean,
 For the current 1.8 version available for download/evaluation, is this 
 feature available, or it is still under development?
 Thanks,
        -Roney

 -Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
 Jean-Vincent Drean
 Sent: quinta-feira, 5 de março de 2009 13:22
 To: XWiki Users
 Subject: Re: [xwiki-users] Create a tree navigation

 Hi, we're currently working on a customizable treeview widget allowing
 to browse wikis/spaces/pages/attachments.
 It will be available soon, starting with XE 1.8.

 Thanks,
 JV.

 On Thu, Mar 5, 2009 at 4:02 PM, CASTRO roney roney.cas...@gemalto.com wrote:
 Hi,
 I have a space where I want to make navigation easier. So inside this space 
 I want to create a navigation panel, containing only the Table of 
 contents, is it possible?
 The best situation would be to create tree view, like a file explorer. Does 
 anyone know how can it be done?
 Thanks
 - Roney
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8RC2 Upgrade

2009-03-06 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.8RC2, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18RC2

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8RC2 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrades you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Create a tree navigation

2009-03-05 Thread Jean-Vincent Drean
Hi, we're currently working on a customizable treeview widget allowing
to browse wikis/spaces/pages/attachments.
It will be available soon, starting with XE 1.8.

Thanks,
JV.

On Thu, Mar 5, 2009 at 4:02 PM, CASTRO roney roney.cas...@gemalto.com wrote:
 Hi,
 I have a space where I want to make navigation easier. So inside this space I 
 want to create a navigation panel, containing only the Table of contents, 
 is it possible?
 The best situation would be to create tree view, like a file explorer. Does 
 anyone know how can it be done?
 Thanks
 - Roney
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Just imported enterprise-wiki-1.8-rc-1.xar but tags not showing

2009-02-19 Thread Jean-Vincent Drean
On Thu, Feb 19, 2009 at 5:48 PM, Ajdin Brandic aa6...@coventry.ac.uk wrote:
 Hi

 Just imported xwiki-enterprise-wiki-1.8-rc-1.xar and Main/Tags says no
 documents were tagged.

You should have installed xwiki-enterprise-wiki-1.8-milestone-2.xar
since this is the version of the xwiki WAR deployed on myxwiki.org.
XWiki XAR and WAR must be in sync.

 I restored the old Main/Tags but the original can be viewed at
 http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/newTags


My bad, the tag plugin is not activated on myxwiki.org.
I'll upgrade to 1.8-rc-1 and activate the plugin ASAP. Thanks for the report.

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8 RC1 Upgrade (+ follow myxwiki on twitter)

2009-02-19 Thread Jean-Vincent Drean
Hello,

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

myxwiki.org has been upgraded to XE 1.8 RC1, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18RC1

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8 RC1 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Just imported enterprise-wiki-1.8-rc-1.xar but tags not showing

2009-02-19 Thread Jean-Vincent Drean
On Thu, Feb 19, 2009 at 5:58 PM, Jean-Vincent Drean
jean-vinc...@drean.org wrote:
 On Thu, Feb 19, 2009 at 5:48 PM, Ajdin Brandic aa6...@coventry.ac.uk wrote:
 Hi

 Just imported xwiki-enterprise-wiki-1.8-rc-1.xar and Main/Tags says no
 documents were tagged.


Now that the farm is upgraded you're in sync :)

 I restored the old Main/Tags but the original can be viewed at
 http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/newTags

It's working fine now.

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.7.2 Released

2009-02-18 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7.2.
This is a bugfix release following XE 1.7.1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Important bugs fixed

 * XWIKI-3119: URLFactory does not work properly with an invalid
request in the context
 * XWIKI-3208: getSpaceDocsName does not work with postgresql

Syntax and WYSIWYG 2.0 Bugs fixed

 * XWIKI-3114: Backspace is ignored at the beginning of a list item if
the previous list item is on a lower level
 * XWIKI-2734: Cannot edit the outer list item
 * XWIKI-3112: Cannot indent a list item after undo step
 * XWIKI-3089: Cannot move cursor after table
 * XWIKI-3090: Cannot move cursor before table
 * XWIKI-3110: Cannot unbold a bold word selected with double-click
 * XWIKI-3170: Custom parameter ending syntax characters are not
escaped inside xwiki/2.0 custom parameter values
 * XWIKI-3104: Erroneous rendering of links to page anchors
 * XWIKI-3109: Headers generated from wiki syntax look and behave differently
 * XWIKI-3071: Hitting enter at the end of the paragraph moves the
cursor at the beginning of the next unit in IE
 * XWIKI-3098: If a macro throw a NullPointerException it breaks the
whole rendering process
 * XWIKI-3122: If macro contains format block the macro is printed in
XWiki syntax with empty custom parameters before it
 * XWIKI-2993: Insert horizontal line on a selection of unordered list.
 * XWIKI-3113: New list item is on the same line after undo step
 * XWIKI-3096: NullPointerException when using toc macro without any section
 * XWIKI-3061: Overwrite the default list support
 * XWIKI-3115: Pressing Tab in the last table cell should generate a
new table row
 * XWIKI-3143: Quotes are not escaped inside xwiki/2.0 custom parameter values
 * XWIKI-3072: Special characters in tables are not escaped by XWIKI renderer
 * XWIKI-3105: Use the same Range implementation for all browsers
 * XWIKI-3159: WYSIWYG 2.0 Editor Stylesheet Problem
 * XWIKI-3138: WYSIWYG 2.0 Preview Error
 * XWIKI-3053: When a HR is inserted at the beginning of a paragraph
an extra empty paragraph is generated before that HR
 * XWIKI-3103: XHTML parser does not support macro with parameters but
without content
 * XWIKI-3195: underscores in links not recognized in new wysiwyg editor

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise172

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise Manager 1.5.1 released

2009-02-18 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.5.1.
This release is based on XWiki Enterprise 1.7.2.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Main changes since XWiki Enterprise Manager 1.5:

 * XEM now support virtual wikis using path urls and not host urls
 * XEM is now using XWiki Enterprise 1.7.2

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM151

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.8 Release Candidate 1 Released

2009-02-18 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.8 Release Candidate 1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

First release candidate of the XWiki Enterprise 1.8 version.

Main changes:

 * WYSIWYG improvements: macro support implemented, default browser
list support overridden.
 * Various improvements on XWiki REST service.
 * Various bugs fixed in XWiki 2.0 syntax rendering.
 * Upgrade to groovy 1.6 RC3.

Important bug fixes:

 * XWIKI-3208: getSpaceDocsName does not work with postgresql Fixed.
Patch submitted by Dave Burklund.

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18RC1

Note that general goals for XWiki Enterprise 1.8 are:

 * Office Importer
 * New Blog
 * REST API
 * Finish new rendering/syntax
 * Finish new WYSIWYG
 * French XE
 * MediaWiki import

Thanks,
 - The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Myxwiki Programming rights required

2009-02-17 Thread Jean-Vincent Drean
You should update your wiki with XE 1.8M2 xar and use the
XWiki.TagCloud page to display the cloud instead of using the
deprecated snippet which requires programming rights.

JV.

On Tue, Feb 17, 2009 at 12:51 PM, Ajdin Brandic aa6...@coventry.ac.uk wrote:
 To myxwiki admin people

 Can someone reinstate/flush my progtramming rights, username:
 ajdinbrandic

 I had programming rights set up by Vincent for
 myxwiki.patternlanguagenetwork.org.  Due to issues with upgrade I lost
 all rights.  Now my admin rights have been reinstated but yesterday I
 added a new panel  'Panels.TagCloud' and it only works on Main/Tags
 page.  The code uses code which requires programming rights.

 Thanks

 Ajdin


 

 NOTICE

 This message and any files transmitted with it is intended for the addressee 
 only and may contain information that is confidential or privileged. 
 Unauthorised use is strictly prohibited. If you are not the addressee, you 
 should not read, copy, disclose or otherwise use this message, except for the 
 purpose of delivery to the addressee.

 Any views or opinions expressed within this e-mail are those of the author 
 and do not necessarily represent those of Coventry University.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Myxwiki Programming rights required

2009-02-17 Thread Jean-Vincent Drean
On Tue, Feb 17, 2009 at 5:48 PM, Ajdin Brandic aa6...@coventry.ac.uk wrote:
 Also the tagcloud code might be old but is simple and uses two simple
 queries.  Why is it deprecated snippet ?

It is deprecated since there's now a tag plugin that allows to manipulate tags :
 - without requiring programming rights
 - without knowledge of the storage implementation

http://code.xwiki.org/xwiki/bin/view/Plugins/TagPlugin

 No reason why it should work
 on one page and not on another.


You're right the snippet should not work on one page and not on
another but it is related to a known core bug.

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.8M2 Upgrade

2009-02-08 Thread Jean-Vincent Drean
Hello myxwikiers,

The myxwiki.org server has been upgraded to XE 1.8M2, if you own a
wiki hosted there we strongly encourage you to have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18M2

It is also strongly recommended to upgrade to the latest wiki version.
To upgrade you must download the last XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

Note that some features will no longer work if you don't perform the
wiki upgrade, for more information about this see:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18M2#HApplicationsmigration

Also note that the calendar plugin has been removed from our
distribution which means that the calendar application will no longer
work on myxwiki.org.
If you were using this application in your wiki please let us know and
we will install the plugin manually.

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene search in classes

2009-01-28 Thread Jean-Vincent Drean
It is not possible to search at the property level.

JV.

On Mon, Jan 26, 2009 at 7:09 PM, xw...@mauhs.eu xw...@mauhs.eu wrote:
 Thank you for your fast response!
 I want to search at the TodoClass only in the field Description.
 Is this also possible?

 thanks

 juergen

 Jean-Vincent Drean schrieb:
 Hi,

 our lucene search provide this feature.
 Example1: object:Toto.TodoClass AND foobar
 Example2:
 http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=object%3AXWiki.XWikiUsers+AND+dreanx=12y=8

 I'll have to delete the 2 useless profiles :)

 JV.

 On Mon, Jan 26, 2009 at 6:27 PM, xw...@mauhs.eu xw...@mauhs.eu wrote:

 Dear all,

 is it possible to search with the lucene search only in a selected class?
 e.g. I want to search in the TodoClass for Todo OR Read only in the
 Description class.
 Or is there another possibility?


 thanks

 juergen
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [MYXWIKI] access rights issue

2009-01-26 Thread Jean-Vincent Drean
On Mon, Jan 26, 2009 at 5:25 PM, Yishay Mor yish...@gmail.com wrote:
 I have a couple of pages on an xwiki I manage on the mywiki farm with a
 strange access rights situation:
 http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Patterns/Classroomdisplay
 http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Patterns/TryOnceRefineOnce

 Although I am an admin of the site, I can't admin these pages. In the rights
 editor, I get columns for edit, comment, view and delete but not admin. When
 I try to change any values I get an error. I can admin all other similar
 pages in the space.

Hi,

There's no admin rights for wiki pages, the admin right can be granted
at the space and wiki levels.

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] insertText() or setDefaultTemplate() ? and how ?

2009-01-26 Thread Jean-Vincent Drean
On Mon, Jan 26, 2009 at 6:08 PM, Jean Couteau cout...@codelutin.com wrote:
 Dear all,

 I am trying to create a document from a page, with a template and an
 object attached, but without having to quit the said page.

 I generate fine the new document and the object with the values i want
 for the properties, but i did not succeed in putting text in the
 document, i tried using $newDoc.setDefaultTemplate and
 $newDoc.insertText but no success at all.

All the available methods are described (well, at least listed) in our javadoc.
http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki-core-1.7.1-javadoc.zip/index.html
- Document  void setContent(java.lang.String content)


 I post here my piece of code, any hint will be appreciated (after a few
 hours on this, i am a bit lost):

 #if($createDomain!=)
  #set($newDoc=$xwiki.createDocument())
  #set($newName=Project.+$newDomainId)

You can't manipulate strings like this with velocity, see bellow.

  $newDoc.rename($newName)

You don't have to create then rename a document, see bellow.

  $newDoc.insertText(#includeForm(\XWiki.DomainClassSheet\),)
  #set($newDoc=$xwiki.getDocument($newName))
  #set($newObject=$newDoc.newObject(XWiki.DomainClass))
  $newObject.set(id,$newDomainId)
  $newObject.set(name,$createDomain)
  $newDoc.save()
 #end


You should try:

#if($createDomain!=)
  #set($newDoc=$xwiki.getDocument(Project.${newDomainId}))
  $newDoc.setContent(#includeForm(\XWiki.DomainClassSheet\))
  #set($newObject=$newDoc.newObject(XWiki.DomainClass))
  $newObject.set(id, $newDomainId)
  $newObject.set(name,$createDomain)
  $newDoc.save()
#end

But I'm pretty sure you'll have a problem with the # in setContent,
IIRW I had this problem in the past.
Anyway what you should do here is creating a page with the default
content and object (and call it a template) and copy it in your
script.

#if($createDomain!=)
  $xwiki.copyDocument(Project.ProjectTemplate, Project.${newDomainId})
  #set($domainDoc = $xwiki.Project.${newDomainId})
  #set($domainObj = $newDoc.getObject(XWiki.DomainClass))
  $domainObj.set(id, $newDomainId)
  $domainObj.set(name,$createDomain)
  $domainDoc.save()
#end

JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene search in classes

2009-01-26 Thread Jean-Vincent Drean
Hi,

our lucene search provide this feature.
Example1: object:Toto.TodoClass AND foobar
Example2:
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=object%3AXWiki.XWikiUsers+AND+dreanx=12y=8

I'll have to delete the 2 useless profiles :)

JV.

On Mon, Jan 26, 2009 at 6:27 PM, xw...@mauhs.eu xw...@mauhs.eu wrote:
 Dear all,

 is it possible to search with the lucene search only in a selected class?
 e.g. I want to search in the TodoClass for Todo OR Read only in the
 Description class.
 Or is there another possibility?


 thanks

 juergen
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] MIT Simile Widgets (spiffy JS Timeline/Timeplot/Timegrid) for Xwiki?

2009-01-22 Thread Jean-Vincent Drean
Hi,

I've played quite a lot with Simile Timeline in the past.
I've made a little snippet showing last modifications within the wiki
on code.xwiki.org :
http://code.xwiki.org/xwiki/bin/view/Snippets/TimelineSnippet

In action: http://incubator.myxwiki.org/xwiki/bin/view/Main/Timeline

JV.

On Thu, Jan 22, 2009 at 8:35 PM, Niels Mayer nielsma...@gmail.com wrote:
 Has anybody integrated any of MIT's open source Project Simile (
 http://code.google.com/p/simile-widgets/ ) JS widgetry into Xwiki? For
 example their http://simile.mit.edu/timeline/
 http://simile.mit.edu/timeplot/ or http://simile.mit.edu/timegrid/ ??

 This has been discussed previously on these lists:
 http://markmail.org/message/bds6fein6w4ftqot#query:MIT%20Simile%20Xwiki+page:1+mid:55peh7tm5z2vjoyd+state:results
 http://markmail.org/message/bds6fein6w4ftqot#query:MIT%20Simile%20Xwiki+page:1+mid:xu5d32bukkmtdldx+state:results
 http://markmail.org/message/bds6fein6w4ftqot#query:MIT%20Simile%20Xwiki+page:1+mid:hefinq3w652jrkiy+state:results
 http://markmail.org/message/bds6fein6w4ftqot#query:MIT%20Simile%20Xwiki+page:1+mid:yd4a3nb2mk6e3fdu+state:results
 http://markmail.org/message/bds6fein6w4ftqot#query:MIT%20Simile%20Xwiki+page:1+mid:nt5t5e27ccykrnx4+state:results

 Unfortunately, all the emails mention example links that no longer exist, so
 there's no obvious Xwiki examples providing Simile widgetry in Xwiki ...

 FYI, Other environments have integrated some of the MIT functionality:
 http://drupal.org/project/timeline
 http://drupal.org/project/exhibit
 http://simile.mit.edu/wiki/Wibbit

 Niels
 http://nielsmayer.com
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] XWiki Enterprise 1.7.1 Upgrade

2009-01-12 Thread Jean-Vincent Drean
Hello,

The myxwiki.org server has been upgraded to XE 1.7.1, if you own a
wiki hosted there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise171

We also recommend you upgrade to the latest wiki version. To upgrade
you must download the last XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

Thanks,
JV.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise Manager 1.5 released

2009-01-12 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.5.
This release is based on XWiki Enterprise 1.7.1.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM15

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise 1.7.1 Released

2009-01-11 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7.1. This is a bugfix and minor enhancements release
following XE 1.7.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

WYSIWYG and Rendering 2.0 Improvements :

 * You can now upload and insert image in your documents from the WYSIWYG
 * You can create tables and manage them (row/columns addition and
deletion) from the WYSIWYG.
 * Added support for explicit line breaks (\\) in XWiki Syntax 2.0

Important bug fixes:

  * XWIKI-2988: The way to synchronize several LDAP groups with the
same XWiki group is wrong
  * XWIKI-3024: XWiki authenticator load
xwiki.authentication..createuser in place of
xwiki.authentication.createuser from xwiki.cfg file
  * XWIKI-3023: Timeout when trying to connect to Penrose LDAP server
  * XWIKI-3010: By default the size of ldap_group_mapping field in
XWikiPreferences is too short
  * Many WYSIWYG bugs fixed

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise171

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Out of memory

2009-01-06 Thread Jean-Vincent Drean
Hi,

We have a known problem with attachment handling, quoting Sergiu Dumitriu :
This is a major design flaw of the current attachment storage model.
As stated in a previous mail, handling attachment consumes about 27
time the size of the attachment, so 90M * 27 ~= 2.5G. This needs to be
fixed ASAP. In the meantime, you can either increase the heap size to
more than 2.5G, or request an sql dump from the myxwiki farm admins. 
Source http://markmail.org/message/ckl3bgd7j74mx4cl

As Henning Sprang said 128M is a bit small for XWiki to run smoothly,
you should consider increasing your max heap size to 256M or even
512M.

JV.

On Tue, Jan 6, 2009 at 1:32 PM, Mike A. _m...@inbox.lv wrote:
 Hi!
 Using XWiki 1.6.1.13621 for some time without any problems. Today, I
 can't delete a page (which contains just few lines of text) or add /
 delete an attachment (4.3mb) with Java Heap Space error (see below).
 XWiki max upload size = ~32mb
 MySQL max_allowed_packet = 64M
 In tomcat5.5, java max heap size = 128M.
 Any help?
 -
  Error number 11014 in 11: Out Of Memory Exception
 com.xpn.xwiki.XWikiException: Error number 11014 in 11: Out Of Memory
 Exception
  at
 com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2738)
  at
 com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2716)
  at
 com.xpn.xwiki.web.DeleteAttachmentAction.action(DeleteAttachmentAction.java:72)
  at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
  at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
  at
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
  at
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  at
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  at
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:94)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
  at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
  at
 org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
  at
 org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
  at
 org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
  at
 org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
  at
 org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
  at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
  at java.lang.Thread.run(Thread.java:619)
 
  Best regards, Mike
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki mssql

2008-12-18 Thread Jean-Vincent Drean
Could you please attach your working mapping file to this issue :
http://jira.xwiki.org/jira/browse/XWIKI-3017 ?

Thanks,
JV.

On Thu, Dec 18, 2008 at 2:10 PM, hel-o h...@hel.at wrote:

 Hi,

 the included xwiki.mssql.hbm.xml does not work. I found some problems and
 changed it and got a running XEM 1.7 installation but im not a mssql expert
 so im concerned about one thing:

 In the original file there is:

class name=com.xpn.xwiki.doc.DeletedAttachment
 table=xwikiattrecyclebin mutable=false
 ...
property name=xml type=text 
column name=XDA_XML sql-type=varchar(max) 
 not-null=true /
/property
 ...

 that doesn't work - throws an exeption.

 I changed it to:

class name=com.xpn.xwiki.doc.DeletedAttachment
 table=xwikiattrecyclebin mutable=false
 ...
property name=xml type=text 
column name=XDA_XML not-null=true 
 length=10/
/property
 ...

 and it works but i don't know if this could have negative consequences.

 hel.



 Sergiu Dumitriu-2 wrote:


 The change is that a new field for XWikiDocument was added, hidden.
 You should search for the mapping for that field in the default (hsql)
 mapping file, and copy it in your mssql file.



 --
 View this message in context: 
 http://n2.nabble.com/xwiki-mssql-tp1672414p1672853.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


  1   2   3   >