hello. i have a simple question this time, i have this link.. http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin and i want to download this plugin. but i cannot see from where. this is where i should have down it from, but i have no link, nothing.
thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
Hi,
I use the Blog features of XWiki as well as the blog macro to display the
entries. On a panel I just want to display the title of the the first five
entries (without the content, comments, permalink...). I've been playing
aroung with the Blog.Macros but it doesn't work. Is there an easy way to do
that ?
Thanks,
Antonio
Hi fellow XWikiers,
Am curious to know how you have handled the apparent lack of checkout of
attachments. Any insights will be useful on how to handle this scenario.
1. User X creates a page and attaches an Excel spreadsheet
2. User Y then downloads the excel and edits it
3. Before Y can upload the new version, X downloads it again and updates the
excel
4. User Y uploads the excel
Of course, X and Y can see what changed between the versions using tools
provided by Excel but this is not very intuitive.
Regards,
Shiva
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
When I upgraded my Xwiki from 1.1 to 1.4rc2 last week I think I was overly cautious about what I should include from the default XAR.
I don't have the new user manager and I don't have the new panels wizard. What do I need to include from the default
XAR in order to get these tools?
Thanks,
-Dave
--
Dave Mangot
Terracotta Inc.
650 Townsend St. Suite 325
San Francisco, CA 94103 USA
+1 415 738 4059
dmangot(a)terracottatech.com
This e-mail incorporates Terracotta's confidentiality policy, which is online at http://www.terracottatech.com/emailconfidentiality.shtml
Please, can anyone help me on this matter?? I have waited some time but
didn't get an answer. This is important, any information will help
-------
If I install xwiki in a VPS, and leave it running, with a firewall that
leaves open only the port that xwiki is using,
Could it be atacked by a hacker to gain access to the server?
Do I need some extra protection? Is there a security tutorial?
thanks
Alain
Hello XWiki users and developers,
I'm in Boston today and tomorrow and could be available for a quick
meetup with users of XWiki if there are some in the area.
I will also be in New York wednesday to saturday.
Anybody interested in an informal Meetup ? I would love to hear what we
could improve in XWiki and show the latest things we are working on.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi all,
I've a kind of an urgency so, please, accept my apologies if I didn't
browse lists and issues looking for a similar doubt.
I am in a meeting where I will use XWiki to present some ideas about
collaboration driven with a wiki-wiki environment (and XWiki will be
presented as the BEST option to create such an environment!).
I do need to do a simple thing: I have a document with two versions. One
of them can be freely accessed (this is the case
http://tinyurl.com/4lc34s) and the second one that is now freely
accessible (http://tinyurl.com/6qxhnw) but access must been restricted.
Of course I can control this access with users' rights, but how could I
forced logged users to go to the second release and not logged users to
the first one?
The perfect situation would be that active links in
http://tinyurl.com/6qxhnw will be only showed when logged (or logged
with an granted access user).
Any idea will be welcome! Thanks for your help!
Cheers,
Ricardo
--
Ricardo RodrÃguez
Your EPEC Network ICT Team
I am trying to manipulate some image files using JavaScript.
But when I insert a tag as follows the javascript []'s get interpretted as a
wiki link,
/Sandbox/WebHome
{image:AEBtn_0.jpg}
--
View this message in context: http://www.nabble.com/JavaScript-image-manipulation-tp17177802p17177802.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I've frequently facing a problem when facing images inserted in XWiki
documents. It is by not means a XWiki specific issue, but I would like
to post it here to see if others have some idea about how to solve it.
It is far easy to insert an image in a XWiki document by using the image
macro. It is also possible to control hight and width by passing these
parameters to the macro. But when users are allowed to upload pictures
and it is not possible to control the properties of the uploaded files,
it is frequent that some pictures doesn't fit a required width when a
height is fixed, or viceversa.
Could you figure out how could I set image dimensions taking into
account the originally attached file size?
Thanks for your insight!
Greetings,
Ricardo
--
Ricardo RodrÃguez
Your EPEC Network ICT Team
Hi,
I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but it shows error. Where is my
fault? can any one help? Why No one responding? i am trying to do this as
my curriculam project.
Hibernate configuration
........................
[config]
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using
profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
Note that the database will be created automatically if it
doesn't already exist.
We need to set the sql_mode to a less strict value, see
XWIKI-1945 -->
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">amma</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
</session-factory>
</hibernate-configuration>
[/config]
Web configuration
...................
<!-- Uncomment if you wish to use a DataSource to define the Database
connection -->
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
HTTP ERROR: 500
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
RequestURI=/xwiki/bin/view/main/webhome
Regards,
Project trainees.