Hi, all,
I got a problem with our xwiki site setup, I have apache webserver and
tomcat behind with xwiki 3.5 deployed, when I do login, logout or clicking
buttons on the server machine browser with
http://localhost:8082/xwiki/bin/login/XWiki/XWikiLogin, I can login,
everything works fine, but if I use external public internet to access our
xwiki site like: http://mydomain.com/xwiki/bin/login/XWiki/XWikiLogin, I
got the login page shown up, but if I login, it redirects me to
localhost/xwiki/bin/view/Main/WebHome, which points to my localhost, not my
server mydomain.com machine, then from the browser address bar, if I change
the localhost url to this url:
http://mydomain.com/xwiki/bin/view/Main/WebHome, I can see the page
correctly.
Hers is my httpd.conf file setup:
ProxyPass /xwiki http://localhost:8082/xwiki
ProxyPassReverse /xwiki http://localhost:8082/xwiki
Any clue what is going on?
Thanks
Dave
I tried doing exactly what I see in this tutorial:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
to to the Minimal StyleSheet eXtension. I do everything as the tutorial says but there is no effect.
So is the tutorial wrong or does the option "Always on this wiki" not work?
I can do:
{{velocity}}
$xwiki.ssx.use("XWiki.MyFirstStylesheetExtension")
{{/velocity}}
In a page and have it work, but I want to have an extension for all of the Wiki so I want to use the "Always on this wiki".
Thanks for any pointers one might give.
Brett
I have edited the XWiki Tag Class
http://<server>/xwiki/bin/view/XWiki/TagClass<http://%3cserver%3e/xwiki/bin/view/XWiki/TagClass>
and set the Tags property. The name is "tags and I have edited the Values to be the list of tags I want. However on a page, I do not see the list of tags when I click on the Tags(+). Is this only effective for a newly created page or should the tags appear on the existing pages?
Any help or thoughts will be appreciated.
Brett
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 4.0.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release of the 4.x cycle. See
http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap for more
informations about the 4.x cycle.
The highlights of this release are:
* reduced document database id collision. It has been well tested but
you might want to make sure you have a working backup of your
database.
* new LDAP administration UI
* Annotations merged with Comments
* Extension Manager improvements
* App Within Minutes improvements
* User profile customization
* User directory improvements and user customized view
* ColorThemes gradients customizable from ColorTheme Wizard
* New IRC Bot Application
On development side:
* Extension Manager (without xar support and wiki UI) is now part of
XWiki Commons project and can be easily used outside of XWiki
* Component roles are now based on java.lang.reflect.Type instead of
java.lang.Class which mean you can now have different roles with the
same class and different generic types (e.g. )
* New Velocity tool to serialize Java objects to JSON format
* Class reference always local
* New Rights Implementation (Experimental). You can enable and test it
in xwiki.cfg.
* New technical content hiding system
* A new ApplicationReadyEvent event has been introduce for component
that need to access the database at init.
For more information see the Release notes at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise40
and http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXEM40
Thanks
-The XWiki dev team
Hi All,
i imported the tab extension from
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tabs+Macro. But it
does not work fine. Switch tab does not work and content of all tab shows
under first tab. I have fixed the issue as it required the small
modification. How should i check in the fixed version or is there any point
of contact whom i can intimate about the change.
Hi all, stumped on a little trick in inline mode:
I created a sheet for a class, so users will use an inline mode form.
However, I want them to be able to change the title of the document, like
so:
#if ($context.action != 'view')
$doc.display('title')
{{html}}#template('tagedit.vm'){{/html}}
#end
as you can see, I am able to add a tag editor in inline mode, but the title
does not show up, and can not be edited. I'd hate to use a different object
for the title, any suggestions?
Thanks!
Hi, all,
I am trying to add an addComments sub-menu item to image button from the
menu bar of WYSIWYG editor, what it does is to add comments for an image
inserted in the editor because I need to explain what each image is about
after I put it in the editor, I checked the
class:XWiki.WysiwygEditorConfigClass and the wysiwyg.js, I added a
sub-menu in
the WysiwygEditorConfigClass for image menu, but after that, I got lost,
this sub-menu button is supposed to connect to a plugin to trigger java to
run I believe since it is a plugin and each sub-menu like
imageInsertAttached, imageInsertURL is a plugin, but I could not find the
code where it calls a plugin, so how is the sub-menu button hooked to the
plugin? when a user clicks on the submenu button in the editor (inline
form) page, which javascript function gets called?
Thanks very much in advance!!
Dave
I have been running a simple xwiki farm with 2 sub wikis for some time and
I recently tried to add a macro with a groovy script in the sub-wiki and
got the "You don't have the right to execute this script". I tried to
grant programming to the user by logging into the wiki farm site and
granting programming to the group and to the user I am using in the
sub-wiki. I imported the Admin tools application and ran the Programming
rights Check and applied the config.
I still am not able to grant the user programming rights and my macro with
the script will not run, same permissions error.
I have tried to create a new user in the wiki farm and grant programming to
it, but when I login to the subwiki it has no permissions so I don't
believe I have him setup quite right.
This is running XWiki Enterprise 2.3.1.29183 build, not sure where to go
from here.
Any help appreciated.
Bob