Version19.95.2

This commit is contained in:
Antonio Cañas Vargas 2019-12-18 21:15:35 +01:00
parent 9269e01f03
commit 230411defe
10 changed files with 92 additions and 98 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
-- MySQL dump 10.11
-- MySQL dump 10.13 Distrib 5.1.73, for redhat-linux-gnu (x86_64)
--
-- Host: localhost Database: swad
-- ------------------------------------------------------
-- Server version 5.0.95-log
-- Server version 5.1.73-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@ -23,11 +23,10 @@ DROP TABLE IF EXISTS `deg_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `deg_types` (
`DegTypCod` int(11) NOT NULL auto_increment,
`DegTypName` varchar(32) NOT NULL,
`AllowDirectLogIn` enum('N','Y') NOT NULL default 'Y',
`DegTypCod` int(11) NOT NULL AUTO_INCREMENT,
`DegTypName` varchar(511) NOT NULL,
UNIQUE KEY `DegTypCod` (`DegTypCod`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=latin1;
) ENGINE=MyISAM AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
@ -36,7 +35,7 @@ CREATE TABLE `deg_types` (
LOCK TABLES `deg_types` WRITE;
/*!40000 ALTER TABLE `deg_types` DISABLE KEYS */;
INSERT INTO `deg_types` VALUES (1,'Diplomaturas (UGR)','Y'),(2,'Doctorados','Y'),(3,'Ingenier./Arquitec. (UGR)','Y'),(4,'Investigación','Y'),(5,'Licenciaturas (UGR)','Y'),(6,'Magisterio (UGR)','Y'),(8,'Proyectos','Y'),(9,'Otros','Y'),(17,'Expertos','Y'),(20,'Practicum Edu.','Y'),(21,'Grados (UGR)','Y'),(22,'Centros','Y'),(23,'Cursos 0','Y'),(24,'Proy. Inno. Docente','Y'),(25,'Pruebas','Y'),(29,'Diplomaturas (otros)','Y'),(30,'Magisterio (otros)','Y'),(32,'Másteres Propios','Y'),(33,'Másteres Oficiales (UGR)','Y'),(34,'Másteres Interuniv.','Y'),(35,'Grados (otros)','Y'),(47,'Másteres (UCM)','Y'),(40,'Otros (UAL)','Y'),(36,'Grados (TEOL)','Y'),(37,'Licenciaturas (TEOL)','Y'),(38,'Diplomaturas (TEOL)','Y'),(39,'Másteres (TEOL)','Y'),(41,'Diplomaturas (UAL)','Y'),(42,'Licenciaturas (UAL)','Y'),(43,'Másteres (UAL)','Y'),(44,'Maestrías (UAGRM)','Y'),(45,'Diplomaturas (EHU)','Y'),(46,'Research (liv.ac.uk)','Y');
INSERT INTO `deg_types` VALUES (1,'Diplomatura'),(2,'Doctorate / Doctorado'),(3,'Ingeniería / Arquitectura'),(4,'Research / Investigación'),(5,'Licenciatura'),(6,'Magisterio / Profesorado'),(8,'Project / Proyecto'),(9,'Other / Otro'),(17,'Expert / Experto'),(20,'Practicum Educación'),(21,'Degree / Grado'),(22,'Centre / Centro'),(23,'Course 0 / Curso 0'),(33,'Master / Máster / Maestría'),(48,'Course / Curso'),(49,'Educación Primaria'),(50,'Educación Secundaria'),(51,'Posgrado'),(52,'Pregrado'),(53,'Técnico Universitario'),(54,'Formación Profesional'),(55,'-');
/*!40000 ALTER TABLE `deg_types` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@ -49,4 +48,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2014-07-18 19:54:15
-- Dump completed on 2019-12-18 21:10:54

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -498,6 +498,9 @@ ps2pdf source.ps destination.pdf
// TODO: Impedir la creación y edición de proyectos si no son editables.
Version 19.95.2: Dec 18, 2019 Buf fixes in swad.sql. (? lines)
1 change necessary in database:
DROP TABLE IF EXISTS log;
Version 19.95.1: Dec 18, 2019 Map marker in centre information. (249331 lines)
Version 19.95: Dec 17, 2019 Trying Leaflet (open-source JavaScript library for mobile-friendly interactive maps). (249323 lines)
Version 19.94.3: Dec 17, 2019 Code refactoring in centre information. (249282 lines)