Hi devs,
So this proposal appeared in some of my proposals but right now I created a
proper Proposal/Idea mail for it.
It's about having an 'Administer Page' section in the menus, similar to the
'Administer Wiki' and 'Administer Space' functionality.
The 'Administer Page' will be accessible to global admins, page creators
and users with (edit?/admin?) rights for the page.
>From what we currently have implemented it should contain the 'Rights
Editor' (?editor=rights) at page level.
In the future we could make 'Presentation', 'Page Elements' or 'Panel
Wizard' to be more granular and be set at Page level (have different panels
and style for just one page).
Some screenshots at
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/PageAdministration
Thanks,
Caty
Hi,
We are using mixed naming when referring to a document/page, not only on
different pages, but also in the same context (Rename step for example).
There is also an issue referring to this problem
XWIKI-5401<http://jira.xwiki.org/jira/browse/XWIKI-5401>and we need to
find an answer in order to move forward consistency.
So the question is which version we prefer: "Page" or "Document" ?
I'm voting +1 for "Page".
"Page" is more used IMO, especially in the "Space"/"Page" context.
"Page" is more general than "Document" and better fitted for a platform that
encapsulates all kind of content (not just documents).
Please cast your vote.
Thanks,
Caty
Hi,
According to the javadoc in XWikiDocument:
/**
* The last user that has changed the document's content (ie not object, attachments). The Content author is only
* changed when the document content changes. Note that Content Author is used to check programming rights on a
* document and this is the reason we need to know the last author who's modified the content since programming
* rights depend on this.
*/
private DocumentReference contentAuthorReference;
This means that objectadd or objectremove actions shouldn't change the content author as they do now.
I'm proposing that we fix this.
Do you see any issue?
Thanks
-Vincent
Hi devs,
I’ve noticed the following in getusers.vm:
#set ($arr = [])
#set( $discard = $arr.add( null ) ) ## this may be variable...
#set( $discard = $arr.add( "$value" ) )
The “null” part doesn’t seem correct at all and I don’t understand the comment "## this may be variable…”
Any idea what the original author wanted to do?
Thanks
-Vincent
Hi,
This is an iteration for:
Extended-Breadcrumb's purpose is to provide a solution to *combine* the
global-menu functionality with the current breadcrumb functionality, while
supporting *nested spaces* concept and being backwards compatible with
*parent/child* relationship.
Proposal:
http://design.xwiki.org/xwiki/bin/view/Proposal/ExtendedBreadcrumb
Thanks,
Caty
Hello devs,
I need a Nexus account in order to perform a release of an extension (
https://github.com/xwiki-contrib/api-usergroup) on contrib that allows to
get all the groups that a user is member of and if those are subgroups, get
all the parent groups also (and so on, recursively). Username: acotiuga.
Thanks,
Alex
Hello,
I would like a repository on xwiki-contrib for a "Tour" application.
Name: application-tour
Description: This application provides for the users a possibility to
create bootstrap-tours for every page they want. ( See
http://bootstraptour.com/ for a preview. )
State: This application is not released on e.x.o yet, but I plan on doing
this as soon as possible.
Tools: repository on github, JIRA project.
Thank you,
Gabriela
*Gabriela Smeria*
*Web Developer*
gabriela.smeria(a)xwiki.com
skype: smeria.gabriela
On 20 May 2015 at 14:49:15, GitHub (noreply@github.com(mailto:noreply@github.com)) wrote:
> Branch: refs/heads/master
> Home: https://github.com/xwiki-contrib/application-parsley-form
> Commit: 8c7dc3f2b69273c185a69586a188ece4cb930310
> https://github.com/xwiki-contrib/application-parsley-form/commit/8c7dc3f2b6…
> Author: Raluca Stavro
> Date: 2015-05-20 (Wed, 20 May 2015)
>
> Changed paths:
> A README.md
> A pom.xml
> A src/.DS_Store
> A src/main/.DS_Store
> A src/main/resources/.DS_Store
> A src/main/resources/Main/ParsleyDemoForm.xml
.DS_Store should not be committed :)
You should copy the .gitignore from xwiki-commons for example.
Thanks
-Vincent
>
> Log Message:
> -----------
> PARSLEY-1 : Port the ParsleyJS Demo Form application to XWiki
>
>
Hello,
By following the example of AngularJS ToDo application, I would like to
port the ParsleyJS Demo Form application to XWiki.
I've created a task on Jira : http://jira.xwiki.org/browse/XCONTRIB-276 .
Can someone please create a project under xwiki-contrib for me ? I guess
that the best name for it would be "application-parsley-demoform".
Have a good day,
Raluca.