Wiki source code of Flavor: Groupware
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | $xwiki.ssx.use("Improvements.WebHome") | ||
| 3 | $xwiki.ssx.use("Standards.WebHome") | ||
| 4 | $xwiki.ssx.use("Improvements.DocumentationFlavor") | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| 7 | = Groupware Flavor = | ||
| 8 | |||
| 9 | (% class="left column50 dashboardleft" %) | ||
| 10 | ((( | ||
| 11 | {{toc depth="3"/}} | ||
| 12 | ))) | ||
| 13 | |||
| 14 | (% class="dashboardright right column50" %) | ||
| 15 | ((( | ||
| 16 | {{gallery}} | ||
| 17 | image:XWikiIntranet.png | ||
| 18 | {{/gallery}} | ||
| 19 | ))) | ||
| 20 | |||
| 21 | (% class="clearfloats" %) | ||
| 22 | ((( | ||
| 23 | |||
| 24 | ))) | ||
| 25 | |||
| 26 | == Community Feedback == | ||
| 27 | |||
| 28 | {{info}} | ||
| 29 | [xwiki-devs] [Brainstorming] [Flavor] Groupware Flavor http://markmail.org/thread/mzby6ofaunrsxpun (25 Mar, 2013) | ||
| 30 | {{/info}} | ||
| 31 | |||
| 32 | (% class="left column40 dashboardleft" style="width: 27%" %) | ||
| 33 | ((( | ||
| 34 | == Objectives == | ||
| 35 | |||
| 36 | Collaborative software or groupware is designed to help people involved in a common task achieve goals. | ||
| 37 | |||
| 38 | One of the earliest definitions of collaborative software is 'intentional group processes plus software to support them'. | ||
| 39 | |||
| 40 | == Short Version == | ||
| 41 | |||
| 42 | The highlights of the Groupware wiki are: | ||
| 43 | |||
| 44 | * Focused on applications like [[Calendar>>||anchor="HCalendar"]], [[Meeting Manager>>||anchor="HMeetingManager"]], [[Task Manager>>||anchor="HTaskManager"]], [[File Manager>>||anchor="HFileManager"]], etc. | ||
| 45 | * [[Import>>||anchor="HImport"]] and [[Export>>||anchor="HExport"]] from diverse formats | ||
| 46 | * Custom [[Macros>>||anchor="HMacros"]] focused on content creation and formatting | ||
| 47 | * Custom [[Presentation>>||anchor="HPresentation"]] in accordance with the team's values | ||
| 48 | |||
| 49 | == Issues == | ||
| 50 | |||
| 51 | * Make Workspace Default | ||
| 52 | * Polish needed extensions | ||
| 53 | |||
| 54 | == Related proposals == | ||
| 55 | |||
| 56 | * [[Collaborative Applications>>Proposal.CollaborativeApplications]] | ||
| 57 | ))) | ||
| 58 | |||
| 59 | (% class="dashboardright right column60" style="width: 70%" %) | ||
| 60 | ((( | ||
| 61 | == Tasks & Features == | ||
| 62 | |||
| 63 | === (% class="primaryTitle" %)Task:(%%) Content Management === | ||
| 64 | |||
| 65 | {{container layoutStyle="columns"}} | ||
| 66 | ((( | ||
| 67 | ==== Pages ==== | ||
| 68 | Pages are atomic entities of the wiki. They have //'Copy'//, //'Rename'//, //'Move'//, //'Delete'// functionality. Also you can manage the //'History'// (restore versions), add //Attachments// to them and manage them with //'Document Index'//. | ||
| 69 | {{status group='M'/}} {{status group='D'/}} | ||
| 70 | |||
| 71 | ==== WYSIWYG ==== | ||
| 72 | You can edit the wiki page in Syntax mode or WYSIWYG mode, which provides a way to create rich content with ease. | ||
| 73 | There will be a selection of [[macros>>||anchor='HMacros']] specialized for creating content or that displays application related content, that can be embedded inside pages. | ||
| 74 | {{status group='M'/}} {{status group='D'/}} | ||
| 75 | |||
| 76 | ==== Spaces ==== | ||
| 77 | Spaces are collections of wiki pages. They have separate administration, so they can have independent rights, presentation, backups, etc. | ||
| 78 | |||
| 79 | Spaces organize pages in 'physical' locations, accessible through URLs. | ||
| 80 | {{status group='M'/}} {{status group='D'/}} | ||
| 81 | ))) | ||
| 82 | ((( | ||
| 83 | ==== Import ==== | ||
| 84 | Import [[Office>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application]] Documents (Word, [[Excel>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Batch+Import+Application]], Ppt) and other formats (CSV, DokuWiki, TWiki, MediaWiki, etc.) into wiki pages. | ||
| 85 | {{status group='M'/}} {{status group='D'/}} {{status group='E'/}} | ||
| 86 | |||
| 87 | ==== Export ==== | ||
| 88 | The wiki displays the information as an online web page, but various output formats are needed for a wider audience. This should cover formats like XML, PDF, Word, ODT, [[Excel>>http://extensions.xwiki.org/xwiki/bin/view/Extension/LiveTableExcelExport+Macro]], CSV, HTML, etc. but also the ability to print the content. | ||
| 89 | We need the ability to export a single page or [[multiple pages>>http://extensions.xwiki.org/xwiki/bin/view/Extension/MultipagePdfExport+Application+-+Space+Export]]. | ||
| 90 | {{status group='M'/}} {{status group='D'/}} {{status group='E'/}} | ||
| 91 | ))) | ||
| 92 | ((( | ||
| 93 | ==== Macros ==== | ||
| 94 | Macros add extra functionality inside wiki pages. There are certain macro categories, from content formatting to application specific macros. Macro categories need to be customized and specialized for groupwares, installed applications also enabling their related macros. | ||
| 95 | |||
| 96 | Some examples of useful macros: | ||
| 97 | * [[Container Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro]] | ||
| 98 | * [[Gallery Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Gallery+Macro]] | ||
| 99 | * [[Chart Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro]] | ||
| 100 | * [[Attachments Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Attachments+Macro]] | ||
| 101 | * [[Jira Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Macro]] | ||
| 102 | * [[Google Apps>>http://extensions.xwiki.org/xwiki/bin/view/Extension/GoogleAppsIntegration]] | ||
| 103 | * [[Google Calendar>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Calendar]] | ||
| 104 | * [[Google Maps>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Map+Plugin]] | ||
| 105 | |||
| 106 | {{status group='M'/}} {{status group='D'/}} {{status group='E'/}} {{status group='S'/}} | ||
| 107 | ))) | ||
| 108 | {{/container}} | ||
| 109 | |||
| 110 | === (% class="primaryTitle" %)Task:(%%) Application Management === | ||
| 111 | |||
| 112 | {{container layoutStyle="columns"}} | ||
| 113 | ((( | ||
| 114 | ==== Workspaces ==== | ||
| 115 | [[Workspaces>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application]] are subwiki that are created and used by regular users (not just admins). The workspace is a place to collaborate on a specific topic, being able to have independent applications, rights, presentation, backup, etc. | ||
| 116 | {{status group='M'/}} {{status group=''/}} | ||
| 117 | ))) | ||
| 118 | ((( | ||
| 119 | ==== Extension Manager ==== | ||
| 120 | [[Extension Manager>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Manager+Application]] allows applications to be installed/updated/removed in and from the wiki. All installed applications are displayed in an Applications Panel. | ||
| 121 | {{status group='M'/}} {{status group='D'/}} | ||
| 122 | ))) | ||
| 123 | ((( | ||
| 124 | ==== App Within Minutes==== | ||
| 125 | [[App Within Minutes>>http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application]] creates collaborative web applications within minutes, based on XWiki's powerful structured data management system. Entries created with it are displayed in a livetable on the created application's homepage, allowing entries to be filtered and managed. | ||
| 126 | {{status group='M'/}} {{status group='D'/}} | ||
| 127 | ))) | ||
| 128 | {{/container}} | ||
| 129 | |||
| 130 | |||
| 131 | |||
| 132 | === (% class="primaryTitle" %)Task:(%%) Default Applications === | ||
| 133 | |||
| 134 | {{container layoutStyle="columns"}} | ||
| 135 | ((( | ||
| 136 | ==== User Directory ==== | ||
| 137 | [[User Directory>>http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise40#HUserdirectoryimprovementsandusercustomizedview]] contains existing users, showing e-mail address, first name, last name, etc. The columns are customizable letting you add new properties (like department, manager, etc.) | ||
| 138 | {{status group='M'/}} {{status group='D'/}} | ||
| 139 | |||
| 140 | ==== Activity Stream ==== | ||
| 141 | [[Activity Stream>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Activity+Macro]] lets you monitor the activity on pages, comments, attachments, by seing new, edited, deleted content. | ||
| 142 | {{status group='M'/}} {{status group='D'/}} | ||
| 143 | |||
| 144 | ==== Dashboard ==== | ||
| 145 | [[Dashboards>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Dashboard+Application]] provides customizable collections of gadgets. You can select what gadgets are relevant and the way they are related and displayed. | ||
| 146 | {{status group='M'/}} {{status group='D'/}} | ||
| 147 | ))) | ||
| 148 | ((( | ||
| 149 | ==== Search ==== | ||
| 150 | [[Search>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Search+Application]] for content inside pages, comments, objects and also in the content of attachments. You can restrict your search results by using filters based on location, content type, modification date, author, etc. | ||
| 151 | |||
| 152 | Also the Search Suggest feature rapidly displays the top matches for a certain query and highlights documents name, document content, attachment content and user names. | ||
| 153 | {{status group='M'/}} {{status group='D'/}} | ||
| 154 | |||
| 155 | ==== Blog ==== | ||
| 156 | [[Blogs>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application]] are used to communicate timely information, like announcements, journal entries, status reports, etc. You can host multiple blogs or organize the information using categories and tags. | ||
| 157 | {{status group='O'/}} {{status group='D'/}} | ||
| 158 | |||
| 159 | ==== Send Message ==== | ||
| 160 | You can [[send message>>http://extensions.xwiki.org/xwiki/bin/view/Extension/User+Application#HShareAStatusMessage]] internally to wiki users, mentioning pages of interest, links or just content. [[Workstream>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Workstream+Application]] is a similar application. | ||
| 161 | {{status group='O'/}} {{status group='D'/}} | ||
| 162 | ))) | ||
| 163 | ((( | ||
| 164 | ==== Comments & Annotations ==== | ||
| 165 | Collaboration and reviewing on wiki pages can be made through comments (global level) and [[annotations>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application]] (contextual level) on unpublished content. Comments & Annotations can be added to any page. | ||
| 166 | {{status group='M'/}} {{status group='O'/}} {{status group='D'/}} | ||
| 167 | |||
| 168 | ==== Watchlist ==== | ||
| 169 | The [[watchlist>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Watchlist+Application]] gets you informed about wiki modifications. You will be notified by email of any changes to the pages: edit, delete content, comments, attachments, etc. | ||
| 170 | |||
| 171 | You can specify the frequency and delay of the e-mails. Also you are automatically subscribed to pages you contributed. | ||
| 172 | {{status group='M'/}} {{status group='D'/}} | ||
| 173 | |||
| 174 | ==== Share by email ==== | ||
| 175 | You can share pages through mail or with other users. The pages can be just linked or embedded inside the message, containing comments and attachments. | ||
| 176 | {{status group='O'/}} {{status group='D'/}} | ||
| 177 | ))) | ||
| 178 | {{/container}} | ||
| 179 | |||
| 180 | |||
| 181 | |||
| 182 | === (% class="primaryTitle" %)Task:(%%) Collaborative Applications === | ||
| 183 | |||
| 184 | {{container layoutStyle="columns"}} | ||
| 185 | ((( | ||
| 186 | ==== Calendar ==== | ||
| 187 | [[Calendar>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Calendar+Application]] allows you to create new events, mentioning the date, location, description, etc. | ||
| 188 | {{status group='M'/}} {{status group='E'/}} | ||
| 189 | |||
| 190 | ==== File Manager ==== | ||
| 191 | [[File Manager Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application]] lets you manage your files, providing a viewer of supported files, displaying a tag cloud and allowing filtering. Another related macro is [[Attachments Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Attachments+Macro]] | ||
| 192 | {{status group='M'/}} {{status group='E'/}} | ||
| 193 | |||
| 194 | ==== Presentation ==== | ||
| 195 | [[Presentation Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Presentation+Application]] allows creating HTML5 presentations collaboratively in wiki pages. | ||
| 196 | {{status group='O'/}} {{status group='E'/}} | ||
| 197 | ))) | ||
| 198 | ((( | ||
| 199 | ==== Meeting Manager ==== | ||
| 200 | [[Meeting Manager>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Meeting+Application]] enables you to manage meetings (create, modify and view meetings to come). | ||
| 201 | {{status group='M'/}} {{status group='E'/}} | ||
| 202 | |||
| 203 | ==== Task Manager ==== | ||
| 204 | [[Task Manager>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Task+Manager+Application]] is a task management application, that allows users to create and assign tasks from anywhere in the wiki. | ||
| 205 | {{status group='M'/}} {{status group='E'/}} | ||
| 206 | |||
| 207 | ==== Polls & Surveys ==== | ||
| 208 | [[Polls Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application]] allows the creation of polls and surveys, having simple choice, multiple choice, rating, ranking, etc. | ||
| 209 | {{status group='O'/}} {{status group='E'/}} | ||
| 210 | ))) | ||
| 211 | ((( | ||
| 212 | ==== Forum ==== | ||
| 213 | The [[Forum>>http://extensions.xwiki.org/xwiki/bin/view/Extension/SimpleForumApplication]] gives you the possibility to create new categories and discuss topics within them. | ||
| 214 | {{status group='O'/}} {{status group='E'/}} | ||
| 215 | |||
| 216 | ==== Chat ==== | ||
| 217 | [[Chat Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/ChatApplication]] provides a simple chat application which stores the chat history in the server memory. Each user receives notification of new messages. | ||
| 218 | {{status group='O'/}} {{status group='E'/}} | ||
| 219 | |||
| 220 | ==== Mail Archive ==== | ||
| 221 | [[Mail Archive Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/MailArchive+Application]] manages a mail archive inside the wiki. The mailing lists archives will be stored and displayed. | ||
| 222 | {{status group='O'/}} {{status group='E'/}} | ||
| 223 | ))) | ||
| 224 | {{/container}} | ||
| 225 | |||
| 226 | |||
| 227 | |||
| 228 | === (% class="primaryTitle" %)Task:(%%) Intranet Applications === | ||
| 229 | |||
| 230 | {{container layoutStyle="columns"}} | ||
| 231 | ((( | ||
| 232 | ==== Holiday Request ==== | ||
| 233 | [[Holiday Request>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Holiday+Request+1]] allows any user of the wiki to make a holiday request, and enables his manager to accept or refuse it. | ||
| 234 | {{status group='O'/}} {{status group='E'/}} | ||
| 235 | ))) | ||
| 236 | ((( | ||
| 237 | ==== Recruitment ==== | ||
| 238 | [[Recruitment Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Recruitment+Management+Application]] allow to manage incoming applications from candidates, watching next steps and status in the recruitment process. | ||
| 239 | {{status group='O'/}} {{status group='E'/}} | ||
| 240 | ))) | ||
| 241 | ((( | ||
| 242 | ==== Other Intranet Applications ==== | ||
| 243 | There are other optional Applications that can be installed into a GroupWare, like Expense Reports, Employee Evaluations, [[Ideas>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Ideas]] etc. | ||
| 244 | {{status group='O'/}} {{status group='D'/}} {{status group='S'/}} | ||
| 245 | ))) | ||
| 246 | {{/container}} | ||
| 247 | |||
| 248 | |||
| 249 | |||
| 250 | === (% class="primaryTitle" %)Task:(%%) Third-party Integration === | ||
| 251 | |||
| 252 | {{container layoutStyle="columns"}} | ||
| 253 | ((( | ||
| 254 | ==== Balsamiq==== | ||
| 255 | [[Balsamiq>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Balsamiq+Mockups+Plugin]] plug-in allows you to create, edit and embed UI Wireframes created with Balsamiq Mockups in wiki pages. | ||
| 256 | {{status group='O'/}} {{status group='E'/}} | ||
| 257 | |||
| 258 | ==== Diagram ==== | ||
| 259 | [[Diagram Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application]] integrates draw.io and allows you to create and store diagrams in wiki pages. | ||
| 260 | {{status group='O'/}} {{status group='E'/}} | ||
| 261 | ))) | ||
| 262 | ((( | ||
| 263 | ==== Jira ==== | ||
| 264 | [[Jira Macro>>http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Macro]] is a [[macro>>||anchor="HMacros"]] fetches information from a Jira server and displays them, showing identification, description, etc. | ||
| 265 | {{status group='O'/}} {{status group='E'/}} | ||
| 266 | |||
| 267 | ==== Google ==== | ||
| 268 | There are several [[macros>>||anchor="HMacros"]] that allows you to integrate [[docs>>http://extensions.xwiki.org/xwiki/bin/view/Extension/GoogleAppsIntegration]], [[calendars>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Calendar]], [[maps>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Map+Plugin]], created with Google products. | ||
| 269 | {{status group='O'/}} {{status group='E'/}} | ||
| 270 | ))) | ||
| 271 | ((( | ||
| 272 | ==== Other Third-Party Applications ==== | ||
| 273 | There are other optional Third-Party Applications that can be installed in a GroupWare, like [[MindMap>>http://extensions.xwiki.org/xwiki/bin/view/Extension/MindMap+Application]], [[PlantUML>>http://extensions.xwiki.org/xwiki/bin/view/Extension/PlantUML+Macro]], [[Sequence Diagrams>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Sequence+Diagram+Macro]], etc. | ||
| 274 | {{status group='O'/}} {{status group='D'/}} {{status group='S'/}} | ||
| 275 | ))) | ||
| 276 | {{/container}} | ||
| 277 | |||
| 278 | |||
| 279 | |||
| 280 | === (% class="primaryTitle" %)Task:(%%) Instance Administration === | ||
| 281 | |||
| 282 | {{container layoutStyle="columns"}} | ||
| 283 | ((( | ||
| 284 | ==== Authentification ==== | ||
| 285 | You can create your own user base and let them authenticate with XWiki credentials or you can delegate the authentification to [[LDAP>>http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application]] and get their credentials from external servers. | ||
| 286 | {{status group='M'/}} {{status group='D'/}} | ||
| 287 | |||
| 288 | ==== Rights ==== | ||
| 289 | The whole purpose of a groupware is to make information accessible to proper audience. Custom rights can be given to specific workspace groups of users (like the ability to edit, comment, view, etc.) | ||
| 290 | {{status group='M'/}} {{status group='D'/}} | ||
| 291 | ))) | ||
| 292 | ((( | ||
| 293 | ==== Presentation ==== | ||
| 294 | Groupware skins have a custom skin in accordance with the company/product brand (logo, colors, etc.) Alternatively the default Skin and ColorThemes could be used. | ||
| 295 | |||
| 296 | The skin could also use an optional [[Horizontal Menu>>http://extensions.xwiki.org/xwiki/bin/view/Extension/NavigationMenuConfig]] to contain links to important sections and implement additional ways to navigate in the workspaces structure. | ||
| 297 | {{status group='M'/}} {{status group='O'/}} {{status group='D'/}} {{status group='E'/}} {{status group="S"/}} | ||
| 298 | ))) | ||
| 299 | ((( | ||
| 300 | ==== Backup ==== | ||
| 301 | Prevent information loss by having regular backups, useful also when doing upgrades or moving from one instance to another. | ||
| 302 | {{status group='M'/}} {{status group='D'/}} | ||
| 303 | |||
| 304 | ==== Analytics & Statistics ==== | ||
| 305 | You can get detailed informations about pages and contributors if you enable the [[Statistics Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application]]. | ||
| 306 | {{status group='O'/}} {{status group='D'/}} | ||
| 307 | ))) | ||
| 308 | {{/container}} | ||
| 309 | ))) | ||
| 310 | |||
| 311 | (% class="clearfloats" %) | ||
| 312 | ((( | ||
| 313 | |||
| 314 | ))) | ||
| 315 | |||
| 316 | == Features Summary == | ||
| 317 | |||
| 318 | (% class="statusTable" %) | ||
| 319 | |= Feature |=(% colspan="6" width="40%" %) Status | ||
| 320 | |[[Workspaces>>||anchor="HWorkspaces"]]|{{status group="M"/}} | |{{status group=""/}} | | |\\ | ||
| 321 | |[[Extension Manager>>||anchor="HExtensionManager"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 322 | |[[App Within Minutes>>||anchor="HAppWithinMinutes"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 323 | |[[Authentification>>||anchor="HAuthentification"]] |{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 324 | |[[Rights>>||anchor="HRights"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 325 | |[[Backup>>||anchor="HBackup"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 326 | |[[Pages>>||anchor="HPages"]] (History, Attachments, Document Index) |{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 327 | |[[Spaces>>||anchor="HSpaces"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 328 | |[[Comments>>||anchor="HComments26Annotations"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 329 | |[[WYSIWYG>>||anchor="HWYSIWYG"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 330 | |[[Search>>||anchor="HSearch"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 331 | |[[User Directory>>||anchor="HUserDirectory"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 332 | |[[Activity Stream>>||anchor="HActivityStream"]]|{{status group="M"/}}| |{{status group="D"/}} | | |\\ | ||
| 333 | |[[Dashboard>>||anchor="HDashboard"]]|{{status group="M"/}} | |{{status group="D"/}} | | |\\ | ||
| 334 | |[[Watchlist>>||anchor="HWatchlist"]]|{{status group="M"/}} ||{{status group="D"/}} | | |\\ | ||
| 335 | |[[Import>>||anchor="HImport"]]|{{status group="M"/}}| |{{status group="D"/}}{{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application{{/footnote}} |{{status group="E"/}}{{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Batch+Import+Application{{/footnote}}| |\\ | ||
| 336 | |[[Export>>||anchor="HExport"]]|{{status group="M"/}}| |{{status group="D"/}} |{{status group="E"/}}{{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/LiveTableExcelExport+Macro{{/footnote}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/MultipagePdfExport+Application+-+Space+Export{{/footnote}}| |\\ | ||
| 337 | |[[Macros>>||anchor="HMacros"]]|{{status group="M"/}} | |{{status group="D"/}} |{{status group="E"/}}|{{status group="S"/}} |\\ | ||
| 338 | |[[Presentation>>||anchor="HPresentation"]]|{{status group="M"/}}|{{status group="O"/}} |{{status group="D"/}} |{{status group="E"/}}{{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/NavigationMenuConfig{{/footnote}}|{{status group="S"/}}|\\ | ||
| 339 | |[[Blog>>||anchor="HBlog"]] | |{{status group="O"/}} |{{status group="D"/}} | | |\\ | ||
| 340 | |[[Send message>>||anchor="HSendmessage"]]| |{{status group="O"/}} |{{status group="D"/}} | | |\\ | ||
| 341 | |[[Share by email>>||anchor="HSharebyemail"]]| |{{status group="O"/}} |{{status group="D"/}} | | |\\ | ||
| 342 | |[[Annotations>>||anchor="HComments26Annotations"]]| |{{status group="O"/}} |{{status group="D"/}} | | |\\ | ||
| 343 | |[[Analytics & Statistics>>||anchor="HAnalytics26Statistics"]]| |{{status group="O"/}} |{{status group="D"/}} | | |\\ | ||
| 344 | |[[Calendar>>||anchor="HCalendar"]]|{{status group="M"/}}| | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Calendar+Application{{/footnote}}| |\\ | ||
| 345 | |[[Meeting Manager>>||anchor="HMeetingManager"]]|{{status group="M"/}}| | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Meeting+Application{{/footnote}}| |\\ | ||
| 346 | |[[Task Manager>>||anchor="HTaskManager"]]|{{status group="M"/}}| | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Task+Manager+Application{{/footnote}}| |\\ | ||
| 347 | |[[File Manager>>||anchor="HFileManager"]]|{{status group="M"/}}| | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application{{/footnote}}| |\\ | ||
| 348 | |[[Presentation>>||anchor="HPresentation"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Presentation+Application{{/footnote}}| |\\ | ||
| 349 | |[[Polls & Surveys>>||anchor="HPolls26Surveys"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application{{/footnote}}| |\\ | ||
| 350 | |[[Forum>>||anchor="HForum"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/SimpleForumApplication{{/footnote}}| |\\ | ||
| 351 | |[[Chat>>||anchor="HChat"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/ChatApplication{{/footnote}}| |\\ | ||
| 352 | |[[Mail Archive>>||anchor="HMailArchive"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/MailArchive+Application{{/footnote}}| |\\ | ||
| 353 | |[[Intranet Applications>>||anchor="HTask:IntranetApplications"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Holiday+Request+1{{/footnote}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Recruitment+Management+Application{{/footnote}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Ideas{{/footnote}}| |\\ | ||
| 354 | |[[Third-Party Integration>>||anchor="HTask:Third-partyIntegration"]]| |{{status group="O"/}} | |{{status group="E"/}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Balsamiq+Mockups+Plugin{{/footnote}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application{{/footnote}} {{footnote}}http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Macro{{/footnote}}| | | ||
| 355 | |||
| 356 | {{putFootnotes/}} |