Hi,
If you are managing an XWiki deployment with more than 5000 users, can
you please send me an email directly (ludovic(a)xwiki.com).
You can be very helpful to XWiki by allowing us to use your company as a
reference for XWiki.
Thanks
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi!
I'm trying to override the css of my xwiki.
I've been reading documents about making styleSheetExtensions (like
MinimalStyleSheet Extension fro mhere:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial).
I have to be doing something wrong because after creation StyleSheet
extension like in this tutorial and setting "use this extension" to "always"
nothing changes.
additional I've seen that in Administration menu -> Look & feel ->
presentation I've got button that "allow" me cutomize current skin. after
pressing it and sayin that I want to customize it I've got a lot of empty
boxes (style, header, footer).
Always when I'm trying to write there anything the whole css crash and the
site looks ugly.
Please could you write, what is the simplest method to override some
elements of the css of xwiki?
I will be very thankfull!
Wojtek
When I try to create a new page via WYSIWYG or Source editor, then click
"Save & View", I see a link with a question mark beside it. (All of this is
the normal, so far) When I click on that link to create the page, the bread
crumbs at the top of the page show the previous page as the parent. When I
save that newly created page, whether I add any other content to the new
page or not, the page shows as an orphan. The bread crumbs at the top
disappear and point back to the root of the space. The "Information" tab
shows no parent information.
If I try to edit that page and manually enter the parent using the little
"pencil" parent edit button, I enter the name of the parent page (which
xwiki seems to recognize), but when I save it, the page is still orphaned.
What's the deal? Any ideas?
I'm running XWiki Enterprise 2.7.1.34853 on Ubuntu lucid 64-bit. My local
computer is also running Ubuntu lucid 64-bit. I've tried using Firefox and
Chrome, but both behave the same way.
Any help would be appreciated.
Thanks,
travis
Hello, I am Khyati gupta third year Btech student from delhi,india.
i am intersted in developing the project Improved Color Theme Wizard
this project requires to edit the current theme editor using CSS and
Javascript.Previously I have done projects using CSS so it would be easier
for me to develop this project. We can add various features that are
relevant for users such as
-Option to change the theme according to the users choice.Theme may have
different colors and features that could be selected by users.
-Also the new feature could be to change the icons and logo.Different
inbuilt options of logo are provided to the users.
-The new wizard would be more interactive and easy to customize.
-Description of each theme along with the demo picture is provided to the
users so that user can select the theme more accurately.
i would come up with some more additional features and ideas and try to post
them later on.
Khyati gupta
Third year
Computer Science
Hello,
I am Ankur gupta 3rd year student from Delhi,India...I m from computer
science field and interested to apply for AJAX Form Editor project.. I
have
HTML, PHP , JavaScript, jQuery,CSS ,AJAX , C/C++ and JAVA background.I have
developed a multiuser facebook look alike chat application
and done various projects related to web development.
I have gone through the xwiki form features.. I think in this project that
we can provide users various form types for examples textfield,checkbox etc
and some new ones
such as suggests box ,date picker,live table..and give users a chance to set
various features of every form type.Users can also set the theme of the form
and set the
default value for a type and mark the field as the required one..and we can
also provide users a side by side view of the actual form..
Users can set the validations of the form type and set the validation
messages which would appear on wrong entry and they can change the size of
the fields..They can also
make customizable forms according to their requirements in which we will
provide various elements that users can use.
Thanks,
Ankur Gupta
--
Ankur Gupta
3rd year
Computer Science
Delhi Technological University
--
Ankur Gupta
3rd year
Delhi Technological University
Hi,
I'm relatively new to xwiki. I have a few pages where dynamic tables had to
be shown, and I'm using PHP quite heavily there. In a couple of pages, the
content is supposed to be shown only if the user is in a specific group
called 'XWikiEditorsGroup'. I didn't want to rely on xwiki's native
single-page permissions as they looked a little cumbersome for what I
needed, and preferred to control access via the page code itself. Up to
xwiki 2.7, the following velocity section, which was the first section in
the page, did the trick:
{{velocity}}
#set($user=$xwiki.getUser())
#if(!$user.isUserInGroup("XWiki.XWikiEditorsGroup"))
{{warning}}You don't have permission to view this document{{/warning}}
#stop
#end
{{/velocity}}
However, after upgrading to xwiki 3.0, this code no longer works. From what
I see, the issue appears to be related to velocity 1.7 and its different
syntax for the #stop directive. I can't seem to find the right syntax
though. As an alternative approach, I've also tried to relocate this access
control logic into the PHP code that follows the above velocity section. To
do that, I need to find a way to get the true/false value of
"$user.isUserInGroup("XWiki.XWikiEditorsGroup")" in PHP, but so far haven't
found a way to do that either and not sure how to pass the $user object and
its isUserInGroup() method to the PHP part. I've even looked into doing this
in groovy but no luck there either.
Any advice will be appreciated...
Thanks
Hi All,
Sorry, this might be a silly question, but let's go: How can I set a temporary start page on XE, or redirect all requests to a specific page in running time? My need: during the migration from 2.4.3 to 3.0 I'm planning to do in the next few days, I would like that all users (except the admin) that try to access the wiki (the login page or whichever other one) be faced with a "The system is being updated and will be available at <ETA> bla bla bla". Our production server doesn't use apache, but direct on JBoss. Until users view the maintenance page, I'm working behind the scenes performing the imports and skin preparation etc.
Thanks in advance for your help.
Regards,
Ramon Gomes Brandão
I am trying to set up XWiki Enterprise Manager on WebLogic 9.2 with an
Oracle database. After deploying the application, and accessing it, I get
the following error.
The page still renders somewhat, but am unable to create wikis or do
anything.
Any help is appreciated, thanks.
Wrapped Exception:
java.lang.IllegalAccessError: tried to access class
org/mozilla/javascript/Defau
ltErrorReporter from class org/mozilla/javascript/CompilerEnvirons
at
org.mozilla.javascript.CompilerEnvirons.<init>(CompilerEnvirons.java:
48)
at
com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScri
ptCompressor.java:236)
at
com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScr
iptCompressor.java:397)
at com.xpn.xwiki.web.sx.JsExtension$1.compress(JsExtension.java:99)
at
com.xpn.xwiki.web.sx.AbstractSxAction.renderExtension(AbstractSxActio
n.java:91)
at com.xpn.xwiki.web.JsxAction.render(JsxAction.java:75)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
Hello,
is there any way to copy a page (within one wiki) without the
source-space-link?
Example:
If you copy or rename a page "sourcespace:page" to "destspace:page2" and
then go to destspace:page2 you will see a "sourcespace:page2" link. It
should be "destspace:page2"!
If you navigate an click on "sourcespace" you will switch to sourcespace.
(if you don´t have access to sourcespace you will get an error)
We want to build up a wiki where a user has no write access to common
spaces and has no access to other users. The user inserts pages in his own
space. A moderator should move the user-page to a common page if the page is
ok.
This behaviour I described with the copy/rename makes problems ;-)
Any suggestions?
(Xwiki 3)
--
View this message in context: http://xwiki.475771.n2.nabble.com/copy-rename-page-problem-tp6249507p624950…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki Team,
I would like to hide some macros from the user, in the list presented on the WYSIWYG editor menu "Insert Macro". How can I do that?
The matter is only hiding some of them from the user, to prevent him/her to select it to use on the page creation. Some of them are not familiar to my users, and I would like to "disable" the possibility of use. How can I do that?
And also, is it possible to show those hidden ones only to the admin or the admin group, or a specific group?
I'm using XE 3.0
Regards,
Ramon Gomes Brandão