Version 16.220

This commit is contained in:
Antonio Cañas Vargas 2017-05-19 12:28:41 +02:00
parent 02fc355095
commit 5d727d5448
3 changed files with 1315 additions and 1204 deletions

View File

@ -11811,6 +11811,116 @@ INSERT INTO timetable_tut_backup SELECT * FROM timetable_tut;
0x1F8
--- Insert new rol non-editing teacher ----------------------------------------
0x_1F8
0001 1111 1000
0011 111x 1000
0011 1111 1000
0x3F8
0x_1E7
0001 1110 0111
0011 110x 0111
0011 1100 0111
0x3C7
0x_1E6
0001 1110 0110
0011 110x 0110
0011 1100 0110
0x3C6
0x_1E0
0001 1110 0000
0011 110x 0000
0011 1100 0000
0x3C0
0x_100
0001 0000 0000
0010 000x 0000
0010 0000 0000
0x200
0x_180
0001 1000 0000
0011 000x 0000
0011 0000 0000
0x300
0x_1C0
0001 1100 0000
0011 100x 0000
0011 1000 0000
0x380
0x_118
0001 0001 1000
0010 001x 1000
0010 0011 1000
0x238
0x_110
0001 0001 0000
0010 001x 0000
0010 0010 0000
0x220
0x_008
0000 0000 1000
0000 000x 1000
0000 0000 1000
0x008
0x_108
0001 0000 1000
0010 000x 1000
0010 0000 1000
0x208
0x_1F0
0001 1111 0000
0011 111x 0000
0011 1110 0000
0x3E0
0x_006
0000 0000 0110
0000 000x 0110
0000 0000 0110
0x006
0x_001
0000 0000 0001
0000 000x 0001
0000 0000 0001
0x001
0x_1E4
0001 1110 0100
0011 110x 0100
0011 1100 0100
0x3C4
0x_1E8
0001 1110 1000
0011 110x 1000
0011 1100 1000
0x3C8
0x_104
0001 0000 0100
0010 000x 0100
0010 0000 0100
0x204

File diff suppressed because it is too large Load Diff

View File

@ -233,13 +233,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.219 (2017-05-19)"
#define Log_PLATFORM_VERSION "SWAD 16.220 (2017-05-19)"
#define CSS_FILE "swad16.209.3.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 16.220: May 19, 2017 Changes permission of actions after creating new role. Not finished. (219227 lines)
Version 16.219: May 19, 2017 New role: non-editing teacher. Not finished. (219226 lines)
Version 16.218: May 19, 2017 Changes in permissions of actions. (218888 lines)
Version 16.217: May 18, 2017 Role user is the default when no course is selected. (218887 lines)