From 77b2961f532fb9463f2338d4d6693b6d1c744a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 5 Dec 2015 11:58:24 +0100 Subject: [PATCH] Version 15.56.3 --- html/changelog/index.html | 784 +++++++++++++++++++++++++++++++++++--- icon/crs64x64.gif | Bin 0 -> 363 bytes icon/swad64x64.gif | Bin 0 -> 2464 bytes swad_changelog.h | 7 +- swad_config.h | 4 +- swad_statistic.c | 31 +- 6 files changed, 763 insertions(+), 63 deletions(-) create mode 100644 icon/crs64x64.gif create mode 100644 icon/swad64x64.gif diff --git a/html/changelog/index.html b/html/changelog/index.html index d3eb5ddfe..de3a5d360 100644 --- a/html/changelog/index.html +++ b/html/changelog/index.html @@ -58,13 +58,707 @@ - Last update: October 20, 2015 + Last update: Decembter 02, 2015
+
Version 15.56.1: Dec 02, 2015
+
+ Changes in HTML and CSS to validate HTML5 in W3C validator.
+ Removed about zone in versions of the page to be printed. (186837 lines) +
+
Version 15.56: Dec 02, 2015
+
+ Fixed bug and changes in layout related to time to generate and send page. (186805 lines) +
+
Version 15.55: Dec 01, 2015
+
+ Change in layout background. (186805 lines) +
+
Version 15.54.7: Dec 01, 2015
+
+ Change in title (country, institution, centre, degree, course). (186783 lines) +
+
Version 15.54.6: Dec 01, 2015
+
+ Change in layout of file browser. (186768 lines) +
+
Version 15.54.5: Dec 01, 2015
+
+ Fixed bug in file browser, reported by Jacinto Domínguez Rull. (186763 lines) +
+
Version 15.54.4: Dec 01, 2015
+
+ Fixed bug in title (country, institution, centre, degree, course). (186761 lines) +
+
Version 15.54.3: Dec 01, 2015
+
+ Minor changes in tabs, menus and CSS. (186758 lines) +
+
Version 15.54.2: Dec 01, 2015
+
+ Minor changes in CSS. (186751 lines) +
+
Version 15.54.1: Dec 01, 2015
+
+ Some settings related with timetables. (186746 lines) +
+
Version 15.54: Dec 01, 2015
+
+ Selection of the first day of the week in timetables. (186740 lines)
+ 2 changes necessary in database:
+ +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1486','es','N','Cambiar primer día semana en horario asig.');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1487','es','N','Cambiar primer día semana en mi horario'); +
+
+
Version 15.53: Nov 30, 2015
+
+ Sunday can be the first day of the week in timetable, depending on user's preferences. (186689 lines) +
+
Version 15.52: Nov 30, 2015
+
+ Timetable now starts at 6 a.m. instead of 7 a.m.
+ Changes in layout of timetable. (186656 lines)
+ 6 changes necessary in database:
+ +CREATE TABLE timetable_crs_backup LIKE timetable_crs;
+INSERT INTO timetable_crs_backup SELECT * FROM timetable_crs;
+CREATE TABLE timetable_tut_backup LIKE timetable_tut;
+INSERT INTO timetable_tut_backup SELECT * FROM timetable_tut;
+UPDATE timetable_crs SET Hour=Hour+2;
+UPDATE timetable_tut SET Hour=Hour+2; +
+
+
Version 15.51.4: Nov 30, 2015
+
+ Calendar is now distributed in rows with 3 months instead of 4.
+ Changes in layout. (186644 lines) +
+
Version 15.51.3: Nov 30, 2015
+
+ Responsive design in login-logout. (186641 lines) +
+
Version 15.51.2: Nov 30, 2015
+
+ Responsive design in tabs. (186688 lines) +
+
Version 15.51.1: Nov 30, 2015
+
+ Responsive design in logo.
+ Responsive design in breadcrumb. (186638 lines) +
+
Version 15.51: Nov 30, 2015
+
+ Responsive design in title (country, institution, centre, degree, course).
+ CSS file is renamed after changes in order to invalidate browser cache. (186564 lines) +
+
Version 15.50.2: Nov 30, 2015
+
+ Changes in layout of preferences. (186517 lines) +
+
Version 15.50.1: Nov 30, 2015
+
+ Changes in layout of heading. (186494 lines) +
+
Version 15.50: Nov 30, 2015
+
+ Changes in layout of menus.
+ Responsive design in menu: when screen is small, horizontal menu is drawn. (186514 lines) +
+
Version 15.49.4: Nov 29, 2015
+
+ Changes in layout of menus. (186481 lines) +
+
Version 15.49.3: Nov 29, 2015
+
+ Changes in layout of menus. (186502 lines) +
+
Version 15.49.2: Nov 29, 2015
+
+ Changes in layout of menus. (186501 lines) +
+
Version 15.49.1: Nov 27, 2015
+
+ Length of country names limited in listing. of countries. (186460 lines) +
+
Version 15.49: Nov 27, 2015
+
+ Fixed width in edition of institutional links.
+ Lot of fixing in CSS related to sizes. (186455 lines) +
+
Version 15.48: Nov 27, 2015
+
+ Fixed problems in layout. (186384 lines) +
+
Version 15.47.4: Nov 27, 2015
+
+ Fixed CSS problem in layout. (186374 lines) +
+
Version 15.47.3: Nov 27, 2015
+
+ Responsive design in notifications. (186365 lines) +
+
Version 15.47.2: Nov 27, 2015
+
+ Responsive design in current local date and time. (? lines) +
+
Version 15.47.1: Nov 27, 2015
+
+ swad_desktop.css is renamed to swad.css.
+ swad_mobile.css is removed. (186343 lines) +
+
Version 15.47: Nov 27, 2015
+
+ Mobile layout is removed (only 1.45% of users used it and now it is replaced by responsive design). (187426 lines)
+ 3 changes necessary in database:
+ +ALTER TABLE IP_prefs DROP COLUMN Layout;
+ALTER TABLE usr_data DROP COLUMN Layout;
+UPDATE actions SET Obsolete='Y' WHERE ActCod='672'; +
+ +
+
Version 15.46.1: Nov 27, 2015
+
+ Responsive design in search box (top of the page). (188094 lines) +
+
Version 15.46: Nov 27, 2015
+
+ First version with responsive design: both side columns are hidden when screen size is small. (188078 lines) +
+
Version 15.45.15: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188021 lines) +
+
Version 15.45.14: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188037 lines) +
+
Version 15.45.13: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188059 lines) +
+
Version 15.45.12: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188047 lines) +
+
Version 15.45.11: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188017 lines) +
+
Version 15.45.10: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (187992 lines) +
+
Version 15.45.9: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188020 lines) +
+
Version 15.45.8: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188018 lines) +
+
Version 15.45.7: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188015 lines) +
+
Version 15.45.6: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (188007 lines) +
+
Version 15.45.5: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (187992 lines) +
+
Version 15.45.4: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (187979 lines) +
+
Version 15.45.3: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (187963 lines) +
+
Version 15.45.2: Nov 25, 2015
+
+ Some CSS styles related to layout are moved to CSS file. (187929 lines) +
+
Version 15.45.1: Nov 25, 2015
+
+ Changes in layout of page (some tables used with layout purposes are replaced by CSS). (187884 lines) +
+
Version 15.45: Nov 25, 2015
+
+ Changes in layout of page (some tables used with layout purposes are replaced by CSS). (187877 lines) +
+
Version 15.44.8: Nov 24, 2015
+
+ Code refactoring in layout. (187895 lines) +
+
Version 15.44.7: Nov 24, 2015
+
+ Code refactoring in layout. (187901 lines) +
+
Version 15.44.6: Nov 24, 2015
+
+ Code refactoring in layout. (187893 lines) +
+
Version 15.44.5: Nov 24, 2015
+
+ Code refactoring in layout. (187894 lines) +
+
Version 15.44.4: Nov 24, 2015
+
+ Code refactoring in layout. (187893 lines) +
+
Version 15.44.3: Nov 23, 2015
+
+ Improvement of speed in list of administrators. (187841 lines)
+ 1 change necessary in database:
+ +ALTER TABLE admin ADD INDEX (Scope,Cod); + +
+
Version 15.44.2: Nov 23, 2015
+
+ Improvement of speed in list of administrators. (187819 lines) +
+
Version 15.44.1: Nov 23, 2015
+
+ Fixed bug in list of administrators. (187809 lines) +
+
Version 15.44: Nov 23, 2015
+
+ Changes in list of institution, centre and degree administrators. (187788 lines) +
+
Version 15.43.2: Nov 22, 2015
+
+ Minor changes in CSS. (187719 lines) +
+
Version 15.43.1: Nov 22, 2015
+
+ New figure (statistic) about first day of week. (187722 lines)
+ 1 change necessary in database:
+ +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1485','es','N','Cambiar primer día semana en calendario'); + +
+
Version 15.43: Nov 21, 2015
+
+ Form in calendar to select first day of week. (187693 lines) +
+
Version 15.42.4: Nov 21, 2015
+
+ Fixed bug when getting first day of week from IP preferences. (187535 lines) +
+
Version 15.42.3: Nov 21, 2015
+
+ Stats of hits distributed by week depend on user's preference about first day of the week. (187528 lines) +
+
Version 15.42.2: Nov 21, 2015
+
+ Fixed bug in JavaScript code to draw months. (187524 lines) +
+
Version 15.42.1: Nov 21, 2015
+
+ Calendar is drawn depending on user's preference about first day of the week. (187523 lines) +
+
Version 15.42: Nov 21, 2015
+
+ New option in preferences to select first day of the week. (187520 lines)
+ 3 changes necessary in database:
+ +ALTER TABLE IP_prefs ADD COLUMN FirstDayOfWeek TINYINT NOT NULL DEFAULT 0 AFTER LastChange;
+ALTER TABLE usr_data ADD COLUMN FirstDayOfWeek TINYINT NOT NULL DEFAULT 0 AFTER Language,ADD INDEX (FirstDayOfWeek);
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1484','es','N','Cambiar primer día de semana'); +
+
+
Version 15.41: Nov 21, 2015
+
+ JavaScript code to draw a month with sunday as the first day of a week. (187316 lines) +
+
Version 15.40.8: Nov 20, 2015
+
+ Password is requested only one time when creating a new account. (187309 lines) +
+
Version 15.40.7: Nov 20, 2015
+
+ New help button to register students in courses without them. (187319 lines) +
+
Version 15.40.6: Nov 20, 2015
+
+ New button to register students in courses without them.
+ New buttons to create institution, centre, degree and course. (187285 lines) +
+
Version 15.40.5: Nov 19, 2015
+
+ Code refactoring in degrees. (187274 lines) +
+
Version 15.40.4: Nov 19, 2015
+
+ Code refactoring in centres. (187279 lines) +
+
Version 15.40.3: Nov 19, 2015
+
+ Code refactoring in institutions. (187281 lines) +
+
Version 15.40.2: Nov 19, 2015
+
+ Some links to countries, institutions, centres and degrees removed. (187281 lines) +
+
Version 15.40.1: Nov 19, 2015
+
+ Changes in behaviour of links to countries, institutions, centres and degrees. (187288 lines) +
+
Version 15.40: Nov 17, 2015
+
+ Changes in statistics of number of users.
+ Changes in listing of countries. (187275 lines) +
+
Version 15.39.1: Nov 16, 2015
+
+ User' e-mail can be removed even if it is the unique. (187236 lines) +
+
Version 15.39: Nov 16, 2015
+
+ Administrators can edit another user' e-mails. (187268 lines)
+ 9 changes necessary in database:
+ +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1475','es','N','Solicitar edición dir. correo invitado');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1476','es','N','Solicitar edición dir. correo estudiante');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1477','es','N','Solicitar edición dir. correo profesor');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1478','es','N','Eliminar dir. correo invitado');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1479','es','N','Eliminar dir. correo estudiante');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1480','es','N','Eliminar dir. correo profesor');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1481','es','N','Cambiar dir. correo invitado');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1482','es','N','Cambiar dir. correo estudiante');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1483','es','N','Cambiar dir. correo profesor'); +
+
+
Version 15.38.3: Nov 15, 2015
+
+ Changes in listing of places. (187073 lines) +
+
Version 15.38.2: Nov 15, 2015
+
+ Fixed bug in user's privacy preferences. (187071 lines) +
+
Version 15.38.1: Nov 14, 2015
+
+ Changes in permission to query the whole range of dates in stats, suggested by Francisco Ocaña Lara. (187073 lines) +
+
Version 15.38: Nov 13, 2015
+
+ New option for students: list of my attendance. (187063 lines)
+ 2 changes necessary in database:
+ +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1473','es','N','Listar mi asistencia a varios eventos');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1474','es','N','Imprimir mi asistencia a varios eventos'); +
+
+
Version 15.37.6: Nov 12, 2015
+
+ Changes in degree logo.
+ Changes in layout of hits stats. (186910 lines) +
+
Version 15.37.5: Nov 12, 2015
+
+ Changes in centre logo. (186886 lines) +
+
Version 15.37.4: Nov 12, 2015
+
+ Changes in institution logo. (186891 lines) +
+
Version 15.37.3: Nov 11, 2015
+
+ Changes in country map image. (186898 lines) +
+
Version 15.37.2: Nov 11, 2015
+
+ Change in layout (background). (186912 lines) +
+
Version 15.37.1: Nov 11, 2015
+
+ Minor changes in sessions. (186912 lines) +
+
Version 15.37: Nov 11, 2015
+
+ Changes to speed up queries related to time.
+ Time to next test printed in user's local time.
+ Table table IP_last removed. (186909 lines)
+ 1 change necessary in database:
+ +DROP TABLE IF EXISTS IP_last; + +
+
Version 15.36: Nov 10, 2015
+
+ Fixed bug in assignments, reported by Javier Fernández Baldomero.
+ Changes in automatic creation of assignment folders. (186985 lines) +
+
Version 15.35.5: Nov 09, 2015
+
+ Fixed bug in swad.sql, reported by Florent H. Carré.
+ Fixed bug in groups, reported by Francisco Ocaña Lara. (186977 lines) +
+
Version 15.35.4: Nov 09, 2015
+
+ Fixed bug in test exams. (186975 lines) +
+
Version 15.35.3: Nov 09, 2015
+
+ Fixed bug in test exams, reported by Antonio Arcos Cebrián.
+ Fixed bug in marks, reported by Javier Fernández Baldomero. (186973 lines) +
+
Version 15.35.2: Nov 04, 2015
+
+ Fixed bug in edition of degrees. (186963 lines) +
+
Version 15.35.1: Nov 03, 2015
+
+ Confirmation message after removing a notice. (186979 lines) +
+
Version 15.35: Nov 03, 2015
+
+ Request confirmation on notice removal. (186944 lines)
+ 1 change necessary in database: + +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1472','es','N','Solicitar elim. aviso'); + +
+
Version 15.34.4: Nov 03, 2015
+
+ Fixed bug in account creation, reported by Héctor García Marcos. (186881 lines) +
+
Version 15.34.3: Nov 03, 2015
+
+ Fixed bug in photo uploading, reported by Fernando Rojas Ruiz. (186879 lines) +
+
Version 15.34.2: Nov 02, 2015
+
+ Fixed bugs in date forms. (186878 lines) +
+
Version 15.34.1: Nov 01, 2015
+
+ Global announcements can be seen by all. (186938 lines) +
+
Version 15.34: Nov 01, 2015
+
+ Global announcements can be hidden. (186896 lines)
+ 3 changes necessary in database: + +ALTER TABLE announcements ADD COLUMN Status TINYINT NOT NULL DEFAULT 0 AFTER AnnCod,ADD INDEX (Status);
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1470','es','N','Ocultar anuncio global');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1471','es','N','Mostrar anuncio global'); +
+
+
Version 15.33.1: Nov 01, 2015
+
+ New layout of global announcements. (186755 lines) +
+
Version 15.33: Nov 01, 2015
+
+ New layout of notices. (186708 lines) +
+
Version 15.32.2: Oct 31, 2015
+
+ Fixed bug in form submit. (186618 lines) +
+
Version 15.32.1: Oct 31, 2015
+
+ Dates in holidays are shown in big-endian.
+ All dates are now shown in ISO 8601 format (YYYY-MM-DD). (186627 lines) +
+
Version 15.32: Oct 30, 2015
+
+ Code refactoring and cleaning related to calendar. (186617 lines) +
+
Version 15.31: Oct 30, 2015
+
+ Calendar is drawn in browser using JavaScript. (186902 lines) +
+
Version 15.30: Oct 30, 2015
+
+ Current month is drawn in browser using JavaScript. (186795 lines) +
+
Version 15.29.4: Oct 29, 2015
+
+ Writing JavaScript function to draw a month in browser. Not finished. (186729 lines) +
+
Version 15.29.3: Oct 29, 2015
+
+ Writing JavaScript function to draw a month in browser. Not finished. (186703 lines) +
+
Version 15.29.2: Oct 29, 2015
+
+ Writing JavaScript function to draw a month in browser. Not finished. (186694 lines) +
+
Version 15.29.1: Oct 29, 2015
+
+ Writing JavaScript function to draw a month in browser. Not finished. (186694 lines) +
+
Version 15.29: Oct 29, 2015
+
+ Writing JavaScript function to draw a month in browser. Not finished. (186684 lines) +
+
Version 15.28.1: Oct 28, 2015
+
+ Fixed bug in the calculation of some statistics. (186416 lines) +
+
Version 15.28: Oct 28, 2015
+
+ IANA zone names are used in the calculation of some statistics. (186407 lines)
+ 1 change necessary in database:
+ +Populate the Time Zone Tables by following the instructions in http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html:
+mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
+
+ 1 script necessary:
+ +Download JavaScript jstz script, available in:
+ https://bitbucket.org/pellepim/jstimezonedetect/
+ http://pellepim.bitbucket.org/jstz/
+Create new directory jstz in public HTML directory.
+Copy script jstz.js from https://bitbucket.org/pellepim/jstimezonedetect/ > Download repository > pellepim-jstimezonedetect-3a00f59861bd.zip > dist > jstz.js to /var/www/html/swad/jstz/jstz.js +
+
+
Version 15.27: Oct 28, 2015
+
+ Fixed bug in dates. (186302 lines) +
+
Version 15.26.1: Oct 27, 2015
+
+ Fixed bug in statistics. (186282 lines) +
+
Version 15.26: Oct 27, 2015
+
+ Statistics are computed properly for clients with time-zones different to that of the server. (186278 lines) +
+
Version 15.25.4: Oct 27, 2015
+
+ Day and month are displayed in clock. (186251 lines) +
+
Version 15.25.3: Oct 27, 2015
+
+ Statistics computed using time UTC. (186225 lines) +
+
Version 15.25.2: Oct 26, 2015
+
+ Changes related to date-times. (186247 lines) +
+
Version 15.25.1: Oct 26, 2015
+
+ Warning about stats computed in server time instead of user's local time. (186263 lines) +
+
Version 15.25: Oct 26, 2015
+
+ Clicks in real time are displayed as time ago. (186211 lines) +
+
Version 15.24.2: Oct 26, 2015
+
+ Change in function that write clock. (186219 lines) +
+
Version 15.24.1: Oct 26, 2015
+
+ Remove unused code related to date-times. (186217 lines) +
+
Version 15.24: Oct 26, 2015
+
+ Lot of changes in swad.js related to date-times. (186336 lines) +
+
Version 15.23: Oct 26, 2015
+
+ Date-times to open groups are displayed in client local date-time. (186259 lines) +
+
Version 15.22.1: Oct 26, 2015
+
+ Date-times in notices are displayed in client local date-time. (186344 lines) +
+
Version 15.22: Oct 26, 2015
+
+ First click time in users' profiles is displayed in client local date-time. (186328 lines) +
+
Version 15.21.3: Oct 26, 2015
+
+ Changes in date-times of test exams. (186325 lines) +
+
Version 15.21.2: Oct 26, 2015
+
+ Date-times in tests are displayed in client local date-time. (186315 lines) +
+
Version 15.21.1: Oct 26, 2015
+
+ New forms to enter range of date-times in statistic and test. (186313 lines) +
+
Version 15.21: Oct 25, 2015
+
+ New forms to enter range of date-times in statistic and test. Not finished. (186549 lines) +
+
Version 15.20.2: Oct 24, 2015
+
+ Code refactoring related to date-times forms. (186294 lines) +
+
Version 15.20.1: Oct 24, 2015
+
+ Detailed clics are displayed in client local date-time. (186333 lines) +
+
Version 15.20: Oct 24, 2015
+
+ Date-times in notifications, messages and forums are displayed in client local date-time. (186334 lines) +
+
Version 15.19: Oct 23, 2015
+
+ Surveys date-times are displayed in client local date-time. (186309 lines) +
+
Version 15.18: Oct 23, 2015
+
+ Attendance date-times are displayed in client local date-time.
+ Changes in JavaScript functions related to date-time. (186403 lines) +
+
Version 15.17.3: Oct 23, 2015
+
+ Changes in JavaScript functions related to date-time. (186477 lines) +
+
Version 15.17.2: Oct 23, 2015
+
+ Code refactoring related to forms. (186472 lines) +
+
Version 15.17.1: Oct 23, 2015
+
+ Code refactoring related to dates and JavaScript. (186407 lines) +
+
Version 15.17: Oct 22, 2015
+
+ Code refactoring related to dates and JavaScript.
+ Fixed bug in internal editor of syllabus. (186379 lines) +
+
Version 15.16.2: Oct 22, 2015
+
+ Assignment date-times are displayed in client local date-time. Not finished. (186479 lines) +
+
Version 15.16.1: Oct 22, 2015
+
+ Assignment date-times are displayed in client local date-time. Not finished. (186468 lines) +
+
Version 15.16: Oct 22, 2015
+
+ Assignment date-times are displayed in client local date-time. Not finished. (186436 lines) +
+
Version 15.15.3: Oct 21, 2015
+
+ File date-time is displayed in client local date-time. (186264 lines) +
+
Version 15.15.2: Oct 21, 2015
+
+ Fixed bug in client local date-time. (186254 lines) +
+
Version 15.15.1: Oct 21, 2015
+
+ Top-left date-time is now displayed in local time. (186249 lines) +
Version 15.15: Oct 19, 2015
Statistic figure about institutions can be displayed as a class photo or as a list. (186251 lines) @@ -1677,7 +2371,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1402','es','N','Ver
Version 14.76.5: Mar 03, 2015
- Added new social networks, suggested by Marta Gómez Macías. (178293 lines)
+ Added new social networks, suggested by Marta Gómez Macías. (178293 lines)
1 change necessary in database:
ALTER TABLE usr_webs CHANGE Web Web ENUM('www', '500px', 'delicious', 'deviantart', 'edmodo', 'facebook', 'flickr', 'foursquare', 'github', 'googleplus', 'googlescholar', 'instagram', 'linkedin', 'paperli', 'pinterest', 'researchgate', 'scoopit', 'slideshare', 'storify', 'tumblr', 'twitter', 'wikipedia', 'youtube') NOT NULL;
@@ -1707,7 +2401,7 @@ ALTER TABLE usr_webs CHANGE Web Web ENUM('www', '500px', 'delicious', 'deviantar
Version 14.75.1: Mar 02, 2015
- Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178175 lines) + Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178175 lines)
Version 14.75: Feb 27, 2015
@@ -1715,7 +2409,7 @@ ALTER TABLE usr_webs CHANGE Web Web ENUM('www', '500px', 'delicious', 'deviantar
Version 14.74.12: Feb 23, 2015
- Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178119 lines) + Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178119 lines)
Version 14.74.11: Feb 10, 2015
@@ -2040,11 +2734,11 @@ ALTER TABLE usr_last DROP COLUMN LastAccBriefcase;
Version 14.63.4: Jan 21, 2015
- Fixed bug in listing of degree administrators, reported by Antonio Fernández Ares. (175548 lines) + Fixed bug in listing of degree administrators, reported by Antonio Fernández Ares. (175548 lines)
Version 14.63.3: Jan 21, 2015
- Fixed bug when expanding folders, reported by Nadir Román Guerrero and others. (175545 lines) + Fixed bug when expanding folders, reported by Nadir Román Guerrero and others. (175545 lines)
Version 14.63.2: Jan 21, 2015
@@ -2703,7 +3397,7 @@ Add swad_config.o to list of object files
Version 14.28.2: Nov 28, 2014
Fixed bug in web service function sendAttendanceUsers.
- New MIME type for file uploading, problem reported by Marta Gómez Macías. (170380 lines) + New MIME type for file uploading, problem reported by Marta Gómez Macías. (170380 lines)
Version 14.28.1: Nov 28, 2014
@@ -2773,7 +3467,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1235','es','N','Ver
Version 14.24.3: Nov 19, 2014
- Fixed bug in web service functions getTestQuestions, reported by Marta Muñoz López. (169804 lines) + Fixed bug in web service functions getTestQuestions, reported by Marta Muñoz López. (169804 lines)
Version 14.24.2: Nov 19, 2014
@@ -3013,7 +3707,7 @@ ALTER TABLE usr_data DROP COLUMN SecureIcons;
Version 14.8.3: Oct 20, 2014
- Fixed bug in Internet Explorer reported by Francisco A. Ocaña Lara: event onchange does not work on input radio, replaced by onclick. (167631 lines) + Fixed bug in Internet Explorer reported by Francisco A. Ocaña Lara: event onchange does not work on input radio, replaced by onclick. (167631 lines)
Version 14.8.2: Oct 20, 2014
@@ -3586,7 +4280,7 @@ mv /var/www/html/swad/cty /var/www/html/swad/icon/country
Version 13.62.3: May 03, 2014
- Fixed bug in list of departments, reported by Francisco A. Ocaña Lara. (163116 lines) + Fixed bug in list of departments, reported by Francisco A. Ocaña Lara. (163116 lines)
Version 13.62.2: May 03, 2014
@@ -3822,7 +4516,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1164','es','N','Most
Version 13.55.7: Mar 25, 2014
- Fixed bugs in web service function getCourseInfo reported by José Antonio Guerrero Avilés. (162486 lines) + Fixed bugs in web service function getCourseInfo reported by José Antonio Guerrero Avilés. (162486 lines)
Version 13.55.6: Mar 24, 2014
@@ -3918,7 +4612,7 @@ Add swad_password.o to list of object files in Makefile
Version 13.49.4: Feb 21, 2014
- Fixed problem in tabs layout with MSIE 9, reported by María Rosa Moreno-Torres Herrera. (161395 lines) + Fixed problem in tabs layout with MSIE 9, reported by María Rosa Moreno-Torres Herrera. (161395 lines)
Version 13.49.3: Feb 18, 2014
@@ -4977,40 +5671,40 @@ ALTER TABLE crs_info_src DROP COLUMN InfoSrc;
ALTER TABLE crs_info_src CHANGE COLUMN InfoSrc2 InfoSrc ENUM('none','editor','plain_text','rich_text','page','URL') NOT NULL;

