Re: [xwiki-users] Reset WYSIWYG editor menu bar?

2015-05-19 Thread Clemens Klein-Robbenhaar
On 05/19/2015 01:07 AM, Arnold, Garth wrote:
 Hello,
 
 I am using XWiki 6.2.4. When altering my WYSIWYG editor settings (through 
 Administration/Applications/WYSIWYG Editor), I first added the color and font 
 PLUGINS, and then incorrectly edited the MENU BAR entries and specified 
 color and font. I now know that I need to add forecolor, backcolor, 
 fontname and fontsize entries to the TOOL BAR to enable those options in the 
 editor. But as a result of my edit, on the administrative WYSIWYG editor 
 settings page I no longer have a list of loaded menus nor do I have a textbox 
 in which I can specify new entries. How do I undo my incorrect edits to the 
 list of menu bar entries?
 

The setting are stored in the page XWiki.WysiwygEditorConfig

a) rollback to the last working revision:

 
http://wiki.server.name/xwiki/bin/view/XWiki/WysiwygEditorConfig?viewer=historyshowminor=true

b) fix it in the object editor

 http://wiki.server.name/xwiki/bin/edit/XWiki/WysiwygEditorConfig?editor=object

  see Objects of type XWiki.WysiwygEditorConfigClass (1)

HTH
Clemens

 Thanks in advance for your suggestions,
 
 Garth Arnold
 
 
 
 
 GHC Confidentiality Statement
 
 This message and any attached files might contain confidential information 
 protected by federal and state law. The information is intended only for the 
 use of the individual(s) or entities originally named as addressees. The 
 improper disclosure of such information may be subject to civil or criminal 
 penalties. If this message reached you in error, please contact the sender 
 and destroy this message. Disclosing, copying, forwarding, or distributing 
 the information by unauthorized individuals or entities is strictly 
 prohibited by law.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] User activity log

2015-05-19 Thread vinc...@massol.net

On 19 May 2015 at 13:30:32, Яковлев Павел Владимирович 
(yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)) wrote:

  
 Vincent,
  
  
 Unfortunately as I see this extension does not collect info which pages where 
 visited by which user( 

Indeed

 Business task is like this: to know which required instructions this guy or 
 that guy have read

You could do that by having some web server (apache for ex) in front of xwiki 
and then checking the access logs. You’d need to ensure to log the username 
from the cookie for example (for ex using 
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html).

Alternatively (and better IMO), you can have some custom sheet with a checkbox 
that the user has to click to signify he’s read the page (since viewing the 
page doesn’t mean he’s read it!).

Hope it helps,
-Vincent

 From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of 
 vinc...@massol.net
 Sent: Tuesday, May 19, 2015 2:23 PM
 To: XWiki Users
 Cc: Яковлев Павел Владимирович
 Subject: Re: [xwiki-users] User activity log
  
  
  
  
  
  
  
 Hi,
  
  
  
  
  
 On 19 May 2015 at 13:15:55, Яковлев Павел Владимирович 
 (yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru))(mailto:yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)))
  wrote:
  
  Hi all!
 
  Our organization have Xwiki set up and working. Some pages are business 
  instructions.
 
  Now management asked for report: who viewed which instructions and when.
 
  We have authorization required to view those pages, so Xwiki always know 
  login name.
 
  Is there way set up some log of visits by user and page?
 
  Better if without setting up dev tools and changing code!
 
  A text file or table in DB will be enough as log
 
  Thanks all who will reply/
  
  
  
  
  
  
 Maybe 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application 
 would help you?
  
  
  
  
  
  
  
 Thanks
  
  
  
 -Vincent
  
  
  
  
  
  
  
  
  



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] User activity log

2015-05-19 Thread Mahomed Hussein
Hi

I had also asked for something like this when we first started using XWiki. 
Unfortunately the answer I also got was that it wasn't possible.

Have a look at the thread for some useful info that was given - 
http://lists.xwiki.org/pipermail/users/2015-March/030119.html

Vincent's idea of having a check-sheet attached to each document would be an 
ideal setup. But this will no doubt require some development. I'd love to give 
it a try but not enough time or knowledge of velocity/groovy/java to implement 
this.

As I see it, to be useful, the checkbox would have to meet these criteria (in 
case anyone feels like giving it a try LOL)

- Be able to specify users/groups that need to read/accept the document
- The person reading should only have access to check their own box next to 
their name
- When they check the box, it should store a date/time stamp and become 
read-only.

Sounds simple but I doubt it is very easy to implement.


Kind regards,

Mahomed




-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of vinc...@massol.net
Sent: 19 May 2015 12:36
To: XWiki Users
Subject: Re: [xwiki-users] User activity log


