Version 17.10.6

This commit is contained in:
Antonio Cañas Vargas 2017-09-25 21:18:53 +02:00
parent 073aaa905c
commit 4bb6d604bc
3 changed files with 7 additions and 4 deletions

View File

@ -252,13 +252,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 17.10.5 (2017-09-25)"
#define Log_PLATFORM_VERSION "SWAD 17.10.6 (2017-09-25)"
#define CSS_FILE "swad17.0.css"
#define JS_FILE "swad16.206.3.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 17.10.6: Sep 25, 2017 Fixed bug when receiving projects. (231357 lines)
Version 17.10.5: Sep 25, 2017 Removed unused code in projects. (231354 lines)
Version 17.10.4: Sep 25, 2017 Changes in form behaviour when editing a project. (231365 lines)
Version 17.10.3: Sep 25, 2017 Check permission when editing projects.
@ -378,8 +379,10 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1683','es','N','Most
Copy the following icons to icon public directory:
sudo cp icon/iconset/awesome/action64x64/guide64x64.png /var/www/html/swad/icon/iconset/awesome/action64x64/
sudo cp icon/iconset/awesome/action64x64/project64x64.png /var/www/html/swad/icon/iconset/awesome/action64x64/
sudo cp icon/iconset/awesome/action64x64/remote64x64.png /var/www/html/swad/icon/iconset/awesome/action64x64/
sudo cp icon/iconset/nuvola/action64x64/guide64x64.png /var/www/html/swad/icon/iconset/nuvola/action64x64/
sudo cp icon/iconset/nuvola/action64x64/project64x64.png /var/www/html/swad/icon/iconset/nuvola/action64x64/
sudo cp icon/iconset/nuvola/action64x64/remote64x64.png /var/www/html/swad/icon/iconset/nuvola/action64x64/
Version 17.0.4: Sep 14, 2017 Show current question with answers when playing a game. (227379 lines)
Version 17.0.3: Sep 14, 2017 Action to show current question with answers when playing a game. (227350 lines)

View File

@ -28,9 +28,9 @@
/** Uncomment one of the following installations of SWAD or create your own **/
/*****************************************************************************/
#define LOCALHOST_UBUNTU // Comment this line if not applicable
//#define LOCALHOST_UBUNTU // Comment this line if not applicable
//#define OPENSWAD_ORG // Comment this line if not applicable
//#define SWAD_UGR_ES // Comment this line if not applicable
#define SWAD_UGR_ES // Comment this line if not applicable
//#define SWADBERRY_UGR_ES // Comment this line if not applicable
/*****************************************************************************/

View File

@ -2375,7 +2375,7 @@ static void Prj_CreateProject (struct Project *Prj)
" (%ld,%ld,'%c','%c',FROM_UNIXTIME(%ld),FROM_UNIXTIME(%ld),"
"'%s','%s','%s','%s','%s')",
Gbl.CurrentCrs.Crs.CrsCod,
Prj->PrjCod,
Prj->DptCod,
Prj->Hidden ? 'Y' :
'N',
Prj->Preassigned == Prj_PREASSIGNED ? 'Y' :