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
Hi!
I would like to set Xwiki for a students informatic project. This will be an
mid-size application for graphics processing.
My username is wdanilo and I would like to set wiki on address :
blackbox.myxwiki.org
Thank you very much!
Wojtek
Hello,
I never received any response regarding my request for a community wiki. Are these still being set up? Is this list the right place to send these requests to?
Best wishes,
Alex Sassmannshausen
Enquiry Officer SLD
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Alex Sassmannshausen
Sent: 25 March 2011 17:24
To: 'users(a)xwiki.org'
Subject: [xwiki-users] [myxwiki] new wiki request
Dear Sir/Madam,
I would like to request a wiki for our project.
I'm writing as an enquiry officer with Suffolk Libraries.
We are currently researching the feasability of maintaining staff handbooks and library procedures in the form of a wiki. This would allow us to instantly share the handbook with all who need it. It would also facilitate internal and public discussion of the way we run our libraries and what are the best ways to deal with issues as they come up.
We also feel there is scope for fostering co-operation between public libraries in general through this project - again by facilitating debate and the sharing of technical know-how.
We are attracted to xwiki because of its LGPL license and would be very interested in running our wiki on your servers for the duration of this pilot.
My username is AlexSassmannshausen. The server name we are hoping for is either sls.myxwiki.org or suffolklibs.myxwiki.org (depending on whether the first is already taken).
Please let me know if you have any further questions or requirements prior to creating the wiki for us.
With Regards,
Alex Sassmannshausen
Suffolk libraries direct
County Library
Northgate Street
IPSWICH
IP1 3DE
01473 584563
www.suffolk.gov.uk/sld<http://www.suffolk.gov.uk/sld>
mailto: help(a)suffolklibraries.co.uk<mailto:help@suffolklibraries.co.uk>
Have your say on the future of Suffolk's libraries: www.suffolk.gov.uk/librariesconsultation2011<http://www.suffolk.gov.uk/librariesconsultation2011>
Follow us on Twitter<blocked::https://twitter.com/SuffolkLibrary>
We now offer pre-overdue alerts by sms text message or email - please ask for further details if you are interested.
Our website enables you to renew your loans, make reservations and search our catalogue. It includes a link to our new free eBook service.
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
Hello,
Oups, in my previous mail, I forgot my wish for the server name, here it
is : wasali.
I would like to use xwiki for my personal website about african music. I
will share music sheets and other stuff with some of my friends.
My xwiki user name is : llacheny
Cheers,
Laurent
Hi all,
I uploaded my own logo.png in the header of my wiki, works great.
Now I would like to change the link behind the logo, I want that it
always points to the Webhome of the space the user is in, and I dont
know how to do this. I allready changed some things in the global.vm
of the skin, I can feel that I am almost there... But I need the code
snippet for pointing towards the Webhome in the Space the user is in.
Any help is greatly appreciated.
-Wouter
Hi All,
I am testing around with the Lucene Search, all works well, one problem remains:
I search in Space A. My search results however, are shown in the Main
Wiki Page. This has a different look and feel, and since I do not want
to have confused users, I would like to display the search results in
the same Space as where the User was was in when he-she started the
search. I am guessing its only a one line change in some form, but I
cant seem to find it, I hope someone can help me out..
Thanks in advance,
Wouter
I am out of the office until 11-04-2011.
Voor dringende zaken kunt u terecht bij ICT-Servicedesk
Note: This is an automated response to your message "users Digest, Vol 45,
Issue 7" sent on 6-4-2011 12:00:05.
This is the only notification you will receive while this person is away.
Hi all
I'm in the process of starting from a fresh install in 3.0 after using 2.4
for many months.
I have however encountered a problem with the "Edit" link used for directly
editing a calendar entry (which is an object generated when you add an event
to the calendar). These entries appear in a list and with each one there is
the "Edit" link mentioned above, as well as a "Remove" link.
The "Remove" link removes the calendar entry fine, but in 3.0, the "Edit"
link always goes to the very first calendar entry, called CalendarEvent 0.
In my 2.4 installation though it correctly goes to the corresponding
calendar entry.
This is the section of code I think is at fault, note it's in 1.0 syntax.
#foreach($event in $doc.getObjects("XWiki.CalendarEvent"))
1.1.1 $event.title.replaceAll('\n', "")
#if($hasedit)
( $doc.getURL( $msg.get("edit") ,
$doc.getURL( $msg.get("delete") )
#end
Somehow the $event.number is always 0 and not the actual number of the
entry. It could be related to the Velocity engine getting upgraded to 7.1? I
tried copying parts of the "Remove" section since that is getting the link
to the entry correct, but it always goes to the very first entry, number 0.
I really need this functionality because it's much easier for users to edit
an entry individually then sifting through the objects that eventually grow
to a big number. It's preventing me from moving to 3.0, so any help would be
greatly appreciated.
Thanks
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-lost-some-functionality-in-3-0-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Was anyone able to load an url in a Modalbox? How do you do that? Like, for
example, when clicking on a button, display "http://www.google.com" in the
Modalbox. Is that possible?
I tried the following, and it's not displaying anything. What am I doing
wrong?
{{velocity}}
#set($ok = $xwiki.jsfx.use("js/scriptaculous/scriptaculous.js"))
#set($ok = $xwiki.jsx.use("XWiki.ModalBox"))
#set($ok = $xwiki.ssx.use("XWiki.ModalBox"))
{{html}}
Google
{{/html}}
{{/velocity}}
--
View this message in context: http://xwiki.475771.n2.nabble.com/Modalbox-tp6242462p6242462.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
"Deleted" attachments are not deleted in version. 3.0 with new file system
storage .
Is this intended or a malfunction?
After testing with some Gigabyte-files my hard disk was getting full because
of these "deleted" files.
Volker
--
View this message in context: http://xwiki.475771.n2.nabble.com/delete-attachments-XWiki-Enterprise-3-0-n…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm wondering how I should document multiple versions of a software with
XWiki.
1) Each versions documentation should be accessible under a version name
that is part of the url
http://www.thesoftware.org/version1/Reference_page1
2) Current version should point (redirect ?) to the most recent version
http://www.thesoftware.org/currentVersion/Reference_page1
(Note that I have left off any parts of the url requried by XWiki (bin ...)
Its important that all pages of a version can be referenced as a permalink.
I'm thinking to do it this way but I'm wondering if there are any side
effects I haven't thought of:
- Versions are space names
- Create a new version by copying the space from the last version
- Copying the space is done by exporting the xar, renaming the space to
the new version, then importing the .xar to recreate the last version.
Any changes in the new version shall not modify documents of the last
version (incl. attachments)
- Change 'DocumentNotFound' template of 'currentVersion' (in a way that
needs investigation) that it redirects all page requests for the space
'currentVersion' to a configured version
--- or ---
- handle requests to 'currentVersion' in an upfront (Apache httpd) Proxy
Server redirecting to a configured version
Is this a reasonable approach to document multiple versions or do i miss
something ?
Any ideas welcome !
thanks
Andreas
We want to go from version 2.0.2 of XWiki Enterprise to the latest version. We found going straight from 2.0.2 to 2.7.1 messed up our formatting very badly. We see that we probably need to go through a migration step-by-step, version-by-version. But, do we need to go through every single point/maintenance release (e.g., 2.0.3, 2.0.4, etc.) which is 20-something releases, or just each minor (e.g., 2.1, 2.1, 2.3, etc.) release?
Is there even a shorter migration path with fewer interim versions, hitting just the ones that make major changes (e.g., database schema and data changes, etc.)? And is there a way for me to determine that optimal migration path for myself as I get behind in versions?
We love the product, but we want to just use it, not care and feed it too often, and keep it updated it when we find time to upgrade.
Thanks,
Jack Piccininni
University of Illinois at Chicago
Hello!
I've installed xwiki ver 3 through the provided .exe file (Default setting
and databases on Windows 7)
I had also same xwiki installation on my Fedora 11 (version 2.3) which its
home folder had been copied as backup. (according to official guide, xwiki
store the pages under xwiki folder in the /home directory/xwiki enterprise/
so I copied the folder for future use)
Now, how can I import this backup to my new installation? I don't see
anything special??
I tried copying database folder, log file and many other things but
nothing... :(
how can I import my previous xwiki pages to current version from xwiki
directory? ( I just need some pages which I created on that installation)
I have copied the directory completely on that time...but now when I copy
the database folder to new installation nothing happen....
is there any hope? where xwiki store the pages????
ps. I'm using xwiki as a personal and currently offline.
Hello!
I want to install 2.7 in my Win7 Box. I downloaded
"xwiki-enterprise....-standard.exe" file and install it successfully without
any error. but when I run xwiki_start the command window comes up and
instantly close....actually nothing happen and the server doesn't run. I
don't know what should I do and where can i get a log or anything else to
know what the problem is.
one thing that maybe relevant....I'm using your-freedom proxy program which
is java based and run on 8080 port (the port can be changed easily) I also
tried different browser setting. I also can close the proxy program and try
xwiki_start without any proxy.....
one important note, I just want to use my xwiki in offline mode...btw, I
have exactly same problem with 2.3 version which I used it successfully in
winXP.
WebRep
Overall rating