See ChangeLog

Monotone-Parent: 5c327b5b1200ffed4317126e637f1e5a4a6947fb
Monotone-Revision: 9b5272463fac61370796a5551a285c8f7d3dd24c

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-23T21:14:18
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-12-23 21:14:18 +00:00
parent cbc87fc9ab
commit 4320805ece
3 changed files with 10 additions and 3 deletions

View File

@ -5,7 +5,14 @@
invoke labelForKey prior to setPage: - resulting
in the wrong resources manager being selected.
This fixes: http://www.scalableogo.org/bugs/view.php?id=286
* UI/Templates/ContactsUI/UIxContactFoldersView.wox
UI/Templates/SchedulerUI/UIxCalMainView.wox
Modified the uploadForm in those two templates (to add
const:href="") in order to avoid SOPE sessions being
created upon access to the calendar or address book module.
This fixes: http://www.scalableogo.org/bugs/view.php?id=208
2009-12-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* Removed all the Kolab-related stuff (more specifically,

View File

@ -30,7 +30,7 @@
<div>
<h3><var:string label:value="Import Cards"/></h3>
<p><var:string label:value="Select a vCard or LDIF file."/></p>
<form name="uploadForm" id="uploadForm" method="post"
<form const:href="" name="uploadForm" id="uploadForm" method="post"
enctype="multipart/form-data"
onsubmit="return AIM.submit(this, {'onStart' : validateUploadForm,
'onComplete' : uploadCompleted})">

View File

@ -103,7 +103,7 @@
<div>
<h3><var:string label:value="Import Events"/></h3>
<p><var:string label:value="Select an iCalendar file (.ics)."/></p>
<form name="uploadForm" id="uploadForm" method="post"
<form const:href="" name="uploadForm" id="uploadForm" method="post"
enctype="multipart/form-data"
onsubmit="return AIM.submit(this, {'onStart' : validateUploadForm,
'onComplete' : uploadCompleted})">