UPDATE actions SET Txt='Editor de texto plano de info. asg.' WHERE ActCod='850' AND Language='es';
-UPDATE actions SET Txt='Editor de texto plano de guía docente' WHERE ActCod='787' AND Language='es';
-UPDATE actions SET Txt='Editor de texto plano de teoría' WHERE ActCod='379' AND Language='es';
-UPDATE actions SET Txt='Editor de texto plano de prácticas' WHERE ActCod='389' AND Language='es';
-UPDATE actions SET Txt='Editor de texto plano de bibliografía' WHERE ActCod='377' AND Language='es';
+UPDATE actions SET Txt='Editor de texto plano de guía docente' WHERE ActCod='787' AND Language='es';
+UPDATE actions SET Txt='Editor de texto plano de teoría' WHERE ActCod='379' AND Language='es';
+UPDATE actions SET Txt='Editor de texto plano de prácticas' WHERE ActCod='389' AND Language='es';
+UPDATE actions SET Txt='Editor de texto plano de bibliografía' WHERE ActCod='377' AND Language='es';
UPDATE actions SET Txt='Editor de texto plano de FAQ' WHERE ActCod='405' AND Language='es';
UPDATE actions SET Txt='Editor de texto plano de enlaces' WHERE ActCod='400' AND Language='es';
-UPDATE actions SET Txt='Editor de texto plano de evaluación' WHERE ActCod='387' AND Language='es';
+UPDATE actions SET Txt='Editor de texto plano de evaluación' WHERE ActCod='387' AND Language='es';

