Hi,
I can use this to enable/disable attachments and comments on a per wiki
basis:
http://www.xwiki.org/xwiki/bin/view/FAQ/Howtodisablecommentsandattachments
To the best of my understanding, there is no way of avoiding than an
user that have access to a given document, access its attachments and
comments provided he/she knows the right URL syntax.
Is that correct?
Thanks!
Ricardo
--
Ricardo RodrÃguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
I see that my screenshot did not pass through to the list correctly, so
below is more information on what the Task App is looking like in our
wiki.
>From the new task page:
its_task 3 its_task_onpage
its_task -
* its_task_status : New Assigned Verified Resolved Reopened
* its_task_resolution : None Fixed Duplicate WorksForMe Wontfix
Invalid
* its_task_reporter : (removed for privacy)
* its_task_assignee : (removed for privacy)
* its_task_dueDate :
* its_task_severity :
So what we are seeing is "its_task_status" instead of just "status" and
so forth. Any ideas on what we did wrong? :)
Sorry about the multiple emails.
Thanks!
Tamara
> _____________________________________________
> From: Johnston, T. (Tamara)
> Sent: Thursday, September 23, 2010 11:06 AM
> To: 'users(a)xwiki.org'
> Subject: Problems with Task Application
>
> Xwiki users,
>
> We installed the TaskManager application
> (http://code.xwiki.org/xwiki/bin/view/Applications/TaskManagerApplicat
> ion) and are seeing some funkiness that we cannot figure out what is
> going on, mainly because our team is all new to xwiki. Can anyone give
> any guidance based on the attached screenshot of the app in our wiki.
>
> << File: screenshot-taskapp.JPG >>
> Any help would be so greatly appreciated!!
>
> Thanks!!
>
> Tamara Johnston
> ING Contractor - ArcSight
> Minneapolis Command Center
> 111 Washington Avenue South
> Minneapolis, MN 55401
> Office: (612) 342-3274
> Remote: (510) 364-1580
> ING email: tamara.johnston(a)us.ing.com
>
>
>
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================
Xwiki users,
We installed the TaskManager application
(http://code.xwiki.org/xwiki/bin/view/Applications/TaskManagerApplicatio
n) and are seeing some funkiness that we cannot figure out what is going
on, mainly because our team is all new to xwiki. Can anyone give any
guidance based on the attached screenshot of the app in our wiki.
<<screenshot-taskapp.JPG>>
Any help would be so greatly appreciated!!
Thanks!!
Tamara Johnston
ING Contractor - ArcSight
Minneapolis Command Center
111 Washington Avenue South
Minneapolis, MN 55401
Office: (612) 342-3274
Remote: (510) 364-1580
ING email: tamara.johnston(a)us.ing.com
---------------------------------------------------------
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients. If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited. If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
============================================================================================
Hi,
Please, as an new XWiki *user* is created as a new instance of
XWiki.XWikiUser class, what class is instantiated to create a new XWiki
*document*?
Thanks!
--
Ricardo RodrÃguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hello @all,
after Importing the LightBox addon I noticed that it wasn't visible for
other users. This was due to the reduced visibility of the MacroClass Object
to 'Only User'. It would be nice for others if the author would change this
to an appropiate value, so that others won't have the same problem as me.
Greets
--
View this message in context: http://xwiki.475771.n2.nabble.com/Info-LightBox-Macro-v1-3-tp5559163p555916…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
When using the *Meta+G* popup search in a wiki instance of the farm, after
typing something to search for, the dropdown appears saying always "Document
not found".
If we repeat the same operation with the admin user of the farm, all works
fine and the suggested list contains up to 10 pages.
Using Firebug, I discovered that all is right except that the Rest search
service returns an empty list of page. This is the exact JSON received :
{"template":"
http://server.com/xwiki/rest/wikis/calife/search?q={keywords}(&scope={conte…
","searchResults":[]}
My xwiki farm version is 2.3.2. Does someone encounter the same problem ? Do
I have to create an issue in JIRA ?
Thank for your response,
Maxime Mathieu
I am out of the office until 09/23/2010.
I will respond to your message when I return.
Note: This is an automated response to your message "users Digest, Vol 38,
Issue 41" sent on 9/22/2010 2:45:22 AM.
This is the only notification you will receive while this person is away.
Hi all
Trying again to get this mail sent through. please see mail below.
Hi all
>
> I would like to Export our XWiki to disk as a XAR, but I want the Page
> Content to be HTML.
>
> I have tried using the Large Wike Export Code Snippet:
> http://code.xwiki.org/xwiki/bin/view/Snippets/LargeWikiExportSnippet
>
> This works perfectly except I am not managing to use convertSyntax() on the
> "xdoc.content()". Perhaps I am not getting the syntax right (I'm not very
> good with Java-like)
>
> I have the following as part of the toXML function in the snippet:
>
> // Add SyntaxConversion
> xwriter.startElement("", "HTMLsyntax", "HTMLsyntax", attributes);
> xdoc.convertSyntax(xhtml/1.0);
> xwriter.write(xdoc.getContent())
> xwriter.endElement("", "HTMLsyntax", "HTMLsyntax");
>
> What am I missing? And is there a better way?
>
> Thanx in advance for the help
>
> --
> Gordon
>
>
>
>
--
Gordon