Version 16.81.2

This commit is contained in:
Antonio Cañas Vargas 2016-12-01 14:09:30 +01:00
parent 8d2906b226
commit 1d3c36b8d9
6 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -183,13 +183,20 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.81.1 (2016-12-01)"
#define Log_PLATFORM_VERSION "SWAD 16.81.2 (2016-12-01)"
#define CSS_FILE "swad16.69.css"
#define JS_FILE "swad16.46.1.js"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/*
Version 16.81.2: Dec 01, 2016 New file types for GeoGebra, suggested by Sandra Quero Ramones. (209174 lines)
Copy the following icons to icon public directory:
sudo cp icon/filext16x16/ggb16x16.gif /var/www/html/swad/icon/filext16x16/
sudo cp icon/filext16x16/ggt16x16.gif /var/www/html/swad/icon/filext16x16/
sudo cp icon/filext32x32/ggb32x32.gif /var/www/html/swad/icon/filext32x32/
sudo cp icon/filext32x32/ggt32x32.gif /var/www/html/swad/icon/filext32x32/
Version 16.81.1: Dec 01, 2016 Table locations moved to table agendas. (209164 lines)
3 changes necessary in database:
CREATE TABLE IF NOT EXISTS agendas (AgdCod INT NOT NULL AUTO_INCREMENT,UsrCod INT NOT NULL,Hidden ENUM('N','Y') NOT NULL DEFAULT 'N',StartTime DATETIME NOT NULL,EndTime DATETIME NOT NULL,Event VARCHAR(255) NOT NULL,Location VARCHAR(255) NOT NULL,Txt TEXT NOT NULL,UNIQUE INDEX(AgdCod),INDEX(UsrCod,Hidden));

View File

@ -1152,6 +1152,8 @@ const char *Brw_FileExtensionsAllowed[] =
"eps" ,
"fdf" ,
"flv" ,
"ggb" ,
"ggt" ,
"gif" ,
"gz" ,
"h" ,
@ -1282,6 +1284,8 @@ const char *Brw_MIMETypesAllowed[] =
"application/stream", // PDF in Mac?
"application/unknown",
"application/vnd.fdf", // Forms Data Format
"application/vnd.geogebra.file", // GeoGebra .ggb
"application/vnd.geogebra.tool", // GeoGebra .ggt
"application/vnd.msexcel", // Microsoft Excel .xls
"application/vnd.ms-excel", // Microsoft Excel .xls
"application/vnd.ms-powerpoint", // Microsoft PowerPoint .ppt or .pps