de 2018 >> Über uns >> Informationen / Aktuell >> dynpg 4.7.1 mit mehr Stabilität

dynpg 4.7.1 mit mehr Stabilität

Das Update auf Version 4.7.1 verbessert die Stabilität und Geschwindigkeit von dynpg. Des Weiteren können nun optional Attachments in Formularen hochgeladen und versendet werden.
Für die Aktivierung der Funktion muss in der config explizit die neue Konfiguration "config_Mail_AcceptAttachments" mit den zugelassenen Dateiendungen eingetragen werden.

Nachfolgend das Changelog dynpg-Version 4.7 auf 4.7.1

  • added: config_Mail_AcceptAttachments into config.php and into dynpg_sendmail if attachments are send through forms etc. to check on allowed filetypes
  • added: download file to tiny_mce formular
  • changed: fixed orderby on match columns for search queries to sum of all matches
  • changed: fulltext search never in boolean mode and wrapped in " just because of htmlentities (makes no sense)!
  • changed: fulltext search never in boolean mode because of htmlentities (makes no sense)!
  • bugfix: do not call "dynpg_csrf_validate_token" more than once
  • change: relocate instead of logout after csrf token expiration
  • change: extended csrf token expiration time to 60 minutes
  • bugfix: include rule for redirect in .htaccess file when only page "-PAGE" pattern is given
  • changed: improvements made to __init_DynPG_treestruct_Table_Content in order to avoid the use of the get_parents into is_group_public.
  • added: mysql_unbuffered_query for mysqli MYSQLI_USE_RESULT
  • added: new SetParam_SRCH_ArticleContentOnce() to show article content in search just once
  • changed: if order by on search is set, put it in front of any other ordering
  • changed: added the "Download" option to tiny mce.
  • added: changing of default charset
  • added: mysql 2 mysqli shim wrapper