Hi,
We use XWiki for our company's development team and all was working fine
until recently...
Now, whenever we click on any of the spaces we have created, we get:
Unknown macro: spaceindex
We used to have this macro/extension working fine and it used to list all
the documents in a specific space. Now it throws this error and nothing as
far as I am aware has changed in the XWiki's config...
Is this a version clash and it cannot download/retrieve that version of that
extension?
We are using version 4.3-milestone-1
Any advice/help would be much appreciated...
Thanks a lot,
Vlad
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unknown-macro-spaceindex-tp7584802.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi guys,
I had set up beehive for testing, especially so that we could get builds for github PR but the build doesn't work on beehive FTM so I'm removing that webhook for now till I get the build working there.
Thanks
-Vincent
from String to Email (which was introduced in 4.2 [1]). This shouldn't
raise any issue because both types store their values in the same
database table. I also added a default custom displayer for Email
XClass property type that obfuscates the email address like this:
m...(a)xwiki.com
The only "issue" is that the property type doesn't change
automatically when you upgrade because the XWiki.XWikiUsers class
initializer (oldcore) doesn't do anything if the (email) property
already exist (which is good). I'll add some comment on the release
notes (5.1M1).
Let me know if you think my changes could break something.
Thanks,
Marius
[1] http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki42#HNewfi…
Hi devs,
FYI I've configured jenkins to clean up the local repos every 7 days on agents.
This is to allow finding out issues about deps not available in our remote repo which prevent new users from building.
It's also needed to implement the fix for http://jira.xwiki.org/browse/XINFRA-85
Thanks
-Vincent
Hi,
My name is Abhinav and I am very
interested in the "LDAP server implementation"project you’ve recently posted on GSOC-2013 project ideas list. I am
currently doing my Masters in Computer Applications at Anna University,
Chennai, India. I have been interested in working with Java and LDAP Server and was
hoping to find out a little more about this project. So I would be able
to effectively shape my proposal for this project, demonstrating why I
am a quality candidate for this project.
I am looking forward to a reply from you.
Hi devs,
I've taken the liberty to create with Caty a google calendar related to social events from the xwiki.org community.
The idea is that all committers have write access to this calendar and can add any public event they know about related to xwiki in one way or another.
I'm going to send the username/password on the committers@ list.
I've started a page to view the events at
http://www.xwiki.org/xwiki/bin/view/Main/Events
Please all help in filling it!
Thanks
-Vincent
Hi,
My name is Abhinav and I am very
interested in the "LDAP server implementation"project you’ve recently posted on GSOC-2013 project ideas list. I am
currently doing my Masters in Computer Applications at Anna University,
Chennai, India. I have been interested in working with Java and LDAP Server and was
hoping to find out a little more about this project. So I would be able
to effectively shape my proposal for this project, demonstrating why I
am a quality candidate for this project.
I am looking forward to a reply from you.
Hi , my name is Sushil Kumar and i'm an undergraduate student at JIIT ,
Noida (India) . I would like to work on the project Advanced Email
Integration via GSOC 2013 . I consulted about the work that need to be done
in this project on IRC channel and got a nice explanation . But there was a
dilemma between what have to be done in this project and what has already
being done here
https://github.com/xwiki-contrib/xwiki-application-mailarchive .
Well here are the bullet points which i have understood after two days of
talks on IRC .
- A SMTP server is required to receive mails and then to attach them as
XWikiComments object to a document.
- sdumitriu suggested me to use Apache James , but he said that its a
full blown mail server and we only need receiving part hence we need to
slice that part out.
- I found it very hard to slice the SMTP part and embed it with Jetty (
its hard without rewriting the code from scratch and taking help from James
and MailArchive plugin )
Now after all these i have certain doubts regarding what exactly needs to
be done in this project .
- Do we have to integrate a mail server or have to write our own SMTP
receiver ?
- If we have to integrate a mail server do we have to slice out the SMTP
part only?
- Or is it something entirely different from these two points.
P.S. The same dilemma exists for the Jabber part too. But will figure it
out once Email Integration is well understood.
Thanks and Regards
Sushil Kumar
FTR I've configured the Jenkins build promotion plugin this weekend on our CI.
What it does now is flag XWiki Enterprise promoted builds with a green star.
An enterprise build is promoted when all the functional tests jobs pass.
The name of this promotion is "Release to QA"
Thanks
-Vincent
Hi devs,
This is not the final proposal, but the state of an iteration.
I want to have a consistent 'Create' step across creating
wikis/workspaces/spaces/pages.
You can see some work done at
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/CreateImprovements
The 'Create Workspaces' step will contain multiple steps, just like a
wizard, but with the mention that you don't need to go across all the steps
in order to 'Create'. You can enter the name and just rely on the defaults
(default type selected, location according to the context, standard
members).
I still need to make proposals for Step 2 and Step 3.
Today I just show the consistency between Workspaces, Spaces and Pages, by
having the "Type" selector that will list Flavors, Templates, etc.
Thanks,
Caty