[xwiki-users] Maximum Upload Size XWiki 7 sub wiki

2015-04-15 Thread phancox
I have adjusted maximum upload size in XWikiPreferences to 64MB in the main
wiki and can successfully upload for import a 48MB XAR file.

However, when I tried to upload the same file in a sub wiki, I was
restricted by the default 32MB limit.  Realising that the sub wiki would
have its own XWikiPreferences, I eventually figured out how to edit that and
made the same change as for the main wiki.

However, in this case, changing the preference had no effect and uploads are
still restricted to the default 32MB.

What do I need to change to allow sub wiki to upload attachments greater
than 32MB in size?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Maximum-Upload-Size-XWiki-7-sub-wiki-tp7594663.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] View Version History for XWiki.XWikiPreferences Page

2012-04-28 Thread phancox
Is it possible to view the version history for the XWiki.XWikiPreferences
page?  Version is 4.0rc1.

I've made updates using the object editor to set Maximum Upload Size and
added an appropriate comment in version history.  I now find that I can't
access the History information due to the special handling of this page.

Any hints would be much appreciated.

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/View-Version-History-for-XWiki-XWikiPreferences-Page-tp7510089.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] View Version History for XWiki.XWikiPreferences Page

2012-04-28 Thread phancox
Hi Sergiu,

Many thanks for the quick response; that worked perfectly.  I had tried a
few URL combinations along those lines myself, but without success.

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/View-Version-History-for-XWiki-XWikiPreferences-Page-tp7510089p7510198.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Remapping Meta+G Shortcut

2011-03-21 Thread phancox

Sergiu Dumitriu-2 wrote:
 
 On 03/18/2011 08:06 AM, phancox wrote:
 gt; Is it possible to remap the Meta+G (Ctrl+G in Windows) to another
 key?
 
 The key is configured as a translation string. You can either change it 
 in your translation, or create a new wiki document where you post the 
 new value and register that document as a document translation bundle in 
 the administration.
 
 core.viewers.jump.shortcuts='Meta+G', 'Ctrl+G', 'Ctrl+/', 'Meta+/'
 core.viewers.jump.quickLinksText=Jump to any page in the wiki (Meta+G)
 
 Seems that Ctrl+/ is also bound in Chrome (at least in Linux), to Select 
 All.
 
 gt; Just switched from Firefox to Chrome and Chrome captures Ctrl+G for
 gt; searching.
 gt;
 gt; Also noticed that the default Welcome page in XWiki 2.7 has minor
 layout
 gt; problems when displayed in Chrome.  The Xwiki.org Playground (version
 2.6.2)
 gt; appears to be OK.  Anyone else seen this.  e.g., the spaces column
 drops the
 gt; text to the right of the icon onto the line below.
 gt;
 gt; --
 gt; View this message in context:
 http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6183603.html
 gt; Sent from the XWiki- Users mailing list archive at Nabble.com.
 gt; ___
 gt; users mailing list
 gt; users@xwiki.org
 gt; http://lists.xwiki.org/mailman/listinfo/users
 gt;
 
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
Forgive my ignorance but I'm not sure where to find the document you mean
when you say change it in your translation.

When you're referring to translation bundle, is this the same as for
internationalisation?

Thanks again for your assistance.

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6191472.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Remapping Meta+G Shortcut

2011-03-21 Thread phancox

