Hi,
I'd like to propose the following syntax for definition list and
definition terms. This is the syntax the most used by other wikis too.
Simple definitions:
; definition title1
: definition1
; definition title2
: definition2
Nested definitions:
; definition title1
: definition1
;; definition title2
:: definition2
Indentation:
: first level indent
:: second level indent
::: third level indent
etc
WDYT?
Thanks
-Vincent
Hi,
This has been slightly discussed in other thread but not clearly so
here's the clear proposal I'd like to implement:
1) Linking to an attachment:
[[label>attachment:my.doc]] or simply [[attachment:my.doc]]
2) Image link:
[[label>reference>image=my.png]] or simply [[reference>image=my.png]]
3) Linking to an attachment with an image displayed:
[[label>attachment:my.doc>image=my.png]]
Note 1: In 2) and 3) the label is only used in the HTML "alt" and
"title" attributes since the link is on an image.
Note 2: The value for attachment:xxx is an attachment name (as in
my.doc) or the qualified name of an attachment. I'm proposing
"wiki:space.page^attachment" for now.
Note 3: The value for image can be: a full URL, an image attachment
name (as in my.png) or the qualified name of the image as in:
"wiki:space.page^imagename" (same as above).
WDYT?
Thanks
-Vincent
Hi,
Sorry for the previous messy mail. Devs lists don't support html format
(didn't know that until I tried :P).
So, I created a Design page here:
http://dev.xwiki.org/xwiki/bin/view/Design/LightboxImprovements
It would be very very nice to have some feedback on this.
Thanks for your patience,
Evelina
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.4.2.
Go grab it at http://forge.objectweb.org/project/showfiles.php?group_id=170
This is the last 1.4.x version before removing the branch.
Changes from 1.4.1:
Bug
* XWIKI-1284 - Image disappears from WYSIWYG editor in documents
with special characters in name
* XWIKI-2317 - Documents created from APIs starts at version 2.1
* XWIKI-2453 - Wrong use of cache in LDAP authenticator
* XWIKI-2461 - NPE when in LDAP group synchronization LDAP fail to
get group's members
* XWIKI-2468 - sql exception during delete virtual wiki in Oracle
* XWIKI-2474 - When in a wiki with URL http:///, URL factory
generate "secure" wikis URLs as https://:80/ in place of https:///
* XWIKI-2475 - Empty table displays error
* XWIKI-2482 - {table} with space after newline in cell fails to render
* XWIKI-2485 - Calling the Flush Cache API prevents Users and
Groups from being deleted properly
* XWIKI-2487 - Hiding the edit comment field doesn't work
* XWIKI-2514 - Velocity renderer loop (Stack Overflow)
* XWIKI-2543 - LDAP authentication lost during a session if user
synchronisation fail
* XWIKI-2548 - When updating user LDAP should check if given field
key exists in users's class
* XWIKI-2579 - Free Superadmin access for girliz
* XWIKI-2605 - LDAP authentication fail when user already exist
and contains ldap_dn field emptied by hand
* XWIKI-2608 - Superadmin doesn't have programming rights on sub-wikis
Improvement
* XWIKI-2557 - Updated German translation of ApplicationResources,
customized to XWiki Versions from 1.2 to 1.4.1
New Feature
* XWIKI-2492 - Support universal edit button
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise142
Thanks
-The XWiki dev team
Hi Marius,
I'd like to know if we have tests for the new wysiwyg in term of
verifying behavior of user inputs.
For example yesterday we found that if you enter:
"1 Test
**bold**"
then switched to WYSIWYG editor, moved the cursor somewhere inside
"bold", the bold button was not shown as active and you selected the
word and clicked on bold you're getting <b><strong>bold</strong></b>
instead.
Do we have tests for this?
We need to be careful not to duplicate tests in the rendering module
though.
Thanks
-Vincent
Hello all,
I was assigned with the refactoring of XWiki lightbox (
http://jira.xwiki.org/jira/browse/XWIKI-1689)
As I said in a previous post
(http://xwiki.markmail.org/search/?q=lightbox#query:lightbox+page:1+mid:gtqk…),
there are 2 options:
1. *Clean up the existing code*
PROS CONS
The current lightbox is already integrated in users & groups management
and...it works so far. The code is messy. There is still a lot of js +
css +velocity + html in the same place. The css has some weird hacks for
ie and mostly don't work as they should.
Honestly, I don't see other big PROS here.... Very limited in terms of
features. It doesn't support skins (the css only allows different colors
or rounded / square corners). And, IMO it looks ugly.
It is difficult to use. To use it for users & groups management I had
to modify the code and add some hacks I'm not very happy with.
It is not at all extensible (or very hard) and this would take a lot
of time.
So, I think the lightbox was good so far but it's time for something
better. This leads me to the second choice.
2. *Integrate an existing lightbox*
There are pleny lightboxes out there, but among the ones that are
based on prototype (and scriptaculous, for the effects) the best I've
seen are:
· Prototype Window: http://prototype-window.xilinus.com/index.html
· ModalBox: http://www.wildbit.com/labs/modalbox/
· LightWindow: http://www.stickmanlabs.com/lightwindow/#demos
*Prototype Window* *ModalBox* *LightWindow*
Small (62 k) Very small (22k) Small (63k)
Resizable Resizable Resizable
Movable Fixed Fixed
Fully skinnable (separate images + css) Customizable through css. Not
easy to theme.
Supports modal windows. Same. Same
Supports all visual Effects of Scriptaculous Supports SlideDown and
SlideUp transitions. Customizable transition handlers (?).
Supports offline + Ajax content. Same. Same.
Has pre-build confirm, altert and info dialogs. Doesn't have. Doesn't
have.
Supports multi-modal windows. Doesn't. Doesn't.
Support to save in cookies the windows status (location -- since is
movable, open, close, hidden etc.) Doesn't. Doesn't.
Has a tooltip add-on. Doesn't. Doesn't.
Doesn't have a photo slideshow included. Doesn't have a photo slideshow
integrated. Has a photo slideshow integrated. Also supports
multi-galleries.
Doesn't support media files. ? Supports all known / used media files.
Works on Safari, Camino, Firefox and IE6. Works on IE6, IE7, Firefox
1.0, 1.5, 2.0, Safari, Camino, Opera 8 and 9. Works on Windows
Firefox/IE6/IE7/Safari3/Opera & Mac Firefox/Safari/Opera/Netscape.
Has a svn, a forum to post bugs / requests for features. Releases are
often. Is a Google project, with frequent releases and bug tracking.
Has a forum (was down when I checked it).
MIT licence MIT licence MIT licence.
XWiki possible usage of lightbox:
- Users & Groups management
- Photo gallery
- Blog posts
- Ajax forms
- Embedded media files or swf animations
- ....
So, based on my brief summary of these 3 lightboxes, I would like to
receive ideas, proposals... since is my second post about the subject
and I think is a nice feature to have.
Thanks,
Evelina
Hi devs,
I'm planning to release XE/Core 1.4.2 tomorrow and then remove the 1.4
branch (since 1.5 stable is now out).
Ok for everyone ?
--
Thomas Mortagne
Hello all,
Currently we have a panel for creating pages. There is a drop down for
selecting Page, Space or Blog Post. New pages are created under the current
space.
I would like to create a panel for creating pages only. So there is a
similiar drop down (existing spaces listed) for selecting which Space the
page should be created under. Then the text box as usual for the Title.
Any idea how to do it please? does the page creation takes an argument for
the space location?
Many Thanks
Art
--
View this message in context: http://n2.nabble.com/New-Panel-for-creating-pages-tp834125p834125.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
We can do things like this in pages.
#set( $myvar = ["123"] )
If I want to make a global variable that share across the entire wiki (XE),
where can i set that pls?
Thanks
Art
--
View this message in context: http://n2.nabble.com/Global-Variable--tp789520p789520.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
HI,
When ever new space is created, how can add a blog category with that space
name through code.
Can anyone know help me how to proceed with this one...?
--
Prathap