Dear developers,
Recently I had been checking each and every step in XWiki cyrillic management.
Brief results from last to least:
1. Office integration: no way to work with cyrillic page names http://jira.xwiki.org/browse/XOFFICE-252
2. Eclipse:: no way to work with cyrillic space names http://jira.xwiki.org/browse/XECLIPSE-154
3. $response.sendRedirect() gives ??? instead of cyrillic letters, so some scripts become useless, Parent Page search suggest in edit mode gives ??? instead of cyrillic http://jira.xwiki.org/browse/XWIKI-6955
The rest works fine, or I didn't discover it yet :-))))
As far as I understand XWiki, all these bug should live somewhere in the core, maybe somewhere else also and it's not so trivial to fix it.
The question is: what are priorities in XWiki development and is it planned to make cyrillic users happy to use all XWiki features available in nearest future?
Thanks a lot for understanding.
Kind regards.
Dmitry Bakbardin
Thanks for hint Vincent, these options are indeed possible and I considered
them (didn't know that svn integration is already available). But trick is
to not break usability. So that you can just switch between "tagged" content
and "trunk" without a need to overwrite "trunk" by imported XAR, or update
to revision from svn, or have another server for deploying tags as this will
definitely provoke conflicts.
For simple user that's it: switch mode, navigate in tagged/baselined
content. I guess it may not even require version control system like svn
underneath if we have all history in database anyway.
Is it in general possible to introduce such a feature that will for all
read-only actions (view, export) provide only "tagged" content? If possible
how much efforts may it need?
Did someone else experience a need in such a feature for a groupware (which
wiki belongs to as for me)?
Regards,
Andrey
On Sep 14, 2011, at 10:09 PM, Crowd Covered wrote:
>
> > Hi xwiki people,
> >
> > Is there a possibility to have something like tags or baselines for
> complete
> > wiki or particular space? What I mean is possibility to use the power of
> > navigation between pages as usual with condition that all pages revision
> in
> > this mode would belong to this "tag" or just have modification date not
> > later than specified.
> >
> > I have noticed "SVN Integration (make it possible to store and edit wiki
> > pages in SVN)" in Survey on XWiki Features (
> > http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures), but this
> > topic looks obsolete as last modification was done in January 2010.
> >
> > Background is that my team currently uses xwiki for requirements
> management
> > on a software project and it is vital to have baselines. Alternatively
> > export to PDF/RTF could be used, but firstly it refuses to handle some of
> > pages as is (we've created several classes with customized sheets), and
> > secondly it would require intensive tailoring of output to get nice
> laconic
> > document (exclude pages that are not relevant, make headers correct
> > relevantly to hierarchy, etc.)
>
> I see 2 options:
>
> * Use the existing SVN integration:
> http://extensions.xwiki.org/xwiki/bin/view/Extension/SVN+Application
> * Export the wiki as a XAR export (it''ll you one XAR file which is a zip
> file containing the full wiki which can be imported in a XWiki instance at
> any time to have a running tagged documentation) when you need to tag.
>
> Hope it helps,
> -Vincent
>
> > Greetz,
> > Andrey Stoliarov
>
Hi xwiki people,
Is there a possibility to have something like tags or baselines for complete
wiki or particular space? What I mean is possibility to use the power of
navigation between pages as usual with condition that all pages revision in
this mode would belong to this "tag" or just have modification date not
later than specified.
I have noticed "SVN Integration (make it possible to store and edit wiki
pages in SVN)" in Survey on XWiki Features (
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures), but this
topic looks obsolete as last modification was done in January 2010.
Background is that my team currently uses xwiki for requirements management
on a software project and it is vital to have baselines. Alternatively
export to PDF/RTF could be used, but firstly it refuses to handle some of
pages as is (we've created several classes with customized sheets), and
secondly it would require intensive tailoring of output to get nice laconic
document (exclude pages that are not relevant, make headers correct
relevantly to hierarchy, etc.)
Greetz,
Andrey Stoliarov
I have created a space "Engineering".
I have changed the default space in xwiki.cfg to Engineering, this works.
A few questions:
- Is this the best way to change the default space?
- Is there a way to change the default space per group?
- Can I effectively trap a group of users into one space?
- I can hack the theme so the logo takes you back to Engineering instead of Main, but is this the best way?
Thanks,
Scott
----- "Scott Serr" <serrs(a)theserrs.net> wrote:
> Vincent and Wouter -- thanks for the great responses. I'll try to
> take your advice and tweak just a space for normal users.
>
> One thing I've identified that would be nice, but I don't know how to
> do... I'd like the Document Metadata panel that is below the content
> panel to _not_ appear, unless someone selects Comments, Annotations,
> Attachments, History, Information in the top right corner of the
> content panel. I think this must be possible, the reason, why else
> would there be two ways to navigate to it -- top right of content
> _and_ tabs on meta panel. (I'm aware of turning off each Doc Metadata
> tab from the Page Elements... but I don't want them off, just not
> expanded out.)
>
> ^ That would simplify the look quite a bit.
>
> I've started some notes so I can reproduce what I'm doing at some
> point: (scripting myself)
>
> Create a new group "Wiki Users"
> Create some users as Wiki Users
> Login as them to see what a non-admin sees
> Probably have 2 different browsers to keep flipping back and forth
> Create a new Space, one which will be the normal user's default
> Keep default skin so you don't stray from supported world
> Go to Administer Wiki -> Look & Feel
> Presentation you can change the color of the default skin
> Page Elements -> turn off left panel, turn on right panel, etc
> Panel Wizard -> choose what you want in the right panel
>
> There are more things I'd like to do:
> Backlinks has redundant pages something like " | sort | uniq" is
> needed. A bug?
> Add Search in right panel and remove X-WIKI header of page. Header
> must be somewhere in the skin?
>
> Thanks guys -- I hope to help out with the "minimal config" page.
>
>
> ----- "Vincent Massol" <vincent(a)massol.net> wrote:
>
> > Hi Guillaume,
> >
> > On Sep 8, 2011, at 10:37 AM, Guillaume Fenollar wrote:
> >
> > > Hi,
> > >
> > > Finally, I think it would be great to have some available .xar
> > packages to
> > > download, not only one. It would give us the choice to build xwiki
> > according
> > > to the features we're looking for.
> >
> > What you're talking about is the Exension Manager ;)
> >
> > … which already exists and which you can try in XE 3.2 (it's missing
> a
> > nice UI but the features are there). We need the max # of people to
> > try it out and report issue if any.
> >
> > Thanks
> > -Vincent
> >
> > >
> > > Regards
> > >
> > > Guillaume
> > >
> > > 2011/9/8 Vincent Massol <vincent(a)massol.net>
> > >
> > >> Hi Wouter,
> > >>
> > >> On Sep 8, 2011, at 9:25 AM, Wouter de Vos wrote:
> > >>
> > >>> Hi Vincent,
> > >>>
> > >>> Sounds like a good plan to me, since it will make Xwiki more
> easy
> > to use
> > >> for
> > >>> content managers with no coding background, it will lower the
> > treshold
> > >> for
> > >>> people wanting to use xwiki.
> > >>>
> > >>> Xwiki is great, no question, but it offers so many possibilities
> > that for
> > >>> people like me who focus primarily on content management and
> > usability
> > >> and
> > >>> are by no means PHP and JAVA geniuses, it tends to get a bit
> > complicated.
> > >>>
> > >>> IMO approach 2) is to be preferred because of the same reason
> you
> > stated
> > >>> allready.
> > >>> Maybe we can collect ideas on stripping down over the userlist,
> > sort
> > >> them,
> > >>> and use them to create the guide?
> > >>
> > >> yep that's the idea.
> > >>
> > >>> Is there a standard layout for guides like this allready?
> > >>
> > >> No but the guide could be put in the Admi Guide ultimately:
> > >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/
> > >>
> > >> Now the practice is to start writing this stripping down guide in
> > the draft
> > >> section and as soon as it contains something we judge nice enough
> > to move it
> > >> to the final location (AdminGuide):
> > >> http://dev.xwiki.org/xwiki/bin/view/Drafts/
> > >>
> > >>> Because then we would create it accordingly.
> > >>
> > >> Great. Feel free to create a page in the Draft space:
> > >> http://dev.xwiki.org/xwiki/bin/view/Drafts/
> > >>
> > >> Thanks
> > >> -Vincent
> > >>
> > >>> Thanks for the thoughts,
> > >>>
> > >>> Wouter
> > >>>
> > >>>
> > >>> On Thu, Sep 8, 2011 at 9:07 AM, Vincent Massol
> > <vincent(a)massol.net>
> > >> wrote:
> > >>>
> > >>>> Hi guys,
> > >>>>
> > >>>> It would be nice to have a guide on xwiki.org about this topic
> > of
> > >>>> stripping the default XE.
> > >>>>
> > >>>> Basically you have 2 approaches:
> > >>>> 1) Don't import the default XE XAR (ie you start with an empty
> > wiki, no
> > >>>> pages)
> > >>>> 2) Start with the default XE XAR and make modifications to it
> > >>>>
> > >>>> Choosing 1) or 2) really depends if 2) is close to what you
> need
> > or not.
> > >>>> Choosing 2) is the easiest though since it's easier to remove
> > things
> > >> than
> > >>>> to create new stuff from nothing :)
> > >>>>
> > >>>> If you can tell us what you don't want, we could maybe tell you
> > how to
> > >> turn
> > >>>> them off/make them disappear.
> > >>>>
> > >>>> Once we figure out together how to remove stuff, would be great
> > if you
> > >> guys
> > >>>> could start a guide on xwiki.org about how to remove stuff and
> > stip
> > >> down
> > >>>> xwiki!
> > >>>>
> > >>>> Thanks
> > >>>> -Vincent
> > >>>>
> > >>>> On Sep 8, 2011, at 8:51 AM, Wouter de Vos wrote:
> > >>>>
> > >>>>> Hi Scott,
> > >>>>> I am not aware of a "Strip down Guide" but I had the same
> issue
> > here.
> > >>>>>
> > >>>>> What I did is just simply build op a space for the endusers,
> in
> > which I
> > >>>>> created 3 Custom Panels for navigation purposes, nothing more.
> > >>>>> This you can easily do when you go to the space preferences
> and
> > look at
> > >>>> the
> > >>>>> panel wizard.
> > >>>>> Here you can edit panels and place them accordingly in your
> > layout.
> > >>>>> You should be aware of the fact that the users go to the main
> > wiki
> > >>>>> (non-enduser in your case) by clicking the logo, you might
> want
> > to
> > >> change
> > >>>>> this, the same goes for the displayed search results.
> > >>>>> You can also predefine if endusers should see the Comment box
> at
> > the
> > >>>> bottom
> > >>>>> of the page or not, etc.
> > >>>>>
> > >>>>> IMO the great thing of Xwiki is exactly this, you are in total
> > control
> > >> of
> > >>>>> what the endusers can see and are allowed to do.
> > >>>>>
> > >>>>> I hope this helps a bit, if you have more questions please
> feel
> > free to
> > >>>> let
> > >>>>> me know.
> > >>>>>
> > >>>>> Kind regards and good luck,
> > >>>>>
> > >>>>> Wouter
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> On Wed, Sep 7, 2011 at 10:11 PM, Scott Serr
> > <serrs(a)theserrs.net>
> > >> wrote:
> > >>>>>
> > >>>>>>
> > >>>>>> I'd like some guidance on heading towards a very minimal
> xwiki
> > >>>>>> configuration, at least for end users. The default xwiki UI
> is
> > pretty
> > >>>>>> complex.
> > >>>>>>
> > >>>>>> I'd like users to see this:
> > >>>>>> content (edit, print)
> > >>>>>> search box
> > >>>>>> minimal side bar
> > >>>>>> backlinks
> > >>>>>> (and not much more)
> > >>>>>>
> > >>>>>> Is there a guide on how to strip down what a normal user sees
> > to the
> > >>>> bare
> > >>>>>> essentials?
> > >>>>>>
> > >>>>>> Thanks,
> > >>>>>> Scott
> > >> _______________________________________________
> > >> users mailing list
> > >> users(a)xwiki.org
> > >> http://lists.xwiki.org/mailman/listinfo/users
> > >>
> > >
> > >
> > >
> > > --
> > > Guillaume Fenollar
> > > XWiki SysAdmin
> > > Tel : 01.83.62.65.97
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hello everybody,
I think I do have a severe problem. I created a new wiki and enabled
file system storage as described here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+…
As described here
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments) I
should be able to find the attachments in
/usr/share/tomcat5.5/work/storage/xwiki/?.
Unfortunately they are all saved in a temp directory:
/usr/share/tomcat5.5/temp/work/storage/xwiki/Main/Test_for_upload/~this/attachments
After restarting tomcat all attachments seem to be gone.
What have I done wrong?
Do I need to change anything in the tomcat configs?
Any help is appreciated,
Stephanie
Dear Users,
I found bug with cyrillic letters in velocity Scripting. Does it happen only with cyrillic?
http://jira.xwiki.org/browse/XWIKI-6955
Something similar was found in this extention http://extensions.xwiki.org/xwiki/bin/view/Extension/Extract+Wikipedia+Arti…
I wrote a comment to the page. Should I report it as a bug, or its not supported by XWiki development team?
Cyrillic users would be unhappy if scripting has such "other languages" limitations. :-(
Is it possible to fix this somehow?
As to: http://jira.xwiki.org/browse/XWIKI-6955 
Same Script again. The question is:
If you enter "Smith John" in the input field, script creates page "SmithJohn". Is it possible somehow to keep the space mark between Last name and first name in the page name after script?
Thanks in advance
Dmitry Bakbardin
Hello again,
I updated my xwiki instance from 3.0 to 3.1.
I deployed the new war-file and copied ?xwiki.cfg?,
Xwiki.properties?, ?hibernate.cfg.xml? and
?mysql-connector-java-5.1.5-bin.jar? from the old instance. After die
update the colibri-skin was broken. Any ideas what went wrong?
Thank you again,
Stephanie
Hello,
I tried to get the Filesystem attachments to work. Unfortunately,
after setting the appropriate config parameters in xwiki.conf and
restarting tomcat, all attachments stored in the database are not
accessible any more.
Therefore I tried to use the Filesystem Attachment
Porter(http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Atta…. The importer complains that there are no files to import,
though.
Am I missing a step here?
Thank you for your help,
Stephanie