Version 17.16

This commit is contained in:
Antonio Cañas Vargas 2017-10-03 00:22:44 +02:00
parent 51fed971d2
commit 49f3c6e51b
2 changed files with 491 additions and 490 deletions

File diff suppressed because it is too large Load Diff

View File

@ -252,13 +252,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 17.15 (2017-10-02)"
#define Log_PLATFORM_VERSION "SWAD 17.16 (2017-10-02)"
#define CSS_FILE "swad17.0.css"
#define JS_FILE "swad17.15.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.16: Oct 02, 2017 Briefcase moved from profile tab to files tab. (232028 lines)
Version 17.15: Oct 02, 2017 Status in projects changed for proposal. (231985 lines)
4 changes necessary in database:
ALTER TABLE projects ADD COLUMN Proposal ENUM('new','modified','unmodified') NOT NULL DEFAULT 'new' AFTER Status;