Skip to content

Commit

Permalink
Merge branch 'release/v3.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Mar 12, 2024
2 parents 1a5a020 + fc5b297 commit e7efa79
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@

[CURRENT](https://github.com/SIU-Toba/framework/compare/master...develop)

[3.4.3](https://github.com/SIU-Toba/framework/releases/tag/v3.4.3) (2024-03-12)
- Corrige warnings en `toba_ei_calendario`
- Downgrade de paquete JS:
* CKEditor4: v4.22

[3.4.2](https://github.com/SIU-Toba/framework/releases/tag/v3.4.2) (2024-02-22)
- Se corrige bug en `ef_upload` que afectaba uso en `toba_ei_formularios_ml`
- Actualizacion de seguridad de paquetes JS:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "siu-toba/framework",
"description": "Framework de desarrollo web",
"version": "v3.4.2",
"version": "v3.4.3",
"authors": [
{
"name": "SIU",
Expand Down Expand Up @@ -78,7 +78,7 @@
"post-install-cmd": [
"@putenv COMPOSER=./proyectos/toba_editor/composer.json",
"composer run-script post-install-cmd ",
"yarn add ckeditor4@4.24 jquery@3.6 jquery-migrate@3.3 siu-js-app-launcher@1.0.6 --modules-folder www/js/packages/",
"yarn add ckeditor4@4.22 jquery@3.6 jquery-migrate@3.3 siu-js-app-launcher@1.0.6 --modules-folder www/js/packages/",
"yarn ",
"@php bin/instalar_assets.php"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "siu-toba-framework",
"version": "v3.4.2",
"version": "v3.4.3",
"description": "Framework para desarrollo rápido de aplicaciones web",
"license": "SEE LICENSE IN licencia.txt",
"repository": "https://github.com/SIU-Toba/framework.git",
"author": "enfoqueNativo <rdalinger@siu.edu.ar>",
"private": false,
"dependencies": {
"@highlightjs/cdn-assets": "^11.8.0",
"ckeditor4": "4.24",
"ckeditor4": "4.22",
"jquery": "3.6",
"jquery-migrate": "3.3",
"siu-js-app-launcher": "1.0.6"
Expand Down
14 changes: 7 additions & 7 deletions php/nucleo/componentes/interface/toba_ei_calendario.php
Expand Up @@ -952,7 +952,7 @@ function mkEventContent($var)
$day = $this->mkActiveDate('Y-m-d', $this->mkActiveTime(0,0,1,$this->actmonth,$var,$this->actyear));
$hasContent = $this->content($day);
$out='';
if ($hasContent) {
if (! empty($hasContent)) {
foreach($hasContent as $content) {
$out .= toba::output()->get('Calendario')->getEventwithContent($this->cssEventContent, $content);
}
Expand All @@ -965,8 +965,8 @@ function mkEventContent($var)
*/
function content($var)
{
$hasContent = false;
if ($this->calEventContent) {
$hasContent = [];
if (! empty($this->calEventContent)) {
for ($x=0; $x<count($this->calEventContent); $x++) {
$eventContent = $this->calEventContent[$x];
foreach($eventContent as $eventTime => $eventContent) {
Expand Down Expand Up @@ -1034,9 +1034,9 @@ function barra_editor($html)
private $javaScriptDay=false;
private $monthNames=false;
private $dayNames=false;
private $calEventContent=false;
private $calEventContentUrl=false;
private $calEventContentId=false;
private $calEventContent=[];
private $calEventContentUrl=[];
private $calEventContentId=[];
private $calInit=0;

/*
Expand Down Expand Up @@ -1503,7 +1503,7 @@ function hasEventContent($var)
{
$hasContent = false;

if ($this->calEventContent) {
if (! empty($this->calEventContent)) {
$checkTime = $this->mkActiveTime(0,0,1,$this->actmonth,$var,$this->actyear);

for ($x=0;$x<count($this->calEventContent);$x++) {
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_editor/metadatos/tablas/apex_proyecto.sql
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'instancia', --fuente_datos
NULL, --pagina_tipo
'3.4.2', --version
'3.4.3', --version
'2017-09-27', --version_fecha
'SIU-Toba. Ambiente de desarrollo WEB.
Desarrollado por el programa SIU (2003-2017)', --version_detalle
Expand Down
Expand Up @@ -50,7 +50,7 @@ static function info_basica()
'log_archivo' => 1,
'log_archivo_nivel' => 7,
'fuente_datos' => 'instancia',
'version' => '3.4.2',
'version' => '3.4.3',
'version_fecha' => '2017-09-27',
'version_detalle' => 'SIU-Toba. Ambiente de desarrollo WEB.
Desarrollado por el programa SIU (2003-2017)',
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_editor/proyecto.ini
Expand Up @@ -6,7 +6,7 @@ mail_soporte =
url_ayuda = doc/wiki/trac/toba/wiki/

;Versi? del proyecto, debe ser formato x.y.z
version = 3.4.2
version = 3.4.3

;Nombre de fantas? de la versi?
version_fantasia =
Expand Down
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'toba_referencia', --fuente_datos
'referencia', --pagina_tipo
'3.4.2', --version
'3.4.3', --version
NULL, --version_fecha
NULL, --version_detalle
NULL, --version_link
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_referencia/proyecto.ini
Expand Up @@ -8,7 +8,7 @@ url_ayuda_agregar_extension = 0
mostrar_resize_fuente = 1

;Versi? del proyecto, debe ser formato x.y.z
version = 3.4.2
version = 3.4.3
api_major = 1
api_minor = 0

Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_usuarios/metadatos/tablas/apex_proyecto.sql
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'toba_usuarios', --fuente_datos
'toba_usuarios_normal', --pagina_tipo
'3.4.2', --version
'3.4.3', --version
NULL, --version_fecha
NULL, --version_detalle
NULL, --version_link
Expand Down
Expand Up @@ -50,7 +50,7 @@ static function info_basica()
'log_archivo' => 1,
'log_archivo_nivel' => 7,
'fuente_datos' => 'toba_usuarios',
'version' => '3.4.2',
'version' => '3.4.3',
'version_fecha' => NULL,
'version_detalle' => NULL,
'version_link' => NULL,
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_usuarios/proyecto.ini
Expand Up @@ -5,7 +5,7 @@ descripcion = Descripci? del proyecto
mail_soporte =

;Versi? del proyecto, debe ser formato x.y.z
version = 3.4.2
version = 3.4.3
app_launcher = 1

;Nombre de fantas? de la versi?
Expand Down

0 comments on commit e7efa79

Please sign in to comment.