UPDATE actions SET Txt='Enviar texto plano de info. asg.' WHERE ActCod='851' AND Language='es';
-UPDATE actions SET Txt='Enviar texto plano de guía docente' WHERE ActCod='790' AND Language='es';
-UPDATE actions SET Txt='Enviar texto plano de teoría' WHERE ActCod='394' AND Language='es';
-UPDATE actions SET Txt='Enviar texto plano de prácticas' WHERE ActCod='396' AND Language='es';
-UPDATE actions SET Txt='Enviar texto plano de bibliografía' WHERE ActCod='398' AND Language='es';
+UPDATE actions SET Txt='Enviar texto plano de guía docente' WHERE ActCod='790' AND Language='es';
+UPDATE actions SET Txt='Enviar texto plano de teoría' WHERE ActCod='394' AND Language='es';
+UPDATE actions SET Txt='Enviar texto plano de prácticas' WHERE ActCod='396' AND Language='es';
+UPDATE actions SET Txt='Enviar texto plano de bibliografía' WHERE ActCod='398' AND Language='es';
UPDATE actions SET Txt='Enviar texto plano de FAQ' WHERE ActCod='406' AND Language='es';
UPDATE actions SET Txt='Enviar texto plano de enlaces' WHERE ActCod='401' AND Language='es';
-UPDATE actions SET Txt='Enviar texto plano de evaluación' WHERE ActCod='397' AND Language='es';
+UPDATE actions SET Txt='Enviar texto plano de evaluación' WHERE ActCod='397' AND Language='es';

INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1093','es','N','Editor de texto enriq. de info. asg.');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1094','es','N','Editor de texto enriq. de guía docente');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1095','es','N','Editor de texto enriq. de teoría');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1096','es','N','Editor de texto enriq. de prácticas');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1097','es','N','Editor de texto enriq. de bibliografía');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1094','es','N','Editor de texto enriq. de guía docente');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1095','es','N','Editor de texto enriq. de teoría');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1096','es','N','Editor de texto enriq. de prácticas');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1097','es','N','Editor de texto enriq. de bibliografía');
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1098','es','N','Editor de texto enriq. de FAQ');
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1099','es','N','Editor de texto enriq. de enlaces');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1100','es','N','Editor de texto enriq. de evaluación');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1100','es','N','Editor de texto enriq. de evaluación');

INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1101','es','N','Enviar texto enriq. de info. asg.');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1102','es','N','Enviar texto enriq. de guía docente');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1103','es','N','Enviar texto enriq. de teoría');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1104','es','N','Enviar texto enriq. de prácticas');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1105','es','N','Enviar texto enriq. de bibliografía');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1102','es','N','Enviar texto enriq. de guía docente');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1103','es','N','Enviar texto enriq. de teoría');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1104','es','N','Enviar texto enriq. de prácticas');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1105','es','N','Enviar texto enriq. de bibliografía');
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1106','es','N','Enviar texto enriq. de FAQ');
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1107','es','N','Enviar texto enriq. de enlaces');
-INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1108','es','N','Enviar texto enriq. de evaluación');
+INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1108','es','N','Enviar texto enriq. de evaluación');
Version 12.69: Sep 22, 2013
@@ -5031,7 +5725,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1108','es','N','Envi
Version 12.68.2: Sep 19, 2013
- Fixed bug in notifications about enrollment requests, reported by Antonio Martínez López. (153491 lines) + Fixed bug in notifications about enrollment requests, reported by Antonio Martínez López. (153491 lines)
Version 12.68.1: Sep 18, 2013
@@ -5160,7 +5854,7 @@ UPDATE log,usr_data SET log.UsrCod=usr_data.UsrCod WHERE log.UsrCod='-1' AND log
Users can login with e-mail.
Messages can be sent with e-mail.
- Fixed bug when changing the e-mail, reported by Francisco A. Ocaña Lara. (152361 lines) + Fixed bug when changing the e-mail, reported by Francisco A. Ocaña Lara. (152361 lines)
Version 12.63.12:Jun 10, 2013
@@ -5267,7 +5961,7 @@ INSERT IGNORE INTO usr_emails (UsrCod,E_mail,CreatTime) SELECT UsrCod,E_mail,NOW
Version 12.62.3: May 10, 2013
- Fixed bug in number of questions in tests, reported by Antonio Manuel Fernández Pérez. (151151 lines) + Fixed bug in number of questions in tests, reported by Antonio Manuel Fernández Pérez. (151151 lines)
Version 12.62.2: May 10, 2013
@@ -5392,7 +6086,7 @@ DROP TABLE IF EXISTS hidden_downloads;
Version 12.57: Apr 16, 2013
Changes in search of documents.
- Fixed bug when deleting a course, reported by María Dolores Ruiz López. (149941 lines) + Fixed bug when deleting a course, reported by María Dolores Ruiz López. (149941 lines)
Version 12.56: Apr 16, 2013
@@ -5425,7 +6119,7 @@ DROP TABLE IF EXISTS hidden_downloads;
Version 12.52.1: Apr 04, 2013
- Fixed bug when seeing marks, reported by José Samos Jiménez.
+ Fixed bug when seeing marks, reported by José Samos Jiménez.
Changed border style when downloading a file. (149396 lines)
Version 12.52: Apr 04, 2013
@@ -5455,7 +6149,7 @@ RENAME TABLE files_copy TO files;
Version 12.51.1: Apr 03, 2013
- Fixed bug in test importation, reported by Amalia Morales Hernández. (149335 lines) + Fixed bug in test importation, reported by Amalia Morales Hernández. (149335 lines)
Version 12.51: Apr 02, 2013
@@ -6031,7 +6725,7 @@ ALTER TABLE att_usr CHANGE CommentTch CommentTch TEXT NOT NULL;
Version 12.24.1: Nov 27, 2012
- Fixed bug in attendance events, reported by José Miguel Colella Carbonara. (142521 lines) + Fixed bug in attendance events, reported by José Miguel Colella Carbonara. (142521 lines)
Version 12.24: Nov 26, 2012
@@ -6512,7 +7206,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1060','es','Y','Titu
Version 11.79.2: Sep 23, 2012
- Fixed bug in mail domains, reported by Francisco Ocaña Lara. (135977 lines) + Fixed bug in mail domains, reported by Francisco Ocaña Lara. (135977 lines)
Version 11.79.1: Sep 23, 2012
@@ -6524,7 +7218,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1060','es','Y','Titu Confirmation of rejection of a request for inscription. (135961 lines)
2 changes necessary in database:
-UPDATE actions SET Txt='Preguntar si rechazar solicitud inscripción' WHERE ActCod='1058';
+UPDATE actions SET Txt='Preguntar si rechazar solicitud inscripción' WHERE ActCod='1058';
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1059','es','Y','Rechazar solicitud inscripción');
@@ -6581,7 +7275,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1057','es','Y','List New option to confirm application for registrarion. (135687 lines)
2 changes necessary in database:
-UPDATE actions SET Txt='Formulario solicitud inscripción' WHERE ActCod='1054';
+UPDATE actions SET Txt='Formulario solicitud inscripción' WHERE ActCod='1054';
INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1056','es','Y','Solicitar inscripción');
@@ -6641,7 +7335,7 @@ CREATE INDEX Status ON courses (Status);
Version 11.75.1: Jul 31, 2012
- Fixed wrong path of script, reported by Justa Gómez Navajas. (134667 lines) + Fixed wrong path of script, reported by Justa Gómez Navajas. (134667 lines)
Version 11.75: Jul 30, 2012
@@ -6910,7 +7604,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1051','es','N','Camb
Version 11.59.5: Apr 26, 2012
- Fixed bug in file browsers, reported by Francisco Miguel Reyes Rodríguez. (133010 lines) + Fixed bug in file browsers, reported by Francisco Miguel Reyes Rodríguez. (133010 lines)
Version 11.59.4: Apr 26, 2012
@@ -7038,7 +7732,7 @@ INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1051','es','N','Camb
Version 11.53.1: Apr 04, 2012
Changes in selection of countries and institutions.
- Fixed bug in web service function getCourses, reported by Helena Rodríguez Gijón. (132247 lines) + Fixed bug in web service function getCourses, reported by Helena Rodríguez Gijón. (132247 lines)
Version 11.53: Apr 03, 2012
diff --git a/icon/crs64x64.gif b/icon/crs64x64.gif new file mode 100644 index 0000000000000000000000000000000000000000..b63a9c31a2802bce4a65195622ae9c6b29419dde GIT binary patch literal 363 zcmV-x0hInnNk%w1VL$*t0J8u9KtMoCOG{HzQ(IeGVq#)!Y;1INba{DsgM)*Lii(ku zk(!#Cs;a8Aw6wXox&QzFA^8LW000jFEC2ui06+jh000F3@X1N5y*TU5yZ>M)j$~<` zXsWJk>%MR-&mj^3c&-CM!O$ATZa5?WF9@PiCpc0Z%P6kklnkWO>H{lXRJl>a7py#t z$>^nzlx{DLBDZ|l49)L3DhSWF^Y30Ce|KVngK}nuhi!=-i*5#ck7o)laPqZd*Erx;PH77YdhmpTCn7E7)a3pcYw4HZikvb{>TM4g|+WyU+U6uini zaKJm66T{I=tU3b~1lc>e%sdqb;5!;Q;txXSImoCu4ipXUIi~3Vq7wEv))@c_O@MZ; z8wWiTuGm}Wp+G+XBN9BE7lOgVeVWcW3xVw%#*7)!{)uq#O<94Dt5T|5$+D%(moQ_> JoT)Mb06R#_ms9`% literal 0 HcmV?d00001 diff --git a/icon/swad64x64.gif b/icon/swad64x64.gif new file mode 100644 index 0000000000000000000000000000000000000000..e81ecc4163123f8bf2ad3b29d7e0e006d0e7dc21 GIT binary patch literal 2464 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" "" - "\"%s\"" "" @@ -7200,62 +7203,62 @@ static void Sta_ShowStatOfAForumType (For_ForumType_t ForumType, { case For_FORUM_COURSE_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "coursesdegree16x16.gif",StatsForum, + "crs64x64.gif",StatsForum, Txt_Courses,""); break; case For_FORUM_COURSE_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "coursesdegree16x16.gif",StatsForum, + "crs64x64.gif",StatsForum, Txt_Courses,Txt_only_teachers); break; case For_FORUM_DEGREE_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "grouptypes16x16.gif",StatsForum, + "deg64x64.gif",StatsForum, Txt_Degrees,""); break; case For_FORUM_DEGREE_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "grouptypes16x16.gif",StatsForum, + "deg64x64.gif",StatsForum, Txt_Degrees,Txt_only_teachers); break; case For_FORUM_CENTRE_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "house16x16.gif",StatsForum, + "ctr64x64.gif",StatsForum, Txt_Centres,""); break; case For_FORUM_CENTRE_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "house16x16.gif",StatsForum, + "ctr64x64.gif",StatsForum, Txt_Centres,Txt_only_teachers); break; case For_FORUM_INSTITUTION_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "institution16x16.gif",StatsForum, + "ins64x64.gif",StatsForum, Txt_Institutions,""); break; case For_FORUM_INSTITUTION_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "institution16x16.gif",StatsForum, + "ins64x64.gif",StatsForum, Txt_Institutions,Txt_only_teachers); break; case For_FORUM_GLOBAL_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "ballon16x16.gif",StatsForum, + "forum64x64.gif",StatsForum, Txt_General,""); break; case For_FORUM_GLOBAL_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "ballon16x16.gif",StatsForum, + "forum64x64.gif",StatsForum, Txt_General,Txt_only_teachers); break; case For_FORUM_SWAD_USRS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "swad16x16.gif",StatsForum, + "swad64x64.gif",StatsForum, Cfg_PLATFORM_SHORT_NAME,""); break; case For_FORUM_SWAD_TCHS: Sta_WriteForumTitleAndStats (ForumType,CtyCod,InsCod,CtrCod,DegCod,CrsCod, - "swad16x16.gif",StatsForum, + "swad64x64.gif",StatsForum, Cfg_PLATFORM_SHORT_NAME,Txt_only_teachers); break; }