Fix: nom dans PV archivés
This commit is contained in:
parent
0ddf1faed4
commit
b01a4dff13
22
ZScolar.py
22
ZScolar.py
@ -424,8 +424,7 @@ UE11 Découverte métiers <span class="ue_code">(code UCOD46, 16 ECTS, Apo <span
|
|||||||
security.declareProtected(ScoView, "ScoErrorResponse")
|
security.declareProtected(ScoView, "ScoErrorResponse")
|
||||||
|
|
||||||
def ScoErrorResponse(self, msg, format="html", REQUEST=None):
|
def ScoErrorResponse(self, msg, format="html", REQUEST=None):
|
||||||
"""Send an error message to the client, in html or xml format.
|
"""Send an error message to the client, in html or xml format."""
|
||||||
"""
|
|
||||||
REQUEST.RESPONSE.setStatus(404, reason=msg)
|
REQUEST.RESPONSE.setStatus(404, reason=msg)
|
||||||
if format == "html" or format == "pdf":
|
if format == "html" or format == "pdf":
|
||||||
raise ScoValueError(msg)
|
raise ScoValueError(msg)
|
||||||
@ -491,7 +490,7 @@ UE11 Découverte métiers <span class="ue_code">(code UCOD46, 16 ECTS, Apo <span
|
|||||||
|
|
||||||
def doc_preferences(self, REQUEST):
|
def doc_preferences(self, REQUEST):
|
||||||
"""List preferences for wiki documentation"""
|
"""List preferences for wiki documentation"""
|
||||||
REQUEST.RESPONSE.setHeader("content-type", "text/plain" )
|
REQUEST.RESPONSE.setHeader("content-type", "text/plain")
|
||||||
return sco_preferences.doc_preferences(self)
|
return sco_preferences.doc_preferences(self)
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
@ -970,8 +969,7 @@ UE11 Découverte métiers <span class="ue_code">(code UCOD46, 16 ECTS, Apo <span
|
|||||||
)
|
)
|
||||||
|
|
||||||
def _descr_situation_etud(self, etudid, ne=""):
|
def _descr_situation_etud(self, etudid, ne=""):
|
||||||
"""chaine decrivant la situation actuelle de l'etudiant
|
"""chaine decrivant la situation actuelle de l'etudiant"""
|
||||||
"""
|
|
||||||
cnx = self.GetDBConnexion()
|
cnx = self.GetDBConnexion()
|
||||||
cursor = cnx.cursor(cursor_factory=ScoDocCursor)
|
cursor = cnx.cursor(cursor_factory=ScoDocCursor)
|
||||||
cursor.execute(
|
cursor.execute(
|
||||||
@ -1091,8 +1089,7 @@ UE11 Découverte métiers <span class="ue_code">(code UCOD46, 16 ECTS, Apo <span
|
|||||||
security.declareProtected(ScoView, "doSuppressAnnotation")
|
security.declareProtected(ScoView, "doSuppressAnnotation")
|
||||||
|
|
||||||
def doSuppressAnnotation(self, etudid, annotation_id, REQUEST):
|
def doSuppressAnnotation(self, etudid, annotation_id, REQUEST):
|
||||||
"""Suppression annotation.
|
"""Suppression annotation."""
|
||||||
"""
|
|
||||||
if not self.canSuppressAnnotation(annotation_id, REQUEST):
|
if not self.canSuppressAnnotation(annotation_id, REQUEST):
|
||||||
raise AccessDenied("Vous n'avez pas le droit d'effectuer cette opération !")
|
raise AccessDenied("Vous n'avez pas le droit d'effectuer cette opération !")
|
||||||
|
|
||||||
@ -1337,8 +1334,7 @@ function tweakmenu( gname ) {
|
|||||||
security.declareProtected(ScoEtudChangeAdr, "formChangePhoto")
|
security.declareProtected(ScoEtudChangeAdr, "formChangePhoto")
|
||||||
|
|
||||||
def formChangePhoto(self, etudid=None, REQUEST=None):
|
def formChangePhoto(self, etudid=None, REQUEST=None):
|
||||||
"""Formulaire changement photo étudiant
|
"""Formulaire changement photo étudiant"""
|
||||||
"""
|
|
||||||
etud = self.getEtudInfo(filled=1, REQUEST=REQUEST)[0]
|
etud = self.getEtudInfo(filled=1, REQUEST=REQUEST)[0]
|
||||||
if sco_photos.etud_photo_is_local(self, etud):
|
if sco_photos.etud_photo_is_local(self, etud):
|
||||||
etud["photoloc"] = "dans ScoDoc"
|
etud["photoloc"] = "dans ScoDoc"
|
||||||
@ -1396,8 +1392,7 @@ function tweakmenu( gname ) {
|
|||||||
security.declareProtected(ScoEtudChangeAdr, "formSuppressPhoto")
|
security.declareProtected(ScoEtudChangeAdr, "formSuppressPhoto")
|
||||||
|
|
||||||
def formSuppressPhoto(self, etudid=None, REQUEST=None, dialog_confirmed=False):
|
def formSuppressPhoto(self, etudid=None, REQUEST=None, dialog_confirmed=False):
|
||||||
"""Formulaire suppression photo étudiant
|
"""Formulaire suppression photo étudiant"""
|
||||||
"""
|
|
||||||
etud = self.getEtudInfo(filled=1, REQUEST=REQUEST)[0]
|
etud = self.getEtudInfo(filled=1, REQUEST=REQUEST)[0]
|
||||||
if not dialog_confirmed:
|
if not dialog_confirmed:
|
||||||
return self.confirmDialog(
|
return self.confirmDialog(
|
||||||
@ -2599,7 +2594,7 @@ Les champs avec un astérisque (*) doivent être présents (nulls non autorisés
|
|||||||
|
|
||||||
return "\n".join(H) + self.sco_footer(REQUEST)
|
return "\n".join(H) + self.sco_footer(REQUEST)
|
||||||
|
|
||||||
security.declareProtected(ScoEtudInscrit, "formsemestre_import_etud_admission")
|
security.declareProtected(ScoEtudChangeAdr, "formsemestre_import_etud_admission")
|
||||||
|
|
||||||
def formsemestre_import_etud_admission(
|
def formsemestre_import_etud_admission(
|
||||||
self, formsemestre_id, import_email=True, REQUEST=None
|
self, formsemestre_id, import_email=True, REQUEST=None
|
||||||
@ -2818,8 +2813,7 @@ def manage_addZScolarForm(context, DeptId, REQUEST=None):
|
|||||||
|
|
||||||
|
|
||||||
def _simple_error_page(context, msg, DeptId=None):
|
def _simple_error_page(context, msg, DeptId=None):
|
||||||
"""Minimal error page (used by installer only).
|
"""Minimal error page (used by installer only)."""
|
||||||
"""
|
|
||||||
H = [context.standard_html_header(context), "<h2>Erreur !</h2>", "<p>", msg, "</p>"]
|
H = [context.standard_html_header(context), "<h2>Erreur !</h2>", "<p>", msg, "</p>"]
|
||||||
if DeptId:
|
if DeptId:
|
||||||
H.append(
|
H.append(
|
||||||
|
@ -216,8 +216,7 @@ class BaseArchiver:
|
|||||||
return open(fname).read()
|
return open(fname).read()
|
||||||
|
|
||||||
def get_archived_file(self, context, REQUEST, oid, archive_name, filename):
|
def get_archived_file(self, context, REQUEST, oid, archive_name, filename):
|
||||||
"""Recupere donnees du fichier indiqué et envoie au client
|
"""Recupere donnees du fichier indiqué et envoie au client"""
|
||||||
"""
|
|
||||||
# XXX très incomplet: devrait inférer et assigner un type MIME
|
# XXX très incomplet: devrait inférer et assigner un type MIME
|
||||||
archive_id = self.get_id_from_name(context, oid, archive_name)
|
archive_id = self.get_id_from_name(context, oid, archive_name)
|
||||||
data = self.get(archive_id, filename)
|
data = self.get(archive_id, filename)
|
||||||
@ -260,6 +259,7 @@ def do_formsemestre_archive(
|
|||||||
numeroArrete=None,
|
numeroArrete=None,
|
||||||
VDICode=None,
|
VDICode=None,
|
||||||
showTitle=False,
|
showTitle=False,
|
||||||
|
with_paragraph_nom=False,
|
||||||
anonymous=False,
|
anonymous=False,
|
||||||
bulVersion="long",
|
bulVersion="long",
|
||||||
):
|
):
|
||||||
@ -348,6 +348,7 @@ def do_formsemestre_archive(
|
|||||||
numeroArrete=numeroArrete,
|
numeroArrete=numeroArrete,
|
||||||
VDICode=VDICode,
|
VDICode=VDICode,
|
||||||
showTitle=showTitle,
|
showTitle=showTitle,
|
||||||
|
with_paragraph_nom=with_paragraph_nom,
|
||||||
anonymous=anonymous,
|
anonymous=anonymous,
|
||||||
)
|
)
|
||||||
if data:
|
if data:
|
||||||
@ -467,6 +468,7 @@ enregistrés et non modifiables, on peut les retrouver ultérieurement.
|
|||||||
numeroArrete=tf[2]["numeroArrete"],
|
numeroArrete=tf[2]["numeroArrete"],
|
||||||
VDICode=tf[2]["VDICode"],
|
VDICode=tf[2]["VDICode"],
|
||||||
showTitle=tf[2]["showTitle"],
|
showTitle=tf[2]["showTitle"],
|
||||||
|
with_paragraph_nom=tf[2]["with_paragraph_nom"],
|
||||||
anonymous=tf[2]["anonymous"],
|
anonymous=tf[2]["anonymous"],
|
||||||
bulVersion=tf[2]["bulVersion"],
|
bulVersion=tf[2]["bulVersion"],
|
||||||
)
|
)
|
||||||
@ -480,8 +482,7 @@ enregistrés et non modifiables, on peut les retrouver ultérieurement.
|
|||||||
|
|
||||||
|
|
||||||
def formsemestre_list_archives(context, REQUEST, formsemestre_id):
|
def formsemestre_list_archives(context, REQUEST, formsemestre_id):
|
||||||
"""Page listing archives
|
"""Page listing archives"""
|
||||||
"""
|
|
||||||
L = []
|
L = []
|
||||||
for archive_id in PVArchive.list_obj_archives(context, formsemestre_id):
|
for archive_id in PVArchive.list_obj_archives(context, formsemestre_id):
|
||||||
a = {
|
a = {
|
||||||
@ -525,8 +526,7 @@ def formsemestre_list_archives(context, REQUEST, formsemestre_id):
|
|||||||
def formsemestre_get_archived_file(
|
def formsemestre_get_archived_file(
|
||||||
context, REQUEST, formsemestre_id, archive_name, filename
|
context, REQUEST, formsemestre_id, archive_name, filename
|
||||||
):
|
):
|
||||||
"""Send file to client.
|
"""Send file to client."""
|
||||||
"""
|
|
||||||
return PVArchive.get_archived_file(
|
return PVArchive.get_archived_file(
|
||||||
context, REQUEST, formsemestre_id, archive_name, filename
|
context, REQUEST, formsemestre_id, archive_name, filename
|
||||||
)
|
)
|
||||||
@ -535,8 +535,7 @@ def formsemestre_get_archived_file(
|
|||||||
def formsemestre_delete_archive(
|
def formsemestre_delete_archive(
|
||||||
context, REQUEST, formsemestre_id, archive_name, dialog_confirmed=False
|
context, REQUEST, formsemestre_id, archive_name, dialog_confirmed=False
|
||||||
):
|
):
|
||||||
"""Delete an archive
|
"""Delete an archive"""
|
||||||
"""
|
|
||||||
if not context._can_edit_pv(REQUEST, formsemestre_id):
|
if not context._can_edit_pv(REQUEST, formsemestre_id):
|
||||||
raise AccessDenied(
|
raise AccessDenied(
|
||||||
"opération non autorisée pour %s" % str(REQUEST.AUTHENTICATED_USER)
|
"opération non autorisée pour %s" % str(REQUEST.AUTHENTICATED_USER)
|
||||||
|
@ -77,7 +77,12 @@ def makeMenu(title, items, css_class="", base_url="", alone=False):
|
|||||||
item["urlq"] = item.get("url", "#")
|
item["urlq"] = item.get("url", "#")
|
||||||
item["attr"] = item.get("attr", "")
|
item["attr"] = item.get("attr", "")
|
||||||
submenu = item.get("submenu", None)
|
submenu = item.get("submenu", None)
|
||||||
H.append("<li " + li_id + cls + '><a href="%(urlq)s" %(attr)s>%(title)s</a>' % item)
|
H.append(
|
||||||
|
"<li "
|
||||||
|
+ li_id
|
||||||
|
+ cls
|
||||||
|
+ '><a href="%(urlq)s" %(attr)s>%(title)s</a>' % item
|
||||||
|
)
|
||||||
if submenu:
|
if submenu:
|
||||||
gen_menu_items(submenu)
|
gen_menu_items(submenu)
|
||||||
H.append("</li>")
|
H.append("</li>")
|
||||||
@ -326,7 +331,7 @@ def formsemestre_status_menubar(context, sem, REQUEST):
|
|||||||
"title": "Resynchroniser données identité",
|
"title": "Resynchroniser données identité",
|
||||||
"url": "formsemestre_import_etud_admission?formsemestre_id="
|
"url": "formsemestre_import_etud_admission?formsemestre_id="
|
||||||
+ formsemestre_id,
|
+ formsemestre_id,
|
||||||
"enabled": authuser.has_permission(ScoEtudInscrit, context)
|
"enabled": authuser.has_permission(ScoEtudChangeAdr, context)
|
||||||
and context.get_preference("portal_url"),
|
and context.get_preference("portal_url"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -539,8 +544,7 @@ def formsemestre_page_title(context, REQUEST):
|
|||||||
|
|
||||||
|
|
||||||
def fill_formsemestre(context, sem, REQUEST=None):
|
def fill_formsemestre(context, sem, REQUEST=None):
|
||||||
"""Add some useful fields to help display formsemestres
|
"""Add some useful fields to help display formsemestres"""
|
||||||
"""
|
|
||||||
# Notes URL
|
# Notes URL
|
||||||
notes_url = context.absolute_url()
|
notes_url = context.absolute_url()
|
||||||
if "/Notes" not in notes_url:
|
if "/Notes" not in notes_url:
|
||||||
@ -548,14 +552,13 @@ def fill_formsemestre(context, sem, REQUEST=None):
|
|||||||
sem["notes_url"] = notes_url
|
sem["notes_url"] = notes_url
|
||||||
formsemestre_id = sem["formsemestre_id"]
|
formsemestre_id = sem["formsemestre_id"]
|
||||||
if sem["etat"] != "1":
|
if sem["etat"] != "1":
|
||||||
sem["locklink"] = (
|
sem[
|
||||||
"""<a href="%s/formsemestre_change_lock?formsemestre_id=%s">%s</a>"""
|
"locklink"
|
||||||
% (
|
] = """<a href="%s/formsemestre_change_lock?formsemestre_id=%s">%s</a>""" % (
|
||||||
notes_url,
|
notes_url,
|
||||||
sem["formsemestre_id"],
|
sem["formsemestre_id"],
|
||||||
icontag("lock_img", border="0", title="Semestre verrouillé"),
|
icontag("lock_img", border="0", title="Semestre verrouillé"),
|
||||||
)
|
)
|
||||||
)
|
|
||||||
else:
|
else:
|
||||||
sem["locklink"] = ""
|
sem["locklink"] = ""
|
||||||
if context.get_preference("bul_display_publication", formsemestre_id):
|
if context.get_preference("bul_display_publication", formsemestre_id):
|
||||||
@ -795,8 +798,7 @@ def html_expr_diagnostic(context, diagnostics):
|
|||||||
def formsemestre_status_head(
|
def formsemestre_status_head(
|
||||||
context, formsemestre_id=None, REQUEST=None, page_title=None
|
context, formsemestre_id=None, REQUEST=None, page_title=None
|
||||||
):
|
):
|
||||||
"""En-tête HTML des pages "semestre"
|
"""En-tête HTML des pages "semestre" """
|
||||||
"""
|
|
||||||
semlist = sco_formsemestre.do_formsemestre_list(
|
semlist = sco_formsemestre.do_formsemestre_list(
|
||||||
context, args={"formsemestre_id": formsemestre_id}
|
context, args={"formsemestre_id": formsemestre_id}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user