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 Stopper">Show Stopper</option>*
* <option label="Must Have" value="Must Have">Must Have</option>*
* <option label="Should Have" value="Should Have">Should Have</option>*
* <option label="Could Have" value="Could Have">Could Have</option>*
* <option label="Not In Roadmap" value="Not In Roadmap">Not 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="1">Show Stopper</option>*
* <option value="2">Must Have</option>*
* <option value="3">Should Have</option>*
* <option value="4">Could Have</option>*
* <option value="5">Not 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
Hi.
I think it is well known in the XE user and developer community that the attachment names listed in the attachment table have "_" (underscore) and spaces are stripped. I was wondering if there is a JIRA entry for this bug and when is it expected to be fixed? I am not concerned about spaces being stripped, but stripping the underscores is a major irritant for end users because they prefer to have it as word seperators in their local files and want to keep the same association so that they can modify-upload new versions.
Note that '-' (hyphen) is not stripped, so it reasonable to expect that underscores shouldn't be stripped too.
Thanks,
Milind
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.
Hi there,
I'm wondering if XWiki is offering the possibility of a moderated registration?
Currently, it's working like this:
- a new user is registering himself
- he gets an email for verification purposes
- he follows the link and is registerd
I'd prefer that an registration-request has to ba acknowledged by the
Wiki-Admin - are there any solutions for this scenario?
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
Hi
I am setting up a wiki for the company i work for using Xwiki
I have imported The Skin Editor to the system, but following the instructions for SkinEditor doesn't seem to make any sense i.e. the pages in the Wiki don't appear to be quite the same as the page for this shows
I am a little inexperienced with Xwiki so I might just be off the mark.
I am using 2.2 the bottom of the page has 2.2.27 it looks like
I am a DBA by day so technical stuff isn't a problem
Any guidance appreciated
Cheers
Peter
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
Sorry, me again...
I wanted to login with with the default credeitials (Admin/admin),
however, XWiki tells me "Invalid credentials".
I've just imported the default pages, configuration is vanilla
out-of-the-box - any clues anyone?
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
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
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
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.2.
This is a bug fix release for the 2.2 branches.
It fixes mainly two important regressions around documents object
handling and office importer on Internet Explorer 7 so if you are
using 2.2 or 2.2.1 you should really upgrade to 2.2.2.
Improvements:
* XAADMINISTRATION-115 - Left align check boxes in "Registration >
Customize XWiki Registration"
* XAADMINISTRATION-63 - In "Administration" -> "Users" closing the
"Add new user" pop-up causes the page to refresh
* XAADMINISTRATION-67 - In "Administration > User > Add new user"
indicate which fields are mandatory
* XAADMINISTRATION-103 - Make registration page support lightbox so
administrator can use it to add users in admin users sheet.
* Updated translations
Important Bugs fixed:
* XWIKI-4955 - Page with empty content leads to "This template does
not exist" message when viewed in plain mode
* XWIKI-4967 - Impossible to import office (copy/paste) with style using IE7
* XWIKI-4965 - Objects can no longer be retrieved relative to their document
* XWIKI-4931 - Links are badly saved on IE7
* XWIKI-4977 - AJAX behavior broken in IE6 for documents with
non-ASCII characters in the name
* XWIKI-4974 - Adding tags with non-ASCII characters fails in Internet Explorer
* XWIKI-4968 - Deleting a comment appears in the history as being
deleted by the person who made the comment instead of the deleter
* XWIKI-4971 - Header generated ids are wrong in 1.0 syntax
* XWIKI-4966 - Missing translation keys for application configuration.
* XWIKI-4590 - View Statistics increment too fast because of AJAX
features in bottom page tags and ratings
* XWIKI-4925 - When XWiki is initialized via a XMLRPC request, it is
in a wrong state and redirect-to-login URLs will be wrong
* XWIKI-3915 - XWiki.copyWiki does not copy hidden documents
* XWIKI-4954 - XWikiDocument#clone should use set/getParent instead of
set/getParentReference
* XWIKI-4555 - XWikiHibernateStore#countDocuments does not always
return the same number as would be the size of #searchDocuments for
the same query
* XWIKI-4969 - Missing translation value for key
"import_listoferrorsfiles" in new Import UI
* XWIKI-4978 - Previewing a comment for a document with non-ASCII
characters in the name uses a wrong URL
* XAADMINISTRATION-68 - In "Administration > User > Add new user"
notify the user when the passwords he types in don't match
* XAADMINISTRATION-21 - User not created when registration information
isn't correct when creating new user in new Administration UI
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise222
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM222
Thanks
-The XWiki dev team