Hi,
For IE, I have a flash app embedded on a page but when a text field is active in the flash app keystrokes are being captured and treated as shortcuts so suddenly I find myself in the history section after typing an 'h' for example in a 'in focus' flash app entry box. Firefox seems to be OK in this regard.
I notice that the shortcut setup has something like 'disable_in_input':true. Is there by chance a way to tell it to disable in object or embed tags (or a named/classed div)? Probably not from looking at the shortcut.js home page.
Alternatively, is there a way to disable shortcuts in xwiki?
--
Glenn
I would like to add a menu selection for a plugin similar to the Watch menu. However, I cannot figure out where this is done. I initially thought the WatchListPlugin would be a good example but I don't see any code there dealing with menus.
How would a plugin go about adding to system menus?
Thanks,
Glenn
vmassol (SVN) wrote:
> Author: vmassol
> Date: 2009-06-12 20:20:40 +0200 (Fri, 12 Jun 2009)
> New Revision: 21266
>
> Added:
> platform/xwiki-tools/trunk/xwiki-archetype-macro/archetype-catalog.xml
> Log:
> XWIKI-3977: Create a Maven Archetype to make it easy to create XWiki Macros
>
> * Added a catalog so that users can create macro archetype using: mvn archetype:generate -DarchetypeCatalog=http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk/xwiki-archetype-macro/archetype-catalog.xml
> * In the future we'll ask the Maven team to add our archetype to the default list of archetypes
>
> Added: platform/xwiki-tools/trunk/xwiki-archetype-macro/archetype-catalog.xml
> ===================================================================
> --- platform/xwiki-tools/trunk/xwiki-archetype-macro/archetype-catalog.xml (rev 0)
> +++ platform/xwiki-tools/trunk/xwiki-archetype-macro/archetype-catalog.xml 2009-06-12 18:20:40 UTC (rev 21266)
> @@ -0,0 +1,11 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<archetype-catalog>
> + <archetypes>
> + <archetype>
> + <groupId>com.xpn.xwiki.platform.tools</groupId>
> + <artifactId>xwiki-archetype-macro</artifactId>
> + <version>1.0-SNAPSHOT</version>
> + <description>Make it easy to create a maven project for creating XWiki Macros.</description>
I think that "XWiki macro" is not a good term. These are rendering
macros, and if we want to make the rendering generic, usable by other
apps, then the macros should not be "XWiki macros".
> + </archetype>
> + </archetypes>
> +</archetype-catalog>
>
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi dev folks,
I developed a math plugin ("MathTex") to render LaTeX math expressions in XWiki.
Currently the plugin supports two formula renderer:
- The default one (contained in xwiki-plugin-mathtex-core.jar) is
LGPL and thus can be embedded in the XWiki packages
- The other one is GPL (powered by JMathTex) and gives better
results. It can used by adding the xwiki-plugin-mathtex-ext.jar to the
classpath and adding a parameter to the xwiki.cfg to override the
default renderer
(xwiki.plugins.mathtex.builder=org.thenesis.xwiki.plugin.mathtex.JMathTexFormulaImageBuilder)
In order to work this plugin requires modifications of some parts of
the XWiki default classes/files:
- xwiki.cfg
- macros.txt/macros.vm
- struts-config.xml
- XWikiRightServiceImpl.java (privileges for actions)
So an admin couldn't just grab it from the plugin zone and make it
work out-of-the-box.
Hence I would like to propose this plugin for integration in XWiki
with two alternatives:
1) Full integration
2) Partial integration (macros, struts-config.xml,
XWikiRightServiceImpl.java changes) + users still have to load the
plugin jar(s) from the plugin zone.
--Guillaume Legris
The XWiki development team is pleased to announce the release of XWiki Office 1.0 Milestone RC1.
XWiki Office is a XWiki.org project that provides integration between Microsoft Office and XWiki servers.
Go grab it at:
- http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice
For more information about XOffice go at:
- http://xoffice.xwiki.org/xwiki/bin/view/Main/
Main improvements introduces in version 1.0 RC1:
- Faster Word startup
- Fixed page publishing issues
- Better & cleaner output
- Improved html tables
- Better lists and bullets
- Cleaned grammar and spelling output
- Small improvements on UI dialogs.
All active XWord M3 clients and snapshot instances will be automatically updated to the latest version.
For details about this release see the Release Notes at:
- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10RC1
You can also view the roadmap here:
- http://xoffice.xwiki.org/xwiki/bin/view/Main/Roadmap
Thanks
-The XWiki dev team