Skip to content

Commit db50044

Browse files
committed
Merge branch 'master' of github.com:nursix/eden
2 parents a88dd84 + 67764dc commit db50044

37 files changed

+5658
-3902
lines changed

controllers/admin.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,8 @@ def consent_question():
567567
formname = "consent_question/None"
568568
if form.accepts(request.post_vars,
569569
current.session,
570-
#onvalidation = self.validate,
571570
formname = formname,
572-
keepvalues = True,
571+
keepvalues = False,
573572
hideerror = False,
574573
):
575574

controllers/cap.py

+2-9
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ def prep(r):
216216
(table.approved_on != None)
217217
resource.add_filter(filter)
218218

219-
#elif r.representation == "cap":
220-
# # This is either importing from or exporting to cap format. Set both
221-
# # postprocessing hooks so we don't have to enumerate methods.
222-
# s3db.configure("gis_location",
223-
# xml_post_parse = s3db.cap_gis_location_xml_post_parse,
224-
# xml_post_render = s3db.cap_gis_location_xml_post_render,
225-
# )
226219
record = r.record
227220
if r.id:
228221

@@ -923,8 +916,8 @@ def postp(r, output):
923916
row_clone["template_info_id"] = row.id
924917
row_clone["is_template"] = False
925918
row_clone["effective"] = request.utcnow
926-
row_clone["expires"] = s3db.cap_expiry_date()
927-
row_clone["sender_name"] = s3db.cap_sender_name()
919+
row_clone["expires"] = s3db.cap_expirydate()
920+
row_clone["sender_name"] = s3db.cap_sendername()
928921
row_clone["web"] = settings.get_base_public_url() + \
929922
URL(c="cap", f=fn, args=lastid)
930923
row_clone["audience"] = audience

languages/de.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@
871871
'City': 'Ort/Stadt',
872872
'Civil Emergency': 'Ziviler Notfall',
873873
'Cladding, glazing': 'Verkleidung, Verglasung',
874+
'Clear All': 'Alle entfernen',
874875
'Clear Filter': 'Filter zurücksetzen',
875876
'Clear': 'Löschen',
876877
'Click on the link %(url)s to reset your password': 'Klicken sie auf den Link %(url)s um ihr Kennwort zurückzusetzen',
@@ -3735,6 +3736,7 @@
37353736
'Please select': 'Treffen Sie eine Auswahl',
37363737
'Please sign-up with your Cell Phone as this allows us to send you Text messages. Please include full Area code.': 'Bitte melden Sie sich unter Angabe Ihrer Mobilfunknummer an. Das erlaubt uns Ihnen Textnachrichten zu senden. Bitten verwenden Sie die internationale Nummer ein (Deutschland: 0049.... - ohne führende 0).',
37373738
'Please specify any problems and obstacles with the proper handling of the disease, in detail (in numbers, where appropriate). You may also add suggestions the situation could be improved.': 'Bitte geben Sie alle Probleme und Hindernisse bei der korrekten Behandlung der Krankheit an, im Detail (in Zahlen, falls zutreffend). Sie können auch Vorschläge machen wie die Situation verbessert werden kann.',
3739+
'Please specify the effort spent': 'Bitte geben Sie den Zeitaufwand an',
37383740
'Please use this field to record any additional information, including a history of the record if it is updated.': 'Bitte dieses Feld verwenden um zusätzliche Informationen zu hinterlegen, einschließlich der Datensatzhistorie, falls dieser aktualisiert wurde.',
37393741
'Please use this field to record any additional information, including any Special Needs.': 'Bitte dieses Feld verwenden um zusätzliche Informationen, einschließlich besonderer Anforderungen, zu hinterlegen.',
37403742
'Please use this field to record any additional information, such as Ushahidi instance IDs. Include a history of the record if it is updated.': 'Bitte dieses Feld verwenden um zusätzliche Informationen, wie die Ushahidi Vorgangs-ID, zu hinterlegen, einschließlich der Datensatzhistorie, falls dieser aktualisiert wurde.',
@@ -4441,7 +4443,7 @@
44414443
'Seized Item updated': 'Beschlagnahmung aktualisiert',
44424444
'Seized Items': 'Beschlagnahmte Gegenstände',
44434445
'Select %(location)s': 'Auswahl %(location)s',
4444-
'Select All': 'Alles auswählen',
4446+
'Select All': 'Alle auswählen',
44454447
'Select Items from the Request': 'Wählen sie Artikel aus der Anfrage',
44464448
'Select Items from this Inventory': 'Wählen sie Artikel aus diesem Bestand',
44474449
'Select Land': 'Land auswählen',

languages/en-gb.py

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
'Sent Shipment canceled': 'Sent Shipment cancelled',
194194
'Sent Shipment canceled and items returned to Warehouse': 'Sent Shipment cancelled and items returned to Warehouse',
195195
'Shipping Organization': 'Shipping Organisation',
196+
'Skills Utilized': 'Skills Utilised',
196197
'Social Mobilization': 'Social Mobilisation',
197198
'Specialized Hospital': 'Specialised Hospital',
198199
'Synchronization': 'Synchronisation',

0 commit comments

Comments
 (0)