Hello,
Is is possible to programatically detect whether or not anonymous users can
view a document on the wiki? I have a macro that creates a list of documents
and I would like to exclude documents that are visible only to logged-in
users.
Thank you,
Chris
Hello :)
I configured my XWiki instance in the following way:
#-# This parameter will activate the sectional editing.
xwiki.section.edit=1
#-# This parameter controls the depth of sections that have section editing.
#-# By default level 1 and level 2 sections have section editing.
xwiki.section.depth=6
I have many users working on documents simultaneously and in order to minimize document locking and possible
merging I encourage them to edit sections/paragraphs instead. I noticed that when, for instance, two users
edit different sections within the same page, the latter gets the message:
This object is currently locked by user1
I checked and it's possible to force editing and save both of concurrent changes to that document, but the
message itself is a bit confusing to the users. I'm asking if it's possible to change xwiki configuration to
not display that message when the users edit different paragraphs within the same page ?
Regards,
Piotr
Hello,
To change the logo, you can either use the current color theme (see here the
documentation: http://code.xwiki.org/xwiki/bin/view/Applications/ColorThemeApplication)
or you can attach the logo to your skin document - XWiki.DefaultSkin
by default - (see here the documentation about skins:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins). If you use
the skin document, It's better to name the logo file 'logo.png'. This
way you will override the XWiki logo. Otherwise, make sure that the
skin knows where to take the logo from -> edit Administration
preferences and set 'logo' property as being the name of your logo.
Raluca.
On Thu, Nov 18, 2010 at 2:58 PM, Jonathan @ Crindau
<Jonathan(a)crindau.org.uk> wrote:
> Hi,
>
> I am currently using the Colibri skin and would like to change the logo.
> To where do I download the new image (and how) so that I can then
> reference it in the Wiki's skin 'logo' object?
>
> Thanks
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi,
I am currently using the Colibri skin and would like to change the logo.
To where do I download the new image (and how) so that I can then
reference it in the Wiki's skin 'logo' object?
Thanks
The XWiki development team is pleased to announce the release of XWiki Enterprise 2.6 RC2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Changes from 2.5:
• Revamped Recent Activity Dashboard, which is now called Activity Stream
• Share page by mail feature
• Icon/Emoticon Support
• Auto linking of WikiWords
• New Recent Activity Macro
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise26RC2
Thanks
-The XWiki dev team
Hi,
I see how to control edit, export, action and watch appearance in
contentmenu div by tweaking contentmenu.vm. But, please, how could I get
the same control over Annotations entry in the same are?
I want to show annotations only to users with edit rights in a given doc.
Thanks!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hello!
is there a way to suppress the rendering of the TOC macro inside an
included page?
Can I control the level of headlines for the included page (e.g. make
'=' to '===') ?
Best Regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
Hello all,
I'm running my Xwiki as an information management Intranet alongside a
networked drive that holds hundreds of documents. Based off the TODO
tutorial, I made a system of inputting these documents as objects on
individual pages that then appear on a filterable-sortable table. The link
being a windowsPath macro. The idea behind this is that users can access
these documents much easier.
The problem with this system is if a new document is created, the user then
has to manually add it to this table, and if the document's title is
changed, the link gets broken. So I'm after a way of automatically listing
the documents and have working links, to make it require as little upkeep as
possible.
So far I am able to list the name and the path of all the documents in the
directory, but I need some help in integrating the sortable table html tags
and turning the path into a working link, without breaking the groovy macro.
This is what I have so far:
----
{{groovy}}
import groovy.io.FileType
def list = []
def dir = new File("R:/Quality/FORMS/")
dir.eachFileRecurse (FileType.FILES) { file ->
list << file
}
list.each {
println it.name
println it.path
}
{{/groovy}}
----
Any help would be appreciated,
Thanks,
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Automatically-list-and-link-files-in-a-di…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I would like to set up a wiki for my local church. I am registered on myxwiki.org; my user name is Dangthrimble. My preferred server name is crindau.myxwiki.org.
I requested a wiki on Friday, as did Dan Weinstein (apparently after me); his request was granted on Sunday whereas mine is still outstanding.
Thanks,
Jonathan
Hello,
Where is the best space to put macros?
I check in some macro from code.xwiki.org, and find that macros are
commonly put in XWiki, Macros or Macro space.
I've a preference for Macros as it self explanatory and I think XWiki
space more dedicated to XE pages.
What do you think?
Regards,
Arnaud.
After updating XWiki to 2.5.1 (before was 2.2.6), in watchlist emais, in page
links, instead of network name of a resoure (servername or local domain
synonym) shows "localhost". Is it some bug in 2.5.1 or I can setup this by
some parameters? XWiki uses inside local network as a intranet.
--
Best Regards
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-issuie-page-links-give-localhos…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'll check out the server logs for the trace Monday when I return to the office, and thanks for the reply.
Jerome Velociter <jerome(a)xwiki.com> wrote:
>Hi Scott,
>
>Would you happen to have a full stack-trace you could point us to ?
>
>Can you see any nested error related to a DTMManager ?
>
>Thanks,
>Jerome.
>
>On Fri, Nov 12, 2010 at 8:37 PM, Scott McMasters
><scott.mcmasters(a)gmail.com> wrote:
>> Sorry, I forgot to include that it was version 2.5.1 of the Enterprise
>> distribution.
>>
>> Thanks again,
>>
>> Scott McMasters
>>
>>
>> On Fri, Nov 12, 2010 at 8:35 PM, Scott McMasters
>> <scott.mcmasters(a)gmail.com>wrote:
>>
>>> Hello,
>>>
>>> I installed XWiki today and when I first tried to view the Wiki, I received
>>> the following error:
>>>
>>> Error 500: Component manager has not been initialized before lookup for
>>> [org.xwiki.model.reference.DocumentReferenceResolver] for hint
>>> [currentmixed]
>>>
>>> Could anyone give me advice about this error message?
>>>
>>> I installed it on Websphere AS 6.1, fix level 23, and Oracle 9g. I
>>> modified the Hibernate config file to use Oracle with "OracleDialect"
>>> pointing at my database. I also added the dummy data source. I added the
>>> PNG mime-type and restarted WAS. I added ojdbc41.jar to the WEB-INF/lib
>>> folder of the WAR. I did change the Web app context to "wiki" instead of
>>> "xwiki", but I didn't think that should make a difference.
>>>
>>> Thanks in advance,
>>>
>>> Scott McMasters
>>>
>>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>_______________________________________________
>users mailing list
>users(a)xwiki.org
>http://lists.xwiki.org/mailman/listinfo/users
Please, I would like to request a wiki, to be named dw.mywiki.org, which I
would use in my teaching, primarily for collaborative writing.
Thanks very much.
Sincerely,
Dan
Daniel J. Weinstein
Associate Professor of English
College of Arts and Sciences
Dakota State University
Madison, South Dakota, USA
http://homepages.dsu.edu/weinsted
Hi,
1) I've just migrated my xwikies to 1.8.4, seems to work fine, thanks
again team ;)
2) I have imported the "Extended Todo Application" v1.3 and it doesn't
worked first: adding a new todo => nothing new , the todo list was still
empty.
I saw that "Extended Todo Application" worked with "Date Picker". So I
downloaded "Date Picker", imported that application and now it works fine !
Maybe it could be usefull to add that information on the "Extended Todo
Application" page.
Or maybe I'm just blind (possible).
3) That "Extended Todo Application" v1.3 have dates on mm/dd/yyyy
format. is-it possible to use another format (like, for example,
dd/mm/yyyy) ?
Thanks,
Gaëtan
Hi,
I would like to set up a wiki for my local church. I am registered on
myxwiki.org; my user name is Dangthrimble. My preferred server name is
crindau.
Thanks,
Jonathan
I just updated one instalation of XWiki from 2.4.0 to 2.5.1
(GlassFish+Oracle). And now, when I click on "Edit (wysiwyg)" page opened,
but in a wysiwyg-frame - no anything (no menu, no buttons, no editor-place).
I know, that in a 2.5 exists improvements and changes related to
wysiwyg-editor.
in my xwiki.cfg is no longer exist WysiwygPlugin and velocity templates
(textarea_wysiwyg.vm, editwysiwygnew.vm, wysiwyginput.vm) are up to date.
What else can be?
--
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-editor-loading-problem-after-upda…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've worked on a livetable generator and livetable macro which allows to
generate the livetable configuration directly from the XWiki class.
http://code.xwiki.org/xwiki/bin/view/Macros/LiveTableMacro20Macro
It would be great if some devs could look at it, as it could be a good
candidate for inclusion in the platform as it would ease creating
livetables.
The current problematic parts are:
1/ A hack was made for translations as changes to the livetable macros
were necessary to allow to use the Pretty Names automatically instead of
translations
2/ It would be great to not even have to give the fields to use in the
LiveTable and use the information from the class where a checkbox could
be added for each field saying "include in default livetable"
This would be a good step towards full CRUD in XWiki. Now that we have
Templates, we could add a place in the Wiki where all documents can be
browser per class (using this livetable). We would just need a slightly
simpler Class Editor which hide the more difficult configurations from
classes.
The more important work is to support Class Sheets that don't need the
include macro to be used for documents that have an object of this
class, and a modification of the inline mode which could disappear.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Russian encodings fails when:
a) use office import
b) use office view for attachments
but when use PASTE function - russian encodings shows normal.
Interest, that Romanian encodings shows normal in any case ...
All XWiki+database utf-8 configuration made.
My config: Win2003, OracleXE, Glassfish, XWiki 2.5.1
I attached testing file.
http://xwiki.475771.n2.nabble.com/file/n5728964/TestDocument.doc
TestDocument.doc
Can anybody test it? Before writing jira issue need to be sure - maybe it is
not a bug - maybe problem with my configuration ..
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/problem-with-russian-encoding-in-office-i…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
Following these lines in the panelheader macro un macros.vm...
#macro(panelheader $title)
#set($cookieName = "${context.user}_${panel}")
#set($expanded = $xwiki.getUserPreferenceFromCookie($cookieName))
#if(!$expanded)
#set($expanded = 'expanded')
#end
I understand that the default value, expanded, for XWiki panels is set
there. This code says:
1. Set the name of the cookie that fixes the expanded/collapsed state
for a given user and panel.
2. If this cookie exists and it has this preference set, it takes the
value from it.
3. If fails to get the value from the cookie, set the value as 'expanded'
Thus, all panels are shown expanded by default and, to the best of my
understanding, setting:
#set($expanded = 'collapsed')
Must show all the panels closed.
I'm not able to get this working. Please, where am I wrong?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi again,
As you might be able to tell, we are trying out xwiki and on a learning
curve.
We hit the 10mb upload restriction and would like to increase it. We are
using the windows-installer version of xwiki, 2.5.1.
I tried to follow the instructions here:
http://www.xwiki.org/xwiki/bin/view/FAQ/Howtoincreasethemaximumattachmentsi…
But have absolutely no clue what you are talking about.
I've gone to the Administration page in the xwiki but don't see anything
that refers to "Objects"
Could someone please post a screenshot or something?
thanks
Paul
I am out of the office until 11/12/2010.
I am on holiday. For wiki assistance, please contact Kim Dillon. If this
is an emergency, please leave a message on my cell phone. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 40,
Issue 27" sent on 11/11/10 0:12:12.
This is the only notification you will receive while this person is away.
Hi,
I installed xwiki-enterprise 2.5.0 but had problems.
I followed the upgrade instructions and copied the two cfg files (which
hadn't changed), but it complained it couldn't create a DBCP or whatever.
So I looked around, and had a guess... I copied the file hsqldb-1.8.0.7.jar
from WEB-INF/lib in the old xwiki to the new xwiki, and it started to work.
I dunno why hsqldb was included in the windows installation file, but not in
the .WAR...
Could someone please at least update the wiki?
thanks
Paul
Hello,
When I translated xwiki in translation wiki, I continues be logged out and
need to login again to continue.
This situation is the same when I use Firefox & IE8.
Does anyone have the same problem? How to solve it?
BTW, is there any easier way (eg. download and upload applicationResource
property file) to do translation?
Regards,
Magic