Version19.109.2

This commit is contained in:
Antonio Cañas Vargas 2020-01-02 12:26:23 +01:00
parent 40c7957e39
commit 28c3b56269
3 changed files with 532 additions and 598 deletions

View File

@ -94,73 +94,6 @@ extern struct Globals Gbl;
/************************* Private global variables **************************/
/*****************************************************************************/
/*
Start:
13. ActLogInLan Change language to my language just after authentication
14. ActAnnSee Mark announcement as seen
15. ActReqSndNewPwd Show form to send a new password via email
16. ActSndNewPwd Send a new password via email
17. ActLogOut Close session
18. ActSch Search for courses, teachers, documents...
19. ActRefNewSocPubGbl Refresh recent social timeline via AJAX
20. ActRefOldSocPubGbl View old social timeline with users I follow via AJAX
21. ActRcvSocPstGbl Receive a public social post to be displayed in the timeline (global)
22. ActRcvSocComGbl Comment a social note in the timeline (global)
23. ActShoHidSocComGbl Show hidden comments in a social note (global)
24. ActAllShaSocNotGbl Show all users who have shared a note in the timeline (global)
25. ActAllFavSocNotGbl Show all users who have favourited a note in the timeline (global)
26. ActAllFavSocComGbl Show all users who have favourited a comment in the timeline (global)
27. ActShaSocNotGbl Share a social note in the timeline (global)
28. ActUnsSocNotGbl Unshare a previously shared social note in the timeline (global)
29. ActFavSocNotGbl Favourite a social note in the timeline (global)
30. ActUnfSocNotGbl Unfavourite a previously favourited social note in the timeline (global)
31. ActFavSocComGbl Favourite a social comment in the timeline (global)
32. ActUnfSocComGbl Unfavourite a previously favourited social comment in the timeline (global)
33. ActReqRemSocPubGbl Request the removal of a social publishing in the timeline (global)
34. ActRemSocPubGbl Remove a social publishing in the timeline (global)
35. ActReqRemSocComGbl Request the removal of a comment in a social note (global)
36. ActRemSocComGbl Remove of a comment in a social note (global)
37. ActReqOthPubPrf Request @nickname to show a public user's profile
38. ActRefOldSocPubUsr View old social timeline of a user via AJAX
39. ActRcvSocPstUsr Receive a public social post to be displayed in the timeline (user)
40. ActRcvSocComUsr Comment a social note in the timeline (user)
41. ActShoHidSocComUsr Show hidden comments in a social note (user)
42. ActAllShaSocNotUsr Show all users who have shared a note in the timeline (user)
43. ActAllFavSocNotUsr Show all users who have favourited a note in the timeline (user)
44. ActAllFavSocComUsr Show all users who have favourited a comment in the timeline (user)
45. ActShaSocNotUsr Share a social note in the timeline (user)
46. ActUnsSocNotUsr Unshare a previously shared social note in the timeline (user)
47. ActFavSocNotUsr Favourite a social note in the timeline (user)
48. ActUnfSocNotUsr Unfavourite a previously favourited social note in the timeline (user)
49. ActFavSocComUsr Favourite a social comment in the timeline (user)
50. ActUnfSocComUsr Unfavourite a previously favourited social comment in the timeline (user)
51. ActReqRemSocPubUsr Request the removal of a social publishing in the timeline (user)
52. ActRemSocPubUsr Remove a social publishing in the timeline (user)
53. ActReqRemSocComUsr Request the removal of a comment in a social note (user)
54. ActRemSocComUsr Remove of a comment in a social note (user)
55. ActCalFig Calculate user's figures and store into user's figures
56. ActFolUsr Follow another user
57. ActUnfUsr Unfollow another user
58. ActSeeFlg Show following
59. ActSeeFlr Show followers
60. ActPrnSysCrs Show print view of the academic calendar
61. ActChgSysCrs1stDay Change first day of week and show academic calendar
62. ActSeeNewNtf Show my recent notifications (link in top heading)
63. ActMrkNtfSee Mark all my notifications as seen
64. ActSeeMai See mail domains
65. ActEdiMai Edit mail domains
66. ActNewMai Request the creation of a mail domain
67. ActRemMai Request the removal of a mail domain
68. ActRenMaiSho Request the change of a mail domain
69. ActRenMaiFul Request the change of the info of a mail domain
System:
70. ActSeeCty List countries
71. ActSeePen List pending institutions, centres, degrees and courses in hierarchy

View File

@ -492,7 +492,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.109 (2020-01-01)"
#define Log_PLATFORM_VERSION "SWAD 19.109.2 (2020-01-02)"
#define CSS_FILE "swad19.101.5.css"
#define JS_FILE "swad19.91.1.js"
/*
@ -502,6 +502,7 @@ ps2pdf source.ps destination.pdf
// TODO: Version 19.1xx: Jan xx, 2020 Map in country information. (? lines)
// TODO: Version 19.1xx: Jan xx, 2020 Map in institution information. (? lines)
Version 19.109.2: Jan 02, 2020 Changing action descriptions from database to swad-core. Not finished. (278623 lines)
Version 19.109.1: Jan 01, 2020 Changing action descriptions from database to swad-core. Not finished. (278680 lines)
Version 19.109: Jan 01, 2020 Changing action descriptions from database to swad-core. Not finished. (278686 lines)
Version 19.108.8: Dec 30, 2019 Code refactoring related to printing messages. (249700 lines)

File diff suppressed because it is too large Load Diff