Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-09-01 19:27:12 +0400
committerJakob Sack <kde@jakobsack.de>2011-09-01 19:27:12 +0400
commit6fa9be73f851b458fa5be36dd280fbe4462ba67c (patch)
tree2afeaf87cd7a697c2ac14841832555cc8a61f710 /apps/calendar
parent8cbe66b5c1b7de8159783c411d71d4637eff368e (diff)
calendar_calendars.components needs to be longer, adjustments in info.xml
Diffstat (limited to 'apps/calendar')
-rwxr-xr-xapps/calendar/appinfo/database.xml2
-rwxr-xr-xapps/calendar/appinfo/info.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml
index 159ca0127e4..bf92179c40b 100755
--- a/apps/calendar/appinfo/database.xml
+++ b/apps/calendar/appinfo/database.xml
@@ -187,7 +187,7 @@
<type>text</type>
<default></default>
<notnull>false</notnull>
- <length>20</length>
+ <length>100</length>
</field>
</declaration>
diff --git a/apps/calendar/appinfo/info.xml b/apps/calendar/appinfo/info.xml
index 23a07588cb4..c846fc1eebc 100755
--- a/apps/calendar/appinfo/info.xml
+++ b/apps/calendar/appinfo/info.xml
@@ -2,9 +2,9 @@
<info>
<id>calendar</id>
<name>Calendar</name>
- <version>0.1</version>
+ <version>0.2</version>
<licence>AGPL</licence>
- <author>Jakob Sack, Georg Ehrke (Userinterface)</author>
+ <author>Georg Ehrke (Userinterface), Jakob Sack</author>
<require>2</require>
- <description>CalDAV server with viewing support.</description>
+ <description>Calendar with CalDAV support</description>
</info>