On 19 May 2015 at 13:30:32, Яковлев Павел Владимирович 
(yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)) wrote:


 Vincent,


 Unfortunately as I see this extension does not collect info which pages where 
 visited by which user(

Indeed

 Business task is like this: to know which required instructions this guy or 
 that guy have read

You could do that by having some web server (apache for ex) in front of xwiki 
and then checking the access logs. You’d need to ensure to log the username 
from the cookie for example (for ex using 
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html).

Alternatively (and better IMO), you can have some custom sheet with a checkbox 
that the user has to click to signify he’s read the page (since viewing the 
page doesn’t mean he’s read it!).

Hope it helps,
-Vincent

 From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of 
 vinc...@massol.net
 Sent: Tuesday, May 19, 2015 2:23 PM
 To: XWiki Users
 Cc: Яковлев Павел Владимирович
 Subject: Re: [xwiki-users] User activity log







 Hi,





 On 19 May 2015 at 13:15:55, Яковлев Павел Владимирович 
 (yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru))(mailto:yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)))
  wrote:

  Hi all!
 
  Our organization have Xwiki set up and working. Some pages are business 
  instructions.
 
  Now management asked for report: who viewed which instructions and when.
 
  We have authorization required to view those pages, so Xwiki always know 
  login name.
 
  Is there way set up some log of visits by user and page?
 
  Better if without setting up dev tools and changing code!
 
  A text file or table in DB will be enough as log
 
  Thanks all who will reply/






 Maybe 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application 
 would help you?







 Thanks



 -Vincent












___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Upgrading xWiki

2015-05-19 Thread mbapoa poamba
Hi!

Im trying to upgrade from xwiki 4.2 to 7.
I already installed xwiki 7 and postgres in another server for testing
purposes since Im new with xwiki. I adjusted the settings and started
postgres. Xwiki 7 is working fine. Although I think its a bit slow (I
installed in a virtual server, maybe thats it?).

My main question is how to import all the old content to the new xwiki?
I have a postgres dump of 11GB from the old xwiki. Should I use it in the
new xwiki? If so, how?
Is it the best way considering how far the versions are?


Thanks in advance!
--
Mba
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] User activity log

2015-05-19 Thread Яковлев Павел Владимирович
Vincent, thanks so far for ideas, we will investigate them

I see great activitystream_events table there...
Can you have a quick look - is it easy to write there ase_type=view   
record each time page viewed?
May be you can find or make a kind of flag to enable it?


-Original Message-
From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of vinc...@massol.net
Sent: Tuesday, May 19, 2015 2:36 PM
To: XWiki Users
Cc: Яковлев Павел Владимирович
Subject: RE: [xwiki-users] User activity log


On 19 May 2015 at 13:30:32, Яковлев Павел Владимирович 
(yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)) wrote:

  
 Vincent,
  
  
 Unfortunately as I see this extension does not collect info which pages where 
 visited by which user( 

Indeed

 Business task is like this: to know which required instructions this guy or 
 that guy have read

You could do that by having some web server (apache for ex) in front of xwiki 
and then checking the access logs. You’d need to ensure to log the username 
from the cookie for example (for ex using 
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html).

Alternatively (and better IMO), you can have some custom sheet with a checkbox 
that the user has to click to signify he’s read the page (since viewing the 
page doesn’t mean he’s read it!).

Hope it helps,
-Vincent

 From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of 
 vinc...@massol.net
 Sent: Tuesday, May 19, 2015 2:23 PM
 To: XWiki Users
 Cc: Яковлев Павел Владимирович
 Subject: Re: [xwiki-users] User activity log
  
  
  
  
  
  
  
 Hi,
  
  
  
  
  
 On 19 May 2015 at 13:15:55, Яковлев Павел Владимирович 
 (yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru))(mailto:yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)))
  wrote:
  
  Hi all!
 
  Our organization have Xwiki set up and working. Some pages are business 
  instructions.
 
  Now management asked for report: who viewed which instructions and when.
 
  We have authorization required to view those pages, so Xwiki always know 
  login name.
 
  Is there way set up some log of visits by user and page?
 
  Better if without setting up dev tools and changing code!
 
  A text file or table in DB will be enough as log
 
  Thanks all who will reply/
  
  
  
  
  
  
 Maybe 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application 
 would help you?
  
  
  
  
  
  
  
 Thanks
  
  
  
 -Vincent
  
  
  
  
  
  
  
  
  



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Caching on IE - Frozen Upon Clicking Edit version 7.0.1

2015-05-19 Thread Jeff Anderson
So, we're still having an issue where after users click the Edit button to edit 
a page the xWiki page freezes loading the page / loading icon continues and the 
page isn't loaded.

To resolve the issue we have to reload the page.
Is this just a bug that has yet to be resolved?
It has been happening to us since 6.4.3.

Any assistance is appreciated,

Jeff Anderson

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] breadcrumb trail issues

2015-05-19 Thread Paul Pinkerton (ACLCO)
Running xwiki enterprise 5.4.5.

Breadcrumb trail changes do not save at times.  Any insight would be 
appreciated.

Paul Pinkerton
KnowledgeNow Project Lead
pink...@lao.on.camailto:pink...@lao.on.ca
Skype: pinkerp.laoskype:pinkerp.lao

Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.orghttp://www.aclco.org/

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users