The XWiki Development team is pleased to announce the 4.1.1 bug fix release.
Download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
And review the release notes here:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
This release fixes the following issues:
* XWIKI-7943 Impossible to save very large pages in jetty
* XWIKI-7940 Conflict reported when same existing document is already in the database and there is no previous official version of the XAR extension
* XWIKI-7939 Merge conflict resolution UI fails when there is no previous version
* XWIKI-7938 Conflict reported when an extension document have attachment when installing a xar
* XE-1190 Add suggest in Debian packages
* XE-1189 Debian package fail to upgrade
* XCOMMONS-201 class java.lang.StackOverflowError in LogQueue.error under some conditions
Thanks to the developers for getting these issues fixed promptly and thanks to the users
for your helpful bug reports and your patience.
Caleb
Thanks a lot, now it works :)
greets,
zae.
>>> Marius Dumitru Florea 21.06.12 16.27 Uhr >>>
Currently the easiest solution is to use a Large String property type
because its content is rendered and so the URL will be transformed in
a link. If you want to keep the Short Text property, you can do like
this:
(1) Edit the application home page in wiki edit mode and make this changes:
- 'shortText1': {'type': 'text', 'size': 10, 'filterable': true,
'sortable': true, 'html': false},
+ 'shortText1': {'type': 'text', 'size': 10, 'filterable': true,
'sortable': true, 'html': true},
(where 'shortText1' is the ID/name of your property holding the URL)
- 'resultPage' : 'AppWithinMinutes.LiveTableGenerator',
+ 'resultPage' : 'MyCustomLiveTableResults',
(2) Create MyCustomLiveTableResults page in the application space with
this wiki content:
----------8<----------
{{include document="XWiki.LiveTableResultsMacros" /}}
{{velocity}}
#if($xcontext.action == 'get' && "$!{request.outputSyntax}" == 'plain')
$response.setContentType('application/json')
#set($map = {})
#gridresult_buildJSON("$!request.classname" $request.collist.split(',') $map)
## Transform the URL property in a link.
#foreach($row in $map.get('rows'))
#set($url = $escapetool.xml($row.get('shortText1_value')))
#set($discard = $row.put('shortText1', "$url"))
#end
#set($json = $jsontool.serialize($map))
## We have to escape the translation key because it appears as JSON
value in the output.
#set($escapedEmptyValueTranslationKey =
$escapetool.javascript("${request.transprefix}emptyvalue"))
$json.replace($escapedEmptyValueTranslationKey, '-')
#end
{{/velocity}}
---------->8----------
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro
for more details.
Hope this helps,
Marius
On Thu, Jun 21, 2012 at 3:05 PM, Account wrote:
> Hi,
> i want to use the AppWithinMinutes-App to build a database of chemicals which we have in our labs. As one column i want to have a link to the wikipedia page of that chemical and i want the link to be displayed and clickable in the table, not only on the page of each entry.
> To do so i added a Short Text - field for this, but when i add an entry, it's only a link when i type it in the form [[http://de.wikipedia.org/wiki/Zinkfluorid]] and this only on the entry page. In the table it's a trimmed version (for example "org/wiki/Zinkfluorid") and it's no link. But when i type in [[Link>>http://de.wikipedia.org/wiki/Zinkfluorid]] it doesn't work, it's no link anymore and the code is not interpreted.
> How can i solve this problem?
> Thanks,
> zae.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
i want to use the AppWithinMinutes-App to build a database of chemicals which we have in our labs. As one column i want to have a link to the wikipedia page of that chemical and i want the link to be displayed and clickable in the table, not only on the page of each entry.
To do so i added a Short Text - field for this, but when i add an entry, it's only a link when i type it in the form [[http://de.wikipedia.org/wiki/Zinkfluorid]] and this only on the entry page. In the table it's a trimmed version (for example "org/wiki/Zinkfluorid") and it's no link. But when i type in [[Link>>http://de.wikipedia.org/wiki/Zinkfluorid]] it doesn't work, it's no link anymore and the code is not interpreted.
How can i solve this problem?
Thanks,
zae.
I will try to get our Admin to update to the latest version, but the detour with the XWiki.WysiwygEditorConfig page in object mode worked, so thanks a lot!
greets
zae.
>>> Marius Dumitru Florea 21.06.12 15.31 Uhr >>>
What version of XWiki Enterprise are you using? We had
http://jira.xwiki.org/browse/XWIKI-7121 at some point but it should be
fixed in the most recent versions. In any case, you can edit directly
XWiki.WysiwygEditorConfig page in object mode and set the plugin and
tool bar configuration properties.
Hope this helps,
Marius
On Thu, Jun 21, 2012 at 11:12 AM, Account wrote:
> Hi,
> i have the same problem, but it didn't work. In the Administration -> WYSIWYG Editor I added the plugin "color" to the plugins and "forecolor" and "backcolor" to the toolbar, but when i hit the save-button all changes are gone and i don't know why.
> thanks in advance,
> zae.
>
>
>>>> Geo Du 24.05.12 0.58 Uhr >>>
> Ok, worked, great.
>
> Thanks very much.
>
> Dave
>
> On Wed, May 23, 2012 at 3:59 AM, Marius Dumitru Florea <
> mariusdumitru.florea(a)xwiki.com> wrote:
>
>> On Wed, May 23, 2012 at 6:45 AM, Geo Du wrote:
>> > Hi Marius,
>> >
>> > I went to the Administration --> WYSIWYG Editor, from the General
>> settings,
>> > I can see there are sections for Plugins, Menu Bar and Tool Bar, I added
>> > color and font to the Plugins by using the plus icon button, and then
>> saved
>> > the settings from the save button, then I came to a page with the edit
>> > button to load wysiwyg editor, I found neither color nor font shown up, I
>> > did the same thing for Tool Bar, added color and font there, still no
>> color
>> > no font shown up on the wysiwyg editor, I looked the inline editor as
>> well,
>> > they did not show up either.
>> > On the editor, it had both Menu bar with link, image, table, macro and
>> > import, and Tool bar with bold italic ..., but no font no color showing
>> in
>> > the bar, so how can I add color and font into the bar?
>> >
>> > I checked the macros.vm, it loaded colors like that:
>> > #set($ok = $parameters.put('colors', $services.wysiwyg.config.
>> > getColorPalette()))
>> > #set($ok = $parameters.put('colorsPerRow',
>> > $services.wysiwyg.config.getColorsPerRow()))
>> > #set($ok = $parameters.put('fontNames',
>> > $services.wysiwyg.config.getFontNames()))
>> > #set($ok = $parameters.put('fontSizes',
>> > $services.wysiwyg.config.getFontSizes()))
>> > #set($ok = $parameters.put('styleNames',
>> > $services.wysiwyg.config.getStyleNames()))
>> >
>>
>> > Am I missing anything here?
>>
>> Yes, as indicated on
>>
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HPluginsa…
>> each plugin provides some features that you can put on the tool bar or
>> menu. In you case, besides adding 'color' and 'font' to the list of
>> plugins, you also need to specify which of their features should be
>> placed on the tool bar (e.g. forecolor, backcolor, fontname,
>> fontsize).
>>
>> Hope this helps,
>> Marius
>>
>> >
>> > Thanks very much for your help.
>> >
>> > Dave
>> >
>> >
>> > On Mon, May 7, 2012 at 3:22 AM, Marius Dumitru Florea <
>> > mariusdumitru.florea(a)xwiki.com> wrote:
>> >
>> >> On Mon, May 7, 2012 at 10:20 AM, Marius Dumitru Florea
>> >> wrote:
>> >> > Hi Dave,
>> >> >
>> >> > On Sat, May 5, 2012 at 4:14 AM, Geo Du wrote:
>> >> >> Hi, Marius,
>> >> >>
>> >> >> Thanks very much for your help, I checked the link
>> >> >>
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configurationturned on
>> >> >
>> >> >> the full list of toolbars like the following in xwiki.cfg file, then
>> I
>> >> >
>> >> > Where did you read "xwiki.cfg" or "xwiki.properties" on
>> >> > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor(the
>> >> > link I gave you) ?
>> >> >
>> >> >> restarted tomcat, checked the page with wysiwyg editor, nothing
>> >> changed, no
>> >> >
>> >> >> subtoolbar, findtoobar or symboltoolbar showed up, and actually I
>> want
>> >> to
>> >> >
>> >> > There's no subtoolbar nor findtoobar.
>> >> >
>> >> > You don't have to change any configuration file nor to restart the
>> >> > server. You just have to go to the Administration, then to the WYSIWYG
>> >> > Editor section (from the left vertical menu) and there you'll be able
>> >> > to add plugins and features on the tool bar, like stated on
>> >> >
>> >>
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HConfigur…
>> >>
>> >> You should see this
>> >>
>> >>
>> http://www.xwiki.org/xwiki/bin/download/ReleaseNotes/ReleaseNotesXWikiEnter…
>> >> .
>> >>
>> >> > .
>> >> >
>> >> > Hope this helps,
>> >> > Marius
>> >> >
>> >> >> add Text Alignment, Fonts, TextSize, colors to the toolbar, I googled
>> >> >> around, could not find a solution, any more clues? I checked
>> >> >> xwiki.properties file as well, nothing there related to wysiwyg
>> editor.
>> >> >>
>> >> >> Thanks again
>> >> >>
>> >> >> Dave
>> >> >>
>> >> >>
>> >> >> #---------------------------------------
>> >> >> # WYSIWYG Editor configuration
>> >> >> #
>> >> >>
>> >> >> #-# You can configure the toolbars you wish to see in the WYSIWYG
>> >> editor by
>> >> >> defining the
>> >> >> #-# xwiki.wysiwyg.toolbars property.
>> >> >> #-# When not defined it defaults to:
>> >> >> xwiki.wysiwyg.toolbars=texttoolbar, listtoolbar, indenttoolbar,
>> >> >> undotoolbar, titletoolbar, \
>> >> >> styletoolbar, horizontaltoolbar,
>> >> >> attachmenttoolbar, macrostoolbar, \
>> >> >> tabletoolbar, tablerowtoolbar,
>> tablecoltoolbar,
>> >> >> linktoolbar, subtoolbar, findtoolbar, symboltoolbar
>> >> >> #-# The full list of toolbars includes the one defined above and the
>> >> >> following ones:
>> >> >> #-# subtoolbar, findtoolbar, symboltoolbar
>> >> >>
>> >> >> Then
>> >> >>
>> >> >> On Wed, May 2, 2012 at 5:27 AM, Marius Dumitru Florea <
>> >> >> mariusdumitru.florea(a)xwiki.com> wrote:
>> >> >>
>> >> >>> Hi Dave,
>> >> >>>
>> >> >>> On Wed, May 2, 2012 at 6:41 AM, Geo Du wrote:
>> >> >>> > Hi, all,
>> >> >>> >
>> >> >>> > I have a problem to add more tools onto the toolbar with xwiki
>> 3.5 I
>> >> am
>> >> >>> > using, I like to add Text Alignment, Fonts, TextSize, colors, but
>> I
>> >> >>> checked
>> >> >>>
>> >> >>> > this link:
>> >> >>> http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor,
>> >> >>>
>> >> >>> This is the user documentation. It describes the WYSIWYG editor
>> >> >>> features for simple users.
>> >> >>>
>> >> >>> > it is for 2.0, where is the toolbar configuration information
>> about
>> >> the
>> >> >>> 3.5
>> >> >>> > version? I could not find from the admin guide.
>> >> >>>
>> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ links to
>> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration
>> >> >>> which has a section "Configure the WYSIWYG editor" which points to
>> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor
>> >> >>>
>> >> >>> > Also from the WYSIWYG editor configuration class,
>> >> >>> > https://sipa.mol.fi/xwiki/bin/view/XWiki/WysiwygEditorConfigClass
>> ,
>> >> it
>> >> >>> does
>> >> >>> > not define all the tool bar items.
>> >> >>>
>> >> >>> You should use the administration section dedicated for the WYSIWYG
>> >> editor.
>> >> >>>
>> >> >>> Hope this helps,
>> >> >>> Marius
>> >> >>>
>> >> >>> >
>> >> >>> > Would you please point me to the right direction to look at?
>> >> >>> >
>> >> >>> > Thanks very much!!
>> >> >>> >
>> >> >>> > Dave
>> >> >>> > _______________________________________________
>> >> >>> > devs mailing list
>> >> >>> > devs(a)xwiki.org
>> >> >>> > http://lists.xwiki.org/mailman/listinfo/devs
>> >> >>> _______________________________________________
>> >> >>> users mailing list
>> >> >>> users(a)xwiki.org
>> >> >>> http://lists.xwiki.org/mailman/listinfo/users
>> >> >>>
>> >> >> _______________________________________________
>> >> >> users mailing list
>> >> >> users(a)xwiki.org
>> >> >> http://lists.xwiki.org/mailman/listinfo/users
>> >> _______________________________________________
>> >> users mailing list
>> >> users(a)xwiki.org
>> >> http://lists.xwiki.org/mailman/listinfo/users
>> >>
>> > _______________________________________________
>> > users mailing list
>> > users(a)xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello XWiki experts,
in the deployment of our staging environment, we met a strange thing: many exceptions such as:
> Failed to send event [org.xwiki.bridge.event.DocumentCreatedEvent@72dd82d1] to listener [com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl@55b8b91f]
> org.hibernate.MappingException: Unknown entity: com.xpn.xwiki.plugin.activitystream.impl.ActivityEventImpl
> at org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:693) ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
> at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1485) ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
[...]
> at com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addActivityEvent(ActivityStreamImpl.java:313) ~[xwiki-platform-activitystream-3.5.1-SNAPSHOT.jar:na]
> at com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addDocumentActivityEvent(ActivityStreamImpl.java:398) ~[xwiki-platform-activitystream-3.5.1-SNAPSHOT.j
> ar:na]
> at com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addDocumentActivityEvent(ActivityStreamImpl.java:376) ~[xwiki-platform-activitystream-3.5.1-SNAPSHOT.j
> ar:na]
> at com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.onEvent(ActivityStreamImpl.java:886) ~[xwiki-platform-activitystream-3.5.1-SNAPSHOT.jar:na]
> at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:268) [xwiki-commons-observation-local-3.5.jar:na]
> at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:233) [xwiki-commons-observation-local-3.5.jar:na]
> at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1403) [xwiki-platform-legacy-oldcore-3.5.jar:na]
What's surprising is that the activitystream jar (3.5.1) is there and its hibernate mapping and that no complaint is made about the lack of such.
Also bizarre is that the same webapp (differences in xwiki.cfg and web.xml only) on our development server does not have this issue.
Is there something I've done wrong?
Thanks in advance
Paul
Hi,
i have the same problem, but it didn't work. In the Administration -> WYSIWYG Editor I added the plugin "color" to the plugins and "forecolor" and "backcolor" to the toolbar, but when i hit the save-button all changes are gone and i don't know why.
thanks in advance,
zae.
>>> Geo Du 24.05.12 0.58 Uhr >>>
Ok, worked, great.
Thanks very much.
Dave
On Wed, May 23, 2012 at 3:59 AM, Marius Dumitru Florea <
mariusdumitru.florea(a)xwiki.com> wrote:
> On Wed, May 23, 2012 at 6:45 AM, Geo Du wrote:
> > Hi Marius,
> >
> > I went to the Administration --> WYSIWYG Editor, from the General
> settings,
> > I can see there are sections for Plugins, Menu Bar and Tool Bar, I added
> > color and font to the Plugins by using the plus icon button, and then
> saved
> > the settings from the save button, then I came to a page with the edit
> > button to load wysiwyg editor, I found neither color nor font shown up, I
> > did the same thing for Tool Bar, added color and font there, still no
> color
> > no font shown up on the wysiwyg editor, I looked the inline editor as
> well,
> > they did not show up either.
> > On the editor, it had both Menu bar with link, image, table, macro and
> > import, and Tool bar with bold italic ..., but no font no color showing
> in
> > the bar, so how can I add color and font into the bar?
> >
> > I checked the macros.vm, it loaded colors like that:
> > #set($ok = $parameters.put('colors', $services.wysiwyg.config.
> > getColorPalette()))
> > #set($ok = $parameters.put('colorsPerRow',
> > $services.wysiwyg.config.getColorsPerRow()))
> > #set($ok = $parameters.put('fontNames',
> > $services.wysiwyg.config.getFontNames()))
> > #set($ok = $parameters.put('fontSizes',
> > $services.wysiwyg.config.getFontSizes()))
> > #set($ok = $parameters.put('styleNames',
> > $services.wysiwyg.config.getStyleNames()))
> >
>
> > Am I missing anything here?
>
> Yes, as indicated on
>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HPluginsa…
> each plugin provides some features that you can put on the tool bar or
> menu. In you case, besides adding 'color' and 'font' to the list of
> plugins, you also need to specify which of their features should be
> placed on the tool bar (e.g. forecolor, backcolor, fontname,
> fontsize).
>
> Hope this helps,
> Marius
>
> >
> > Thanks very much for your help.
> >
> > Dave
> >
> >
> > On Mon, May 7, 2012 at 3:22 AM, Marius Dumitru Florea <
> > mariusdumitru.florea(a)xwiki.com> wrote:
> >
> >> On Mon, May 7, 2012 at 10:20 AM, Marius Dumitru Florea
> >> wrote:
> >> > Hi Dave,
> >> >
> >> > On Sat, May 5, 2012 at 4:14 AM, Geo Du wrote:
> >> >> Hi, Marius,
> >> >>
> >> >> Thanks very much for your help, I checked the link
> >> >>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configurationturned on
> >> >
> >> >> the full list of toolbars like the following in xwiki.cfg file, then
> I
> >> >
> >> > Where did you read "xwiki.cfg" or "xwiki.properties" on
> >> > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor(the
> >> > link I gave you) ?
> >> >
> >> >> restarted tomcat, checked the page with wysiwyg editor, nothing
> >> changed, no
> >> >
> >> >> subtoolbar, findtoobar or symboltoolbar showed up, and actually I
> want
> >> to
> >> >
> >> > There's no subtoolbar nor findtoobar.
> >> >
> >> > You don't have to change any configuration file nor to restart the
> >> > server. You just have to go to the Administration, then to the WYSIWYG
> >> > Editor section (from the left vertical menu) and there you'll be able
> >> > to add plugins and features on the tool bar, like stated on
> >> >
> >>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HConfigur…
> >>
> >> You should see this
> >>
> >>
> http://www.xwiki.org/xwiki/bin/download/ReleaseNotes/ReleaseNotesXWikiEnter…
> >> .
> >>
> >> > .
> >> >
> >> > Hope this helps,
> >> > Marius
> >> >
> >> >> add Text Alignment, Fonts, TextSize, colors to the toolbar, I googled
> >> >> around, could not find a solution, any more clues? I checked
> >> >> xwiki.properties file as well, nothing there related to wysiwyg
> editor.
> >> >>
> >> >> Thanks again
> >> >>
> >> >> Dave
> >> >>
> >> >>
> >> >> #---------------------------------------
> >> >> # WYSIWYG Editor configuration
> >> >> #
> >> >>
> >> >> #-# You can configure the toolbars you wish to see in the WYSIWYG
> >> editor by
> >> >> defining the
> >> >> #-# xwiki.wysiwyg.toolbars property.
> >> >> #-# When not defined it defaults to:
> >> >> xwiki.wysiwyg.toolbars=texttoolbar, listtoolbar, indenttoolbar,
> >> >> undotoolbar, titletoolbar, \
> >> >> styletoolbar, horizontaltoolbar,
> >> >> attachmenttoolbar, macrostoolbar, \
> >> >> tabletoolbar, tablerowtoolbar,
> tablecoltoolbar,
> >> >> linktoolbar, subtoolbar, findtoolbar, symboltoolbar
> >> >> #-# The full list of toolbars includes the one defined above and the
> >> >> following ones:
> >> >> #-# subtoolbar, findtoolbar, symboltoolbar
> >> >>
> >> >> Then
> >> >>
> >> >> On Wed, May 2, 2012 at 5:27 AM, Marius Dumitru Florea <
> >> >> mariusdumitru.florea(a)xwiki.com> wrote:
> >> >>
> >> >>> Hi Dave,
> >> >>>
> >> >>> On Wed, May 2, 2012 at 6:41 AM, Geo Du wrote:
> >> >>> > Hi, all,
> >> >>> >
> >> >>> > I have a problem to add more tools onto the toolbar with xwiki
> 3.5 I
> >> am
> >> >>> > using, I like to add Text Alignment, Fonts, TextSize, colors, but
> I
> >> >>> checked
> >> >>>
> >> >>> > this link:
> >> >>> http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor,
> >> >>>
> >> >>> This is the user documentation. It describes the WYSIWYG editor
> >> >>> features for simple users.
> >> >>>
> >> >>> > it is for 2.0, where is the toolbar configuration information
> about
> >> the
> >> >>> 3.5
> >> >>> > version? I could not find from the admin guide.
> >> >>>
> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ links to
> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration
> >> >>> which has a section "Configure the WYSIWYG editor" which points to
> >> >>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor
> >> >>>
> >> >>> > Also from the WYSIWYG editor configuration class,
> >> >>> > https://sipa.mol.fi/xwiki/bin/view/XWiki/WysiwygEditorConfigClass
> ,
> >> it
> >> >>> does
> >> >>> > not define all the tool bar items.
> >> >>>
> >> >>> You should use the administration section dedicated for the WYSIWYG
> >> editor.
> >> >>>
> >> >>> Hope this helps,
> >> >>> Marius
> >> >>>
> >> >>> >
> >> >>> > Would you please point me to the right direction to look at?
> >> >>> >
> >> >>> > Thanks very much!!
> >> >>> >
> >> >>> > Dave
> >> >>> > _______________________________________________
> >> >>> > devs mailing list
> >> >>> > devs(a)xwiki.org
> >> >>> > http://lists.xwiki.org/mailman/listinfo/devs
> >> >>> _______________________________________________
> >> >>> users mailing list
> >> >>> users(a)xwiki.org
> >> >>> http://lists.xwiki.org/mailman/listinfo/users
> >> >>>
> >> >> _______________________________________________
> >> >> users mailing list
> >> >> users(a)xwiki.org
> >> >> http://lists.xwiki.org/mailman/listinfo/users
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
We would like to create a second and third instance of BLOG within the Wiki
This is quite easy to do with the BLOG.Management
But having done that there are two important things which we would like to
see differently
- Categories: Now the categories are shared between the BLOGS. We would
like to have a Category structure per BLOG SPACE
- Panels: We would like to have three side panels (last posts, Posts per
category and Archive) showing only posts of that BLOG SPace
The instruction on XWiki,org do not cover these two things.
Who knows how to do this?
Gerritjan
Please forgive me if this is resolved somewhere else, I've spent countless hours trying to figure it out.
But is there not a way to edit the following snippet to make it list the pages in the given space alphabetically??
{{spaceindex space="<space name here>" /}}
I've tried all kinds of things including the suggestions at http://xwiki.475771.n2.nabble.com/sorting-of-space-index-macro-td7549725.ht… and wasn't able to get it to work.
It seems like it should be something really simple to do, I just can't figure it out.
Or if there's another way to get an ordered list of the REAL pages in the space that would be great. I want to use it on the webhome of the space, so I don't want it cluttered up with everything in the Document Index, just the actual pages.
I can live with it showing web preferences and the webhome pages.
Regards,
Janna Cox
Hello,
I’m using Xwiki enterprise 4.1 with LDAP authentication to an Active Directory server. Authentication works fine, but my group mappings don’t work.
I think the problem is that I’m using sAMAccountName as UID_attr, but the memberfields of my groups contain the full ldap-dn of the user. So this way, they do not match and users are not seen as members in the group.
Is my assumption correct? And is there a solution for this problem?
(I have an other site with an OpenLDAP server which has normal uid’s in the group memberfields. This one works fine!)
Regards,
Mark