Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py19
1 files changed, 16 insertions, 3 deletions
diff --git a/pippy_app.py b/pippy_app.py
index 3f6c9bc..b9b7c26 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -525,11 +525,11 @@ class Chat(ViewSourceActivity):
}
for k,v in metadata.items():
jobject.metadata[k] = v
- file_path = os.path.join(self.get_activity_root(), 'tmp',
+ file_path = os.path.join(self.get_activity_root(), 'instance',
'%i_' % time.time())
open(file_path, 'w').write(url + '\r\n')
os.chmod(file_path, 0755)
- jobject.file_path = file_path
+ jobject.set_file_path(file_path)
datastore.write(jobject)
show_object_in_journal(jobject.object_id)
jobject.destroy()
@@ -726,6 +726,19 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+* #8772: Fix journal entry creation in Chat for uri-list (kevix)
+* Updated translations: tr, si
+
+47
+
+* #8411: Add license to activity.info
+* Remove parameter from bundlebuilder.start
+
+46
+
+* Add update_url for software updater
+* Updated translations: ar, pt
+
45
* Updated translations: sl, nb, el, mr, rw, ur, ne
@@ -912,7 +925,7 @@ CHAT_NEWS="""
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 45
+ return 48
def pippy_activity_news():
"""Return the NEWS file for this activity."""