Skip to content

Commit

Permalink
Rename application #2
Browse files Browse the repository at this point in the history
* changed the title of pages so the part with "XPoll" cannot be seen
* updated README
  • Loading branch information
oanalavinia authored and acotiuga committed Sep 24, 2018
1 parent 15657e0 commit 2970f65
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# XPoll Application (Pro)
# Polls Application (Pro)

XWiki Simple Poll Application - Doodle like

Expand Down
2 changes: 1 addition & 1 deletion application-xpoll-ui/pom.xml
Expand Up @@ -33,7 +33,7 @@
<description>XWiki Simple Poll Application - Doodle like</description>
<properties>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>XPoll Application (Pro)</xwiki.extension.name>
<xwiki.extension.name>Polls Application (Pro)</xwiki.extension.name>
<xwiki.extension.category>application</xwiki.extension.category>
<!-- The list of documents that have an implicit unlimited free license. The users can view these documents without
buying a license or getting a trial license, but they cannot edit or delete them. -->
Expand Down
Expand Up @@ -34,7 +34,7 @@
<date>1421941988000</date>
<contentUpdateDate>1421937083000</contentUpdateDate>
<version>1.1</version>
<title/>
<title>Recent Polls Macro</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -35,7 +35,7 @@
<date>1325372400000</date>
<contentUpdateDate>1325372400000</contentUpdateDate>
<version>1.1</version>
<title>XPoll Class</title>
<title>Polls Class</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -34,7 +34,7 @@
<date>1457692786000</date>
<contentUpdateDate>1457442288000</contentUpdateDate>
<version>1.1</version>
<title>XPollJSExtension</title>
<title>Polls JS Extension</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -34,7 +34,7 @@
<date>1325372400000</date>
<contentUpdateDate>1325372400000</contentUpdateDate>
<version>1.1</version>
<title/>
<title>Polls Service</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -34,7 +34,7 @@
<date>1530721393000</date>
<contentUpdateDate>1530721339000</contentUpdateDate>
<version>1.1</version>
<title>#if("$!doc.getObject('XPoll.XPollClass').getProperty('name').value" != '')$!doc.getObject('XPoll.XPollClass').getProperty('name').value #elseif($doc.name=='XPollSheet' )${doc.name} #else${doc.title} #end</title>
<title>#if("$!doc.getObject('XPoll.XPollClass').getProperty('name').value" != '')$!doc.getObject('XPoll.XPollClass').getProperty('name').value #elseif($doc.name=='XPollSheet' )Polls Sheet #else${doc.title} #end</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -35,7 +35,7 @@
<date>1325372400000</date>
<contentUpdateDate>1325372400000</contentUpdateDate>
<version>1.1</version>
<title/>
<title>Polls Template</title>
<template/>
<defaultTemplate/>
<validationScript/>
Expand Down
Expand Up @@ -34,7 +34,7 @@
<date>1457680333000</date>
<contentUpdateDate>1457679189000</contentUpdateDate>
<version>1.1</version>
<title/>
<title>Recent Polls Panel</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Expand Up @@ -33,7 +33,7 @@
<date>1534847042000</date>
<contentUpdateDate>1534847042000</contentUpdateDate>
<version>1.1</version>
<title>XPollTemplateProvider</title>
<title>Polls Template Provider</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down

0 comments on commit 2970f65

Please sign in to comment.