Hi,
I'm trying to start contributing to xwiki and i want to fix some bugs first.
Is there a separate bug tracker section for new comers?
Please instruct me where to start from.
Thank You
Hello, I would lile to request the creation of a new repo for an extension
I did for XWiki which alows users to push a *.xar on multiple wikis.
The name of the app : application-farm-importer
Thank you.
Hi devs,
In 2009 and 2012 the xwiki.org project launched some surveys about
features to have in XWiki in priority:
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2009
(results at: http://www.xwiki.org/xwiki/bin/view/Blog/FeatureStatus20120119
)
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2012
(results at: http://www.xwiki.org/xwiki/bin/view/Main/FeatureSurveyResult201204
)
I thought it would be nice to launch a similar survey in 2013 in order
to give the project some information to prepare the XWiki 6.x roadmap.
I took
2012's survey content as a model and created a new version for 2013:
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2013
The results of the survey would be published on xwiki.org and shared
with the committers list.
I built the form using Google Docs, since they offer a nice free
solution. However there's a limitation when it comes to sending
notifications for the form. A Google account would be needed for the
committers@ list in order to be able to send notifications to it each
time the form is filled in. Is it possible for such an account to be
created? Alternatively, I can send a detailed summary to the list when
the survey comes to an end (beginning of February), since I will be
working on a summary for xwiki.org.
Please let me know if you're OK with sending the survey to the users
list and if so, which alternative you prefer for the
notifications/update on the results. If the response is positive I'll
send the survey on the users list.
Thanks,
Silvia
Hi devs,
Here’s a proposal for the 5.4 and 5.5 *stabilization* releases.
General goals: Finish all big domains started in the 5.x cycle.
Content
======
* Continue fixing and stabilizing:
** EM/DW - Thomas/Marius
** SOLR Search - Marius
** Multiwiki - GuillaumeD
** Scalable import/export + Confluence import - Thomas
* Script signing - Denis
* Continue BFD but with a priority of fixing issues for the 5.x cycle (i.e. issues from the listed domains above). Also since we’re stabilizing, nothing dangerous should be committed and if a dev is not 100% sure about the consequences of what he’s doing he should raise it and ask for reviews (possibly go through pull requests).
Here’s an ordered of important JIRA issue (top priority first). The goal is to try to do the maximum but it’s a best effort and some issues are too dangerous/complex for the 5.x cycle:
- When upgrading a wiki, do not display what happened (files edited, etc.) in the Activity Stream - XWIKI-8765
- Scheduler / Watchlist activity shouldn't add a version to the page. Huge xwikircs table and terrible performances when reading it.
- Creating an object changes the content author - XWIKI-9292
- Support 2 roles for users for app within minutes: application creator and data creator - XWIKI-8757
- Make several separate blogs in one xwiki - XWIKI-6348
- Wysiwyg no image resizing on Chrome
- xwiki.cfg & xwiki.properties merging
- Add default column and sort choices in AppWithinMinutes livetable setting XWIKI-9659
- Save & view a section should go to the section anchor instead of the top of the document XE-1335
- Activity Stream should not show deleted documents that was hidden. - XWIKI-9544
- Add a message for the Livetable's empty state - XWIKI-7821
- "Space Templates" should also create the space preferences page - XWIKI-9712
- The Wiki UIExtensions should check the rights before executing extension points - XWIKI-9156
Please add more if you’re planning to work on something not listed.
Investigations:
- Investigation bugs specific IE10/IE11 - Sorin/Manuel. Depending on the result we may want to add support for IE10 in 5.5.x.
Dates
=====
One goal is to try to keep 5.x cycle as close to 2013 as possible so that we can align cycles on calendar years and have a 6.x final at the end of 2014...
Proposal 1:
=========
- 5.4M1: 30th of Dec
- 5.4RC1: 13th of Jan 2014
- 5.4 Final: 20th of Jan 2014
- 5.5M1: 27th of Jan 2014
- 5.5RC1: 10th of Feb 2014
- 5.5 Final: 17th of Feb 2014
Proposal 2:
=========
Group together 5.4 and 5.5 and increase timeframe of 5.4 and have bugfix release of 5.5 if needed.
- 5.4M1: 6th of Jan 2014
- 5.4RC1: 20th of Jan 2014
- 5.4Final: 27th of Jan 2014
This solution allows us to end the 5.x cycle in Jan 2014 as planned and start 6.x at beginning of Feb 2014. And important issues get fixed as bug fix releases of 5.4.x (5.4.1, 5.4.2, etc).
WDYT?
Thanks
-Vincent
Hi Devs,
i like to create dynamic list inside a page with
{{velocity}}
{{html}}
<form action="" id="song">
Song: <input type="text" name="name" value="Name of the song" />
<input type="button" value="Add Song" onclick='this.form.submit();'>
</form>
{{/html}}
#if($request.getParameter("song"));
$response.sendRedirect($doc.getURL('view'))
#end
$request.getParameter("name")
{{/velocity}}
I want to place some text-lines and they should be displayed in a table. Is
there an example which already use something similar?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/List-with-HTML-Form-tp7588413.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello fellow developers,
how can I understand how the $services.wysiwyg.config are to be parametrized?
These calls are inside templates/macros.vm and generate the javascript config of the wysiwyg editor.
We have two platforms which share almost the same code and one of them is showing the wysiwyg editor nicely, the other is missing, for example, the source tab or the links, image, table, and macros buttons.
Both are non-configured, inside xwiki.cfg, i.e. the default is used (but those configs seem to be different).
What else should I hunt to understand that?
thanks in advance.
Paul
Hi,
I need to create a lot of subwikis in a XWiki instance (5.3-milestone-2)
for a project and was interested in the possibilities and limits of
XWiki. I tried to make a basic stress test to evaluate a maximum number
of subwikis that XWiki can handle.
I wrote a small report and provide files used on this link:
http://hole.tuziwo.info/stress-test-xwiki-for-subwikis-creation.html
I'll be happy to have feedback on that. For example, I would like to
know if my first method do something bad or if this is a possible bug in
XWiki. If this is a bug, I hope this can be improved since I think that
I will need more than 1000 subwikis in my project.
Hope this helps.
Sincerely,
--
Jean
The XWiki development team is proud to announce the availability of XWiki 5.3.
This release comes with a new syntax guide and brings improvements to
the Solr search, multi-wiki support and the Wiki Stream module. You
can now choose the user scope (local, global or both) and also create
wiki templates from the wiki creation wizard. The Wiki Stream can be
used to import large XARs and content from the Confluence wiki. The
Solr search UI has been polished: we added new facets and improved the
results display. The Solr index has been modified to support the
search for documents matching specific values in multiple object
properties and attachments. As a consequence you can now facet and
sort the search results based on property values and attachment meta
data. A lot of bug fixes (115) and many improvements (55) complete
this release and make it worth trying.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53
Thanks
-The XWiki dev team
Hi,
as discussed on IRC, I have trouble creating multiple simultaneous tasks
from inside component.
Creating new thread results in malformed context, which can result in
XWikiException.
This could probably be avoided using Jobs, but nobody seems to know how
exactly.
As of 5.1, it should be able to create custom jobs by extending
AbstractJob.
But how to get context inside that job? Could I use Provider in such way as
in ScriptWikiStreamConverterJob? (Multitaskness should be achieved with
InstantiationStrategy)
About what I need to achieve - component creating API for "videolibrary"
extension (converting video attachment in certaing page to web-playable
format using libav). Since it should be safe to use, attachment is
immediately copied to specified temp folder (filesystem) after uploading.
Old attachment is deleted to ensure we didn't convert same file twice
(there is no callback with filenames for html5 fileupload widget). After
this, video will be converted to specified format and attached to different
page (using InputStream?).
Is this idea safe to use? (or am I missing another possible problem?)
Thanks for replies
--
Best Regards
Lukas Raska
Hi,
sorry to ask this. I want to try a sandbox-xwiki an a server from my
provider. This server uses plesk. I never used that and i have no clue how i
can start xwiki on that server. Do someone of you use plesk and can give me
a hint or a link to a documentation how i can start the start-script? I
found nothing usefull in the plesk-help or with google.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Not-really-an-Xwiki-Question-Plesk-tp7588…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I have a document where the user set the name of a document in a textfield
to create a new document as described in the FAQ tutorial.
How is it possible to set a property of the document's object
programmatically? In my case I have a property "id_project" of my class
"project". I want to set the value (an automatically generated id value) of
this property in the new document right after creating it, without user
interaction. It should save the id value with the other values the user
defines before saving the document for the first time.
Thanks a lot!
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-set-a-properties-value-on-a-newly-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi Devs,
i want to print pages and can't use 100% Scale because they are to wide. I
found with Firefox Inspector that the reason is
#contentcolumn .main {
margin: 0px !important;
}
Do you know how i can only disable this for print?
I tried
#contentcolumn .main {
margin: auto;
}
but this not seems to work. When i disable this css-line in firefox
inspector it seems ok.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Skip-CSS-for-Print-tp7588333.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
How can I get the archetype of the web component by maven (m2e)?
The maven repository is broken.
org.xwiki.commons:xwiki-commons-component-archetype
thanks!
Att.,
Milton Ferreira Lima Filho
+ 55 (31) 8833 6867
Bacharel em Sistemas de Informação
UFOP - Universidade Federal de Ouro Preto
ICEA - Instituto de Ciências Exatas e Aplicadas
Hi Devs,
i want to render with a macro a content into different file-types which can
be downloaded. I think i must use response/request to "deliver", but not
sure how i can do that. Is there an example where i can learn from?
regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Create-a-Download-Button-which-returns-a-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
i want to display some pages in one page (to create a print or pdf). I use
{{groovy}}
import org.xwiki.rendering.lyrics.Lyrics;
for (Lyrics lyrics:
services.component.getComponentManager().getInstanceList(Lyrics.class)) {
// println("{{html}}\n\n{{/html}}\n")
println("== "+lyrics.getTitle()+"==")
println("{{include reference=\""+lyrics.getDocument()+"\"/}}")
}
{{/groovy}}
with the Lyrics Macro
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Lyrics). But now i
need to change some parameters in the macro from the included pages, so i
can change the layout. I looked into the code of the include macro and try
to set some parameters in the macro-block from the //documentBridge//. But
this is after testing not working. Could you give me a hint?
Goal: I want to add a playlist-feature to the lyrics-macro, so i can set
some songs which could be displayed in one page. For print i want to add the
feature to enable/disable the fret-chord-pictures.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Inject-Parameter-in-a-macro-in-a-other-do…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 5.3 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.3 final and
it brings a few small improvements to the Solr search UI and the
ability to import large XARs using the WikiStream framework. The Solr
index has been modified to support the search for documents matching
specific values in multiple object properties. As a consequence you
can now facet and sort the search results based on property values.
Besides this the new release includes 38 bug fixes and 14 small
improvements.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53RC1
Thanks
-The XWiki dev team
Hi devs,
Today is Bug Fixing Day 47.
We're currently at -126 bugs (we were at -127 bugs last week!) for the 1600 days period:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10352
Bugs still seem to be winning ATM. Let's reduce this gap a bit...
IMPORTANT:
Since we're getting close to the end of the 5.x cycle and since this is RC time please be very careful about your commits and don't commit anything dangerous. Be on the safe side. It's better to do less bugs rather than commit regressions. We've been having issues of stability recently and they might have been added during BFD so we need to be careful.
NOTE:
Since we're again very late for 5.3 I think it's acceptable that some committers continue their work for 5.3 RC1 and final today instead of participating to this BFD.
Here's the BFD#47 dashboard to follow the progress during the day:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11891
Thanks
-Vincent
The XWiki development team is proud to announce the availability of XWiki 5.2.2.
This is a bugfix release for 5.2 and 5.2.1. We highly recommend to upgrade.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few hours for the binaries to propagate to the download servers if the download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki522
Thanks
-The XWiki dev team
Hi,
we studied the source code of the gwt wysiwyg editor but we found no
official way to integrate an custom plugin.
We have the impression that it should be relatively easy to establish a
public API for registering customer plugins.
The customer plugin would be delivered as javascript code with a global
javascript function that implements PluginFactory interface.
The WysiwygEditorConfigClass would have an addition property
customerPlugins, containing a comma seperate list of strings of the
PluginFactory method names.
Do you think that this is doable?
Regards
Richard
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-a-customer-plugin-to-the-wysiwyg-e…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello,
I'd like to request a repository on contrib so I can commit the code of
XPoll Doodle Application (which can be found here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XPoll) in order to
commit a bug fixes and release a new version.
Also, please create a Jira project and make me project lead.
Thank you,
Andreea Popescu
I was happy enough with simple solution, which required saving document
before adding new object:
#set($redirect=$xwiki.getRequestURL())
{{html}}<a
href="$tdoc.getURL("objectadd","classname=Space.ObjectClass&xredirect=
${redirect}")&form_token=$!services.csrf.getToken()">Add
object</a>{{/html}}
Though for "average users" it could be hard to digest. Therefore I'm
analysing Object edit mode form, where it works. I checked that link
generation in #macro(displayAddObject $class) of the editobject.vm
doesn't do the magic and I suppose it is somewhere in JavaScript.
Can you provide some hints how it is actually done?
Thanks in advance!
Valdis
Hi devs,
I’d like to release 5.2.2 tomorrow. I has already quite a lot of issues and we can always do a 5.2.3 if need be later on (although I think 5.3 would be even better to use - if it proves stable).
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11890
WDYT?
Thanks
-Vincent