Marius Dumitru Florea wrote:
 
 On 03/21/2011 10:44 AM, phancox wrote:
 gt;
 gt; Sergiu Dumitriu-2 wrote:
 gt;gt;
 gt;gt; On 03/18/2011 08:06 AM, phancox wrote:
 gt;gt; amp;gt; Is it possible to remap the Meta+G (Ctrl+G in Windows)
 to another
 gt;gt; key?
 gt;gt;
 gt;gt; The key is configured as a translation string. You can either
 change it
 gt;gt; in your translation, or create a new wiki document where you post
 the
 gt;gt; new value and register that document as a document translation
 bundle in
 gt;gt; the administration.
 gt;gt;
 gt;gt; core.viewers.jump.shortcuts='Meta+G', 'Ctrl+G', 'Ctrl+/',
 'Meta+/'
 gt;gt; core.viewers.jump.quickLinksText=Jump to any page in the wiki
 (Meta+G)
 gt;gt;
 gt;gt; Seems that Ctrl+/ is also bound in Chrome (at least in Linux), to
 Select
 gt;gt; All.
 gt;gt;
 
 gt; Forgive my ignorance but I'm not sure where to find the document you
 mean
 gt; when you say quot;change it in your translationquot;.
 
 You have to extract ApplicationResources.properties file(s) matching 
 your language(s) from the xwiki-core jar, modify it and place it in 
 WEB-INF/classes directory, so that it overwrites the one(s) from the 
 xwiki-core jar. Finally, restart your wiki.
 
 gt;
 gt; When you're referring to translation bundle, is this the same as for
 gt; internationalisation?
 
 Yes.
 
 Hope this helps,
 Marius
 
 gt;
 gt; Thanks again for your assistance.
 gt;
 gt; --
 gt; View this message in context:
 http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6191472.html
 gt; Sent from the XWiki- Users mailing list archive at Nabble.com.
 gt; ___
 gt; users mailing list
 gt; users@xwiki.org
 gt; http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
Yes managed to get that all working fine.  Remapped to use Ctrl+Z instead of
Ctrl+G.  Interestingly, after doing this, Firefox maps Ctrl+G to find
(similar to Chrome).  Appears as if both browsers have the same mappings but
Chrome grabs the key first before passing to XWiki, whereas Firefox gives
XWiki first crack at the key?

Another ignorant question; what is the Meta key under Windows?  The panel
refers to Meta+G and Ctrl+G does what the Meta+G keys should do.  But
is there another key sequence, or does Meta+G under Windows just mean
Ctrl+G?

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6191883.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Remapping Meta+G Shortcut

2011-03-21 Thread phancox

Sergiu Dumitriu-2 wrote:
 
 On 03/21/2011 12:22 PM, phancox wrote:
 Meta = the quot;Windowsquot; key, the one with the win logo on it,
 usually 
 between Ctrl and Alt. It's bad to call it the quot;Windows keyquot; in a 
 multi-OS environment, where it maps to the Apple key on macs, and it's 
 wrong to say quot;Windowsquot; to GNU/Linux users.
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
I thought that's what it might have been but pressing the Windows key with
G takes me to the Windows gadgets.  And Windows key with the newly
mapped Z doesn't appear to do anything.  In short, Windows as a Meta
key doesn't appear to work for me at all.

Not a problem, happy to use Ctrl; just curious as to how Windows is
supposed to work as a Meta key.

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6191922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Remapping Meta+G Shortcut

2011-03-21 Thread phancox

Sergiu Dumitriu-2 wrote:
 
 On 03/21/2011 12:39 PM, phancox wrote:
 gt;
 gt; Sergiu Dumitriu-2 wrote:
 gt;gt;
 gt;gt; On 03/21/2011 12:22 PM, phancox wrote:
 gt;gt; Meta = theamp;quot;Windowsamp;quot; key, the one with the win
 logo on it,
 gt;gt; usually
 gt;gt; between Ctrl and Alt. It's bad to call it theamp;quot;Windows
 keyamp;quot; in a
 gt;gt; multi-OS environment, where it maps to the Apple key on macs, and
 it's
 gt;gt; wrong to sayamp;quot;Windowsamp;quot; to GNU/Linux users.
 gt;gt;
 gt; I thought that's what it might have been but pressing the
 quot;Windowsquot; key with
 gt; quot;Gquot; takes me to the Windows gadgets.  And
 quot;Windowsquot; key with the newly
 gt; mapped quot;Zquot; doesn't appear to do anything.  In short,
 quot;Windowsquot; as a quot;Metaquot;
 gt; key doesn't appear to work for me at all.
 
 Win7? It used to work well in XP.
 
 gt; Not a problem, happy to use quot;Ctrlquot;; just curious as to how
 quot;Windowsquot; is
 gt; supposed to work as a quot;Metaquot; key.
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
Yes, Windows 7 Ultimate 64-bit

Tried it on one of my test machines that is running XP using Internet
Explorer and it didn't work there either.  Access was via remote desktop
(test machine is a VM) but I wouldn't have expected that to make a
difference.

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Remapping-Meta-G-Shortcut-tp6183603p6191966.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users