Hi Devs,
I'm in need of this method to set titles of those wiki pages generated while
splitting documents in office importer.
Here's my +1
Thanks.
- Asiri
I submitted my GSoC student application yesterday. It was a couple of
days later than I wanted to, but I got it written up and formatted. I
was wondering if I needed to do anything, or should I just wait and see
if I'm contacted?
There were a few questions I was unsure about (not quite sure what you
guys were asking, what level of detail you were wanting in the answer,
etc.), so I'm definitely not opposed to making modifications and
re-submitting. I just didn't know if you would communicate feedback to
me, or if I needed to do something first. For example, I haven't
completed a detailed design document yet, and I didn't know if that was
something required for the application or not.
Thanks a lot!
Hello!
I just discovered XWiki and I am impressed! I have an open source
OSGi semantic data server application.
http://code.google.com/p/inqle/
I would like to add a flexible wiki interface into my application's
semantic data stores. XWiki looks like a great candidate!
So my questions:
Does XWiki have an OSGi architecture?
Could XWiki (or some XWiki bundles) be dropped into my standalone OSGi
Jetty-powered app, and deliver wiki functionality?
A challenge is that I use Jena TDB as my back end store (a native
semantic database, non-SQL). My data is all semantic data (RDF). I
got the idea that any old semantic object could be rendered as a wiki
page, with links to other semantic objects.
So presumably I would have to write some adapter code at a minimum.
Could I replace XWiki's database with my own? Or could I make XWiki
use my database in some way?
Many thanks,
David Donohue
hi,
my request is about customizing xwiki from its war file
i.e make the forum plugin that i have(BulletinBoardApplication2.xar) an original component of the application, by the way i don't know if there's a better forum plugin :) and that's including also changing the skins and the backgroud of the "first generated application",threre's another question how add a link to forum component in the quick links panel (* [Forum>Main.BulletinBoard]?? )
help me with this one please
thank you
--
View this message in context: http://n2.nabble.com/customize-xwiki-tp2543791p2543791.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi xWiki Devs,
I'm a computer engineering undergrad from university of moratuwa and i'm really interested computer security, network security, cryptography. Hence i'm curious about this xWiki project idea for Gsoc 09 called anit vandalism filter which seems to be very interesting. So i'm very keen to know more about this project, specially scope, dependencies and requirements before submitting my project proposal. I appreciate some more details and feed back about this.
Thanks & Regards,
Harashna Martin
--
View this message in context: http://n2.nabble.com/Anti-Vandalism-Filter-For-GSoc-09-tp2543640p2543640.ht…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
fixed
On Fri, Mar 27, 2009 at 09:50, Vincent Massol <vincent(a)massol.net> wrote:
>
> On Mar 26, 2009, at 9:48 PM, tmortagne (SVN) wrote:
>
>> Author: tmortagne
>> Date: 2009-03-26 21:48:42 +0100 (Thu, 26 Mar 2009)
>> New Revision: 18051
>>
>> Added:
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-api/src/test/
>> java/org/xwiki/rendering/internal/transformation/
>> TestSimpleInlineMacro.java
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-
>> rendering-macro-box/src/test/resources/macrobox6.test
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/
>> resources/macros/macro14.test
>> Modified:
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-api/src/main/
>> java/org/xwiki/rendering/internal/transformation/
>> MacroTransformation.java
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-api/src/test/
>> java/org/xwiki/rendering/internal/transformation/TestSimpleMacro.java
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-api/src/test/
>> resources/META-INF/plexus/components.xml
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-
>> rendering-macro-box/src/test/java/org/xwiki/rendering/
>> RenderingTests.java
>> Â platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/
>> java/org/xwiki/rendering/RenderingTests.java
>> Log:
>> XWIKI-3461: A non-inline {{box}} after an inline one is rendered as
>> inline
>>
>
> [snip]
>
>> Modified: platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/
>> xwiki-rendering-macro-box/src/test/java/org/xwiki/rendering/
>> RenderingTests.java
>> ===================================================================
>> --- platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-
>> rendering-macro-box/src/test/java/org/xwiki/rendering/
>> RenderingTests.java  2009-03-26 19:50:15 UTC (rev 18050)
>> +++ platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-
>> rendering-macro-box/src/test/java/org/xwiki/rendering/
>> RenderingTests.java  2009-03-26 20:48:42 UTC (rev 18051)
>> @@ -37,11 +37,12 @@
>> Â Â {
>> Â Â Â Â RenderingTestSuite suite = new RenderingTestSuite("Test Box
>> Macro");
>>
>> - Â Â Â Â suite.addTestsFromResource("macrobox1", true);
>> + Â Â Â Â /*suite.addTestsFromResource("macrobox1", true);
>> Â Â Â Â suite.addTestsFromResource("macrobox2", true);
>> Â Â Â Â suite.addTestsFromResource("macrobox3", true);
>> Â Â Â Â suite.addTestsFromResource("macrobox4", true);
>> - Â Â Â Â suite.addTestsFromResource("macrobox5", true);
>> + Â Â Â Â suite.addTestsFromResource("macrobox5", true);*/
>
> Seems you have forgotten to remove comments.
>
> [snip]
>
> Thanks
> -Vincent
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
Hi devs,
Currently in the html macro the wiki parser is applied.
That means that if you expected the html you put inside the macro you
could have unpleasant surprises.
I think putting just html in the html (eventually some velocity) is
the most common use case and it's easier for a user to understand that
the wiki content inside the html macro is not applied because it's not
enabled that "this does not looks like the html I put". Another way to
say it is that we will get a lot more mail on the list with wiki=true
than wiki=false ;)
I propose to change wiki=true by wiki=false by default.
Here is my +1
--
Thomas Mortagne
Hi devs,
I'm continuing on this topic since I really believe we need
annotations now. However I think it's best to have our own annotations
for injection.
One reason we need annotation (amongst other needs) is in order to be
able to create a xwiki uberjar for rendering modules for example. With
components.xml you cannot easily merge jars since you'd need to merge
components.xml so you'd need to write some xslt code for that.
Another reason is that we have to comment in the code things such as
"this field is injected automatically by the component manager". Of
course this comment is forgotten most of the time. It's much nicer to
have a @Inject annotation.
Last we need annotations if we want to be able to more easily support
different IOC frameworks since otherwise it means that for each fwk we
need to do again all components mappings in a static way.
Of course one basic need is evidently to reduce the number of config
lines we have to write and the errors associated with them.
I'm going to look into plexus annotations for a starter (+ guice) to
see how they do it and then I'll make a proposal for annotations.
Let me know what you think.
Thanks
-Vincent