On Thu, Apr 15, 2010 at 17:18, Vincent Massol <vincent(a)massol.net> wrote:
> Hi Silvia,
>
> On Apr 15, 2010, at 4:58 PM, Silvia Rusu wrote:
>
>> Hi XWiki devs & users,
>>
>> So far we've been talking a lot about redesigning XWiki.org and all
>> feedback was greatly appreciated. Now it's time we started implementing
>> the redesign Caty was so kind to come up with based on our suggestions.
>>
>> Like the proposal stage this too will be a collaborative effort and we
>> hope you'll join in building an even better site for XWiki.org. The
>> following is a list of things that need to be implemented in order to
>> get us started. It would be great if you'd volunteer for the
>> implementation of the tasks at hand. Please add your name next to the
>> issue you'd like to assign yourself too. Also feel free to add as many
>> other issues you think should appear on the list and to volunteer for
>> those issues as well.
>>
>> Here is the first list of tasks:
>>
>>
>>
>> * Set up the server for the new website (Alex? :) )
>
> Is this needed? Cannot we instead morph the current xwiki.org? I'd prefer this over a migration since otherwise it's a bit painful and would require scripts to copy pages and there'll be a merge need. I did this the first time and it took me a lot of time. We could prepare pages in the draft zone and move them when they're ready for example.
+1
>
> Thanks
> -Vincent
>
>>
>> * Add the horizontal navigation to the new website
>>
>> * Implement the projects carousel for the homepage
>>
>> * Implement the panels for "Latest Releases", "Latest Extensions".
>> "Latest News"(should display the latest 5 releases, extensions, news)
>>
>>
>>
>> Documentation/Projects
>>
>> * Implement the left navigation for documentation/projects
>>
>> * Implement the panel for the "Latest Documentation Updates" (should
>> display the last 5 documents and their authors)
>>
>>
>>
>> Community page widgets and panels:
>>
>> * Implement the"Development Status" panel, if it's going to have dynamic
>> content
>>
>> * Implement the "Top Committers" panel (show the committer's picture and
>> number of commits)
>>
>> * Implement the "Latest Commits" section (should display an image of the
>> committer, what (s)he commited, the name of the committer and the date
>> the commit was made)
>>
>> * Implement the "Latest Issues" section (should have the latest Jira
>> issues, the person who took an action with regard to the issue - e.g.
>> create, close - and the time the action was taken)
>>
>> * Implement the "Latest Discussion" section (display the list, the topic
>> discussed, the name of the person that added the latest reply and the
>> time he added the answer)
>>
>> * Implement the "Latest Documentation" section (show the number of lines
>> added/deleted, the name of the document, the author of the modification
>> and the time (s)he made the changes)
>>
>> * Implement "Latest Extensions" section (display the extension name, the
>> name of the person that added the extension, the time it was added and a
>> short description)
>>
>>
>> You may read what has already been discussed about the redesign on this
>> page
>> http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
>> See the latest redesign proposal here
>> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
>>
>> Thanks,
>> Silvia
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
Hi XWiki devs & users,
So far we've been talking a lot about redesigning XWiki.org and all
feedback was greatly appreciated. Now it's time we started implementing
the redesign Caty was so kind to come up with based on our suggestions.
Like the proposal stage this too will be a collaborative effort and we
hope you'll join in building an even better site for XWiki.org. The
following is a list of things that need to be implemented in order to
get us started. It would be great if you'd volunteer for the
implementation of the tasks at hand. Please add your name next to the
issue you'd like to assign yourself too. Also feel free to add as many
other issues you think should appear on the list and to volunteer for
those issues as well.
Here is the first list of tasks:
* Set up the server for the new website (Alex? :) )
* Add the horizontal navigation to the new website
* Implement the projects carousel for the homepage
* Implement the panels for "Latest Releases", "Latest Extensions".
"Latest News"(should display the latest 5 releases, extensions, news)
Documentation/Projects
* Implement the left navigation for documentation/projects
* Implement the panel for the "Latest Documentation Updates" (should
display the last 5 documents and their authors)
Community page widgets and panels:
* Implement the"Development Status" panel, if it's going to have dynamic
content
* Implement the "Top Committers" panel (show the committer's picture and
number of commits)
* Implement the "Latest Commits" section (should display an image of the
committer, what (s)he commited, the name of the committer and the date
the commit was made)
* Implement the "Latest Issues" section (should have the latest Jira
issues, the person who took an action with regard to the issue - e.g.
create, close - and the time the action was taken)
* Implement the "Latest Discussion" section (display the list, the topic
discussed, the name of the person that added the latest reply and the
time he added the answer)
* Implement the "Latest Documentation" section (show the number of lines
added/deleted, the name of the document, the author of the modification
and the time (s)he made the changes)
* Implement "Latest Extensions" section (display the extension name, the
name of the person that added the extension, the time it was added and a
short description)
You may read what has already been discussed about the redesign on this
page
http://markmail.org/message/tfmrludhw2yh5tcn#query:+page:1+mid:h5bukrijteeu…
See the latest redesign proposal here
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/XWikiOrgProposal2
Thanks,
Silvia
When creating documents from XWord, the images are not stored in the
backend for some reason. I have an image:
Code from Firefox:
<img src="/xwiki/bin/download/Sandbox/Testing%20page%20X/image001.jpg"
width="211" height="113" alt="mbz-default.jpg"/>
and the attachment mbz-default.jpg is not to be found in Mysql in
XWA_filename:
--------
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0011 sec)
SQL query: SELECT *
FROM `xwikiattachment`
WHERE xwa_filename LIKE 'mbz%'
LIMIT 0 , 30
--------
It seems like it is not being stored. I have tried to create the XWord
document as Admin and as ordinary user,
thanks,
Martin
Hi all,
A new install works as expected in Linux, and Xword from a Windows 2003
server can attach fine to the server and retrieve even large documents and images.
In XWord, when publishing documents with images or just some 10-20 lines of text I
get the error described below in MS eventlog - and a message 'There was
an error when trying to save the page to the server'. Need to exit Word
and restart.
Small (very small) edits to text are saved fine from XWord.
Installation is Xwiki 2.2.4 - Xword 1.1.0.121 - Tomcat 6.0.26 - MySQL
5.1.42 - OpenOffice 3.2
Would also like to try out the OpenOffice integration - but can't seem
to find it.
I have been trying to add images from Xword, but this has never worked,
assume these issues are related,
any help greatly appreciated,
cheers,
MBantz
--------------Error message details:
Windows 2003 server UK.
Office 2007 SP2 UK.
Source: ContentFiltering
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Help link
Exception data:
Stack trace:
at
ContentFiltering.Office.Word.Filters.GrammarAndSpellingErrorsFilter.Filter(XmlDocument&
xmlDoc)
at XWiki.Office.Word.LocalToWebHTML.AdaptSource(String content)
at XWiki.Office.Word.ConversionManager.ConvertFromWordToWeb(String
content)
at XWord.AddinActions.SaveToXwiki()
at XWord.AddinActions.SaveToServer()
at XWord.XWikiRibbon.btnSavePage_Click(Object sender,
RibbonControlEventArgs e)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Hi developers!
According discussion about this FoxWiki & "Edit attachments" feature at
XWiki-Dev subforum. I want to write my opinion for developers.
Current situation:
- In IE this feature working good without any additional jobs (I tested
2.2.4).
- In FF - need to use FoxWiki extension (download manualy xpi-file, and edit
max-version property).
- In Chrome - "Edit attachments" - doesn't work.
I have proposal about using this feature in FF. FoxWiki working, but I don't
like that users MANUALY everytime should add file extention and application
path in FoxWiki. From other side, exists some other extentions for FF (for
example http://openwebfolder.mozdev.org/). As I understand, this extention
adds to FF functionality of windows WebFolder WebDAV client - same as IE.
But now, I cannot use (or try) this extention with XWiki, because XWiki
programming code obviously use ONLY FoxWiki at FF. As I understand, If we
will try to use openwebfolder extention - no any special code needs for
XWiki - programming code can be same as a IE part.
Other collaborative suits software also use openwebfolder extention for FF
(see for example
http://help.collab.net/index.jsp?topic=/teamforge530/action/connecttowebdav…).
For this reason, alternative proposal: no use any special extention for
WebDav - use standart openwebfolder extention (this extention is better
because not need to manualy add file extentions and application paths).
According this - need to change XWiki programming code for WebDav using in
Firefox.
I am not a specialist with XWiki programming, for this reason - sorry, if I
write something stupid ... What do you think about my variant?
--
Best Regards
Eugen Colesnicov
--
View this message in context: http://n2.nabble.com/FoxWiki-Edit-attachments-feature-tp4906288p4906288.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I address XWiki on a virtual site from outside the local net, the
function getURL returns a full string prefixed with 'http://'. If I work
from the local net with its true URL (http://server:8080/xwiki), this
function returns short URL beginning with '/xwiki/'.
As a result of this, the standard space control HTML code on the main page
is generated invalidly as velocity tries to convert textual URLs to links.
The same situation exists on several XWiki pages, e.g., Blog.
I studied the page source (/xwiki/bin/edit/Main/Spaces?&editor=wiki) and
found the following:
##...
{{html wiki="true"}}
##...
<div class="spSpaceName">[[${space}>>${space}.WebHome]]</div>
<div class="xshowonhover spSpaceActions">
## Link to the space index.
$xwiki.getURL('Main.SpaceIndex', 'view',
$xwiki.getSkinFile('icons/silk/book_open.gif')
The first link is programmed with [[ ... ]], but the second link is
programmed directly as . In the second link, the getURL() producing
'http://' prefixed result blows the HTML code out.
The remedy was simple: {{html wiki="false"}} and replace [[ ... ]] by . But
this exists on a lot of XWiki pages and should be corrected everywhere.
Why the getURL() gives different results depending on the way to access the
site? Is there a configuration parameter or any other method to correct
this.
On the xwiki.org site, the getURL obviously gives the necessary URL
beginning with '/xwiki'.
The problem exists on different XWiki versions (2.0 and later) on fresh
installations.
May be I should announce this as an error in XWiki sources to be corrected?
--
View this message in context: http://n2.nabble.com/getURL-returns-full-URL-with-http-prefix-on-a-virtual-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey all,
The TWiki syntax doesn't seem to fully support HTML elements like <pre>, <u>, <nop>, and links (they aren't rendered at all or rendered incorrectly). However, basic syntax minus these tags such as <verbatim>, bullets, etc, work. Enabling these HTML elements is essential because we are migrating documents from the twiki and need them to be rendered correctly.
We've added twiki 1.0 to the xwiki.cfg file and selected the syntax in the edit UI, but I read on the mailing list that the syntaxes aren't entirely implemented yet. So are html elements simply not supported yet, and if not, what do I need to do to enable them?
Thanks,
Felix
Hi,
I tried to call a macro passing a text which contains both, single and double qoutes
{{macro para='this is "Developer's Guide" in german' /}}
{{macro para="this is "Developer's Guide" in german" /}}
Both way fails because either quote or apostroph needs to be escaped.
I tried usual technics
- doubling: failed
- escaping with \ : failed
- escaping with \\ : failed strange. introduced a line break?
What is the right way to escape character?
Stefan Bachert
http://gwtworld.de
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
hello,
I'm using xwiki XWIKI ENTERPRISE 2.2.2.27483
when I click at username-menu "mange list of watched sites"
(url=http://xwiki.domain.com/xwiki/bin/view/XWiki/Admin?category=watchlist)
(eg logged in as admin)
I get the standard user site (same as
http://xwiki.domain.net/xwiki/bin/view/XWiki/Admin)
but there are no infos about the watched sites/spaces
when I click EDIT - Objects I get:
Objects of type XWiki.WatchListClass
WatchListClass 0:
Email notifications intervalWiki
Scheduler.WatchListHourlyNotifier
Space list
,xwiki:Main
Document list:
,,xwiki:Main.WebHome,xwiki:xyz.WebHome
so the watchlistclass is attached to the user but how can I find an
edit mask for these properties that can be handled by "normal" users
as it should be provided by ?category=watchlist?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
there is another problem with:
document index search (http://xwiki.domain.net/xwiki/bin/view/Main/AllDocs):
I'l never get any results
debugging with firebug shows that the ajax request looks like this:
http://xwiki.domain.net/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=p…
the result is an 200 with empty body (there are several spaces and
sites containing the string "test"
the global search (searchbox at right top corner) works fine.
any ideas what could cause this problems?
kind regards
axel
--
Dipl.-Ing. Axel Zuzek
--------------------------------
grundsteingasse 64/2/25
1160 Wien
tel: +43 650 678 1111
email: axel(a)zuzek.info
> Similar question has appeared in this list earlier with no good answer.
> Though I suspect, this approach seems necessary is due to weak design.
> Can you describe use case why it seems necessary in place of database
> list,
> where you can set hql query for filtering necessary elements?
>
> Valdis
Essentially I'm creating a sort of template for a space that I will want to duplicate later. I have scripts that create objects from a spreadsheet specifically for a certain class in this space.
Rather than duplicating the class by hand on the next space I want these scripts/objects on, I'd like to be able to quickly and safely duplicate the class, so I wanted to write a quick groovy script to do it.
If there is an easier way of doing this, I'd appreciate any ideas.
-Mike
> > I want to create properties for a new class on a blank document with groovy. I can do the following:
> >
> > def doc = xwiki.getDocument("space.docname")
> > c = doc.getxWikiClass();
> >
> > and look at elements of a class that already exists by doing:
> >
> > prop = c.get('propertyname')
> >
> > propToEdit = prop.getPropertyClass
> >
> > propToEdit.setValues('a|b|c')
> >
> >
> >
> > But, how can I add a new property to a class that has no existing properties/fields?
> >
> >
> >
> > Thanks,
> >
> > -Mike
_________________________________________________________________
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28…