Search: concept
Last modified by Vincent Massol on 2014/10/21
Refine your search
Select a category and activate filters on the current results
Wiki
-
Home
69
-
Dev
28
-
Extensions Wiki
13
-
Rendering
1
Creator
Creation date
File type
Upload date
Add concept of image to What's New API
Located in
- Title
Add concept of image to What's New API
- Objects
-
…
title : Add concept of image to What's New API
Add original metadata author to XWikiDocument
Located in
- Objects
-
…
summary : [[A new concept of author>>doc:Documentation.UserGuide.Features.PageEditing||anchor="HAuthors"]] has been introduced and the way authors are managed in XWikiDocument have been refactored to rely on a unique interface [[DocumentAuthors>>doc:extensions:Extension.Model Bridge API]].
All Projects
Located in
- Rendered document content
XWiki Workspaces A powerful yet easy to use collaboration solution, organized around the concept of spaces and their applications. XWiki Chronopolys Project management application for managing portfolio of projects XWiki Watch A social RSS reader allowing groups to collaboratively follow information news and filter it.
- Raw document content
|[[XWiki Workspaces>>https://github.com/xwiki-contrib/retired/tree/master/workspaces]]|A powerful yet easy to use collaboration solution, organized around the concept of spaces and their applications. |[[XWiki Chronopolys>>extensions:Extension.Chronopolys]]|Project management application for managing portfolio of projects |[[XWiki Watch>>extensions:Extension.XWiki Watch]]|A social RSS reader allowing groups to collaboratively follow information news and filter it.
Android UI Unit Testing with Espresso
Located in
- Objects
. == UI Testing == The basic concept of the UI testing is the same as Unit Testing, but here we run UI components like login, signup, etc. on Emulator or test device.
Architecture
Located in
- Rendered document content
General Architecture Architecture Concepts: XWiki is a webapp that is deployed into a Servlet Container.
- Raw document content
= General Architecture = Architecture Concepts: * XWiki is a webapp that is deployed into a [[Servlet Container>>http://en.wikipedia.org/wiki/Web_container]]
Basics: What's special about XWiki?
Located in
- Raw document content
{{success}} **Next: [[XWiki basic concepts>>Documentation.UserGuide.GettingStarted.XWikiBasicConcepts]]** {{/success}}
Block attributes
Located in
- Objects
summary : Rendering ##Block##s now have the concept of attributes. The main difference between Block parameters and block attributes is that attributes are not meant to be parser/serialized, the point is to use them as internal metadata associated to a block.
Block preparation and caching
Located in
- Objects
summary : To continue the work on improving the performances and benefit from the Velocity scripts compilation introduced in 15.8, the concept of block preparation has been added to the Rendering framework.
Building XWiki from sources
Located in
- Rendered document content
Here is an example of the minimum maven builds one should run to check a small change in xwiki-platform-flamingo-skin-resources: mvn clean install -f xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources -Pquality mvn clean install -f xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test -Pintegration-tests,docker The changes are related to the concept of panels, so we also build mvn clean install -f xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test -Pintegration-tests,docker If you're creating a Pull Request (PR), make sure you keep a written records of what tests you ran and to indicate them in the dedicated section of the PR template that must be filled up with details about the builds ran and the tests passed.
- Raw document content
Since these 2 projects contain libraries that are independent of the concept of wikis, this makes it very easy for everyone to use them in their own projects.
…The changes are related to the concept of panels, so we also build ##mvn clean install -f xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test -Pintegration-tests,docker## If you're creating a Pull Request (PR), make sure you keep a written records of what tests you ran and to indicate them in the dedicated section of the PR template that must be filled up with details about the builds ran and the tests passed