Marius Dumitru Florea wrote:
> Hi Anca,
>> + /**
>> + * Builds a selector from a list of pages of the specified page.
>> + *
>> + * @param editedResource the currently edited resource (page for which editing is done)
>> + */
>> + public AbstractPageListSelectorWizardStep(ResourceName editedResource)
>> + {
>
>> + super();
>
> Isn't this called by default?
Yes, by default the super constructor with no parameters is called, so
this line is not needed. It makes sense to call super only when calling
a constructor with parameters.
>> + return LinkWizardSteps.WIKIPAGECREATOR.toString();
>
> Since I can't use camelcase on constant names I use an underscore
> instead to separate words: WIKI_PAGE_CREATOR. I don't know if this is a
> code style convension but it is surely more readable.
Yes, this is how it should be done. I'll add it on
http://dev.xwiki.org/xwiki/bin/view/Community/CodeStyle a bit later.
Related, I'd like to change the codestyle to allow two consecutive
underscores to better separate chunks of the name, like a kind of
prefix: DOC_COMMENT__TAG_ADDED, DOC_COMMENT__TAG_REMOVED...
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi all,
You can test the latest xeclipse code by following the README here :-
http://svn.xwiki.org/svnroot/xwiki/sandbox/gsoc/xeclipse/README
The status of the features completed is here:-
http://gsoc.myxwiki.org/xwiki/bin/view/XEclipse/
The svn log gives a more detailed explanation of features.
http://svn.xwiki.org/svnroot/xwiki/sandbox/gsoc/xeclipse/log [svn log copy]
The bugs I already know of are written in readme.
Please let me know how you think the features have shaped up till now, and
of course if you find any bugs.
Suggestions for more possible features to the Navigator also welcome.
A crude approximation gave me the statistic that I've added upto 7.56% of
1.2rc1 xeclipse codebase.
Venkatesh Nandakumar
Department of Electronics & Computer Engineering
Indian Institute of Technology Roorkee
Hello,
For example, I have a space "Space"
and I want to create a doc "mydoc.name" in it
I do xwiki.getDocument("Space.mydoc.name")
but it creates a space "Space.mydoc" and a doc with name "name"
is it possible to do that?
Pascal
Hello,
I can now edit sections on my 1.9RCx (modifications where light so I could
retrofit them)
But when I do sthg like:
{{include document="MyDocument"/}}
I don't see the section editing for the included content.
Is it the default behavior not to propose section editing when the document
is included into another one?
regards
Pascal
Hello,
apparently this feature is no more "directly" available in wiki/2.0.
But when I use /xwiki/bin/edit/MySpace/MyDoc?section=1, it edits the section
1 of my doc but when I save it, it keeps only section 1 in the doc and
removes everything else.
Is it a bug?
regards
Pascal
Hi all!
If you were curious about how is going with XOO, you can install it in your
OpenOffice 3.0. You can find more details about how to install it and the
extension archive in my blog :
http://gsoc.myxwiki.org/xwiki/bin/view/XWiki+Integration+With+Open+Office/X…
There are still a lot of features to implement, but your feedback is very
important to me.
Thank you,
Cristina
Hi Devs,
This is about the wiki-macro-bridge. According to our previous discussion, I
was going to put document listening, macro creation and macro registration
logic into xwiki-core-rendering-macro-wikibridge module. But as it seems the
macro creation part is going to be highly dependant on bridges (DAB) and
would require a couple of more methods on DAB. Since DAB is becomming heavy
and poluted, I'm proposing that we split the wikimacrobridge as follows:
* Keep document listening, macro registration and macro de-registration
logic inside xwiki-core-rendering-macro-wikibridge module as it is.
* Differ the macro instantiation logic into some component interface
(WikiMacroGenerator).
* Have the default WikiMacroGenerator in xwiki-core. (perhaps inside
com.xpn.xwiki.doc? any other place?)
Here is my +1.
Thanks.
- Asiri
All,
I just started using XWiki recently and was curious as to how I can access its source. The reason I ask is because there's a link on the Main page that I'd like to modify but can't. The link itself is what users click to log into the wiki and is located above the Registration link on the Main page. I've added another link on the Main page as a temporary solution to the problem but would like to either redirect or remove the link altogether.
Thank you in advance for your time.
Respectfully,
Joe Lawry