Hi all,
i made my own tag edit, which is based on ajax. Everything works
perfect, but every change of tag will increment document version.
(Like 1.1 to 2.1 and so on.)
So how could I say to xwiki, that current edit is minor change not main?
I thought about changing version by setting version as string.
Something like this
doc.setVersion("1.2");
but i am not quite sure if it is the proper way how to make this.
Thanks.
Dear All
Skinning is making good progress (thanks for advice!)
I have begun to make a new panel for the main navigation which is to be
fixed on all pages.
I need some advice on the structure please.
I understand what a space is, but not sure what I would use it for. I have
to create a front page that has boxes that can be edited - so it has to have
a different look to the rest of the pages. Should I create a new space for
the other pages (or are they sections - calender, consortium partners,
reports, forum etc...) you can see at
http://www.4eyesdesign.co.uk/CAASTwiki02/ if it helps.
Would that mean that I could then create the different look that I need?
Or is using spaces the wrong way - perhaps I need a new class??? (Have done
faq tutorial, and have some experience of oop)
Would appreciate any pointers
thanks
Edward
My first posting:
I am unable to start my xwiki, (beta 4).
I saw some discussions regarting this problem, but didn't quite
see the solution.
any help, plus help on exporting data without xwiki service
running in case it does come back to life would be appreciated.
-- 09> Started org.mortbay.jetty.Server@1198891
09:30:17,303 FATAL P1-19
http://ctaa.ct.med.ge.com:8080/xwiki/bin/view/Main/WebHome
DBCPConnectionProvider:configure:191 - Could not create a DBCP pool
org.apache.commons.dbcp.SQLNestedException: Cannot create
PoolableConnectionFactory (User not found: SA)
at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:855)
at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
at
com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:183)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60
John V. Skinner <John.skinner(a)med.ge.com>
MICT Advanced Applications
Recently I've been working on a user's manual for a web application. When my
work is done I would like to export it to a HTML form. Therefore I have a
couple of questions:
1) Is it possible to create an account with a different skin than the one
defined for any other users?
2) Is it possible to define new css styles after exporting several pages to
html format without editing all the exported html files?
3) If points 1 and 2 are somehow negative, is there an easy way to export
some pages to html format without all these buttons like "print", "edit"
etc. that one can see on the albatros skin?
Hope someone will be able to help me out and that my english wasn't all bad
;-)
--
View this message in context: http://www.nabble.com/Couple-of-questions-about-export-tp18247801p18247801.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
We recently changed our configuration so that mySQL was used to house
our data. Prior to this change treeview was showing all spaces and pages
in alphabetical order. Now, the pages are still shown in alphabetical
order, but the spaces are not. In fact their order seems to change! I
believe I have the most up to date treeview code, though I am now
beginning to think that the previous sorting was co-incidental. Is there
code for a sorted treeview? Or is it a case of configuring something now
we are using mySQL. I confess this is not an area of my expertise! We
are using the latest version of XWiki, downloaded last week.
Further to this, we also used to have the simple foreach($subdoc...code
on each landing page per space so that all pages within that space were
listed at the top. Again, this used to be in alphabetical order. It no
longer is after this migration. I have managed to get around that by
using a query (as per documentation), and this has put things back to
how they were.
Regards
Michael
This e-mail message is intended for the above named recipient(s) only.
It may contain confidential information that is privileged. If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this e-mail and any attachment(s) is strictly prohibited.
If you have received this e-mail by error, please immediately notify the sender by
replying to this e-mail and deleting the message including any attachment(s) from your system.
Thank you in advance for your cooperation and assistance.
BTW, I checked the tomcat log file. When the mail was send failed, the log
is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 504 <tian_lixing>:
Sender address rejected: need fully-qualified address
So ,how to make the address fully-qualified?
Thanks.
Hi ,all.
I have added SendPageByEmail Application, but when I sent a mail it
told me "The page has not been sent. There might be an error in the email
addresses you entered".
In the page
,(http://code.xwiki.org/xwiki/bin/view/Applications/SendPageByEmailApplicati
on) it said that
In order to work properly, it requires the following conditions to be met :
* The MailSender
<http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin> plugin must
be up & running on your wiki instance
* You must have a SMTP server properly configured
* The panel has to be saved by a user with programming rights.
I have set up an Outgoing SMTP Server, and I think SMTP server work well. So
the problem maybe MailSender plugin. How to install the MailSender plugin? I
think I don't need to install it, since I use XWiki Enterprise 1.5 which has
contained this plugin.
http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin)
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi
I have used the panels to place the search box down under a box of links -
that are in the left hand column. However, I really want to get the search
box up in the right of the header.
How would I do that please
(I have moved the login by taking some code out of global.vm and placing it
inside leftpanels.vm)
thanks
ee-web.co.uk
edward(a)ee-web.co.uk
07760 392284
As I know, the attachment form exists only in view mode. If I want to upload
a file (e.g. xxx.png) to an object, I must create the object in inline mode,
then attach a file in view mode. Why don't we just keep an attatchment form
in inline mode?