From 642324598a6aec8f0714a002b30053534c43a956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 22 Feb 2019 14:04:54 +0100 Subject: [PATCH] Version 18.54.1 --- swad_action.c | 2664 +++++++++++++++++++++++----------------------- swad_changelog.h | 9 +- swad_follow.c | 62 +- swad_follow.h | 4 +- swad_global.c | 2 + swad_global.h | 6 + swad_photo.c | 18 +- swad_profile.c | 3 +- swad_role.c | 2 +- swad_social.c | 5 +- swad_user.c | 2 + 11 files changed, 1417 insertions(+), 1360 deletions(-) diff --git a/swad_action.c b/swad_action.c index 9630bb29..3d9b1144 100644 --- a/swad_action.c +++ b/swad_action.c @@ -87,1475 +87,1475 @@ extern struct Globals Gbl; /************************ Internal global variables **************************/ /*****************************************************************************/ /* -1360 actions in one CGI: +1332 actions in one CGI: 0. ActAll Any action (used for statistics) 1. ActUnk Unknown action - 3. ActMnu Show menu of a tab - 4. ActRefCon Refresh number of notifications and connected users via AJAX - 5. ActRefLstClk Refresh last clicks in log via AJAX - 6. ActRefNewSocPubGbl Refresh recent social timeline via AJAX - 7. ActRefOldSocPubGbl View old social timeline with users I follow via AJAX - 8. ActRefOldSocPubUsr View old social timeline of a user via AJAX - 9. ActWebSvc Call plugin function + 2. ActMnu Show menu of a tab + 3. ActRefCon Refresh number of notifications and connected users via AJAX + 4. ActRefLstClk Refresh last clicks in log via AJAX + 5. ActRefNewSocPubGbl Refresh recent social timeline via AJAX + 6. ActRefOldSocPubGbl View old social timeline with users I follow via AJAX + 7. ActRefOldSocPubUsr View old social timeline of a user via AJAX + 8. ActWebSvc Call plugin function Start: - 1285. ActFrmLogIn Show landing page (forms to log in and to create a new account) + 9. ActFrmLogIn Show landing page (forms to log in and to create a new account) 10. ActReqSch Request search in system tab - 1057. ActSeeSocTmlGbl Show social timeline (global) - 1058. ActSeeSocPrf Suggest list of users to follow - 16. ActSeeCal Show the academic calendar - 1228. ActSeeNtf Show my recent notifications + 11. ActSeeSocTmlGbl Show social timeline (global) + 12. ActSeeSocPrf Suggest list of users to follow + 13. ActSeeCal Show the academic calendar + 14. ActSeeNtf Show my recent notifications - 1296. ActLogIn Authentify user internally (directly from the platform) - 1297. ActLogInNew Authentify user internally (directly from the platform, only if user has not password) - 1298. ActLogInLan Change language to my language just after authentication - 1299. ActAnnSee Mark announcement as seen - 1293. ActReqSndNewPwd Show form to send a new password via email - 1294. ActSndNewPwd Send a new password via email - 1295. ActLogOut Close session + 15. ActLogIn Authentify user internally (directly from the platform) + 16. ActLogInNew Authentify user internally (directly from the platform, only if user has not password) + 17. ActLogInLan Change language to my language just after authentication + 18. ActAnnSee Mark announcement as seen + 19. ActReqSndNewPwd Show form to send a new password via email + 20. ActSndNewPwd Send a new password via email + 21. ActLogOut Close session - 17. ActSch Search for courses, teachers, documents... + 22. ActSch Search for courses, teachers, documents... - 1061. ActRcvSocPstGbl Receive a public social post to be displayed in the timeline (global) - 1062. ActRcvSocComGbl Comment a social note in the timeline (global) - 1063. ActShaSocNotGbl Share a social note in the timeline (global) - 1064. ActUnsSocNotGbl Unshare a previously shared social note in the timeline (global) - 1065. ActFavSocNotGbl Favourite a social note in the timeline (global) - 1066. ActUnfSocNotGbl Unfavourite a previously favourited social note in the timeline (global) - 1067. ActFavSocComGbl Favourite a social comment in the timeline (global) - 1068. ActUnfSocComGbl Unfavourite a previously favourited social comment in the timeline (global) - 1069. ActReqRemSocPubGbl Request the removal of a social publishing in the timeline (global) - 1070. ActRemSocPubGbl Remove a social publishing in the timeline (global) - 1071. ActReqRemSocComGbl Request the removal of a comment in a social note (global) - 1072. ActRemSocComGbl Remove of a comment in a social note (global) + 23. ActRcvSocPstGbl Receive a public social post to be displayed in the timeline (global) + 24. ActRcvSocComGbl Comment a social note in the timeline (global) + 25. ActShaSocNotGbl Share a social note in the timeline (global) + 26. ActUnsSocNotGbl Unshare a previously shared social note in the timeline (global) + 27. ActFavSocNotGbl Favourite a social note in the timeline (global) + 28. ActUnfSocNotGbl Unfavourite a previously favourited social note in the timeline (global) + 29. ActFavSocComGbl Favourite a social comment in the timeline (global) + 30. ActUnfSocComGbl Unfavourite a previously favourited social comment in the timeline (global) + 31. ActReqRemSocPubGbl Request the removal of a social publishing in the timeline (global) + 32. ActRemSocPubGbl Remove a social publishing in the timeline (global) + 33. ActReqRemSocComGbl Request the removal of a comment in a social note (global) + 34. ActRemSocComGbl Remove of a comment in a social note (global) - 1073. ActReqOthPubPrf Request @nickname to show a public user's profile + 35. ActReqOthPubPrf Request @nickname to show a public user's profile - 1074. ActRcvSocPstUsr Receive a public social post to be displayed in the timeline (user) - 1075. ActRcvSocComUsr Comment a social note in the timeline (user) - 1076. ActShaSocNotUsr Share a social note in the timeline (user) - 1077. ActUnsSocNotUsr Unshare a previously shared social note in the timeline (user) - 1078. ActFavSocNotUsr Favourite a social note in the timeline (user) - 1079. ActUnfSocNotUsr Unfavourite a previously favourited social note in the timeline (user) - 1080. ActFavSocComUsr Favourite a social comment in the timeline (user) - 1081. ActUnfSocComUsr Unfavourite a previously favourited social comment in the timeline (user) - 1082. ActReqRemSocPubUsr Request the removal of a social publishing in the timeline (user) - 1083. ActRemSocPubUsr Remove a social publishing in the timeline (user) - 1084. ActReqRemSocComUsr Request the removal of a comment in a social note (user) - 1085. ActRemSocComUsr Remove of a comment in a social note (user) + 36. ActRcvSocPstUsr Receive a public social post to be displayed in the timeline (user) + 37. ActRcvSocComUsr Comment a social note in the timeline (user) + 38. ActShaSocNotUsr Share a social note in the timeline (user) + 39. ActUnsSocNotUsr Unshare a previously shared social note in the timeline (user) + 40. ActFavSocNotUsr Favourite a social note in the timeline (user) + 41. ActUnfSocNotUsr Unfavourite a previously favourited social note in the timeline (user) + 42. ActFavSocComUsr Favourite a social comment in the timeline (user) + 43. ActUnfSocComUsr Unfavourite a previously favourited social comment in the timeline (user) + 44. ActReqRemSocPubUsr Request the removal of a social publishing in the timeline (user) + 45. ActRemSocPubUsr Remove a social publishing in the timeline (user) + 46. ActReqRemSocComUsr Request the removal of a comment in a social note (user) + 47. ActRemSocComUsr Remove of a comment in a social note (user) - 1086. ActCal1stClkTim Calculate first click time from log and store into user's figures - 1087. ActCalNumClk Calculate number of clicks from log and store into user's figures - 1088. ActCalNumFileViews Calculate number of file views and store into user's figures - 1089. ActCalNumForPst Calculate number of forum posts and store into user's figures - 1090. ActCalNumMsgSnt Calculate number of messages sent from log and store into user's figures + 48. ActCal1stClkTim Calculate first click time from log and store into user's figures + 49. ActCalNumClk Calculate number of clicks from log and store into user's figures + 50. ActCalNumFileViews Calculate number of file views and store into user's figures + 51. ActCalNumForPst Calculate number of forum posts and store into user's figures + 52. ActCalNumMsgSnt Calculate number of messages sent from log and store into user's figures - 1091. ActFolUsr Follow another user - 1092. ActUnfUsr Unfollow another user - 1093. ActSeeFlg Show following - 1094. ActSeeFlr Show followers + 53. ActFolUsr Follow another user + 54. ActUnfUsr Unfollow another user + 55. ActSeeFlg Show following + 56. ActSeeFlr Show followers - 56. ActPrnSysCrs Show print view of the academic calendar - 57. ActChgSysCrs1stDay Change first day of week and show academic calendar + 57. ActPrnSysCrs Show print view of the academic calendar + 58. ActChgSysCrs1stDay Change first day of week and show academic calendar - 1247. ActSeeNewNtf Show my recent notifications (link in top heading) - 1248. ActMrkNtfSee Mark all my notifications as seen - 1249. ActSeeMai See mail domains - 1250. ActEdiMai Edit mail domains - 1251. ActNewMai Request the creation of a mail domain - 1252. ActRemMai Request the removal of a mail domain - 1253. ActRenMaiSho Request the change of a mail domain - 1254. ActRenMaiFul Request the change of the info of a mail domain + 59. ActSeeNewNtf Show my recent notifications (link in top heading) + 60. ActMrkNtfSee Mark all my notifications as seen + 61. ActSeeMai See mail domains + 62. ActEdiMai Edit mail domains + 63. ActNewMai Request the creation of a mail domain + 64. ActRemMai Request the removal of a mail domain + 65. ActRenMaiSho Request the change of a mail domain + 66. ActRenMaiFul Request the change of the info of a mail domain System: - 11. ActSeeCty List countries - 12. ActSeePen List pending institutions, centres, degrees and courses in hierarchy - 13. ActSeeLnk See institutional links - 14. ActLstPlg List plugins - 15. ActSetUp Initial set up + 67. ActSeeCty List countries + 68. ActSeePen List pending institutions, centres, degrees and courses in hierarchy + 69. ActSeeLnk See institutional links + 70. ActLstPlg List plugins + 71. ActSetUp Initial set up - 18. ActEdiCty Edit countries - 19. ActNewCty Request the creation of a country - 20. ActRemCty Remove a country - 21. ActRenCty Change the name of a country - 22. ActChgCtyWWW Change web of country + 72. ActEdiCty Edit countries + 73. ActNewCty Request the creation of a country + 74. ActRemCty Remove a country + 75. ActRenCty Change the name of a country + 76. ActChgCtyWWW Change web of country - 23. ActSeeDegTyp List types of degrees - 24. ActEdiDegTyp Request edition of types of degrees - 25. ActNewDegTyp Request the creation of a type of degree - 26. ActRemDegTyp Request the removal of a type of degree - 27. ActRenDegTyp Request renaming of a type of degree + 77. ActSeeDegTyp List types of degrees + 78. ActEdiDegTyp Request edition of types of degrees + 79. ActNewDegTyp Request the creation of a type of degree + 80. ActRemDegTyp Request the removal of a type of degree + 81. ActRenDegTyp Request renaming of a type of degree - 28. ActReqRemOldCrs Request the total removal of old courses - 29. ActRemOldCrs Remove completely old courses + 82. ActReqRemOldCrs Request the total removal of old courses + 83. ActRemOldCrs Remove completely old courses - 30. ActSeeBan See banners - 31. ActEdiBan Edit banners - 32. ActNewBan Request the creation of a banner - 33. ActRemBan Request the removal of a banner - 34. ActShoBan Show a hidden banner - 35. ActHidBan Hide a visible banner - 36. ActRenBanSho Request the change of the short name of a banner - 37. ActRenBanFul Request the change of the full name of a banner - 38. ActChgBanImg Request the change of the image of a banner - 39. ActChgBanWWW Request the change of the web of a banner - 40. ActClkBan Go to a banner when clicked + 84. ActSeeBan See banners + 85. ActEdiBan Edit banners + 86. ActNewBan Request the creation of a banner + 87. ActRemBan Request the removal of a banner + 88. ActShoBan Show a hidden banner + 89. ActHidBan Hide a visible banner + 90. ActRenBanSho Request the change of the short name of a banner + 91. ActRenBanFul Request the change of the full name of a banner + 92. ActChgBanImg Request the change of the image of a banner + 93. ActChgBanWWW Request the change of the web of a banner + 94. ActClkBan Go to a banner when clicked - 41. ActEdiLnk Edit institutional links - 42. ActNewLnk Request the creation of an institutional link - 43. ActRemLnk Request the removal of an institutional link - 44. ActRenLnkSho Request the change of the short name of an institutional link - 45. ActRenLnkFul Request the change of the full name of an institutional link - 46. ActChgLnkWWW Request the change of the web of an institutional link - 47. ActEdiPlg Edit plugins - 48. ActNewPlg Request the creation of a plugin - 49. ActRemPlg Remove a plugin - 50. ActRenPlg Rename a plugin - 51. ActChgPlgDes Change the description of a plugin - 52. ActChgPlgLog Change the logo of a plugin - 53. ActChgPlgAppKey Change the application key of a plugin - 54. ActChgPlgURL Change the URL of a plugin - 55. ActChgPlgIP Change the IP address of a plugin + 95. ActEdiLnk Edit institutional links + 96. ActNewLnk Request the creation of an institutional link + 97. ActRemLnk Request the removal of an institutional link + 98. ActRenLnkSho Request the change of the short name of an institutional link + 99. ActRenLnkFul Request the change of the full name of an institutional link + 100. ActChgLnkWWW Request the change of the web of an institutional link + 101. ActEdiPlg Edit plugins + 102. ActNewPlg Request the creation of a plugin + 103. ActRemPlg Remove a plugin + 104. ActRenPlg Rename a plugin + 105. ActChgPlgDes Change the description of a plugin + 106. ActChgPlgLog Change the logo of a plugin + 107. ActChgPlgAppKey Change the application key of a plugin + 108. ActChgPlgURL Change the URL of a plugin + 109. ActChgPlgIP Change the IP address of a plugin Country: - 59. ActSeeCtyInf Show information on the current country - 60. ActSeeIns List institutions + 110. ActSeeCtyInf Show information on the current country + 111. ActSeeIns List institutions - 63. ActPrnCtyInf Print information on the current country - 64. ActChgCtyMapAtt Change map attribution of country + 112. ActPrnCtyInf Print information on the current country + 113. ActChgCtyMapAtt Change map attribution of country - 65. ActEdiIns Edit institutions - 66. ActReqIns Request the creation of a request for a new institution (a teacher makes the petition to an administrator) - 67. ActNewIns Request the creation of an institution - 68. ActRemIns Remove institution - 69. ActRenInsSho Change short name of institution - 70. ActRenInsFul Change full name of institution - 71. ActChgInsWWW Change web of institution - 72. ActChgInsSta Request change of status of an institution + 114. ActEdiIns Edit institutions + 115. ActReqIns Request the creation of a request for a new institution (a teacher makes the petition to an administrator) + 116. ActNewIns Request the creation of an institution + 117. ActRemIns Remove institution + 118. ActRenInsSho Change short name of institution + 119. ActRenInsFul Change full name of institution + 120. ActChgInsWWW Change web of institution + 121. ActChgInsSta Request change of status of an institution - 73. ActPrnCtyCrs Show print view of the academic calendar - 74. ActChgCtyCrs1stDay Change first day of week and show academic calendar + 122. ActPrnCtyCrs Show print view of the academic calendar + 123. ActChgCtyCrs1stDay Change first day of week and show academic calendar Institution: - 76. ActSeeInsInf Show information on the current institution - 77. ActSeeCtr List centres - 78. ActSeePlc List places - 79. ActSeeDpt List departments + 124. ActSeeInsInf Show information on the current institution + 125. ActSeeCtr List centres + 126. ActSeePlc List places + 127. ActSeeDpt List departments - 82. ActPrnInsInf Print information on the current institution - 83. ActChgInsCtyCfg Change country of institution in institution configuration - 84. ActRenInsShoCfg Change short name of institution in institution configuration - 85. ActRenInsFulCfg Change full name of institution in institution configuration - 86. ActChgInsWWWCfg Change web of institution in institution configuration - 87. ActReqInsLog Show form to send the logo of the current institution - 88. ActRecInsLog Receive and store the logo of the current institution - 89. ActRemInsLog Remove the logo of the current institution + 128. ActPrnInsInf Print information on the current institution + 129. ActChgInsCtyCfg Change country of institution in institution configuration + 130. ActRenInsShoCfg Change short name of institution in institution configuration + 131. ActRenInsFulCfg Change full name of institution in institution configuration + 132. ActChgInsWWWCfg Change web of institution in institution configuration + 133. ActReqInsLog Show form to send the logo of the current institution + 134. ActRecInsLog Receive and store the logo of the current institution + 135. ActRemInsLog Remove the logo of the current institution - 90. ActEdiCtr Edit centres - 91. ActReqCtr Request the creation of a request for a new centre (a teacher makes the petition to an administrator) - 92. ActNewCtr Request the creation of a centre - 93. ActRemCtr Remove centre - 94. ActChgCtrPlc Request change of the place of a centre - 95. ActRenCtrSho Change short name centre - 96. ActRenCtrFul Change full name centre - 97. ActChgCtrWWW Change web of centre - 98. ActChgCtrSta Request change of status of a centre + 136. ActEdiCtr Edit centres + 137. ActReqCtr Request the creation of a request for a new centre (a teacher makes the petition to an administrator) + 138. ActNewCtr Request the creation of a centre + 139. ActRemCtr Remove centre + 140. ActChgCtrPlc Request change of the place of a centre + 141. ActRenCtrSho Change short name centre + 142. ActRenCtrFul Change full name centre + 143. ActChgCtrWWW Change web of centre + 144. ActChgCtrSta Request change of status of a centre - 99. ActEdiDpt Edit departments - 100. ActNewDpt Request the creation of a department - 101. ActRemDpt Remove department - 102. ActChgDptIns Request change of the institution of a department - 103. ActRenDptSho Change short name department - 104. ActRenDptFul Change full name department - 105. ActChgDptWWW Change web of department + 145. ActEdiDpt Edit departments + 146. ActNewDpt Request the creation of a department + 147. ActRemDpt Remove department + 148. ActChgDptIns Request change of the institution of a department + 149. ActRenDptSho Change short name department + 150. ActRenDptFul Change full name department + 151. ActChgDptWWW Change web of department - 106. ActEdiPlc Edit places - 107. ActNewPlc Request the creation of a place - 108. ActRemPlc Remove a place - 109. ActRenPlcSho Change short name of a place - 110. ActRenPlcFul Change full name of a place + 152. ActEdiPlc Edit places + 153. ActNewPlc Request the creation of a place + 154. ActRemPlc Remove a place + 155. ActRenPlcSho Change short name of a place + 156. ActRenPlcFul Change full name of a place - 111. ActSeeHld List holidays - 112. ActEdiHld Edit holidays - 113. ActNewHld Request the creation of a holiday - 114. ActRemHld Remove a holiday - 115. ActChgHldPlc Change place of a holiday - 116. ActChgHldTyp Change type of a holiday - 117. ActChgHldStrDat Change start date of a holiday - 118. ActChgHldEndDat Change end date of a holiday - 119. ActRenHld Change name of a holiday + 157. ActSeeHld List holidays + 158. ActEdiHld Edit holidays + 159. ActNewHld Request the creation of a holiday + 160. ActRemHld Remove a holiday + 161. ActChgHldPlc Change place of a holiday + 162. ActChgHldTyp Change type of a holiday + 163. ActChgHldStrDat Change start date of a holiday + 164. ActChgHldEndDat Change end date of a holiday + 165. ActRenHld Change name of a holiday - 120. ActPrnInsCrs Show print view of the academic calendar - 121. ActChgInsCrs1stDay Change first day of week and show academic calendar + 166. ActPrnInsCrs Show print view of the academic calendar + 167. ActChgInsCrs1stDay Change first day of week and show academic calendar Centre: - 123. ActSeeCtrInf Show information on the current centre - 124. ActSeeDeg List degrees in a centre - 125. ActSeeCla List classrooms in a centre + 168. ActSeeCtrInf Show information on the current centre + 169. ActSeeDeg List degrees in a centre + 170. ActSeeCla List classrooms in a centre - 128. ActPrnCtrInf Print information on the current centre - 129. ActChgCtrInsCfg Request change of the institution of a centre in centre configuration - 130. ActRenCtrShoCfg Change short name centre in centre configuration - 131. ActRenCtrFulCfg Change full name centre in centre configuration - 132. ActChgCtrPlcCfg Change place of centre in centre configuration - 133. ActChgCtrWWWCfg Change web of centre in centre configuration - 134. ActReqCtrLog Show form to send the logo of the current centre - 135. ActRecCtrLog Receive and store the logo of the current centre - 136. ActRemCtrLog Remove the logo of the current centre - 137. ActReqCtrPho Show form to send the photo of the current centre - 138. ActRecCtrPho Receive and store the photo of the current centre - 139. ActChgCtrPhoAtt Change attribution of centre photo + 171. ActPrnCtrInf Print information on the current centre + 172. ActChgCtrInsCfg Request change of the institution of a centre in centre configuration + 173. ActRenCtrShoCfg Change short name centre in centre configuration + 174. ActRenCtrFulCfg Change full name centre in centre configuration + 175. ActChgCtrPlcCfg Change place of centre in centre configuration + 176. ActChgCtrWWWCfg Change web of centre in centre configuration + 177. ActReqCtrLog Show form to send the logo of the current centre + 178. ActRecCtrLog Receive and store the logo of the current centre + 179. ActRemCtrLog Remove the logo of the current centre + 180. ActReqCtrPho Show form to send the photo of the current centre + 181. ActRecCtrPho Receive and store the photo of the current centre + 182. ActChgCtrPhoAtt Change attribution of centre photo - 140. ActEdiDeg Request edition of degrees of a type - 141. ActReqDeg Request the creation of a request for a new degree (a teacher makes the petition to an administrator) - 142. ActNewDeg Request the creation of a degree - 143. ActRemDeg Request the removal of a degree - 144. ActRenDegSho Request change of the short name of a degree - 145. ActRenDegFul Request change of the full name of a degree - 146. ActChgDegTyp Request change of the type of a degree - 147. ActChgDegWWW Request change of the web of a degree - 148. ActChgDegSta Request change of status of a degree + 183. ActEdiDeg Request edition of degrees of a type + 184. ActReqDeg Request the creation of a request for a new degree (a teacher makes the petition to an administrator) + 185. ActNewDeg Request the creation of a degree + 186. ActRemDeg Request the removal of a degree + 187. ActRenDegSho Request change of the short name of a degree + 188. ActRenDegFul Request change of the full name of a degree + 189. ActChgDegTyp Request change of the type of a degree + 190. ActChgDegWWW Request change of the web of a degree + 191. ActChgDegSta Request change of status of a degree - 149. ActEdiCla Edit classrooms - 150. ActNewCla Request the creation of a classroom - 151. ActRemCla Remove a classroom - 152. ActRenClaSho Change short name of a classroom - 153. ActRenClaFul Change full name of a classroom - 154. ActChgClaMaxStd Change number of students in a classroom - 155. ActRenClaLoc Change location of a classroom + 192. ActEdiCla Edit classrooms + 193. ActNewCla Request the creation of a classroom + 194. ActRemCla Remove a classroom + 195. ActRenClaSho Change short name of a classroom + 196. ActRenClaFul Change full name of a classroom + 197. ActChgClaMaxStd Change number of students in a classroom + 198. ActRenClaLoc Change location of a classroom Degree: - 159. ActSeeDegInf Show information on the current degree - 160. ActSeeCrs List courses of a degree + 199. ActSeeDegInf Show information on the current degree + 200. ActSeeCrs List courses of a degree - 163. ActPrnDegInf Print information on the current degree - 164. ActChgDegCtrCfg Request change of the centre of a degree in degree configuration - 165. ActRenDegShoCfg Request change of the short name of a degree in degree configuration - 166. ActRenDegFulCfg Request change of the full name of a degree in degree configuration - 167. ActChgDegWWWCfg Request change of the web of a degree in degree configuration - 168. ActReqDegLog Show form to send the logo of the current degree - 169. ActRecDegLog Receive and store the logo of the current degree - 170. ActRemDegLog Remove the logo of the current degree + 201. ActPrnDegInf Print information on the current degree + 202. ActChgDegCtrCfg Request change of the centre of a degree in degree configuration + 203. ActRenDegShoCfg Request change of the short name of a degree in degree configuration + 204. ActRenDegFulCfg Request change of the full name of a degree in degree configuration + 205. ActChgDegWWWCfg Request change of the web of a degree in degree configuration + 206. ActReqDegLog Show form to send the logo of the current degree + 207. ActRecDegLog Receive and store the logo of the current degree + 208. ActRemDegLog Remove the logo of the current degree - 171. ActEdiCrs Request edition of courses of a degree - 172. ActReqCrs Request the creation of a request for a new course (a teacher makes the petition to an administrator) - 173. ActNewCrs Request the creation of a course - 174. ActRemCrs Request the removal of a course - 175. ActChgInsCrsCod Request change of institutional code of a course - 176. ActChgCrsYea Request change of year of a course inside of its degree - 177. ActRenCrsSho Request change of short name of a course - 178. ActRenCrsFul Request change of full name of a course - 179. ActChgCrsSta Request change of status of a course + 209. ActEdiCrs Request edition of courses of a degree + 210. ActReqCrs Request the creation of a request for a new course (a teacher makes the petition to an administrator) + 211. ActNewCrs Request the creation of a course + 212. ActRemCrs Request the removal of a course + 213. ActChgInsCrsCod Request change of institutional code of a course + 214. ActChgCrsYea Request change of year of a course inside of its degree + 215. ActRenCrsSho Request change of short name of a course + 216. ActRenCrsFul Request change of full name of a course + 217. ActChgCrsSta Request change of status of a course Course: - 183. ActSeeCrsInf Show information on the current course - 184. ActSeeTchGui Show teaching guide of the course - 185. ActSeeSyl Show syllabus (lectures or practicals) - 186. ActSeeSylLec Show the syllabus of lectures - 187. ActSeeSylPra Show the syllabus of practicals - 188. ActSeeBib Show the bibliography - 189. ActSeeFAQ Show the FAQ - 190. ActSeeCrsLnk Show links related to the course - 191. ActSeeCrsTT Show the timetable + 218. ActSeeCrsInf Show information on the current course + 219. ActSeeTchGui Show teaching guide of the course + 220. ActSeeSyl Show syllabus (lectures or practicals) + 221. ActSeeSylLec Show the syllabus of lectures + 222. ActSeeSylPra Show the syllabus of practicals + 223. ActSeeBib Show the bibliography + 224. ActSeeFAQ Show the FAQ + 225. ActSeeCrsLnk Show links related to the course + 226. ActSeeCrsTT Show the timetable - 194. ActPrnCrsInf Print information on the course - 195. ActChgCrsDegCfg Request change of degree in course configuration - 196. ActRenCrsShoCfg Request change of short name of a course in course configuration - 197. ActRenCrsFulCfg Request change of full name of a course in course configuration - 198. ActChgInsCrsCodCfg Change institutional code in course configuration - 199. ActChgCrsYeaCfg Change year/semester in course configuration - 200. ActEdiCrsInf Edit general information about the course - 201. ActEdiTchGui Edit teaching guide of the course - 202. ActEdiSylLec Edit the syllabus of lectures - 203. ActEdiSylPra Edit the syllabus of practicals - 204. ActDelItmSylLec Remove a item from syllabus of lectures - 205. ActDelItmSylPra Remove a item from syllabus of practicals - 206. ActUp_IteSylLec Subir the posición of a subtree of the syllabus of lectures - 207. ActUp_IteSylPra Subir the posición of a subtree of the syllabus of practicals - 208. ActDwnIteSylLec Bajar the posición of a subtree of the syllabus of lectures - 209. ActDwnIteSylPra Bajar the posición of a subtree of the syllabus of practicals - 210. ActRgtIteSylLec Aumentar the level of a item of the syllabus of lectures - 211. ActRgtIteSylPra Aumentar the level of a item of the syllabus of practicals - 212. ActLftIteSylLec Disminuir the level of a item of the syllabus of lectures - 213. ActLftIteSylPra Disminuir the level of a item of the syllabus of practicals - 214. ActInsIteSylLec Insertar a new item in the syllabus of lectures - 215. ActInsIteSylPra Insertar a new item in the syllabus of practicals - 216. ActModIteSylLec Modify a item of the syllabus of lectures - 217. ActModIteSylPra Modify a item of the syllabus of practicals + 227. ActPrnCrsInf Print information on the course + 228. ActChgCrsDegCfg Request change of degree in course configuration + 239. ActRenCrsShoCfg Request change of short name of a course in course configuration + 230. ActRenCrsFulCfg Request change of full name of a course in course configuration + 231. ActChgInsCrsCodCfg Change institutional code in course configuration + 232. ActChgCrsYeaCfg Change year/semester in course configuration + 233. ActEdiCrsInf Edit general information about the course + 234. ActEdiTchGui Edit teaching guide of the course + 235. ActEdiSylLec Edit the syllabus of lectures + 236. ActEdiSylPra Edit the syllabus of practicals + 237. ActDelItmSylLec Remove a item from syllabus of lectures + 238. ActDelItmSylPra Remove a item from syllabus of practicals + 239. ActUp_IteSylLec Subir the posición of a subtree of the syllabus of lectures + 240. ActUp_IteSylPra Subir the posición of a subtree of the syllabus of practicals + 241. ActDwnIteSylLec Bajar the posición of a subtree of the syllabus of lectures + 242. ActDwnIteSylPra Bajar the posición of a subtree of the syllabus of practicals + 243. ActRgtIteSylLec Aumentar the level of a item of the syllabus of lectures + 244. ActRgtIteSylPra Aumentar the level of a item of the syllabus of practicals + 245. ActLftIteSylLec Disminuir the level of a item of the syllabus of lectures + 246. ActLftIteSylPra Disminuir the level of a item of the syllabus of practicals + 247. ActInsIteSylLec Insertar a new item in the syllabus of lectures + 248. ActInsIteSylPra Insertar a new item in the syllabus of practicals + 249. ActModIteSylLec Modify a item of the syllabus of lectures + 250. ActModIteSylPra Modify a item of the syllabus of practicals - 218. ActEdiBib Edit the bibliography - 219. ActEdiFAQ Edit the FAQ - 220. ActEdiCrsLnk Edit the links relacionados with the course - 221. ActChgFrcReaCrsInf Change force students to read course info - 222. ActChgFrcReaTchGui Change force students to read teaching guide - 223. ActChgFrcReaSylLec Change force students to read lectures syllabus - 224. ActChgFrcReaSylPra Change force students to read practicals syllabus - 225. ActChgFrcReaBib Change force students to read bibliography - 226. ActChgFrcReaFAQ Change force students to read FAQ - 227. ActChgFrcReaCrsLnk Change force students to read links - 228. ActChgHavReaCrsInf Change if I have read course info - 229. ActChgHavReaTchGui Change if I have read teaching guide - 230. ActChgHavReaSylLec Change if I have read lectures syllabus - 231. ActChgHavReaSylPra Change if I have read practicals syllabus - 232. ActChgHavReaBib Change if I have read bibliography - 233. ActChgHavReaFAQ Change if I have read FAQ - 234. ActChgHavReaCrsLnk Change if I have read links - 235. ActSelInfSrcCrsInf Select the type of info shown in the general information about the course - 236. ActSelInfSrcTchGui Select the type of info shown in the teaching guide - 237. ActSelInfSrcSylLec Select the type of info shown in the lectures syllabus - 238. ActSelInfSrcSylPra Select the type of info shown in the practicals syllabus - 239. ActSelInfSrcBib Select the type of info shown in the bibliography - 240. ActSelInfSrcFAQ Select the type of info shown in the FAQ - 241. ActSelInfSrcCrsLnk Select the type of info shown in the links - 242. ActRcvURLCrsInf Receive a link a the general information about the course - 243. ActRcvURLTchGui Receive a link a the teaching guide - 244. ActRcvURLSylLec Receive a link al syllabus of lectures - 245. ActRcvURLSylPra Receive a link al syllabus of practicals - 246. ActRcvURLBib Receive a link a bibliography - 247. ActRcvURLFAQ Receive a link a FAQ - 248. ActRcvURLCrsLnk Receive a link a links - 249. ActRcvPagCrsInf Receive a page with the general information about the course - 250. ActRcvPagTchGui Receive a page with the teaching guide - 251. ActRcvPagSylLec Receive a page with the syllabus of lectures - 252. ActRcvPagSylPra Receive a page with the syllabus of practicals - 253. ActRcvPagBib Receive a page with bibliography - 254. ActRcvPagFAQ Receive a page with FAQ - 255. ActRcvPagCrsLnk Receive a page with links - 256. ActEditorCrsInf Integrated editor of the general information about the course - 257. ActEditorTchGui Integrated editor of the teaching guide - 258. ActEditorSylLec Integrated editor of the syllabus of lectures - 259. ActEditorSylPra Integrated editor of the syllabus of practicals - 260. ActEditorBib Integrated editor of bibliography - 261. ActEditorFAQ Integrated editor of FAQ - 262. ActEditorCrsLnk Integrated editor of links - 263. ActPlaTxtEdiCrsInf Editor of plain text of the general information about the course - 264. ActPlaTxtEdiTchGui Editor of plain text of the teaching guide - 265. ActPlaTxtEdiSylLec Editor of plain text of the syllabus of lectures - 266. ActPlaTxtEdiSylPra Editor of plain text of the syllabus of practicals - 267. ActPlaTxtEdiBib Editor of plain text of the bibliography - 268. ActPlaTxtEdiFAQ Editor of plain text of the FAQ - 269. ActPlaTxtEdiCrsLnk Editor of plain text of the links - 270. ActRchTxtEdiCrsInf Editor of plain text of the general information about the course - 271. ActRchTxtEdiTchGui Editor of plain text of the teaching guide - 272. ActRchTxtEdiSylLec Editor of plain text of the syllabus of lectures - 273. ActRchTxtEdiSylPra Editor of plain text of the syllabus of practicals - 274. ActRchTxtEdiBib Editor of plain text of the bibliography - 275. ActRchTxtEdiFAQ Editor of plain text of the FAQ - 276. ActRchTxtEdiCrsLnk Editor of plain text of the links - 277. ActRcvPlaTxtCrsInf Receive and change the plain text of the general information about the course - 278. ActRcvPlaTxtTchGui Receive and change the plain text of the teaching guide - 279. ActRcvPlaTxtSylLec Receive and change the plain text of the syllabus of lectures - 280. ActRcvPlaTxtSylPra Receive and change the plain text of the syllabus of practicals - 281. ActRcvPlaTxtBib Receive and change the plain text of the bibliography - 282. ActRcvPlaTxtFAQ Receive and change the plain text of the FAQ - 283. ActRcvPlaTxtCrsLnk Receive and change the plain text of the links - 284. ActRcvPlaTxtCrsInf Receive and change the rich text of the general information about the course - 285. ActRcvPlaTxtTchGui Receive and change the rich text of the teaching guide - 286. ActRcvPlaTxtSylLec Receive and change the rich text of the syllabus of lectures - 287. ActRcvPlaTxtSylPra Receive and change the rich text of the syllabus of practicals - 288. ActRcvPlaTxtBib Receive and change the rich text of the bibliography - 289. ActRcvPlaTxtFAQ Receive and change the rich text of the FAQ - 290. ActRcvPlaTxtCrsLnk Receive and change the rich text of the links + 251. ActEdiBib Edit the bibliography + 252. ActEdiFAQ Edit the FAQ + 253. ActEdiCrsLnk Edit the links relacionados with the course + 254. ActChgFrcReaCrsInf Change force students to read course info + 255. ActChgFrcReaTchGui Change force students to read teaching guide + 256. ActChgFrcReaSylLec Change force students to read lectures syllabus + 257. ActChgFrcReaSylPra Change force students to read practicals syllabus + 258. ActChgFrcReaBib Change force students to read bibliography + 259. ActChgFrcReaFAQ Change force students to read FAQ + 260. ActChgFrcReaCrsLnk Change force students to read links + 261. ActChgHavReaCrsInf Change if I have read course info + 262. ActChgHavReaTchGui Change if I have read teaching guide + 263. ActChgHavReaSylLec Change if I have read lectures syllabus + 264. ActChgHavReaSylPra Change if I have read practicals syllabus + 265. ActChgHavReaBib Change if I have read bibliography + 266. ActChgHavReaFAQ Change if I have read FAQ + 267. ActChgHavReaCrsLnk Change if I have read links + 268. ActSelInfSrcCrsInf Select the type of info shown in the general information about the course + 269. ActSelInfSrcTchGui Select the type of info shown in the teaching guide + 270. ActSelInfSrcSylLec Select the type of info shown in the lectures syllabus + 271. ActSelInfSrcSylPra Select the type of info shown in the practicals syllabus + 272. ActSelInfSrcBib Select the type of info shown in the bibliography + 273. ActSelInfSrcFAQ Select the type of info shown in the FAQ + 274. ActSelInfSrcCrsLnk Select the type of info shown in the links + 275. ActRcvURLCrsInf Receive a link a the general information about the course + 276. ActRcvURLTchGui Receive a link a the teaching guide + 277. ActRcvURLSylLec Receive a link al syllabus of lectures + 278. ActRcvURLSylPra Receive a link al syllabus of practicals + 279. ActRcvURLBib Receive a link a bibliography + 280. ActRcvURLFAQ Receive a link a FAQ + 281. ActRcvURLCrsLnk Receive a link a links + 282. ActRcvPagCrsInf Receive a page with the general information about the course + 283. ActRcvPagTchGui Receive a page with the teaching guide + 284. ActRcvPagSylLec Receive a page with the syllabus of lectures + 285. ActRcvPagSylPra Receive a page with the syllabus of practicals + 286. ActRcvPagBib Receive a page with bibliography + 287. ActRcvPagFAQ Receive a page with FAQ + 288. ActRcvPagCrsLnk Receive a page with links + 289. ActEditorCrsInf Integrated editor of the general information about the course + 290. ActEditorTchGui Integrated editor of the teaching guide + 291. ActEditorSylLec Integrated editor of the syllabus of lectures + 292. ActEditorSylPra Integrated editor of the syllabus of practicals + 293. ActEditorBib Integrated editor of bibliography + 294. ActEditorFAQ Integrated editor of FAQ + 295. ActEditorCrsLnk Integrated editor of links + 296. ActPlaTxtEdiCrsInf Editor of plain text of the general information about the course + 297. ActPlaTxtEdiTchGui Editor of plain text of the teaching guide + 298. ActPlaTxtEdiSylLec Editor of plain text of the syllabus of lectures + 299. ActPlaTxtEdiSylPra Editor of plain text of the syllabus of practicals + 300. ActPlaTxtEdiBib Editor of plain text of the bibliography + 301. ActPlaTxtEdiFAQ Editor of plain text of the FAQ + 302. ActPlaTxtEdiCrsLnk Editor of plain text of the links + 303. ActRchTxtEdiCrsInf Editor of plain text of the general information about the course + 304. ActRchTxtEdiTchGui Editor of plain text of the teaching guide + 305. ActRchTxtEdiSylLec Editor of plain text of the syllabus of lectures + 306. ActRchTxtEdiSylPra Editor of plain text of the syllabus of practicals + 307. ActRchTxtEdiBib Editor of plain text of the bibliography + 308. ActRchTxtEdiFAQ Editor of plain text of the FAQ + 309. ActRchTxtEdiCrsLnk Editor of plain text of the links + 310. ActRcvPlaTxtCrsInf Receive and change the plain text of the general information about the course + 311. ActRcvPlaTxtTchGui Receive and change the plain text of the teaching guide + 312. ActRcvPlaTxtSylLec Receive and change the plain text of the syllabus of lectures + 313. ActRcvPlaTxtSylPra Receive and change the plain text of the syllabus of practicals + 314. ActRcvPlaTxtBib Receive and change the plain text of the bibliography + 315. ActRcvPlaTxtFAQ Receive and change the plain text of the FAQ + 316. ActRcvPlaTxtCrsLnk Receive and change the plain text of the links + 317. ActRcvPlaTxtCrsInf Receive and change the rich text of the general information about the course + 318. ActRcvPlaTxtTchGui Receive and change the rich text of the teaching guide + 319. ActRcvPlaTxtSylLec Receive and change the rich text of the syllabus of lectures + 320. ActRcvPlaTxtSylPra Receive and change the rich text of the syllabus of practicals + 321. ActRcvPlaTxtBib Receive and change the rich text of the bibliography + 322. ActRcvPlaTxtFAQ Receive and change the rich text of the FAQ + 323. ActRcvPlaTxtCrsLnk Receive and change the rich text of the links - 291. ActPrnCrsTT Show print view of the timetable - 292. ActEdiCrsTT Edit the timetable - 293. ActChgCrsTT Modify the timetable of the course - 294. ActChgCrsTT1stDay Change first day of week and show timetable of the course + 324. ActPrnCrsTT Show print view of the timetable + 325. ActEdiCrsTT Edit the timetable + 326. ActChgCrsTT Modify the timetable of the course + 327. ActChgCrsTT1stDay Change first day of week and show timetable of the course Assessment: - 297. ActSeeAss Show the assessment system - 298. ActSeeAsg Show assignments - 299. ActSeePrj Show projects - 300. ActReqTst Request a test of self-assesment - 301. ActSeeAllGam Remote control - 302. ActSeeAllSvy List all surveys in pages - 303. ActSeeAllExaAnn Show the exam announcements + 328. ActSeeAss Show the assessment system + 329. ActSeeAsg Show assignments + 330. ActSeePrj Show projects + 331. ActReqTst Request a test of self-assesment + 332. ActSeeAllGam Remote control + 333. ActSeeAllSvy List all surveys in pages + 334. ActSeeAllExaAnn Show the exam announcements - 304. ActEdiAss Edit the assessment system - 305. ActChgFrcReaAss Change force students to read assessment system - 306. ActChgHavReaAss Change if I have read assessment system - 307. ActSelInfSrcAss Selec. type of assessment - 308. ActRcvURLAss Receive a link a assessment - 309. ActRcvPagAss Receive a page with assessment - 310. ActEditorAss Integrated editor of assessment - 311. ActPlaTxtEdiAss Editor of plain text of assessment - 312. ActRchTxtEdiAss Editor of rich text of assessment - 313. ActRcvPlaTxtAss Receive and change the plain text of the assessment system - 314. ActRcvRchTxtAss Receive and change the rich text of the assessment system + 335. ActEdiAss Edit the assessment system + 336. ActChgFrcReaAss Change force students to read assessment system + 337. ActChgHavReaAss Change if I have read assessment system + 338. ActSelInfSrcAss Selec. type of assessment + 339. ActRcvURLAss Receive a link a assessment + 340. ActRcvPagAss Receive a page with assessment + 341. ActEditorAss Integrated editor of assessment + 342. ActPlaTxtEdiAss Editor of plain text of assessment + 343. ActRchTxtEdiAss Editor of rich text of assessment + 344. ActRcvPlaTxtAss Receive and change the plain text of the assessment system + 345. ActRcvRchTxtAss Receive and change the rich text of the assessment system - 315. ActFrmNewAsg Form to create a new assignment - 316. ActEdiOneAsg Edit one assignment - 317. ActPrnOneAsg Print one assignment - 318. ActNewAsg Create new assignment - 319. ActChgAsg Modify data of an existing assignment - 320. ActReqRemAsg Request the removal of an assignment - 321. ActRemAsg Remove assignment - 322. ActHidAsg Hide assignment - 323. ActShoAsg Show assignment + 346. ActFrmNewAsg Form to create a new assignment + 347. ActEdiOneAsg Edit one assignment + 348. ActPrnOneAsg Print one assignment + 349. ActNewAsg Create new assignment + 350. ActChgAsg Modify data of an existing assignment + 351. ActReqRemAsg Request the removal of an assignment + 352. ActRemAsg Remove assignment + 353. ActHidAsg Hide assignment + 354. ActShoAsg Show assignment - 324. ActSeeTblAllPrj Show all projects in a table - 325. ActFrmNewPrj Form to create a new project - 326. ActEdiOnePrj Edit one project - 327. ActPrnOnePrj Print one project - 328. ActNewPrj Create new project - 329. ActChgPrj Modify data of an existing project - 330. ActReqRemPrj Request the removal of an project - 331. ActRemPrj Remove project - 332. ActHidPrj Hide project - 333. ActShoPrj Show project - 334. ActReqAddStdPrj Request adding a student to a project - 335. ActReqAddTutPrj Request adding a tutor to a project - 336. ActReqAddEvaPrj Request adding an evaluator to a project - 337. ActAddStdPrj Add a student to a project - 338. ActAddTutPrj Add a tutor to a project - 339. ActAddEvaPrj Add an evaluator to a project - 340. ActReqRemStdPrj Request removing a student from a project - 341. ActReqRemTutPrj Request removing a tutor from a project - 342. ActReqRemEvaPrj Request removing an evaluator from a project - 343. ActRemStdPrj Remove a student from a project - 344. ActRemTutPrj Remove a tutor from a project - 345. ActRemEvaPrj Remove an emulator from a project + 355. ActSeeTblAllPrj Show all projects in a table + 356. ActFrmNewPrj Form to create a new project + 357. ActEdiOnePrj Edit one project + 358. ActPrnOnePrj Print one project + 359. ActNewPrj Create new project + 360. ActChgPrj Modify data of an existing project + 361. ActReqRemPrj Request the removal of an project + 362. ActRemPrj Remove project + 363. ActHidPrj Hide project + 364. ActShoPrj Show project + 365. ActReqAddStdPrj Request adding a student to a project + 366. ActReqAddTutPrj Request adding a tutor to a project + 367. ActReqAddEvaPrj Request adding an evaluator to a project + 368. ActAddStdPrj Add a student to a project + 369. ActAddTutPrj Add a tutor to a project + 370. ActAddEvaPrj Add an evaluator to a project + 371. ActReqRemStdPrj Request removing a student from a project + 372. ActReqRemTutPrj Request removing a tutor from a project + 373. ActReqRemEvaPrj Request removing an evaluator from a project + 374. ActRemStdPrj Remove a student from a project + 375. ActRemTutPrj Remove a tutor from a project + 376. ActRemEvaPrj Remove an emulator from a project - 346. ActAdmDocPrj Admin. project documents - 347. ActReqRemFilDocPrj Request removal of a file from project documents - 348. ActRemFilDocPrj Remove a file from project documents - 349. ActRemFolDocPrj Remove an empty folder from project documents - 350. ActCopDocPrj Set source of copy in project documents - 351. ActPasDocPrj Paste a folder or file into project documents - 352. ActRemTreDocPrj Remove a non empty folder from project documents - 353. ActFrmCreDocPrj Form to create a folder or file in project documents - 354. ActCreFolDocPrj Create a new folder in project documents - 355. ActCreLnkDocPrj Create a new link in project documents - 356. ActRenFolDocPrj Rename a folder in project documents - 357. ActRcvFilDocPrjDZ Receive a file in project documents using Dropzone.js - 358. ActRcvFilDocPrjCla Receive a file in project documents using the classic way - 359. ActExpDocPrj Expand a folder in project documents - 360. ActConDocPrj Contract a folder in project documents - 361. ActZIPDocPrj Compress a folder in project documents - 362. ActReqDatDocPrj Ask for metadata of a file in project documents - 363. ActChgDatDocPrj Change metadata of a file in project documents - 364. ActDowDocPrj Download a file from project documents + 377. ActAdmDocPrj Admin. project documents + 378. ActReqRemFilDocPrj Request removal of a file from project documents + 379. ActRemFilDocPrj Remove a file from project documents + 380. ActRemFolDocPrj Remove an empty folder from project documents + 381. ActCopDocPrj Set source of copy in project documents + 382. ActPasDocPrj Paste a folder or file into project documents + 383. ActRemTreDocPrj Remove a non empty folder from project documents + 384. ActFrmCreDocPrj Form to create a folder or file in project documents + 385. ActCreFolDocPrj Create a new folder in project documents + 386. ActCreLnkDocPrj Create a new link in project documents + 387. ActRenFolDocPrj Rename a folder in project documents + 388. ActRcvFilDocPrjDZ Receive a file in project documents using Dropzone.js + 389. ActRcvFilDocPrjCla Receive a file in project documents using the classic way + 390. ActExpDocPrj Expand a folder in project documents + 391. ActConDocPrj Contract a folder in project documents + 392. ActZIPDocPrj Compress a folder in project documents + 393. ActReqDatDocPrj Ask for metadata of a file in project documents + 394. ActChgDatDocPrj Change metadata of a file in project documents + 395. ActDowDocPrj Download a file from project documents - 365. ActAdmAssPrj Admin. project assessment - 366. ActReqRemFilAssPrj Request removal of a file from project assessment - 367. ActRemFilAssPrj Remove a file from project assessment - 368. ActRemFolAssPrj Remove an empty folder from project assessment - 369. ActCopAssPrj Set source of copy in project assessment - 370. ActPasAssPrj Paste a folder or file into project assessment - 371. ActRemTreAssPrj Remove a non empty folder from project assessment - 373. ActFrmCreAssPrj Form to create a folder or file in project assessment - 374. ActCreFolAssPrj Create a new folder in project assessment - 375. ActCreLnkAssPrj Create a new link in project assessment - 376. ActRenFolAssPrj Rename a folder in project assessment - 377. ActRcvFilAssPrjDZ Receive a file in project assessment using Dropzone.js - 378. ActRcvFilAssPrjCla Receive a file in project assessment using the classic way - 379. ActExpAssPrj Expand a folder in project assessment - 380. ActConAssPrj Contract a folder in project assessment - 381. ActZIPAssPrj Compress a folder in project assessment - 382. ActReqDatAssPrj Ask for metadata of a file in project assessment - 383. ActChgDatAssPrj Change metadata of a file in project assessment - 384. ActDowAssPrj Download a file from project assessment + 396. ActAdmAssPrj Admin. project assessment + 397. ActReqRemFilAssPrj Request removal of a file from project assessment + 398. ActRemFilAssPrj Remove a file from project assessment + 399. ActRemFolAssPrj Remove an empty folder from project assessment + 400. ActCopAssPrj Set source of copy in project assessment + 401. ActPasAssPrj Paste a folder or file into project assessment + 402. ActRemTreAssPrj Remove a non empty folder from project assessment + 403. ActFrmCreAssPrj Form to create a folder or file in project assessment + 404. ActCreFolAssPrj Create a new folder in project assessment + 405. ActCreLnkAssPrj Create a new link in project assessment + 406. ActRenFolAssPrj Rename a folder in project assessment + 407. ActRcvFilAssPrjDZ Receive a file in project assessment using Dropzone.js + 408. ActRcvFilAssPrjCla Receive a file in project assessment using the classic way + 409. ActExpAssPrj Expand a folder in project assessment + 410. ActConAssPrj Contract a folder in project assessment + 411. ActZIPAssPrj Compress a folder in project assessment + 412. ActReqDatAssPrj Ask for metadata of a file in project assessment + 413. ActChgDatAssPrj Change metadata of a file in project assessment + 414. ActDowAssPrj Download a file from project assessment - 385. ActSeeTst Show the seft-assessment test - 386. ActAssTst Assess a self-assessment test - 387. ActEdiTstQst Request the edition of self-assessment questions - 388. ActEdiOneTstQst Edit one self-assesment test question - 389. ActReqImpTstQst Put form to ask for an XML with test questions to import - 390. ActImpTstQst Import test questions from XML file - 391. ActLstTstQst List for edition several self-assessment test questions - 392. ActRcvTstQst Receive a question of self-assessment - 393. ActShfTstQst Change shuffle of of a question of self-assessment - 394. ActReqRemTstQst Request removing a self-assesment test question - 395. ActRemTstQst Remove a self-assesment test question - 396. ActCfgTst Request renaming of tags of questions of self-assesment - 397. ActEnableTag Enable a tag - 398. ActDisableTag Disable a tag - 399. ActRenTag Rename a tag - 400. ActRcvCfgTst Receive configuration of test - 401. ActReqSeeMyTstRes Select range of dates to see my test results - 402. ActSeeMyTstRes Show my test results - 403. ActReqSeeUsrTstRes Select users and range of dates to see test results - 404. ActSeeUsrTstRes Show test results of several users - 405. ActSeeOneTstResMe Show one test result of me as student - 406. ActSeeOneTstResOth Show one test result of other user + 415. ActSeeTst Show the seft-assessment test + 416. ActAssTst Assess a self-assessment test + 417. ActEdiTstQst Request the edition of self-assessment questions + 418. ActEdiOneTstQst Edit one self-assesment test question + 419. ActReqImpTstQst Put form to ask for an XML with test questions to import + 420. ActImpTstQst Import test questions from XML file + 421. ActLstTstQst List for edition several self-assessment test questions + 422. ActRcvTstQst Receive a question of self-assessment + 423. ActShfTstQst Change shuffle of of a question of self-assessment + 424. ActReqRemTstQst Request removing a self-assesment test question + 425. ActRemTstQst Remove a self-assesment test question + 426. ActCfgTst Request renaming of tags of questions of self-assesment + 427. ActEnableTag Enable a tag + 428. ActDisableTag Disable a tag + 429. ActRenTag Rename a tag + 430. ActRcvCfgTst Receive configuration of test + 431. ActReqSeeMyTstRes Select range of dates to see my test results + 432. ActSeeMyTstRes Show my test results + 433. ActReqSeeUsrTstRes Select users and range of dates to see test results + 434. ActSeeUsrTstRes Show test results of several users + 435. ActSeeOneTstResMe Show one test result of me as student + 436. ActSeeOneTstResOth Show one test result of other user - 407. ActSeeOneSvy Show one survey - 408. ActAnsSvy Answer a survey - 409. ActFrmNewSvy Form to create a new survey - 410. ActEdiOneSvy Edit one survey - 411. ActNewSvy Create new survey - 412. ActChgSvy Modify data of an existing survey - 413. ActReqRemSvy Request the removal of a survey - 414. ActRemSvy Remove survey - 415. ActReqRstSvy Request the reset of answers of a survey - 416. ActRstSvy Reset answers of survey - 417. ActHidSvy Hide survey - 418. ActShoSvy Show survey - 419. ActEdiOneSvyQst Edit a new question for a survey - 420. ActRcvSvyQst Receive a question of a survey - 421. ActReqRemSvyQst Request the removal of a question of a survey - 422. ActRemSvyQst Confirm the removal of a question of a survey + 437. ActSeeOneSvy Show one survey + 438. ActAnsSvy Answer a survey + 439. ActFrmNewSvy Form to create a new survey + 440. ActEdiOneSvy Edit one survey + 441. ActNewSvy Create new survey + 442. ActChgSvy Modify data of an existing survey + 443. ActReqRemSvy Request the removal of a survey + 444. ActRemSvy Remove survey + 445. ActReqRstSvy Request the reset of answers of a survey + 446. ActRstSvy Reset answers of survey + 447. ActHidSvy Hide survey + 448. ActShoSvy Show survey + 449. ActEdiOneSvyQst Edit a new question for a survey + 450. ActRcvSvyQst Receive a question of a survey + 451. ActReqRemSvyQst Request the removal of a question of a survey + 452. ActRemSvyQst Confirm the removal of a question of a survey - 423. ActSeeOneGam Show one game - 424. ActPlyGam Start playing a game - 425. ActPlyGam1stQst Show first question when playing a game - 426. ActPlyGamNxtQst Show next question when playing a game - 427. ActPlyGamAns Show answers of current question when playing a game - 428. ActAnsGam Answer a game - 429. ActFrmNewGam Form to create a new game - 430. ActEdiOneGam Edit one game - 431. ActNewGam Create new game - 432. ActChgGam Modify data of an existing game - 433. ActReqRemGam Request the removal of a game - 434. ActRemGam Remove game - 435. ActReqRstGam Request the reset of answers of a game - 436. ActRstGam Reset answers of game - 437. ActHidGam Hide game - 438. ActShoGam Show game - 439. ActAddOneGamQst Add a new question to a game - 440. ActGamLstTstQst List test questions to select one or several questions - 441. ActAddTstQstToGam Add selected test questions to game - 442. ActReqRemGamQst Request the removal of a question of a game - 443. ActRemGamQst Confirm the removal of a question of a game - 444. ActUp_GamQst, Move up a question of a game - 445. ActDwnGamQst, Move down a question of a game + 453. ActSeeOneGam Show one game + 454. ActPlyGam Start playing a game + 455. ActPlyGam1stQst Show first question when playing a game + 456. ActPlyGamNxtQst Show next question when playing a game + 457. ActPlyGamAns Show answers of current question when playing a game + 458. ActAnsGam Answer a game + 459. ActFrmNewGam Form to create a new game + 460. ActEdiOneGam Edit one game + 461. ActNewGam Create new game + 462. ActChgGam Modify data of an existing game + 463. ActReqRemGam Request the removal of a game + 464. ActRemGam Remove game + 465. ActReqRstGam Request the reset of answers of a game + 466. ActRstGam Reset answers of game + 467. ActHidGam Hide game + 468. ActShoGam Show game + 469. ActAddOneGamQst Add a new question to a game + 470. ActGamLstTstQst List test questions to select one or several questions + 471. ActAddTstQstToGam Add selected test questions to game + 472. ActReqRemGamQst Request the removal of a question of a game + 473. ActRemGamQst Confirm the removal of a question of a game + 474. ActUp_GamQst, Move up a question of a game + 475. ActDwnGamQst, Move down a question of a game - 446. ActSeeOneExaAnn Show one exam announcement - 447. ActSeeDatExaAnn Show exam announcements of a given date - 448. ActEdiExaAnn Edit an exam announcement - 449. ActRcvExaAnn Receive an exam announcement - 450. ActPrnExaAnn Show an exam announcement ready to be printed - 451. ActReqRemExaAnn Request the removal of an exam announcement - 452. ActRemExaAnn Remove an exam announcement - 453. ActHidExaAnn Hide exam announcement - 454. ActShoExaAnn Show exam announcement + 476. ActSeeOneExaAnn Show one exam announcement + 477. ActSeeDatExaAnn Show exam announcements of a given date + 478. ActEdiExaAnn Edit an exam announcement + 479. ActRcvExaAnn Receive an exam announcement + 480. ActPrnExaAnn Show an exam announcement ready to be printed + 481. ActReqRemExaAnn Request the removal of an exam announcement + 482. ActRemExaAnn Remove an exam announcement + 483. ActHidExaAnn Hide exam announcement + 484. ActShoExaAnn Show exam announcement Files: - 455. ActSeeAdmDocIns Documents zone of the institution (see or admin) - 456. ActAdmShaIns Admin the shared files zone of the institution - 457. ActSeeAdmDocCtr Documents zone of the centre (see or admin) - 458. ActAdmShaCtr Admin the shared files zone of the centre - 459. ActSeeAdmDocDeg Documents zone of the degree (see or admin) - 460. ActAdmShaDeg Admin the shared files zone of the degree - 461. ActSeeAdmDocCrsGrp Documents zone of the course (see or admin) - 462. ActAdmTchCrsGrp Request the administration of the files of the teachers' zone of the course or of a group - 463. ActAdmShaCrsGrp Request the administration of the files of the shared zone of the course or of a group - 464. ActAdmAsgWrkUsr One user sends works of the course - 465. ActReqAsgWrkCrs A teacher requests edition of works sent to the course - 466. ActSeeAdmMrk Marks zone (see or admin) - 467. ActAdmBrf Show the briefcase of private archives + 485. ActSeeAdmDocIns Documents zone of the institution (see or admin) + 486. ActAdmShaIns Admin the shared files zone of the institution + 487. ActSeeAdmDocCtr Documents zone of the centre (see or admin) + 488. ActAdmShaCtr Admin the shared files zone of the centre + 489. ActSeeAdmDocDeg Documents zone of the degree (see or admin) + 490. ActAdmShaDeg Admin the shared files zone of the degree + 491. ActSeeAdmDocCrsGrp Documents zone of the course (see or admin) + 492. ActAdmTchCrsGrp Request the administration of the files of the teachers' zone of the course or of a group + 493. ActAdmShaCrsGrp Request the administration of the files of the shared zone of the course or of a group + 494. ActAdmAsgWrkUsr One user sends works of the course + 495. ActReqAsgWrkCrs A teacher requests edition of works sent to the course + 496. ActSeeAdmMrk Marks zone (see or admin) + 497. ActAdmBrf Show the briefcase of private archives - 468. ActChgToSeeDocIns Change to see institution documents + 498. ActChgToSeeDocIns Change to see institution documents - 469. ActSeeDocIns See the files of the documents zone of the institution - 470. ActExpSeeDocIns Expand a folder in institution documents - 471. ActConSeeDocIns Contract a folder in institution documents - 472. ActZIPSeeDocIns Compress a folder in institution documents - 473. ActReqDatSeeDocIns Ask for metadata of a file of the documents zone of the institution - 474. ActDowSeeDocIns Download a file in documents zone of the institution + 499. ActSeeDocIns See the files of the documents zone of the institution + 500. ActExpSeeDocIns Expand a folder in institution documents + 501. ActConSeeDocIns Contract a folder in institution documents + 502. ActZIPSeeDocIns Compress a folder in institution documents + 503. ActReqDatSeeDocIns Ask for metadata of a file of the documents zone of the institution + 504. ActDowSeeDocIns Download a file in documents zone of the institution - 475. ActChgToAdmDocIns Change to administrate institution documents + 505. ActChgToAdmDocIns Change to administrate institution documents - 476. ActAdmDocIns Admin the files of the documents zone of the institution - 477. ActReqRemFilDocIns Request removal of a file in the documents zone of the institution - 478. ActRemFilDocIns Remove a file in the documents zone of the institution - 479. ActRemFolDocIns Remove a folder empty the documents zone of the institution - 480. ActCopDocIns Set source of copy in the documents zone of the institution - 481. ActPasDocIns Paste a folder or file in the documents zone of the institution - 482. ActRemTreDocIns Remove a folder no empty in the documents zone of the institution - 483. ActFrmCreDocIns Form to crear a folder or file in the documents zone of the institution - 484. ActCreFolDocIns Create a new folder in the documents zone of the institution - 485. ActCreLnkDocIns Create a new link in the documents zone of the institution - 486. ActRenFolDocIns Rename a folder in the documents zone of the institution - 487. ActRcvFilDocInsDZ Receive a file in the documents zone of the institution using Dropzone.js - 488. ActRcvFilDocInsCla Receive a file in the documents zone of the institution using the classic way - 489. ActExpAdmDocIns Expand a folder when administrating the documents zone of the institution - 490. ActConAdmDocIns Contract a folder when administrating the documents zone of the institution - 491. ActZIPAdmDocIns Compress a folder when administrating the documents zone of the institution - 492. ActShoDocIns Show hidden folder or file of the documents zone of the institution - 493. ActHidDocIns Hide folder or file of the documents zone of the institution - 494. ActReqDatAdmDocIns Ask for metadata of a file of the documents zone of the institution - 495. ActChgDatAdmDocIns Change metadata of a file of the documents zone of the institution - 496. ActDowAdmDocIns Download a file of the documents zone of the institution + 506. ActAdmDocIns Admin the files of the documents zone of the institution + 507. ActReqRemFilDocIns Request removal of a file in the documents zone of the institution + 508. ActRemFilDocIns Remove a file in the documents zone of the institution + 509. ActRemFolDocIns Remove a folder empty the documents zone of the institution + 510. ActCopDocIns Set source of copy in the documents zone of the institution + 511. ActPasDocIns Paste a folder or file in the documents zone of the institution + 512. ActRemTreDocIns Remove a folder no empty in the documents zone of the institution + 513. ActFrmCreDocIns Form to crear a folder or file in the documents zone of the institution + 514. ActCreFolDocIns Create a new folder in the documents zone of the institution + 515. ActCreLnkDocIns Create a new link in the documents zone of the institution + 516. ActRenFolDocIns Rename a folder in the documents zone of the institution + 517. ActRcvFilDocInsDZ Receive a file in the documents zone of the institution using Dropzone.js + 518. ActRcvFilDocInsCla Receive a file in the documents zone of the institution using the classic way + 519. ActExpAdmDocIns Expand a folder when administrating the documents zone of the institution + 520. ActConAdmDocIns Contract a folder when administrating the documents zone of the institution + 521. ActZIPAdmDocIns Compress a folder when administrating the documents zone of the institution + 522. ActShoDocIns Show hidden folder or file of the documents zone of the institution + 523. ActHidDocIns Hide folder or file of the documents zone of the institution + 524. ActReqDatAdmDocIns Ask for metadata of a file of the documents zone of the institution + 525. ActChgDatAdmDocIns Change metadata of a file of the documents zone of the institution + 526. ActDowAdmDocIns Download a file of the documents zone of the institution - 497. ActReqRemFilShaIns Request removal of a shared file of the institution - 498. ActRemFilShaIns Remove a shared file of the institution - 499. ActRemFolShaIns Remove an empty shared folder of the institution - 500. ActCopShaIns Set source of copy in shared zone of the institution - 501. ActPasShaIns Paste a folder or file in shared zone of the institution - 502. ActRemTreShaIns Remove a folder no empty of shared zone of the institution - 503. ActFrmCreShaIns Form to crear a folder or file in shared zone of the institution - 504. ActCreFolShaIns Create a new folder in shared zone of the institution - 505. ActCreLnkShaIns Create a new link in shared zone of the institution - 506. ActRenFolShaIns Rename a folder in shared zone of the institution - 507. ActRcvFilShaInsDZ Receive a file in shared zone of the institution using Dropzone.js - 508. ActRcvFilShaInsCla Receive a file in shared zone of the institution using the classic way - 509. ActExpShaIns Expand a folder in shared zone of the institution - 510. ActConShaIns Contract a folder in shared zone of the institution - 511. ActZIPShaIns Compress a folder in shared zone of the institution - 512. ActReqDatShaIns Ask for metadata of a file of the shared zone of the institution - 513. ActChgDatShaIns Change metadata of a file of the shared zone of the institution - 514. ActDowShaIns Download a file of the shared zone of the institution + 527. ActReqRemFilShaIns Request removal of a shared file of the institution + 528. ActRemFilShaIns Remove a shared file of the institution + 529. ActRemFolShaIns Remove an empty shared folder of the institution + 530. ActCopShaIns Set source of copy in shared zone of the institution + 531. ActPasShaIns Paste a folder or file in shared zone of the institution + 532. ActRemTreShaIns Remove a folder no empty of shared zone of the institution + 533. ActFrmCreShaIns Form to crear a folder or file in shared zone of the institution + 534. ActCreFolShaIns Create a new folder in shared zone of the institution + 535. ActCreLnkShaIns Create a new link in shared zone of the institution + 536. ActRenFolShaIns Rename a folder in shared zone of the institution + 537. ActRcvFilShaInsDZ Receive a file in shared zone of the institution using Dropzone.js + 538. ActRcvFilShaInsCla Receive a file in shared zone of the institution using the classic way + 539. ActExpShaIns Expand a folder in shared zone of the institution + 540. ActConShaIns Contract a folder in shared zone of the institution + 541. ActZIPShaIns Compress a folder in shared zone of the institution + 542. ActReqDatShaIns Ask for metadata of a file of the shared zone of the institution + 543. ActChgDatShaIns Change metadata of a file of the shared zone of the institution + 544. ActDowShaIns Download a file of the shared zone of the institution - 515. ActChgToSeeDocCtr Change to see centre documents + 545. ActChgToSeeDocCtr Change to see centre documents - 516. ActSeeDocCtr See the files of the documents zone of the centre - 517. ActExpSeeDocCtr Expand a folder in centre documents - 518. ActConSeeDocCtr Contract a folder in centre documents - 519. ActZIPSeeDocCtr Compress a folder in centre documents - 520. ActReqDatSeeDocCtr Ask for metadata of a file of the documents zone of the centre - 521. ActDowSeeDocCtr Download a file in documents zone of the centre + 546. ActSeeDocCtr See the files of the documents zone of the centre + 547. ActExpSeeDocCtr Expand a folder in centre documents + 548. ActConSeeDocCtr Contract a folder in centre documents + 549. ActZIPSeeDocCtr Compress a folder in centre documents + 550. ActReqDatSeeDocCtr Ask for metadata of a file of the documents zone of the centre + 551. ActDowSeeDocCtr Download a file in documents zone of the centre - 522. ActChgToAdmDocCtr Change to administrate centre documents + 552. ActChgToAdmDocCtr Change to administrate centre documents - 523. ActAdmDocCtr Admin the files of the documents zone of the centre - 524. ActReqRemFilDocCtr Request removal of a file in the documents zone of the centre - 525. ActRemFilDocCtr Remove a file in the documents zone of the centre - 526. ActRemFolDocCtr Remove a folder empty the documents zone of the centre - 527. ActCopDocCtr Set source of copy in the documents zone of the centre - 528. ActPasDocCtr Paste a folder or file in the documents zone of the centre - 529. ActRemTreDocCtr Remove a folder no empty in the documents zone of the centre - 530. ActFrmCreDocCtr Form to crear a folder or file in the documents zone of the centre - 531. ActCreFolDocCtr Create a new folder in the documents zone of the centre - 532. ActCreLnkDocCtr Create a new link in the documents zone of the centre - 533. ActRenFolDocCtr Rename a folder in the documents zone of the centre - 534. ActRcvFilDocCtrDZ Receive a file in the documents zone of the centre using Dropzone.js - 535. ActRcvFilDocCtrCla Receive a file in the documents zone of the centre using the classic way - 536. ActExpAdmDocCtr Expand a folder when administrating the documents zone of the centre - 537. ActConAdmDocCtr Contract a folder when administrating the documents zone of the centre - 538. ActZIPAdmDocCtr Compress a folder when administrating the documents zone of the centre - 539. ActShoDocCtr Show hidden folder or file of the documents zone of the centre - 540. ActHidDocCtr Hide folder or file of the documents zone of the centre - 541. ActReqDatAdmDocCtr Ask for metadata of a file of the documents zone of the centre - 542. ActChgDatAdmDocCtr Change metadata of a file of the documents zone of the centre - 543. ActDowAdmDocCtr Download a file of the documents zone of the centre + 553. ActAdmDocCtr Admin the files of the documents zone of the centre + 554. ActReqRemFilDocCtr Request removal of a file in the documents zone of the centre + 555. ActRemFilDocCtr Remove a file in the documents zone of the centre + 556. ActRemFolDocCtr Remove a folder empty the documents zone of the centre + 557. ActCopDocCtr Set source of copy in the documents zone of the centre + 558. ActPasDocCtr Paste a folder or file in the documents zone of the centre + 559. ActRemTreDocCtr Remove a folder no empty in the documents zone of the centre + 560. ActFrmCreDocCtr Form to crear a folder or file in the documents zone of the centre + 561. ActCreFolDocCtr Create a new folder in the documents zone of the centre + 562. ActCreLnkDocCtr Create a new link in the documents zone of the centre + 563. ActRenFolDocCtr Rename a folder in the documents zone of the centre + 564. ActRcvFilDocCtrDZ Receive a file in the documents zone of the centre using Dropzone.js + 565. ActRcvFilDocCtrCla Receive a file in the documents zone of the centre using the classic way + 566. ActExpAdmDocCtr Expand a folder when administrating the documents zone of the centre + 567. ActConAdmDocCtr Contract a folder when administrating the documents zone of the centre + 568. ActZIPAdmDocCtr Compress a folder when administrating the documents zone of the centre + 569. ActShoDocCtr Show hidden folder or file of the documents zone of the centre + 570. ActHidDocCtr Hide folder or file of the documents zone of the centre + 571. ActReqDatAdmDocCtr Ask for metadata of a file of the documents zone of the centre + 572. ActChgDatAdmDocCtr Change metadata of a file of the documents zone of the centre + 573. ActDowAdmDocCtr Download a file of the documents zone of the centre - 544. ActReqRemFilShaCtr Request removal of a shared file of the centre - 545. ActRemFilShaCtr Remove a shared file of the centre - 546. ActRemFolShaCtr Remove an empty shared folder of the centre - 547. ActCopShaCtr Set source of copy in shared zone of the centre - 548. ActPasShaCtr Paste a folder or file in shared zone of the centre - 549. ActRemTreShaCtr Remove a folder no empty of shared zone of the centre - 550. ActFrmCreShaCtr Form to crear a folder or file in shared zone of the centre - 551. ActCreFolShaCtr Create a new folder in shared zone of the centre - 552. ActCreLnkShaCtr Create a new link in shared zone of the centre - 553. ActRenFolShaCtr Rename a folder in shared zone of the centre - 554. ActRcvFilShaCtrDZ Receive a file in shared zone of the centre using Dropzone.js - 555. ActRcvFilShaCtrCla Receive a file in shared zone of the centre using the classic way - 556. ActExpShaCtr Expand a folder in shared zone of the centre - 557. ActConShaCtr Contract a folder in shared zone of the centre - 558. ActZIPShaCtr Compress a folder in shared zone of the centre - 559. ActReqDatShaCtr Ask for metadata of a file of the shared zone of the centre - 560. ActChgDatShaCtr Change metadata of a file of the shared zone of the centre - 561. ActDowShaCtr Download a file of the shared zone of the centre + 574. ActReqRemFilShaCtr Request removal of a shared file of the centre + 575. ActRemFilShaCtr Remove a shared file of the centre + 576. ActRemFolShaCtr Remove an empty shared folder of the centre + 577. ActCopShaCtr Set source of copy in shared zone of the centre + 578. ActPasShaCtr Paste a folder or file in shared zone of the centre + 579. ActRemTreShaCtr Remove a folder no empty of shared zone of the centre + 580. ActFrmCreShaCtr Form to crear a folder or file in shared zone of the centre + 581. ActCreFolShaCtr Create a new folder in shared zone of the centre + 582. ActCreLnkShaCtr Create a new link in shared zone of the centre + 583. ActRenFolShaCtr Rename a folder in shared zone of the centre + 584. ActRcvFilShaCtrDZ Receive a file in shared zone of the centre using Dropzone.js + 585. ActRcvFilShaCtrCla Receive a file in shared zone of the centre using the classic way + 586. ActExpShaCtr Expand a folder in shared zone of the centre + 587. ActConShaCtr Contract a folder in shared zone of the centre + 588. ActZIPShaCtr Compress a folder in shared zone of the centre + 589. ActReqDatShaCtr Ask for metadata of a file of the shared zone of the centre + 590. ActChgDatShaCtr Change metadata of a file of the shared zone of the centre + 591. ActDowShaCtr Download a file of the shared zone of the centre - 562. ActChgToSeeDocDeg Change to see degree documents + 592. ActChgToSeeDocDeg Change to see degree documents - 563. ActSeeDocDeg See the files of the documents zone of the degree - 564. ActExpSeeDocDeg Expand a folder in degree documents - 565. ActConSeeDocDeg Contract a folder in degree documents - 566. ActZIPSeeDocDeg Compress a folder in degree documents - 567. ActReqDatSeeDocDeg Ask for metadata of a file of the documents zone of the degree - 568. ActDowSeeDocDeg Download a file in documents zone of the degree + 593. ActSeeDocDeg See the files of the documents zone of the degree + 594. ActExpSeeDocDeg Expand a folder in degree documents + 595. ActConSeeDocDeg Contract a folder in degree documents + 596. ActZIPSeeDocDeg Compress a folder in degree documents + 597. ActReqDatSeeDocDeg Ask for metadata of a file of the documents zone of the degree + 598. ActDowSeeDocDeg Download a file in documents zone of the degree - 569. ActChgToAdmDocDeg Change to administrate degree documents + 599. ActChgToAdmDocDeg Change to administrate degree documents - 570. ActAdmDocDeg Admin the files of the documents zone of the degree - 571. ActReqRemFilDocDeg Request removal of a file in the documents zone of the degree - 572. ActRemFilDocDeg Remove a file in the documents zone of the degree - 573. ActRemFolDocDeg Remove a folder empty the documents zone of the degree - 574. ActCopDocDeg Set source of copy in the documents zone of the degree - 575. ActPasDocDeg Paste a folder or file in the documents zone of the degree - 576. ActRemTreDocDeg Remove a folder no empty in the documents zone of the degree - 577. ActFrmCreDocDeg Form to crear a folder or file in the documents zone of the degree - 578. ActCreFolDocDeg Create a new folder in the documents zone of the degree - 579. ActCreLnkDocDeg Create a new link in the documents zone of the degree - 580. ActRenFolDocDeg Rename a folder in the documents zone of the degree - 581. ActRcvFilDocDegDZ Receive a file in the documents zone of the degree using Dropzone.js - 582. ActRcvFilDocDegCla Receive a file in the documents zone of the degree using the classic way - 583. ActExpAdmDocDeg Expand a folder when administrating the documents zone of the degree - 584. ActConAdmDocDeg Contract a folder when administrating the documents zone of the degree - 585. ActZIPAdmDocDeg Compress a folder when administrating the documents zone of the degree - 586. ActShoDocDeg Show hidden folder or file of the documents zone of the degree - 587. ActHidDocDeg Hide folder or file of the documents zone of the degree - 588. ActReqDatAdmDocDeg Ask for metadata of a file of the documents zone of the degree - 589. ActChgDatAdmDocDeg Change metadata of a file of the documents zone of the degree - 590. ActDowAdmDocDeg Download a file of the documents zone of the degree + 600. ActAdmDocDeg Admin the files of the documents zone of the degree + 601. ActReqRemFilDocDeg Request removal of a file in the documents zone of the degree + 602. ActRemFilDocDeg Remove a file in the documents zone of the degree + 603. ActRemFolDocDeg Remove a folder empty the documents zone of the degree + 604. ActCopDocDeg Set source of copy in the documents zone of the degree + 605. ActPasDocDeg Paste a folder or file in the documents zone of the degree + 606. ActRemTreDocDeg Remove a folder no empty in the documents zone of the degree + 607. ActFrmCreDocDeg Form to crear a folder or file in the documents zone of the degree + 608. ActCreFolDocDeg Create a new folder in the documents zone of the degree + 609. ActCreLnkDocDeg Create a new link in the documents zone of the degree + 610. ActRenFolDocDeg Rename a folder in the documents zone of the degree + 611. ActRcvFilDocDegDZ Receive a file in the documents zone of the degree using Dropzone.js + 612. ActRcvFilDocDegCla Receive a file in the documents zone of the degree using the classic way + 613. ActExpAdmDocDeg Expand a folder when administrating the documents zone of the degree + 614. ActConAdmDocDeg Contract a folder when administrating the documents zone of the degree + 615. ActZIPAdmDocDeg Compress a folder when administrating the documents zone of the degree + 616. ActShoDocDeg Show hidden folder or file of the documents zone of the degree + 617. ActHidDocDeg Hide folder or file of the documents zone of the degree + 618. ActReqDatAdmDocDeg Ask for metadata of a file of the documents zone of the degree + 619. ActChgDatAdmDocDeg Change metadata of a file of the documents zone of the degree + 620. ActDowAdmDocDeg Download a file of the documents zone of the degree - 591. ActReqRemFilShaDeg Request removal of a shared file of the degree - 592. ActRemFilShaDeg Remove a shared file of the degree - 593. ActRemFolShaDeg Remove an empty shared folder of the degree - 594. ActCopShaDeg Set source of copy in shared zone of the degree - 595. ActPasShaDeg Paste a folder or file in shared zone of the degree - 596. ActRemTreShaDeg Remove a folder no empty of shared zone of the degree - 597. ActFrmCreShaDeg Form to crear a folder or file in shared zone of the degree - 598. ActCreFolShaDeg Create a new folder in shared zone of the degree - 599. ActCreLnkShaDeg Create a new link in shared zone of the degree - 600. ActRenFolShaDeg Rename a folder in shared zone of the degree - 601. ActRcvFilShaDegDZ Receive a file in shared zone of the degree using Dropzone.js - 602. ActRcvFilShaDegCla Receive a file in shared zone of the degree using the classic way - 603. ActExpShaDeg Expand a folder in shared zone of the degree - 604. ActConShaDeg Contract a folder in shared zone of the degree - 605. ActZIPShaDeg Compress a folder in shared zone of the degree - 606. ActReqDatShaDeg Ask for metadata of a file of the shared zone of the degree - 607. ActChgDatShaDeg Change metadata of a file of the shared zone of the degree - 608. ActDowShaDeg Download a file of the shared zone of the degree + 621. ActReqRemFilShaDeg Request removal of a shared file of the degree + 622. ActRemFilShaDeg Remove a shared file of the degree + 623. ActRemFolShaDeg Remove an empty shared folder of the degree + 624. ActCopShaDeg Set source of copy in shared zone of the degree + 625. ActPasShaDeg Paste a folder or file in shared zone of the degree + 626. ActRemTreShaDeg Remove a folder no empty of shared zone of the degree + 627. ActFrmCreShaDeg Form to crear a folder or file in shared zone of the degree + 628. ActCreFolShaDeg Create a new folder in shared zone of the degree + 629. ActCreLnkShaDeg Create a new link in shared zone of the degree + 630. ActRenFolShaDeg Rename a folder in shared zone of the degree + 631. ActRcvFilShaDegDZ Receive a file in shared zone of the degree using Dropzone.js + 632. ActRcvFilShaDegCla Receive a file in shared zone of the degree using the classic way + 633. ActExpShaDeg Expand a folder in shared zone of the degree + 634. ActConShaDeg Contract a folder in shared zone of the degree + 635. ActZIPShaDeg Compress a folder in shared zone of the degree + 636. ActReqDatShaDeg Ask for metadata of a file of the shared zone of the degree + 637. ActChgDatShaDeg Change metadata of a file of the shared zone of the degree + 638. ActDowShaDeg Download a file of the shared zone of the degree - 609. ActChgToSeeDocCrs Change to see course/group documents + 639. ActChgToSeeDocCrs Change to see course/group documents - 610. ActSeeDocCrs See the files of the documents zone of the course - 611. ActExpSeeDocCrs Expand a folder in course documents - 612. ActConSeeDocCrs Contract a folder in course documents - 613. ActZIPSeeDocCrs Compress a folder in course documents - 614. ActReqDatSeeDocCrs Ask for metadata of a file of the documents zone of the course - 615. ActDowSeeDocCrs Download a file in documents zone of the course + 640. ActSeeDocCrs See the files of the documents zone of the course + 641. ActExpSeeDocCrs Expand a folder in course documents + 642. ActConSeeDocCrs Contract a folder in course documents + 643. ActZIPSeeDocCrs Compress a folder in course documents + 644. ActReqDatSeeDocCrs Ask for metadata of a file of the documents zone of the course + 645. ActDowSeeDocCrs Download a file in documents zone of the course - 616. ActSeeDocGrp See the files of the documents zone of a group - 617. ActExpSeeDocGrp Expand a folder in group documents - 618. ActConSeeDocGrp Contract a folder in group documents - 619. ActZIPSeeDocGrp Compress a folder in group documents - 620. ActReqDatSeeDocGrp Ask for metadata of a file of the documents zone of a group - 621. ActDowSeeDocGrp Download a file of the documents zone of a group + 646. ActSeeDocGrp See the files of the documents zone of a group + 647. ActExpSeeDocGrp Expand a folder in group documents + 648. ActConSeeDocGrp Contract a folder in group documents + 649. ActZIPSeeDocGrp Compress a folder in group documents + 650. ActReqDatSeeDocGrp Ask for metadata of a file of the documents zone of a group + 651. ActDowSeeDocGrp Download a file of the documents zone of a group - 622. ActChgToAdmDocCrs Change to administrate course/group documents + 652. ActChgToAdmDocCrs Change to administrate course/group documents - 623. ActAdmDocCrs Admin the files of the documents zone of the course - 624. ActReqRemFilDocCrs Request removal of a file in the documents zone of the course - 625. ActRemFilDocCrs Remove a file in the documents zone of the course - 626. ActRemFolDocCrs Remove a folder empty the documents zone of the course - 627. ActCopDocCrs Set source of copy in the documents zone of the course - 628. ActPasDocCrs Paste a folder or file in the documents zone of the course - 629. ActRemTreDocCrs Remove a folder no empty in the documents zone of the course - 630. ActFrmCreDocCrs Form to crear a folder or file in the documents zone of the course - 631. ActCreFolDocCrs Create a new folder in the documents zone of the course - 632. ActCreLnkDocCrs Create a new link in the documents zone of the course - 633. ActRenFolDocCrs Rename a folder in the documents zone of the course - 634. ActRcvFilDocCrsDZ Receive a file in the documents zone of the course using Dropzone.js - 635. ActRcvFilDocCrsCla Receive a file in the documents zone of the course using the classic way - 636. ActExpAdmDocCrs Expand a folder when administrating the documents zone of the course - 637. ActConAdmDocCrs Contract a folder when administrating the documents zone of the course - 638. ActZIPAdmDocCrs Compress a folder when administrating the documents zone of the course - 639. ActShoDocCrs Show hidden folder or file of the documents zone - 640. ActHidDocCrs Hide folder or file of the documents zone - 641. ActReqDatAdmDocCrs Ask for metadata of a file of the documents zone - 642. ActChgDatAdmDocCrs Change metadata of a file of the documents zone - 643. ActDowAdmDocCrs Download a file of the documents zone + 653. ActAdmDocCrs Admin the files of the documents zone of the course + 654. ActReqRemFilDocCrs Request removal of a file in the documents zone of the course + 655. ActRemFilDocCrs Remove a file in the documents zone of the course + 656. ActRemFolDocCrs Remove a folder empty the documents zone of the course + 657. ActCopDocCrs Set source of copy in the documents zone of the course + 658. ActPasDocCrs Paste a folder or file in the documents zone of the course + 659. ActRemTreDocCrs Remove a folder no empty in the documents zone of the course + 660. ActFrmCreDocCrs Form to crear a folder or file in the documents zone of the course + 661. ActCreFolDocCrs Create a new folder in the documents zone of the course + 662. ActCreLnkDocCrs Create a new link in the documents zone of the course + 663. ActRenFolDocCrs Rename a folder in the documents zone of the course + 664. ActRcvFilDocCrsDZ Receive a file in the documents zone of the course using Dropzone.js + 665. ActRcvFilDocCrsCla Receive a file in the documents zone of the course using the classic way + 666. ActExpAdmDocCrs Expand a folder when administrating the documents zone of the course + 667. ActConAdmDocCrs Contract a folder when administrating the documents zone of the course + 668. ActZIPAdmDocCrs Compress a folder when administrating the documents zone of the course + 669. ActShoDocCrs Show hidden folder or file of the documents zone + 670. ActHidDocCrs Hide folder or file of the documents zone + 671. ActReqDatAdmDocCrs Ask for metadata of a file of the documents zone + 672. ActChgDatAdmDocCrs Change metadata of a file of the documents zone + 673. ActDowAdmDocCrs Download a file of the documents zone - 644. ActAdmDocGrp Admin the files of the documents zone of a group - 645. ActReqRemFilDocGrp Request removal of a file in the documents zone of a group - 646. ActRemFilDocGrp Remove a file in the documents zone of a group - 647. ActRemFolDocGrp Remove a folder empty in the documents zone of a group - 648. ActCopDocGrp Set source of copy in the documents zone of a group - 649. ActPasDocGrp Paste a folder or file in the documents zone of a group - 650. ActRemTreDocGrp Remove a folder no empty in the documents zone of a group - 651. ActFrmCreDocGrp Form to crear a folder or file in the documents zone of a group - 652. ActCreFolDocGrp Create a new folder in the documents zone of a group - 653. ActCreLnkDocGrp Create a new link in the documents zone of a group - 654. ActRenFolDocGrp Rename a folder in the documents zone of a group - 655. ActRcvFilDocGrpDZ Receive a file in the documents zone of a group using Dropzone.js - 656. ActRcvFilDocGrpCla Receive a file in the documents zone of a group using the classic way - 657. ActExpAdmDocGrp Expand a folder when administrating the documents zone of a group - 658. ActConAdmDocGrp Contract a folder when administrating the documents zone of a group - 659. ActZIPAdmDocGrp Compress a folder when administrating the documents zone of a group - 660. ActShoDocGrp Show hidden folder or file of download - 661. ActHidDocGrp Hide folder or file of download - 662. ActReqDatAdmDocGrp Ask for metadata of a file of the documents zone of a group - 663. ActChgDatAdmDocGrp Change metadata of a file of the documents zone of a group - 664. ActDowAdmDocGrp Download a file of the documents zone of a group + 674. ActAdmDocGrp Admin the files of the documents zone of a group + 675. ActReqRemFilDocGrp Request removal of a file in the documents zone of a group + 676. ActRemFilDocGrp Remove a file in the documents zone of a group + 677. ActRemFolDocGrp Remove a folder empty in the documents zone of a group + 678. ActCopDocGrp Set source of copy in the documents zone of a group + 679. ActPasDocGrp Paste a folder or file in the documents zone of a group + 680. ActRemTreDocGrp Remove a folder no empty in the documents zone of a group + 681. ActFrmCreDocGrp Form to crear a folder or file in the documents zone of a group + 682. ActCreFolDocGrp Create a new folder in the documents zone of a group + 683. ActCreLnkDocGrp Create a new link in the documents zone of a group + 684. ActRenFolDocGrp Rename a folder in the documents zone of a group + 685. ActRcvFilDocGrpDZ Receive a file in the documents zone of a group using Dropzone.js + 686. ActRcvFilDocGrpCla Receive a file in the documents zone of a group using the classic way + 687. ActExpAdmDocGrp Expand a folder when administrating the documents zone of a group + 688. ActConAdmDocGrp Contract a folder when administrating the documents zone of a group + 689. ActZIPAdmDocGrp Compress a folder when administrating the documents zone of a group + 690. ActShoDocGrp Show hidden folder or file of download + 691. ActHidDocGrp Hide folder or file of download + 692. ActReqDatAdmDocGrp Ask for metadata of a file of the documents zone of a group + 693. ActChgDatAdmDocGrp Change metadata of a file of the documents zone of a group + 694. ActDowAdmDocGrp Download a file of the documents zone of a group - 665. ActChgToAdmTch Change to administrate teachers' files of the course/group + 695. ActChgToAdmTch Change to administrate teachers' files of the course/group - 666. ActAdmTchCrs Admin the teachers' files zone of the course - 667. ActReqRemFilTchCrs Request removal of a teachers' file of the course - 668. ActRemFilTchCrs Remove a teachers' file of the course - 669. ActRemFolTchCrs Remove an empty teachers' folder of the course - 670. ActCopTchCrs Set source of teachers' zone of the course - 671. ActPasTchCrs Paste a folder or file in teachers' zone of the course - 672. ActRemTreTchCrs Remove a folder no empty of teachers' zone of the course - 673. ActFrmCreTchCrs Form to crear a folder or file in teachers' zone of the course - 674. ActCreFolTchCrs Create a new folder in teachers' zone of the course - 675. ActCreLnkTchCrs Create a new link in teachers' zone of the course - 676. ActRenFolTchCrs Rename a folder in teachers' zone of the course - 677. ActRcvFilTchCrsDZ Receive a file in teachers' zone of the course using Dropzone.js - 678. ActRcvFilTchCrsCla Receive a file in teachers' zone of the course using the classic way - 679. ActExpTchCrs Expand a folder in teachers' zone of the course - 680. ActConTchCrs Contract a folder in teachers' zone of the course - 681. ActZIPTchCrs Compress a folder in teachers' zone of the course - 682. ActReqDatTchCrs Ask for metadata of a file of the teachers' zone of the course - 683. ActChgDatTchCrs Change metadata of a file of the teachers' zone of the course - 684. ActDowTchCrs Download a file of the teachers' zone of the course + 696. ActAdmTchCrs Admin the teachers' files zone of the course + 697. ActReqRemFilTchCrs Request removal of a teachers' file of the course + 698. ActRemFilTchCrs Remove a teachers' file of the course + 699. ActRemFolTchCrs Remove an empty teachers' folder of the course + 700. ActCopTchCrs Set source of teachers' zone of the course + 701. ActPasTchCrs Paste a folder or file in teachers' zone of the course + 702. ActRemTreTchCrs Remove a folder no empty of teachers' zone of the course + 703. ActFrmCreTchCrs Form to crear a folder or file in teachers' zone of the course + 704. ActCreFolTchCrs Create a new folder in teachers' zone of the course + 705. ActCreLnkTchCrs Create a new link in teachers' zone of the course + 706. ActRenFolTchCrs Rename a folder in teachers' zone of the course + 707. ActRcvFilTchCrsDZ Receive a file in teachers' zone of the course using Dropzone.js + 708. ActRcvFilTchCrsCla Receive a file in teachers' zone of the course using the classic way + 709. ActExpTchCrs Expand a folder in teachers' zone of the course + 700. ActConTchCrs Contract a folder in teachers' zone of the course + 711. ActZIPTchCrs Compress a folder in teachers' zone of the course + 712. ActReqDatTchCrs Ask for metadata of a file of the teachers' zone of the course + 713. ActChgDatTchCrs Change metadata of a file of the teachers' zone of the course + 714. ActDowTchCrs Download a file of the teachers' zone of the course - 685. ActAdmTchGrp Admin the teachers' files zone of a group - 686. ActReqRemFilTchGrp Request removal of a teachers' file of a group - 687. ActRemFilTchGrp Remove a teachers' file of a group - 688. ActRemFolTchGrp Remove an empty teachers' folder of a group - 689. ActCopTchGrp Set source of copy in teachers' zone of a group - 690. ActPasTchGrp Paste a folder or file in teachers' zone of a group - 691. ActRemTreTchGrp Remove a folder no empty of teachers' zone of a group - 692. ActFrmCreTchGrp Form to crear a folder or file in teachers' zone of a group - 693. ActCreFolTchGrp Create a new folder in teachers' zone of a group - 694. ActCreLnkTchGrp Create a new link in teachers' zone of a group - 695. ActRenFolTchGrp Rename a folder in teachers' zone of a group - 696. ActRcvFilTchGrpDZ Receive a file in teachers' zone of a group using Dropzone.js - 697. ActRcvFilTchGrpCla Receive a file in teachers' zone of a group using the classic way - 698. ActExpTchGrp Expand a folder in teachers' zone of a group - 699. ActConTchGrp Contract a folder in teachers' zone of a group - 700. ActZIPTchGrp Compress a folder in teachers' zone of a group - 701. ActReqDatTchGrp Ask for metadata of a file of the teachers' zone of a group - 702. ActChgDatTchGrp Change metadata of a file of the teachers' zone of a group - 703. ActDowTchGrp Download a file of the teachers' zone of a group + 715. ActAdmTchGrp Admin the teachers' files zone of a group + 716. ActReqRemFilTchGrp Request removal of a teachers' file of a group + 717. ActRemFilTchGrp Remove a teachers' file of a group + 718. ActRemFolTchGrp Remove an empty teachers' folder of a group + 719. ActCopTchGrp Set source of copy in teachers' zone of a group + 720. ActPasTchGrp Paste a folder or file in teachers' zone of a group + 721. ActRemTreTchGrp Remove a folder no empty of teachers' zone of a group + 722. ActFrmCreTchGrp Form to crear a folder or file in teachers' zone of a group + 723. ActCreFolTchGrp Create a new folder in teachers' zone of a group + 724. ActCreLnkTchGrp Create a new link in teachers' zone of a group + 725. ActRenFolTchGrp Rename a folder in teachers' zone of a group + 726. ActRcvFilTchGrpDZ Receive a file in teachers' zone of a group using Dropzone.js + 727. ActRcvFilTchGrpCla Receive a file in teachers' zone of a group using the classic way + 728. ActExpTchGrp Expand a folder in teachers' zone of a group + 729. ActConTchGrp Contract a folder in teachers' zone of a group + 730. ActZIPTchGrp Compress a folder in teachers' zone of a group + 731. ActReqDatTchGrp Ask for metadata of a file of the teachers' zone of a group + 732. ActChgDatTchGrp Change metadata of a file of the teachers' zone of a group + 733. ActDowTchGrp Download a file of the teachers' zone of a group - 704. ActChgToAdmSha Change to administrate shared files of the course/group + 734. ActChgToAdmSha Change to administrate shared files of the course/group - 705. ActAdmShaCrs Admin the shared files zone of the course - 706. ActReqRemFilShaCrs Request removal of a shared file of the course - 707. ActRemFilShaCrs Remove a shared file of the course - 708. ActRemFolShaCrs Remove a empty shared folder of the course - 709. ActCopShaCrs Set source of copy in shared zone of the course - 710. ActPasShaCrs Paste a folder or file in shared zone of the course - 711. ActRemTreShaCrs Remove a folder no empty of shared zone of the course - 712. ActFrmCreShaCrs Form to crear a folder or file in shared zone of the course - 713. ActCreFolShaCrs Create a new folder in shared zone of the course - 714. ActCreLnkShaCrs Create a new link in shared zone of the course - 715. ActRenFolShaCrs Rename a folder in shared zone of the course - 716. ActRcvFilShaCrsDZ Receive a file in shared zone of the course using Dropzone.js - 717. ActRcvFilShaCrsCla Receive a file in shared zone of the course using the classic way - 718. ActExpShaCrs Expand a folder in shared zone of the course - 719. ActConShaCrs Contract a folder in shared zone of the course - 720. ActZIPShaCrs Compress a folder in shared zone of the course - 721. ActReqDatShaCrs Ask for metadata of a file of the shared zone of the course - 722. ActChgDatShaCrs Change metadata of a file of the shared zone of the course - 723. ActDowShaCrs Download a file of the shared zone of the course + 735. ActAdmShaCrs Admin the shared files zone of the course + 736. ActReqRemFilShaCrs Request removal of a shared file of the course + 737. ActRemFilShaCrs Remove a shared file of the course + 738. ActRemFolShaCrs Remove a empty shared folder of the course + 739. ActCopShaCrs Set source of copy in shared zone of the course + 740. ActPasShaCrs Paste a folder or file in shared zone of the course + 741. ActRemTreShaCrs Remove a folder no empty of shared zone of the course + 742. ActFrmCreShaCrs Form to crear a folder or file in shared zone of the course + 743. ActCreFolShaCrs Create a new folder in shared zone of the course + 744. ActCreLnkShaCrs Create a new link in shared zone of the course + 745. ActRenFolShaCrs Rename a folder in shared zone of the course + 746. ActRcvFilShaCrsDZ Receive a file in shared zone of the course using Dropzone.js + 747. ActRcvFilShaCrsCla Receive a file in shared zone of the course using the classic way + 748. ActExpShaCrs Expand a folder in shared zone of the course + 749. ActConShaCrs Contract a folder in shared zone of the course + 750. ActZIPShaCrs Compress a folder in shared zone of the course + 751. ActReqDatShaCrs Ask for metadata of a file of the shared zone of the course + 752. ActChgDatShaCrs Change metadata of a file of the shared zone of the course + 753. ActDowShaCrs Download a file of the shared zone of the course - 724. ActAdmShaGrp Admin the shared files zone of a group - 725. ActReqRemFilShaGrp Request removal of a shared file of a group - 726. ActRemFilShaGrp Remove a shared file of a group - 727. ActRemFolShaGrp Remove a folder empty común of a group - 728. ActCopShaGrp Set source of copy in shared zone of a group - 729. ActPasShaGrp Paste a folder or file in shared zone of a group - 730. ActRemTreShaGrp Remove a folder no empty of shared zone of a group - 731. ActFrmCreShaGrp Form to crear a folder or file in shared zone of a group - 732. ActCreFolShaGrp Create a new folder in shared zone of a group - 733. ActCreLnkShaGrp Create a new link in shared zone of a group - 734. ActRenFolShaGrp Rename a folder in shared zone of a group - 735. ActRcvFilShaGrpDZ Receive a file in shared zone of a group using Dropzone.js - 736. ActRcvFilShaGrpCla Receive a file in shared zone of a group using the classic way - 737. ActExpShaGrp Expand a folder in shared zone of a group - 738. ActConShaGrp Contract a folder in shared zone of a group - 739. ActZIPShaGrp Compress a folder in shared zone of a group - 740. ActReqDatShaGrp Ask for metadata of a file of the shared zone of a group - 741. ActChgDatShaGrp Change metadata of a file of the shared zone of a group - 742. ActDowShaGrp Download a file of the shared zone of a group + 754. ActAdmShaGrp Admin the shared files zone of a group + 755. ActReqRemFilShaGrp Request removal of a shared file of a group + 756. ActRemFilShaGrp Remove a shared file of a group + 757. ActRemFolShaGrp Remove a folder empty común of a group + 758. ActCopShaGrp Set source of copy in shared zone of a group + 759. ActPasShaGrp Paste a folder or file in shared zone of a group + 760. ActRemTreShaGrp Remove a folder no empty of shared zone of a group + 761. ActFrmCreShaGrp Form to crear a folder or file in shared zone of a group + 762. ActCreFolShaGrp Create a new folder in shared zone of a group + 763. ActCreLnkShaGrp Create a new link in shared zone of a group + 764. ActRenFolShaGrp Rename a folder in shared zone of a group + 765. ActRcvFilShaGrpDZ Receive a file in shared zone of a group using Dropzone.js + 766. ActRcvFilShaGrpCla Receive a file in shared zone of a group using the classic way + 767. ActExpShaGrp Expand a folder in shared zone of a group + 768. ActConShaGrp Contract a folder in shared zone of a group + 769. ActZIPShaGrp Compress a folder in shared zone of a group + 770. ActReqDatShaGrp Ask for metadata of a file of the shared zone of a group + 771. ActChgDatShaGrp Change metadata of a file of the shared zone of a group + 772. ActDowShaGrp Download a file of the shared zone of a group - 743. ActAdmAsgWrkCrs Edit all the works sent to the course - 744. ActReqRemFilAsgUsr Request removal of a file of assignments from a user - 745. ActRemFilAsgUsr Remove a file of assignments from a user - 746. ActRemFolAsgUsr Remove an empty folder of assignments of a user - 747. ActCopAsgUsr Set origin of copy in assignments of a user - 748. ActPasAsgUsr Paste a file or folder of assignments of a user - 749. ActRemTreAsgUsr Remove a not empty folder of assignments of a user - 750. ActFrmCreAsgUsr Form to create a new folder or file of assignments of a user - 751. ActCreFolAsgUsr Create a new folder of assignments of a user - 752. ActCreLnkAsgUsr Create a new link of assignments of a user - 753. ActRenFolAsgUsr Rename a folder of assignments of a user - 754. ActRcvFilAsgUsrDZ Receive a new file of assignments of a user using Dropzone.js - 755. ActRcvFilAsgUsrCla Receive a new file of assignments of a user using the classic way - 756. ActExpAsgUsr Expand a folder of assignments of a user - 757. ActConAsgUsr Contract a folder of assignments of a user - 758. ActZIPAsgUsr Compress a folder of assignments of a user - 759. ActReqDatAsgUsr Ask for metadata of a file of assignments of a user - 760. ActChgDatAsgUsr Change metadata of a file of assignments of a user - 761. ActDowAsgUsr Download a file of assignments of a user - 762. ActReqRemFilWrkUsr Request removal of a file of works from a user - 763. ActRemFilWrkUsr Remove a file of works from a user - 764. ActRemFolWrkUsr Remove an empty folder of works of a user - 765. ActCopWrkUsr Set origin of copy in works of a user - 766. ActPasWrkUsr Paste a file or folder of works of a user - 767. ActRemTreWrkUsr Remove a not empty folder of works of a user - 768. ActFrmCreWrkUsr Form to create a new folder or file of works of a user - 769. ActCreFolWrkUsr Create a new folder of works of a user - 770. ActCreLnkWrkUsr Create a new link of works of a user - 771. ActRenFolWrkUsr Rename a folder of works of a user - 772. ActRcvFilWrkUsrDZ Receive a new file of works of a user using Dropzone.js - 773. ActRcvFilWrkUsrCla Receive a new file of works of a user using the classic way - 774. ActExpWrkUsr Expand a folder of works of a user - 775. ActConWrkUsr Contract a folder of works of a user - 776. ActZIPWrkUsr Compress a folder of works of a user - 777. ActReqDatWrkUsr Ask for metadata of a file of works of a user - 778. ActChgDatWrkUsr Change metadata of a file of works of a user - 779. ActDowWrkUsr Download a file of works of a user - 780. ActReqRemFilAsgCrs Request removal of a file of assignments in the course - 781. ActRemFilAsgCrs Remove a file of assignments in the course - 782. ActRemFolAsgCrs Remove an empty folder of assignments in the course - 783. ActCopAsgCrs Set origin of copy in assignments in the course - 784. ActPasAsgCrs Paste a file or folder of assignments in the course - 785. ActRemTreAsgCrs Remove a not empty folder of assignments in the course - 786. ActFrmCreAsgCrs Form to create a new folder or file of assignments in the course - 787. ActCreFolAsgCrs Create a new folder of assignments in the course - 788. ActCreLnkAsgCrs Create a new link of assignments in the course - 789. ActRenFolAsgCrs Rename a folder of assignments in the course - 790. ActRcvFilAsgCrsDZ Receive a file of assignments in the course using Dropzone.js - 791. ActRcvFilAsgCrsCla Receive a file of assignments in the course using the classic way - 792. ActExpAsgCrs Expand a folder of assignments in a course - 793. ActConAsgCrs Contract a folder of assignments in a course - 794. ActZIPAsgCrs Compress a folder of assignments in a course - 795. ActReqDatAsgCrs Ask for metadata of a file of assignments in a course - 796. ActChgDatAsgCrs Change metadata of a file of assignments in a course - 797. ActDowAsgCrs Download a file of assignments in a course - 798. ActReqRemFilWrkCrs Request removal of a file of works in the course - 799. ActRemFilWrkCrs Remove a file of works in the course - 800. ActRemFolWrkCrs Remove an empty folder of works in the course - 801. ActCopWrkCrs Set origin of copy in works in the course - 802. ActPasWrkCrs Paste a file or folder of works in the course - 803. ActRemTreWrkCrs Remove a not empty folder of works in the course - 804. ActFrmCreWrkCrs Form to create a new folder or file of works in the course - 805. ActCreFolWrkCrs Create a new folder of works in the course - 806. ActCreLnkWrkCrs Create a new link of works in the course - 807. ActRenFolWrkCrs Rename a folder of works in the course - 808. ActRcvFilWrkCrsDZ Receive a file of works in the course using Dropzone.js - 809. ActRcvFilWrkCrsCla Receive a file of works in the course using the classic way - 810. ActExpWrkCrs Expand a folder of works in a course - 811. ActConWrkCrs Contract a folder of works in a course - 812. ActZIPWrkCrs Compress a folder of works in a course - 813. ActReqDatWrkCrs Ask for metadata of a file of works in a course - 814. ActChgDatWrkCrs Change metadata of a file of works in a course - 815. ActDowWrkCrs Download a file of works in a course + 773. ActAdmAsgWrkCrs Edit all the works sent to the course + 774. ActReqRemFilAsgUsr Request removal of a file of assignments from a user + 775. ActRemFilAsgUsr Remove a file of assignments from a user + 776. ActRemFolAsgUsr Remove an empty folder of assignments of a user + 777. ActCopAsgUsr Set origin of copy in assignments of a user + 778. ActPasAsgUsr Paste a file or folder of assignments of a user + 779. ActRemTreAsgUsr Remove a not empty folder of assignments of a user + 780. ActFrmCreAsgUsr Form to create a new folder or file of assignments of a user + 781. ActCreFolAsgUsr Create a new folder of assignments of a user + 782. ActCreLnkAsgUsr Create a new link of assignments of a user + 783. ActRenFolAsgUsr Rename a folder of assignments of a user + 784. ActRcvFilAsgUsrDZ Receive a new file of assignments of a user using Dropzone.js + 785. ActRcvFilAsgUsrCla Receive a new file of assignments of a user using the classic way + 786. ActExpAsgUsr Expand a folder of assignments of a user + 787. ActConAsgUsr Contract a folder of assignments of a user + 788. ActZIPAsgUsr Compress a folder of assignments of a user + 789. ActReqDatAsgUsr Ask for metadata of a file of assignments of a user + 790. ActChgDatAsgUsr Change metadata of a file of assignments of a user + 791. ActDowAsgUsr Download a file of assignments of a user + 792. ActReqRemFilWrkUsr Request removal of a file of works from a user + 793. ActRemFilWrkUsr Remove a file of works from a user + 794. ActRemFolWrkUsr Remove an empty folder of works of a user + 795. ActCopWrkUsr Set origin of copy in works of a user + 796. ActPasWrkUsr Paste a file or folder of works of a user + 797. ActRemTreWrkUsr Remove a not empty folder of works of a user + 798. ActFrmCreWrkUsr Form to create a new folder or file of works of a user + 799. ActCreFolWrkUsr Create a new folder of works of a user + 800. ActCreLnkWrkUsr Create a new link of works of a user + 801. ActRenFolWrkUsr Rename a folder of works of a user + 802. ActRcvFilWrkUsrDZ Receive a new file of works of a user using Dropzone.js + 803. ActRcvFilWrkUsrCla Receive a new file of works of a user using the classic way + 804. ActExpWrkUsr Expand a folder of works of a user + 805. ActConWrkUsr Contract a folder of works of a user + 806. ActZIPWrkUsr Compress a folder of works of a user + 807. ActReqDatWrkUsr Ask for metadata of a file of works of a user + 808. ActChgDatWrkUsr Change metadata of a file of works of a user + 809. ActDowWrkUsr Download a file of works of a user + 810. ActReqRemFilAsgCrs Request removal of a file of assignments in the course + 811. ActRemFilAsgCrs Remove a file of assignments in the course + 812. ActRemFolAsgCrs Remove an empty folder of assignments in the course + 813. ActCopAsgCrs Set origin of copy in assignments in the course + 814. ActPasAsgCrs Paste a file or folder of assignments in the course + 815. ActRemTreAsgCrs Remove a not empty folder of assignments in the course + 816. ActFrmCreAsgCrs Form to create a new folder or file of assignments in the course + 817. ActCreFolAsgCrs Create a new folder of assignments in the course + 818. ActCreLnkAsgCrs Create a new link of assignments in the course + 819. ActRenFolAsgCrs Rename a folder of assignments in the course + 820. ActRcvFilAsgCrsDZ Receive a file of assignments in the course using Dropzone.js + 821. ActRcvFilAsgCrsCla Receive a file of assignments in the course using the classic way + 822. ActExpAsgCrs Expand a folder of assignments in a course + 823. ActConAsgCrs Contract a folder of assignments in a course + 824. ActZIPAsgCrs Compress a folder of assignments in a course + 825. ActReqDatAsgCrs Ask for metadata of a file of assignments in a course + 826. ActChgDatAsgCrs Change metadata of a file of assignments in a course + 827. ActDowAsgCrs Download a file of assignments in a course + 828. ActReqRemFilWrkCrs Request removal of a file of works in the course + 829. ActRemFilWrkCrs Remove a file of works in the course + 830. ActRemFolWrkCrs Remove an empty folder of works in the course + 831. ActCopWrkCrs Set origin of copy in works in the course + 832. ActPasWrkCrs Paste a file or folder of works in the course + 833. ActRemTreWrkCrs Remove a not empty folder of works in the course + 834. ActFrmCreWrkCrs Form to create a new folder or file of works in the course + 835. ActCreFolWrkCrs Create a new folder of works in the course + 836. ActCreLnkWrkCrs Create a new link of works in the course + 837. ActRenFolWrkCrs Rename a folder of works in the course + 838. ActRcvFilWrkCrsDZ Receive a file of works in the course using Dropzone.js + 839. ActRcvFilWrkCrsCla Receive a file of works in the course using the classic way + 840. ActExpWrkCrs Expand a folder of works in a course + 841. ActConWrkCrs Contract a folder of works in a course + 842. ActZIPWrkCrs Compress a folder of works in a course + 843. ActReqDatWrkCrs Ask for metadata of a file of works in a course + 844. ActChgDatWrkCrs Change metadata of a file of works in a course + 845. ActDowWrkCrs Download a file of works in a course - 816. ActChgToSeeMrk Change to see marks in course/group + 846. ActChgToSeeMrk Change to see marks in course/group - 817. ActSeeMrkCrs See marks in course - 818. ActExpSeeMrkCrs Expand a folder in marks in course - 819. ActConSeeMrkCrs Contract a folder in marks in course - 820. ActReqDatSeeMrkCrs Ask for metadata of a file of the marks zone of the course - 821. ActSeeMyMrkCrs Individualized access to marks in course + 847. ActSeeMrkCrs See marks in course + 848. ActExpSeeMrkCrs Expand a folder in marks in course + 849. ActConSeeMrkCrs Contract a folder in marks in course + 850. ActReqDatSeeMrkCrs Ask for metadata of a file of the marks zone of the course + 851. ActSeeMyMrkCrs Individualized access to marks in course - 822. ActSeeMrkGrp See marks in group - 823. ActExpSeeMrkGrp Expand a folder in marks in group - 824. ActConSeeMrkGrp Contract a folder in marks in group - 825. ActReqDatSeeMrkGrp Ask for metadata of a file of the marks zone of a group - 826. ActSeeMyMrkGrp Individualized access to marks in group + 852. ActSeeMrkGrp See marks in group + 853. ActExpSeeMrkGrp Expand a folder in marks in group + 854. ActConSeeMrkGrp Contract a folder in marks in group + 855. ActReqDatSeeMrkGrp Ask for metadata of a file of the marks zone of a group + 856. ActSeeMyMrkGrp Individualized access to marks in group - 827. ActChgToAdmMrk Change to admin marks in course/group + 857. ActChgToAdmMrk Change to admin marks in course/group - 828. ActAdmMrkCrs Admin the files of the zone of marks in course - 829. ActReqRemFilMrkCrs Request removal of a file of marks in course - 830. ActRemFilMrkCrs Remove a file of marks in course - 831. ActRemFolMrkCrs Remove a folder empty of marks in course - 832. ActCopMrkCrs Set source of copy in marks in course - 833. ActPasMrkCrs Paste a folder or file in marks in course - 834. ActRemTreMrkCrs Remove a folder no empty of marks in course - 835. ActFrmCreMrkCrs Form to crear a folder or file in marks in course - 836. ActCreFolMrkCrs Create a new folder in marks in course - 837. ActRenFolMrkCrs Rename a folder in marks in course - 838. ActRcvFilMrkCrsDZ Receive a file of marks in course using Dropzone.js - 839. ActRcvFilMrkCrsCla Receive a file of marks in course using the classic way - 840. ActExpAdmMrkCrs Expand a folder in marks administration in course - 841. ActConAdmMrkCrs Contract a folder in marks administration in course - 842. ActZIPAdmMrkCrs Compress a folder in marks administration in course - 843. ActShoMrkCrs Show hidden folder or file of the marks administration in course - 844. ActHidMrkCrs Hide folder or file of the marks administration in course - 845. ActReqDatAdmMrkCrs Ask for metadata of a file in marks administration in course - 846. ActChgDatAdmMrkCrs Change metadata of a file in marks administration in course - 847. ActDowAdmMrkCrs Download a file in marks administration in course - 848. ActChgNumRowHeaCrs Change the number of rows of cabecera of a file of marks in course - 849. ActChgNumRowFooCrs Change the number of rows of pie of a file of marks in course + 858. ActAdmMrkCrs Admin the files of the zone of marks in course + 859. ActReqRemFilMrkCrs Request removal of a file of marks in course + 860. ActRemFilMrkCrs Remove a file of marks in course + 861. ActRemFolMrkCrs Remove a folder empty of marks in course + 862. ActCopMrkCrs Set source of copy in marks in course + 863. ActPasMrkCrs Paste a folder or file in marks in course + 864. ActRemTreMrkCrs Remove a folder no empty of marks in course + 865. ActFrmCreMrkCrs Form to crear a folder or file in marks in course + 866. ActCreFolMrkCrs Create a new folder in marks in course + 867. ActRenFolMrkCrs Rename a folder in marks in course + 868. ActRcvFilMrkCrsDZ Receive a file of marks in course using Dropzone.js + 869. ActRcvFilMrkCrsCla Receive a file of marks in course using the classic way + 870. ActExpAdmMrkCrs Expand a folder in marks administration in course + 871. ActConAdmMrkCrs Contract a folder in marks administration in course + 872. ActZIPAdmMrkCrs Compress a folder in marks administration in course + 873. ActShoMrkCrs Show hidden folder or file of the marks administration in course + 874. ActHidMrkCrs Hide folder or file of the marks administration in course + 875. ActReqDatAdmMrkCrs Ask for metadata of a file in marks administration in course + 876. ActChgDatAdmMrkCrs Change metadata of a file in marks administration in course + 877. ActDowAdmMrkCrs Download a file in marks administration in course + 878. ActChgNumRowHeaCrs Change the number of rows of cabecera of a file of marks in course + 879. ActChgNumRowFooCrs Change the number of rows of pie of a file of marks in course - 850. ActAdmMrkGrp Admin the files of the zone of marks in group - 851. ActReqRemFilMrkGrp Request removal of a file of marks in group - 852. ActRemFilMrkGrp Remove a file of marks in group - 853. ActRemFolMrkGrp Remove a folder empty of marks in group - 854. ActCopMrkGrp Set source of copy in marks in group - 855. ActPasMrkGrp Paste a folder or file in marks in group - 856. ActRemTreMrkGrp Remove a folder no empty of marks in group - 857. ActFrmCreMrkGrp Form to crear a folder or file in marks in group - 858. ActCreFolMrkGrp Create a new folder in marks in group - 859. ActRenFolMrkGrp Rename a folder in marks in group - 860. ActRcvFilMrkGrpDZ Receive a file to marks in group using Dropzone.js - 861. ActRcvFilMrkGrpCla Receive a file to marks in group using the classic way - 862. ActExpAdmMrkGrp Expand a folder in marks administration in group - 863. ActConAdmMrkGrp Contract a folder in marks administration in group - 864. ActZIPAdmMrkGrp Compress a folder in marks administration in group - 865. ActShoMrkGrp Show hidden folder or file of the marks administration in group - 866. ActHidMrkGrp Hide folder or file of the marks administration in group - 867. ActReqDatAdmMrkGrp Ask for metadata of a file in marks administration in group - 868. ActChgDatAdmMrkGrp Change metadata of a file in marks administration in group - 869. ActDowAdmMrkGrp Download a file in marks administration in group - 870. ActChgNumRowHeaGrp Change the number of rows of cabecera of a file of marks in group - 871. ActChgNumRowFooGrp Change the number of rows of pie of a file of marks in group + 880. ActAdmMrkGrp Admin the files of the zone of marks in group + 881. ActReqRemFilMrkGrp Request removal of a file of marks in group + 882. ActRemFilMrkGrp Remove a file of marks in group + 883. ActRemFolMrkGrp Remove a folder empty of marks in group + 884. ActCopMrkGrp Set source of copy in marks in group + 885. ActPasMrkGrp Paste a folder or file in marks in group + 886. ActRemTreMrkGrp Remove a folder no empty of marks in group + 887. ActFrmCreMrkGrp Form to crear a folder or file in marks in group + 888. ActCreFolMrkGrp Create a new folder in marks in group + 889. ActRenFolMrkGrp Rename a folder in marks in group + 890. ActRcvFilMrkGrpDZ Receive a file to marks in group using Dropzone.js + 891. ActRcvFilMrkGrpCla Receive a file to marks in group using the classic way + 892. ActExpAdmMrkGrp Expand a folder in marks administration in group + 893. ActConAdmMrkGrp Contract a folder in marks administration in group + 894. ActZIPAdmMrkGrp Compress a folder in marks administration in group + 895. ActShoMrkGrp Show hidden folder or file of the marks administration in group + 896. ActHidMrkGrp Hide folder or file of the marks administration in group + 897. ActReqDatAdmMrkGrp Ask for metadata of a file in marks administration in group + 898. ActChgDatAdmMrkGrp Change metadata of a file in marks administration in group + 899. ActDowAdmMrkGrp Download a file in marks administration in group + 900. ActChgNumRowHeaGrp Change the number of rows of cabecera of a file of marks in group + 901. ActChgNumRowFooGrp Change the number of rows of pie of a file of marks in group - 872. ActReqRemFilBrf Request removal of a file of the briefcase - 873. ActRemFilBrf Remove a file of the briefcase - 874. ActRemFolBrf Remove a folder empty of the briefcase - 875. ActCopBrf Set source of copy in the briefcase - 876. ActPasBrf Paste a folder or file in the briefcase - 877. ActRemTreBrf Remove a folder no empty of the briefcase - 878. ActFrmCreBrf Form to crear a folder or file in the briefcase - 879. ActCreFolBrf Create a new folder in the briefcase - 880. ActCreLnkBrf Create a new link in the briefcase - 881. ActRenFolBrf Rename a folder of the briefcase - 882. ActRcvFilBrfDZ Receive a file in the briefcase using Dropzone.js - 883. ActRcvFilBrfCla Receive a file in the briefcase using the classic way - 884. ActExpBrf Expand a folder in briefcase - 885. ActConBrf Contract a folder in briefcase - 886. ActZIPBrf Compress a folder in briefcase - 887. ActReqDatBrf Ask for metadata of a file in the briefcase - 888. ActChgDatBrf Change metadata of a file in the briefcase - 889. ActDowBrf Download a file in the briefcase - 890. ActReqRemOldBrf Ask for removing old files in the briefcase - 891. ActRemOldBrf Remove old files in the briefcase + 902. ActReqRemFilBrf Request removal of a file of the briefcase + 903. ActRemFilBrf Remove a file of the briefcase + 904. ActRemFolBrf Remove a folder empty of the briefcase + 905. ActCopBrf Set source of copy in the briefcase + 906. ActPasBrf Paste a folder or file in the briefcase + 907. ActRemTreBrf Remove a folder no empty of the briefcase + 908. ActFrmCreBrf Form to crear a folder or file in the briefcase + 909. ActCreFolBrf Create a new folder in the briefcase + 910. ActCreLnkBrf Create a new link in the briefcase + 911. ActRenFolBrf Rename a folder of the briefcase + 912. ActRcvFilBrfDZ Receive a file in the briefcase using Dropzone.js + 913. ActRcvFilBrfCla Receive a file in the briefcase using the classic way + 914. ActExpBrf Expand a folder in briefcase + 915. ActConBrf Contract a folder in briefcase + 916. ActZIPBrf Compress a folder in briefcase + 917. ActReqDatBrf Ask for metadata of a file in the briefcase + 918. ActChgDatBrf Change metadata of a file in the briefcase + 919. ActDowBrf Download a file in the briefcase + 910. ActReqRemOldBrf Ask for removing old files in the briefcase + 921. ActRemOldBrf Remove old files in the briefcase Users: - 892. ActReqSelGrp Request the selection of groups of students - 893. ActLstStd Show class photo or list of students - 894. ActLstTch Show class photo or list of teachers - 895. ActLstOth Show class photo or list of guests - 896. ActSeeAtt Show attendance events - 897. ActReqSignUp Apply for my enrolment - 898. ActSeeSignUpReq Show pending requests for inscription in the current course - 899. ActLstCon List connected users + 922. ActReqSelGrp Request the selection of groups of students + 923. ActLstStd Show class photo or list of students + 924. ActLstTch Show class photo or list of teachers + 925. ActLstOth Show class photo or list of guests + 926. ActSeeAtt Show attendance events + 927. ActReqSignUp Apply for my enrolment + 928. ActSeeSignUpReq Show pending requests for inscription in the current course + 929. ActLstCon List connected users - 900. ActChgGrp Change my groups - 901. ActReqEdiGrp Request the edition of groups - 902. ActNewGrpTyp Request the creation of a type of group - 903. ActReqRemGrpTyp Request the removal of a type of group - 904. ActRemGrpTyp Remove a type of group of students - 905. ActRenGrpTyp Request renaming of a type of group of students - 906. ActChgMdtGrpTyp Request change if it is mandatory to register in groups of a type - 907. ActChgMulGrpTyp Request change if it is possible to register in multiple groups of a type - 908. ActChgTimGrpTyp Request change when the groups of a type will be open - 909. ActNewGrp Request the creation of a group - 910. ActReqRemGrp Request the removal of a group - 911. ActRemGrp Remove a group - 912. ActOpeGrp Open a group - 913. ActCloGrp Close a group - 914. ActEnaFilZonGrp Enable filezones of a group - 915. ActDisFilZonGrp Disable filezones of a group - 916. ActChgGrpTyp Change the type of group of a group - 917. ActRenGrp Rename a group - 918. ActChgGrpCla Change the classroom of a group - 919. ActChgMaxStdGrp Change the maximum number of students in a group + 930. ActChgGrp Change my groups + 931. ActReqEdiGrp Request the edition of groups + 932. ActNewGrpTyp Request the creation of a type of group + 933. ActReqRemGrpTyp Request the removal of a type of group + 934. ActRemGrpTyp Remove a type of group of students + 935. ActRenGrpTyp Request renaming of a type of group of students + 936. ActChgMdtGrpTyp Request change if it is mandatory to register in groups of a type + 937. ActChgMulGrpTyp Request change if it is possible to register in multiple groups of a type + 938. ActChgTimGrpTyp Request change when the groups of a type will be open + 939. ActNewGrp Request the creation of a group + 940. ActReqRemGrp Request the removal of a group + 941. ActRemGrp Remove a group + 942. ActOpeGrp Open a group + 943. ActCloGrp Close a group + 944. ActEnaFilZonGrp Enable filezones of a group + 945. ActDisFilZonGrp Disable filezones of a group + 946. ActChgGrpTyp Change the type of group of a group + 947. ActRenGrp Rename a group + 948. ActChgGrpCla Change the classroom of a group + 949. ActChgMaxStdGrp Change the maximum number of students in a group - 920. ActLstGst List main data of administrators + 950. ActLstGst List main data of administrators - 921. ActPrnGstPho Show the class photo of guests ready to be printed - 922. ActPrnStdPho Show the class photo of students ready to be printed - 923. ActPrnTchPho Show the class photo of teachers ready to be printed - 924. ActLstGstAll List in another window the full data of guests - 925. ActLstStdAll List in another window the full data of students - 926. ActLstTchAll List in another window the full data of teachers + 951. ActPrnGstPho Show the class photo of guests ready to be printed + 952. ActPrnStdPho Show the class photo of students ready to be printed + 953. ActPrnTchPho Show the class photo of teachers ready to be printed + 954. ActLstGstAll List in another window the full data of guests + 955. ActLstStdAll List in another window the full data of students + 956. ActLstTchAll List in another window the full data of teachers - 927. ActSeeRecOneStd Show record of one selected student - 928. ActSeeRecOneTch Show record of one selected teacher - 929. ActSeeRecSevGst Show records of several selected guests - 930. ActSeeRecSevStd Show records of several selected students - 931. ActSeeRecSevTch Show records of several selected teachers - 932. ActPrnRecSevGst Show records of several selected guests ready to be printed - 933. ActPrnRecSevStd Show records of several selected students ready to be printed - 934. ActPrnRecSevTch Show records of several selected teachers ready to be printed - 935. ActRcvRecOthUsr Update record fields of a student in this course - 936. ActEdiRecFie Request the edition of record fields of students - 937. ActNewFie Request the creation of a record field - 938. ActReqRemFie Request the removal of record field - 939. ActRemFie Remove a record field - 940. ActRenFie Request renaming of record field - 941. ActChgRowFie Request change in number of lines of form of a record field - 942. ActChgVisFie Request change in visibility of a record field - 943. ActRcvRecCrs Receive and update fields of my record in this course + 957. ActSeeRecOneStd Show record of one selected student + 958. ActSeeRecOneTch Show record of one selected teacher + 959. ActSeeRecSevGst Show records of several selected guests + 960. ActSeeRecSevStd Show records of several selected students + 961. ActSeeRecSevTch Show records of several selected teachers + 962. ActPrnRecSevGst Show records of several selected guests ready to be printed + 963. ActPrnRecSevStd Show records of several selected students ready to be printed + 964. ActPrnRecSevTch Show records of several selected teachers ready to be printed + 965. ActRcvRecOthUsr Update record fields of a student in this course + 966. ActEdiRecFie Request the edition of record fields of students + 967. ActNewFie Request the creation of a record field + 968. ActReqRemFie Request the removal of record field + 969. ActRemFie Remove a record field + 970. ActRenFie Request renaming of record field + 971. ActChgRowFie Request change in number of lines of form of a record field + 972. ActChgVisFie Request change in visibility of a record field + 973. ActRcvRecCrs Receive and update fields of my record in this course - 944. ActFrmLogInUsrAgd Put form to log in to show another user's public agenda - 945. ActLogInUsrAgd Show another user's public agenda after log in - 946. ActLogInUsrAgdLan Show another user's public agenda after change language - 947. ActSeeUsrAgd Show another user's public agenda + 974. ActFrmLogInUsrAgd Put form to log in to show another user's public agenda + 975. ActLogInUsrAgd Show another user's public agenda after log in + 976. ActLogInUsrAgdLan Show another user's public agenda after change language + 977. ActSeeUsrAgd Show another user's public agenda - 948. ActReqEnrSevStd Request the enrolment/removing of several students to / from current course - 949. ActReqEnrSevNET Request the enrolment/removing of several non-editing teachers to / from current course - 950. ActReqEnrSevTch Request the enrolment/removing of several teachers to / from current course + 978. ActReqEnrSevStd Request the enrolment/removing of several students to / from current course + 979. ActReqEnrSevNET Request the enrolment/removing of several non-editing teachers to / from current course + 980. ActReqEnrSevTch Request the enrolment/removing of several teachers to / from current course - 951. ActReqLstStdAtt Request listing of attendance of several students to several events - 952. ActSeeLstMyAtt List my attendance as student to several events - 953. ActPrnLstMyAtt Print my attendance as student to several events - 954. ActSeeLstStdAtt List attendance of several students to several events - 955. ActPrnLstStdAtt Print attendance of several students to several events - 956. ActFrmNewAtt Form to create a new attendance event - 957. ActEdiOneAtt Edit one attendance event - 958. ActNewAtt Create new attendance event - 959. ActChgAtt Modify data of an existing attendance event - 960. ActReqRemAtt Request the removal of an attendance event - 961. ActRemAtt Remove attendance event - 962. ActHidAtt Hide attendance event - 963. ActShoAtt Show attendance event - 964. ActSeeOneAtt List students who attended to an event - 965. ActRecAttStd Save students who attended to an event and comments - 966. ActRecAttMe Save my comments as student in an attendance event + 981. ActReqLstStdAtt Request listing of attendance of several students to several events + 982. ActSeeLstMyAtt List my attendance as student to several events + 983. ActPrnLstMyAtt Print my attendance as student to several events + 984. ActSeeLstStdAtt List attendance of several students to several events + 985. ActPrnLstStdAtt Print attendance of several students to several events + 986. ActFrmNewAtt Form to create a new attendance event + 987. ActEdiOneAtt Edit one attendance event + 988. ActNewAtt Create new attendance event + 989. ActChgAtt Modify data of an existing attendance event + 990. ActReqRemAtt Request the removal of an attendance event + 991. ActRemAtt Remove attendance event + 992. ActHidAtt Hide attendance event + 993. ActShoAtt Show attendance event + 994. ActSeeOneAtt List students who attended to an event + 995. ActRecAttStd Save students who attended to an event and comments + 996. ActRecAttMe Save my comments as student in an attendance event - 967. ActSignUp Apply for my enrolment - 968. ActUpdSignUpReq Update pending requests for inscription in the current course - 969. ActReqRejSignUp Ask if reject the enrolment of a user in a course - 970. ActRejSignUp Reject the enrolment of a user in a course + 997. ActSignUp Apply for my enrolment + 998. ActUpdSignUpReq Update pending requests for inscription in the current course + 999. ActReqRejSignUp Ask if reject the enrolment of a user in a course + 1000. ActRejSignUp Reject the enrolment of a user in a course - 971. ActReqMdfOneOth Request a user's ID for enrolment/removing - 972. ActReqMdfOneStd Request a student's ID for enrolment/removing - 973. ActReqMdfOneTch Request a teacher's ID for enrolment/removing - 974. ActReqMdfOth Request enrolment/removing of a user - 975. ActReqMdfStd Request enrolment/removing of a student - 976. ActReqMdfNET Request enrolment/removing of a non-editing teacher - 977. ActReqMdfTch Request enrolment/removing of a teacher - 978. ActReqOthPho Show form to send the photo of another user - 979. ActReqStdPho Show form to send the photo of another user - 980. ActReqTchPho Show form to send the photo of another user - 981. ActDetOthPho Receive other user's photo and detect faces on it - 982. ActDetStdPho Receive other user's photo and detect faces on it - 983. ActDetTchPho Receive other user's photo and detect faces on it - 984. ActUpdOthPho Update other user's photo - 985. ActUpdStdPho Update other user's photo - 986. ActUpdTchPho Update other user's photo - 987. ActRemOthPho Request the removal of other user's photo - 988. ActRemStdPho Request the removal of student's photo - 989. ActRemTchPho Request the removal of teacher's photo - 990. ActRemOthPho Remove other user's photo - 991. ActRemStdPho Remove student's photo - 992. ActRemTchPho Remove teacher's photo - 993. ActCreOth Create a new guest - 994. ActCreStd Create a new student - 995. ActCreNET Create a new non.editing teacher - 996. ActCreTch Create a new teacher - 997. ActUpdOth Update another user's data and groups - 998. ActUpdStd Update another student's data and groups - 999. ActUpdNET Update another non-editing teacher's data and groups - 1000. ActUpdTch Update another teacher's data and groups - 1001. ActReqAccEnrStd Confirm acceptation / refusion of enrolment as student in current course - 1002. ActReqAccEnrNET Confirm acceptation / refusion of enrolment as non-editing teacher in current course - 1003. ActReqAccEnrTch Confirm acceptation / refusion of enrolment as teacher in current course - 1004. ActAccEnrStd Accept enrolment as student in current course - 1005. ActAccEnrNET Accept enrolment as non-editing teacher in current course - 1006. ActAccEnrTch Accept enrolment as teacher in current course - 1007. ActRemMe_Std Reject enrolment as student in current course - 1008. ActRemMe_NET Reject enrolment as non-editing teacher in current course - 1009. ActRemMe_Tch Reject enrolment as teacher in current course + 1001. ActReqMdfOneOth Request a user's ID for enrolment/removing + 1002. ActReqMdfOneStd Request a student's ID for enrolment/removing + 1003. ActReqMdfOneTch Request a teacher's ID for enrolment/removing + 1004. ActReqMdfOth Request enrolment/removing of a user + 1005. ActReqMdfStd Request enrolment/removing of a student + 1006. ActReqMdfNET Request enrolment/removing of a non-editing teacher + 1007. ActReqMdfTch Request enrolment/removing of a teacher + 1008. ActReqOthPho Show form to send the photo of another user + 1009. ActReqStdPho Show form to send the photo of another user + 1010. ActReqTchPho Show form to send the photo of another user + 1011. ActDetOthPho Receive other user's photo and detect faces on it + 1012. ActDetStdPho Receive other user's photo and detect faces on it + 1013. ActDetTchPho Receive other user's photo and detect faces on it + 1014. ActUpdOthPho Update other user's photo + 1015. ActUpdStdPho Update other user's photo + 1016. ActUpdTchPho Update other user's photo + 1017. ActRemOthPho Request the removal of other user's photo + 1018. ActRemStdPho Request the removal of student's photo + 1019. ActRemTchPho Request the removal of teacher's photo + 1020. ActRemOthPho Remove other user's photo + 1021. ActRemStdPho Remove student's photo + 1022. ActRemTchPho Remove teacher's photo + 1023. ActCreOth Create a new guest + 1024. ActCreStd Create a new student + 1025. ActCreNET Create a new non.editing teacher + 1026. ActCreTch Create a new teacher + 1027. ActUpdOth Update another user's data and groups + 1028. ActUpdStd Update another student's data and groups + 1029. ActUpdNET Update another non-editing teacher's data and groups + 1030. ActUpdTch Update another teacher's data and groups + 1031. ActReqAccEnrStd Confirm acceptation / refusion of enrolment as student in current course + 1032. ActReqAccEnrNET Confirm acceptation / refusion of enrolment as non-editing teacher in current course + 1033. ActReqAccEnrTch Confirm acceptation / refusion of enrolment as teacher in current course + 1034. ActAccEnrStd Accept enrolment as student in current course + 1035. ActAccEnrNET Accept enrolment as non-editing teacher in current course + 1036. ActAccEnrTch Accept enrolment as teacher in current course + 1037. ActRemMe_Std Reject enrolment as student in current course + 1038. ActRemMe_NET Reject enrolment as non-editing teacher in current course + 1039. ActRemMe_Tch Reject enrolment as teacher in current course - 1010. ActNewAdmIns Register an administrador in this institution - 1011. ActRemAdmIns Remove an administrador of this institution - 1012. ActNewAdmCtr Register an administrador in this centre - 1013. ActRemAdmCtr Remove an administrador of this centre - 1014. ActNewAdmDeg Register an administrador in this degree - 1015. ActRemAdmDeg Remove an administrador of this degree + 1040. ActNewAdmIns Register an administrador in this institution + 1041. ActRemAdmIns Remove an administrador of this institution + 1042. ActNewAdmCtr Register an administrador in this centre + 1043. ActRemAdmCtr Remove an administrador of this centre + 1044. ActNewAdmDeg Register an administrador in this degree + 1045. ActRemAdmDeg Remove an administrador of this degree - 1016. ActRcvFrmEnrSevStd Receive a form with IDs of students to be registered/removed to/from current course - 1017. ActRcvFrmEnrSevNET Receive a form with IDs of non-editing teachers to be registered/removed to/from current course - 1018. ActRcvFrmEnrSevTch Receive a form with IDs of teachers to be registered/removed to/from current course + 1046. ActRcvFrmEnrSevStd Receive a form with IDs of students to be registered/removed to/from current course + 1047. ActRcvFrmEnrSevNET Receive a form with IDs of non-editing teachers to be registered/removed to/from current course + 1048. ActRcvFrmEnrSevTch Receive a form with IDs of teachers to be registered/removed to/from current course - 1019. ActCnfID_Oth Confirm another user's ID - 1020. ActCnfID_Std Confirm another user's ID - 1021. ActCnfID_Tch Confirm another user's ID + 1049. ActCnfID_Oth Confirm another user's ID + 1050. ActCnfID_Std Confirm another user's ID + 1051. ActCnfID_Tch Confirm another user's ID - 1022. ActFrmAccOth Show forms to the change another user's account - 1023. ActFrmAccStd Show forms to the change another user's account - 1024. ActFrmAccTch Show forms to the change another user's account + 1052. ActFrmAccOth Show forms to the change another user's account + 1053. ActFrmAccStd Show forms to the change another user's account + 1054. ActFrmAccTch Show forms to the change another user's account - 1025. ActRemOldNicOth Remove one of another user's old nicknames - 1026. ActRemOldNicStd Remove one of another user's old nicknames - 1027. ActRemOldNicTch Remove one of another user's old nicknames - 1028. ActChgNicOth Change another user's nickname - 1029. ActChgNicStd Change another user's nickname - 1030. ActChgNicTch Change another user's nickname + 1055. ActRemOldNicOth Remove one of another user's old nicknames + 1056. ActRemOldNicStd Remove one of another user's old nicknames + 1057. ActRemOldNicTch Remove one of another user's old nicknames + 1058. ActChgNicOth Change another user's nickname + 1059. ActChgNicStd Change another user's nickname + 1060. ActChgNicTch Change another user's nickname - 1031. ActRemID_Oth Remove one of the IDs of another user - 1032. ActRemID_Std Remove one of the IDs of another user - 1033. ActRemID_Tch Remove one of the IDs of another user - 1034. ActNewID_Oth Create a new user's ID for another user - 1035. ActNewID_Std Create a new user's ID for another user - 1036. ActNewID_Tch Create a new user's ID for another user + 1061. ActRemID_Oth Remove one of the IDs of another user + 1062. ActRemID_Std Remove one of the IDs of another user + 1063. ActRemID_Tch Remove one of the IDs of another user + 1064. ActNewID_Oth Create a new user's ID for another user + 1065. ActNewID_Std Create a new user's ID for another user + 1066. ActNewID_Tch Create a new user's ID for another user - 1037. ActChgPwdOth Change the password of another user - 1038. ActChgPwdStd Change the password of another user - 1039. ActChgPwdTch Change the password of another user + 1067. ActChgPwdOth Change the password of another user + 1068. ActChgPwdStd Change the password of another user + 1069. ActChgPwdTch Change the password of another user - 1040. ActRemMaiOth Remove one of the email of another user - 1041. ActRemMaiStd Remove one of the email of another user - 1042. ActRemMaiTch Remove one of the email of another user - 1043. ActNewMaiOth Create a new user's email for another user - 1044. ActNewMaiStd Create a new user's email for another user - 1045. ActNewMaiTch Create a new user's email for another user + 1070. ActRemMaiOth Remove one of the email of another user + 1071. ActRemMaiStd Remove one of the email of another user + 1072. ActRemMaiTch Remove one of the email of another user + 1073. ActNewMaiOth Create a new user's email for another user + 1074. ActNewMaiStd Create a new user's email for another user + 1075. ActNewMaiTch Create a new user's email for another user - 1046. ActRemStdCrs Remove a student from the current course - 1047. ActRemNETCrs Remove a non-editing teacher from the current course - 1048. ActRemTchCrs Remove a teacher from the current course - 1049. ActRemUsrGbl Eliminate completely a user from the platform - 1050. ActReqRemAllStdCrs Request the removal of all the students from the current course - 1051. ActRemAllStdCrs Remove all the students from the current course - 1052. ActReqRemOldUsr Request the complete elimination of old users - 1053. ActRemOldUsr Eliminate completely old users + 1076. ActRemStdCrs Remove a student from the current course + 1077. ActRemNETCrs Remove a non-editing teacher from the current course + 1078. ActRemTchCrs Remove a teacher from the current course + 1079. ActRemUsrGbl Eliminate completely a user from the platform + 1080. ActReqRemAllStdCrs Request the removal of all the students from the current course + 1081. ActRemAllStdCrs Remove all the students from the current course + 1082. ActReqRemOldUsr Request the complete elimination of old users + 1083. ActRemOldUsr Eliminate completely old users - 1054. ActLstDupUsr List possible duplicate users - 1055. ActLstSimUsr List users similar to a given one (possible duplicates) - 1056. ActRemDupUsr Remove user from list of possible duplicate users + 1084. ActLstDupUsr List possible duplicate users + 1085. ActLstSimUsr List users similar to a given one (possible duplicates) + 1086. ActRemDupUsr Remove user from list of possible duplicate users Messages: - 1229. ActSeeAnn Show global announcements - 1230. ActSeeAllNot Show all notices - 1059. ActSeeFor Show the level superior of the forums - 1060. ActSeeChtRms Show the chat rooms - 1231. ActReqMsgUsr Write message to several users - 1232. ActSeeRcvMsg Show the messages received from other users (link in menu) - 1233. ActSeeSntMsg Show the messages sent to other users - 1234. ActMaiStd Send an email to students - 1235. ActWriAnn Show form to create a new global announcement - 1236. ActRcvAnn Receive and create a new global announcement - 1237. ActHidAnn Hide a global announcement that was active - 1238. ActRevAnn Reveal a global announcement that was hidden - 1239. ActRemAnn Remove global announcement - 1240. ActSeeOneNot Show (expand) a notice - 1241. ActWriNot Write a new notice - 1242. ActRcvNot Receive and create a new notice - 1243. ActHidNot Hide a notice that was active - 1244. ActRevNot Reveal a notice that was hidden - 1245. ActReqRemNot Request removal of a notice - 1246. ActRemNot Remove a notice + 1087. ActSeeAnn Show global announcements + 1088. ActSeeAllNot Show all notices + 1089. ActSeeFor Show the level superior of the forums + 1090. ActSeeChtRms Show the chat rooms + 1091. ActReqMsgUsr Write message to several users + 1092. ActSeeRcvMsg Show the messages received from other users (link in menu) + 1093. ActSeeSntMsg Show the messages sent to other users + 1094. ActMaiStd Send an email to students + 1095. ActWriAnn Show form to create a new global announcement + 1096. ActRcvAnn Receive and create a new global announcement + 1097. ActHidAnn Hide a global announcement that was active + 1098. ActRevAnn Reveal a global announcement that was hidden + 1099. ActRemAnn Remove global announcement + 1100. ActSeeOneNot Show (expand) a notice + 1101. ActWriNot Write a new notice + 1102. ActRcvNot Receive and create a new notice + 1103. ActHidNot Hide a notice that was active + 1104. ActRevNot Reveal a notice that was hidden + 1105. ActReqRemNot Request removal of a notice + 1106. ActRemNot Remove a notice - 1095. ActSeeForCrsUsr Show top level of forum of users of the course - 1096. ActSeeForCrsTch Show top level of forum of teachers of the course - 1097. ActSeeForDegUsr Show top level of forum of users of the degree - 1098. ActSeeForDegTch Show top level of forum of teachers of the degree - 1099. ActSeeForCtrUsr Show top level of forum of users of the centre - 1100. ActSeeForCtrTch Show top level of forum of teachers of the centre - 1101. ActSeeForInsUsr Show top level of forum of users of the institution - 1102. ActSeeForInsTch Show top level of forum of teachers of the institution - 1103. ActSeeForGenUsr Show top level of forum of users general - 1104. ActSeeForGenTch Show top level of forum of teachers general - 1105. ActSeeForSWAUsr Show top level of forum of users of the platform - 1106. ActSeeForSWATch Show top level of forum of teachers of the platform - 1107. ActSeePstForCrsUsr Show the messages of a thread of the forum of users of the course - 1108. ActSeePstForCrsTch Show the messages of a thread of the forum of teachers of the course - 1109. ActSeePstForDegUsr Show the messages of a thread of the forum of users of the degree - 1110. ActSeePstForDegTch Show the messages of a thread of the forum of teachers of the degree - 1111. ActSeePstForCtrUsr Show the messages of a thread of the forum of users of the centre - 1112. ActSeePstForCtrTch Show the messages of a thread of the forum of teachers of the centre - 1113. ActSeePstForInsUsr Show the messages of a thread of the forum of users of the institution - 1114. ActSeePstForInsTch Show the messages of a thread of the forum of teachers of the institution - 1115. ActSeePstForGenUsr Show the messages of a thread of the forum of users general - 1116. ActSeePstForGenTch Show the messages of a thread of the forum of teachers general - 1117. ActSeePstForSWAUsr Show the messages of a thread of the forum of users of the platform - 1118. ActSeePstForSWATch Show the messages of a thread of the forum of teachers of the platform - 1119. ActRcvThrForCrsUsr Receive the first message of a new thread of forum of users of the course - 1120. ActRcvThrForCrsTch Receive the first message of a new thread of forum of teachers of the course - 1121. ActRcvThrForDegUsr Receive the first message of a new thread of forum of users of the degree - 1122. ActRcvThrForDegTch Receive the first message of a new thread of forum of teachers of the degree - 1123. ActRcvThrForCtrUsr Receive the first message of a new thread of forum of users of centre - 1124. ActRcvThrForCtrTch Receive the first message of a new thread of forum of teachers of centre - 1125. ActRcvThrForInsUsr Receive the first message of a new thread of forum of users of the institution - 1126. ActRcvThrForInsTch Receive the first message of a new thread of forum of teachers of the institution - 1127. ActRcvThrForGenUsr Receive the first message of a new thread of forum of users general - 1128. ActRcvThrForGenTch Receive the first message of a new thread of forum of teachers general - 1129. ActRcvThrForSWAUsr Receive the first message of a new thread of forum of users of the platform - 1130. ActRcvThrForSWATch Receive the first message of a new thread of forum of teachers of the platform - 1131. ActRcvRepForCrsUsr Receive a message of answer in a thread existente in the forum of users of the course - 1132. ActRcvRepForCrsTch Receive a message of answer in a thread existente in the forum of teachers of the course - 1133. ActRcvRepForDegUsr Receive a message of answer in a thread existente in the forum of users of the degree - 1134. ActRcvRepForDegTch Receive a message of answer in a thread existente in the forum of teachers of the degree - 1135. ActRcvRepForCtrUsr Receive a message of answer in a thread existente in the forum of users of centre - 1136. ActRcvRepForCtrTch Receive a message of answer in a thread existente in the forum of teachers of centre - 1137. ActRcvRepForInsUsr Receive a message of answer in a thread existente in the forum of users of the institution - 1138. ActRcvRepForInsTch Receive a message of answer in a thread existente in the forum of teachers of the institution - 1139. ActRcvRepForGenUsr Receive a message of answer in a thread existente in the forum of users general - 1140. ActRcvRepForGenTch Receive a message of answer in a thread existente in the forum of teachers general - 1141. ActRcvRepForSWAUsr Receive a message of answer in a thread existente in the forum of users of the platform - 1142. ActRcvRepForSWATch Receive a message of answer in a thread existente in the forum of teachers of the platform - 1143. ActReqDelThrCrsUsr Request the removal of a thread of forum of users of the course - 1144. ActReqDelThrCrsTch Request the removal of a thread of forum of teachers of the course - 1145. ActReqDelThrDegUsr Request the removal of a thread of forum of users of the degree - 1146. ActReqDelThrDegTch Request the removal of a thread of forum of teachers of the degree - 1147. ActReqDelThrCtrUsr Request the removal of a thread of forum of users of centre - 1148. ActReqDelThrCtrTch Request the removal of a thread of forum of teachers of centre - 1149. ActReqDelThrInsUsr Request the removal of a thread of forum of users of the institution - 1150. ActReqDelThrInsTch Request the removal of a thread of forum of teachers of the institution - 1151. ActReqDelThrGenUsr Request the removal of a thread of forum of users general - 1152. ActReqDelThrGenTch Request the removal of a thread of forum of teachers general - 1153. ActReqDelThrSWAUsr Request the removal of a thread of forum of users of the platform - 1154. ActReqDelThrSWATch Request the removal of a thread of forum of teachers of the platform - 1155. ActDelThrForCrsUsr Remove a thread of forum of users of the course - 1156. ActDelThrForCrsTch Remove a thread of forum of teachers of the course - 1157. ActDelThrForDegUsr Remove a thread of forum of users of the degree - 1158. ActDelThrForDegTch Remove a thread of forum of teachers of the degree - 1159. ActDelThrForCtrUsr Remove a thread of forum of users of centre - 1160. ActDelThrForCtrTch Remove a thread of forum of teachers of centre - 1161. ActDelThrForInsUsr Remove a thread of forum of users of the institution - 1162. ActDelThrForInsTch Remove a thread of forum of teachers of the institution - 1163. ActDelThrForGenUsr Remove a thread of forum of users general - 1164. ActDelThrForGenTch Remove a thread of forum of teachers general - 1165. ActDelThrForSWAUsr Remove a thread of forum of users of the platform - 1166. ActDelThrForSWATch Remove a thread of forum of teachers of the platform - 1167. ActCutThrForCrsUsr Cut a thread of forum of users of the course - 1168. ActCutThrForCrsTch Cut a thread of forum of teachers of the course - 1169. ActCutThrForDegUsr Cut a thread of forum of users of the degree - 1170. ActCutThrForDegTch Cut a thread of forum of teachers of the degree - 1171. ActCutThrForCtrUsr Cut a thread of forum of users of centre - 1172. ActCutThrForCtrTch Cut a thread of forum of teachers of centre - 1173. ActCutThrForInsUsr Cut a thread of forum of users of the institution - 1174. ActCutThrForInsTch Cut a thread of forum of teachers of the institution - 1175. ActCutThrForGenUsr Cut a thread of forum of users general - 1176. ActCutThrForGenTch Cut a thread of forum of teachers general - 1177. ActCutThrForSWAUsr Cut a thread of forum of users of the platform - 1178. ActCutThrForSWATch Cut a thread of forum of teachers of the platform - 1179. ActPasThrForCrsUsr Paste a thread of forum of users of the course - 1180. ActPasThrForCrsTch Paste a thread of forum of teachers of the course - 1181. ActPasThrForDegUsr Paste a thread of forum of users of the degree - 1182. ActPasThrForDegTch Paste a thread of forum of teachers of the degree - 1183. ActPasThrForCtrUsr Paste a thread of forum of users of centre - 1184. ActPasThrForCtrTch Paste a thread of forum of teachers of centre - 1185. ActPasThrForInsUsr Paste a thread of forum of users of the institution - 1186. ActPasThrForInsTch Paste a thread of forum of teachers of the institution - 1187. ActPasThrForGenUsr Paste a thread of forum of users general - 1188. ActPasThrForGenTch Paste a thread of forum of teachers general - 1189. ActPasThrForSWAUsr Paste a thread of forum of users of the platform - 1190. ActPasThrForSWATch Paste a thread of forum of teachers of the platform - 1191. ActDelPstForCrsUsr Remove a message of forum of users of the course - 1192. ActDelPstForCrsTch Remove a message of forum of teachers of the course - 1193. ActDelPstForDegUsr Remove a message of forum of users of the degree - 1194. ActDelPstForDegTch Remove a message of forum of teachers of the degree - 1195. ActDelPstForCtrUsr Remove a message of forum of users of centre - 1196. ActDelPstForCtrTch Remove a message of forum of teachers of centre - 1197. ActDelPstForInsUsr Remove a message of forum of users of the institution - 1198. ActDelPstForInsTch Remove a message of forum of teachers of the institution - 1199. ActDelPstForGenUsr Remove a message of forum of users general - 1200. ActDelPstForGenTch Remove a message of forum of teachers general - 1201. ActDelPstForSWAUsr Remove a message of forum of users of the platform - 1202. ActDelPstForSWATch Remove a message of forum of teachers of the platform - 1203. ActEnbPstForCrsUsr Enable a message of forum of users of the course - 1204. ActEnbPstForCrsTch Enable a message of forum of teachers of the course - 1205. ActEnbPstForDegUsr Enable a message of forum of users of the degree - 1206. ActEnbPstForDegTch Enable a message of forum of teachers of the degree - 1207. ActEnbPstForCtrUsr Enable a message of forum of users of centre - 1208. ActEnbPstForCtrTch Enable a message of forum of teachers of centre - 1209. ActEnbPstForInsUsr Enable a message of forum of users of the institution + 1105. ActSeeForCrsUsr Show top level of forum of users of the course + 1106. ActSeeForCrsTch Show top level of forum of teachers of the course + 1107. ActSeeForDegUsr Show top level of forum of users of the degree + 1108. ActSeeForDegTch Show top level of forum of teachers of the degree + 1109. ActSeeForCtrUsr Show top level of forum of users of the centre + 1110. ActSeeForCtrTch Show top level of forum of teachers of the centre + 1111. ActSeeForInsUsr Show top level of forum of users of the institution + 1112. ActSeeForInsTch Show top level of forum of teachers of the institution + 1113. ActSeeForGenUsr Show top level of forum of users general + 1114. ActSeeForGenTch Show top level of forum of teachers general + 1115. ActSeeForSWAUsr Show top level of forum of users of the platform + 1116. ActSeeForSWATch Show top level of forum of teachers of the platform + 1117. ActSeePstForCrsUsr Show the messages of a thread of the forum of users of the course + 1118. ActSeePstForCrsTch Show the messages of a thread of the forum of teachers of the course + 1119. ActSeePstForDegUsr Show the messages of a thread of the forum of users of the degree + 1120. ActSeePstForDegTch Show the messages of a thread of the forum of teachers of the degree + 1121. ActSeePstForCtrUsr Show the messages of a thread of the forum of users of the centre + 1122. ActSeePstForCtrTch Show the messages of a thread of the forum of teachers of the centre + 1123. ActSeePstForInsUsr Show the messages of a thread of the forum of users of the institution + 1124. ActSeePstForInsTch Show the messages of a thread of the forum of teachers of the institution + 1125. ActSeePstForGenUsr Show the messages of a thread of the forum of users general + 1126. ActSeePstForGenTch Show the messages of a thread of the forum of teachers general + 1127. ActSeePstForSWAUsr Show the messages of a thread of the forum of users of the platform + 1128. ActSeePstForSWATch Show the messages of a thread of the forum of teachers of the platform + 1129. ActRcvThrForCrsUsr Receive the first message of a new thread of forum of users of the course + 1130. ActRcvThrForCrsTch Receive the first message of a new thread of forum of teachers of the course + 1131. ActRcvThrForDegUsr Receive the first message of a new thread of forum of users of the degree + 1132. ActRcvThrForDegTch Receive the first message of a new thread of forum of teachers of the degree + 1133. ActRcvThrForCtrUsr Receive the first message of a new thread of forum of users of centre + 1134. ActRcvThrForCtrTch Receive the first message of a new thread of forum of teachers of centre + 1135. ActRcvThrForInsUsr Receive the first message of a new thread of forum of users of the institution + 1136. ActRcvThrForInsTch Receive the first message of a new thread of forum of teachers of the institution + 1137. ActRcvThrForGenUsr Receive the first message of a new thread of forum of users general + 1138. ActRcvThrForGenTch Receive the first message of a new thread of forum of teachers general + 1139. ActRcvThrForSWAUsr Receive the first message of a new thread of forum of users of the platform + 1140. ActRcvThrForSWATch Receive the first message of a new thread of forum of teachers of the platform + 1141. ActRcvRepForCrsUsr Receive a message of answer in a thread existente in the forum of users of the course + 1142. ActRcvRepForCrsTch Receive a message of answer in a thread existente in the forum of teachers of the course + 1143. ActRcvRepForDegUsr Receive a message of answer in a thread existente in the forum of users of the degree + 1144. ActRcvRepForDegTch Receive a message of answer in a thread existente in the forum of teachers of the degree + 1145. ActRcvRepForCtrUsr Receive a message of answer in a thread existente in the forum of users of centre + 1146. ActRcvRepForCtrTch Receive a message of answer in a thread existente in the forum of teachers of centre + 1147. ActRcvRepForInsUsr Receive a message of answer in a thread existente in the forum of users of the institution + 1148. ActRcvRepForInsTch Receive a message of answer in a thread existente in the forum of teachers of the institution + 1149. ActRcvRepForGenUsr Receive a message of answer in a thread existente in the forum of users general + 1150. ActRcvRepForGenTch Receive a message of answer in a thread existente in the forum of teachers general + 1151. ActRcvRepForSWAUsr Receive a message of answer in a thread existente in the forum of users of the platform + 1152. ActRcvRepForSWATch Receive a message of answer in a thread existente in the forum of teachers of the platform + 1153. ActReqDelThrCrsUsr Request the removal of a thread of forum of users of the course + 1154. ActReqDelThrCrsTch Request the removal of a thread of forum of teachers of the course + 1155. ActReqDelThrDegUsr Request the removal of a thread of forum of users of the degree + 1156. ActReqDelThrDegTch Request the removal of a thread of forum of teachers of the degree + 1157. ActReqDelThrCtrUsr Request the removal of a thread of forum of users of centre + 1158. ActReqDelThrCtrTch Request the removal of a thread of forum of teachers of centre + 1159. ActReqDelThrInsUsr Request the removal of a thread of forum of users of the institution + 1160. ActReqDelThrInsTch Request the removal of a thread of forum of teachers of the institution + 1161. ActReqDelThrGenUsr Request the removal of a thread of forum of users general + 1162. ActReqDelThrGenTch Request the removal of a thread of forum of teachers general + 1163. ActReqDelThrSWAUsr Request the removal of a thread of forum of users of the platform + 1164. ActReqDelThrSWATch Request the removal of a thread of forum of teachers of the platform + 1165. ActDelThrForCrsUsr Remove a thread of forum of users of the course + 1166. ActDelThrForCrsTch Remove a thread of forum of teachers of the course + 1167. ActDelThrForDegUsr Remove a thread of forum of users of the degree + 1168. ActDelThrForDegTch Remove a thread of forum of teachers of the degree + 1169. ActDelThrForCtrUsr Remove a thread of forum of users of centre + 1170. ActDelThrForCtrTch Remove a thread of forum of teachers of centre + 1171. ActDelThrForInsUsr Remove a thread of forum of users of the institution + 1172. ActDelThrForInsTch Remove a thread of forum of teachers of the institution + 1173. ActDelThrForGenUsr Remove a thread of forum of users general + 1174. ActDelThrForGenTch Remove a thread of forum of teachers general + 1175. ActDelThrForSWAUsr Remove a thread of forum of users of the platform + 1176. ActDelThrForSWATch Remove a thread of forum of teachers of the platform + 1177. ActCutThrForCrsUsr Cut a thread of forum of users of the course + 1178. ActCutThrForCrsTch Cut a thread of forum of teachers of the course + 1179. ActCutThrForDegUsr Cut a thread of forum of users of the degree + 1180. ActCutThrForDegTch Cut a thread of forum of teachers of the degree + 1181. ActCutThrForCtrUsr Cut a thread of forum of users of centre + 1182. ActCutThrForCtrTch Cut a thread of forum of teachers of centre + 1183. ActCutThrForInsUsr Cut a thread of forum of users of the institution + 1184. ActCutThrForInsTch Cut a thread of forum of teachers of the institution + 1185. ActCutThrForGenUsr Cut a thread of forum of users general + 1186. ActCutThrForGenTch Cut a thread of forum of teachers general + 1187. ActCutThrForSWAUsr Cut a thread of forum of users of the platform + 1188. ActCutThrForSWATch Cut a thread of forum of teachers of the platform + 1189. ActPasThrForCrsUsr Paste a thread of forum of users of the course + 1190. ActPasThrForCrsTch Paste a thread of forum of teachers of the course + 1191. ActPasThrForDegUsr Paste a thread of forum of users of the degree + 1192. ActPasThrForDegTch Paste a thread of forum of teachers of the degree + 1193. ActPasThrForCtrUsr Paste a thread of forum of users of centre + 1194. ActPasThrForCtrTch Paste a thread of forum of teachers of centre + 1195. ActPasThrForInsUsr Paste a thread of forum of users of the institution + 1196. ActPasThrForInsTch Paste a thread of forum of teachers of the institution + 1197. ActPasThrForGenUsr Paste a thread of forum of users general + 1198. ActPasThrForGenTch Paste a thread of forum of teachers general + 1199. ActPasThrForSWAUsr Paste a thread of forum of users of the platform + 1200. ActPasThrForSWATch Paste a thread of forum of teachers of the platform + 1201. ActDelPstForCrsUsr Remove a message of forum of users of the course + 1202. ActDelPstForCrsTch Remove a message of forum of teachers of the course + 1203. ActDelPstForDegUsr Remove a message of forum of users of the degree + 1204. ActDelPstForDegTch Remove a message of forum of teachers of the degree + 1205. ActDelPstForCtrUsr Remove a message of forum of users of centre + 1206. ActDelPstForCtrTch Remove a message of forum of teachers of centre + 1207. ActDelPstForInsUsr Remove a message of forum of users of the institution + 1208. ActDelPstForInsTch Remove a message of forum of teachers of the institution + 1209. ActDelPstForGenUsr Remove a message of forum of users general + 1210. ActDelPstForGenTch Remove a message of forum of teachers general + 1211. ActDelPstForSWAUsr Remove a message of forum of users of the platform + 1212. ActDelPstForSWATch Remove a message of forum of teachers of the platform + 1213. ActEnbPstForCrsUsr Enable a message of forum of users of the course + 1214. ActEnbPstForCrsTch Enable a message of forum of teachers of the course + 1215. ActEnbPstForDegUsr Enable a message of forum of users of the degree + 1216. ActEnbPstForDegTch Enable a message of forum of teachers of the degree + 1217. ActEnbPstForCtrUsr Enable a message of forum of users of centre + 1218. ActEnbPstForCtrTch Enable a message of forum of teachers of centre + 1219. ActEnbPstForInsUsr Enable a message of forum of users of the institution 1210. ActEnbPstForInsTch Enable a message of forum of teachers of the institution - 1211. ActEnbPstForGenUsr Enable a message of forum of users general - 1212. ActEnbPstForGenTch Enable a message of forum of teachers general - 1213. ActEnbPstForSWAUsr Enable a message of forum of users of the platform - 1214. ActEnbPstForSWATch Enable a message of forum of teachers of the platform - 1215. ActDisPstForCrsUsr Disable a message of forum of users of the course - 1216. ActDisPstForCrsTch Disable a message of forum of teachers of the course - 1217. ActDisPstForDegUsr Disable a message of forum of users of the degree - 1218. ActDisPstForDegTch Disable a message of forum of teachers of the degree - 1219. ActDisPstForCtrUsr Disable a message of forum of users of centre - 1220. ActDisPstForCtrTch Disable a message of forum of teachers of centre - 1221. ActDisPstForInsUsr Disable a message of forum of users of the institution - 1222. ActDisPstForInsTch Disable a message of forum of teachers of the institution - 1223. ActDisPstForGenUsr Disable a message of forum of users general - 1224. ActDisPstForGenTch Disable a message of forum of teachers general - 1225. ActDisPstForSWAUsr Disable a message of forum of users of the platform - 1226. ActDisPstForSWATch Disable a message of forum of teachers of the platform + 1221. ActEnbPstForGenUsr Enable a message of forum of users general + 1222. ActEnbPstForGenTch Enable a message of forum of teachers general + 1223. ActEnbPstForSWAUsr Enable a message of forum of users of the platform + 1224. ActEnbPstForSWATch Enable a message of forum of teachers of the platform + 1225. ActDisPstForCrsUsr Disable a message of forum of users of the course + 1226. ActDisPstForCrsTch Disable a message of forum of teachers of the course + 1227. ActDisPstForDegUsr Disable a message of forum of users of the degree + 1228. ActDisPstForDegTch Disable a message of forum of teachers of the degree + 1229. ActDisPstForCtrUsr Disable a message of forum of users of centre + 1230. ActDisPstForCtrTch Disable a message of forum of teachers of centre + 1231. ActDisPstForInsUsr Disable a message of forum of users of the institution + 1232. ActDisPstForInsTch Disable a message of forum of teachers of the institution + 1233. ActDisPstForGenUsr Disable a message of forum of users general + 1234. ActDisPstForGenTch Disable a message of forum of teachers general + 1235. ActDisPstForSWAUsr Disable a message of forum of users of the platform + 1236. ActDisPstForSWATch Disable a message of forum of teachers of the platform - 1227. ActCht Enter in a chat room to chat + 1237. ActCht Enter in a chat room to chat - 1255. ActRcvMsgUsr Sent/Receive a message of a user - 1256. ActReqDelAllSntMsg Request the removal of todos the messages sent to other users - 1257. ActReqDelAllRcvMsg Request the removal of todos the messages received from other users - 1258. ActDelAllSntMsg Remove todos the messages sent to other users - 1259. ActDelAllRcvMsg Remove todos the messages received from other users - 1260. ActDelSntMsg Remove a message sent to other users - 1261. ActDelRcvMsg Remove a message received from other user - 1262. ActExpSntMsg See (expand) sent message - 1263. ActExpRcvMsg See (expand) received message - 1264. ActConSntMsg Hide (contract) sent message - 1265. ActConRcvMsg Hide (contract) received message - 1266. ActLstBanUsr List banned users - 1267. ActBanUsrMsg Ban the sender of a message when showing received messages - 1268. ActUnbUsrMsg Unban the sender of a message when showing received messages - 1269. ActUnbUsrLst Unban a user when listing banned users + 1238. ActRcvMsgUsr Sent/Receive a message of a user + 1239. ActReqDelAllSntMsg Request the removal of todos the messages sent to other users + 1240. ActReqDelAllRcvMsg Request the removal of todos the messages received from other users + 1241. ActDelAllSntMsg Remove todos the messages sent to other users + 1242. ActDelAllRcvMsg Remove todos the messages received from other users + 1243. ActDelSntMsg Remove a message sent to other users + 1244. ActDelRcvMsg Remove a message received from other user + 1245. ActExpSntMsg See (expand) sent message + 1246. ActExpRcvMsg See (expand) received message + 1247. ActConSntMsg Hide (contract) sent message + 1248. ActConRcvMsg Hide (contract) received message + 1249. ActLstBanUsr List banned users + 1250. ActBanUsrMsg Ban the sender of a message when showing received messages + 1251. ActUnbUsrMsg Unban the sender of a message when showing received messages + 1252. ActUnbUsrLst Unban a user when listing banned users Statistics: - 1270. ActReqUseGbl Request showing use of the platform - 1271. ActSeePhoDeg Show a class photo with the average photos of the students of each degree - 1272. ActReqStaCrs Request statistics of courses - 1273. ActReqAccGbl Request query of clicks to the complete platform - 1274. ActReqMyUsgRep Request my usage report - 1275. ActMFUAct Show most frequently used actions + 1253. ActReqUseGbl Request showing use of the platform + 1254. ActSeePhoDeg Show a class photo with the average photos of the students of each degree + 1255. ActReqStaCrs Request statistics of courses + 1256. ActReqAccGbl Request query of clicks to the complete platform + 1257. ActReqMyUsgRep Request my usage report + 1258. ActMFUAct Show most frequently used actions - 1276. ActSeeUseGbl Show use of the platform - 1277. ActPrnPhoDeg Show vista of impresión of the class photo with the average photos of the students of each degree. - 1278. ActCalPhoDeg Compute the average photos of the students of each degree - 1279. ActSeeAccGbl Query clicks to the complete platform - 1280. ActReqAccCrs Request query of clicks in the course - 1281. ActSeeAccCrs Query clicks to current course - 1282. ActSeeAllStaCrs Show statistics of courses + 1259. ActSeeUseGbl Show use of the platform + 1260. ActPrnPhoDeg Show vista of impresión of the class photo with the average photos of the students of each degree. + 1261. ActCalPhoDeg Compute the average photos of the students of each degree + 1262. ActSeeAccGbl Query clicks to the complete platform + 1263. ActReqAccCrs Request query of clicks in the course + 1264. ActSeeAccCrs Query clicks to current course + 1265. ActSeeAllStaCrs Show statistics of courses - 1283. ActLstClk List last clicks in real time + 1266. ActLstClk List last clicks in real time - 1284. ActSeeMyUsgRep Show my usage report + 1267. ActSeeMyUsgRep Show my usage report Profile: - 1286. ActFrmRolSes Show form to log out and to change current role in this session - 1287. ActMyCrs Select one of my courses - 1288. ActSeeMyTT Show the timetable of all courses of the logged user - 1289. ActSeeMyAgd Show my full agenda (personal organizer) - 1290. ActFrmMyAcc Show form to the creation or change of user's account - 1291. ActReqEdiRecSha Request the edition of the record with the personal data of the user - 1292. ActReqEdiPrf Show forms to edit preferences + 1268. ActFrmRolSes Show form to log out and to change current role in this session + 1269. ActMyCrs Select one of my courses + 1270. ActSeeMyTT Show the timetable of all courses of the logged user + 1271. ActSeeMyAgd Show my full agenda (personal organizer) + 1272. ActFrmMyAcc Show form to the creation or change of user's account + 1273. ActReqEdiRecSha Request the edition of the record with the personal data of the user + 1274. ActReqEdiPrf Show forms to edit preferences - 1300. ActChgMyRol Change type of logged user + 1275. ActChgMyRol Change type of logged user - 1301. ActFrmNewEvtMyAgd Form to create a new event in my agenda - 1302. ActEdiOneEvtMyAgd Edit one event from my agenda - 1303. ActNewEvtMyAgd Create a new event in my agenda - 1304. ActChgEvtMyAgd Modify data of an event from my agenda - 1305. ActReqRemEvtMyAgd Request the removal of an event from my agenda - 1306. ActRemEvtMyAgd Remove an event from my agenda - 1307. ActHidEvtMyAgd Hide an event from my agenda - 1308. ActShoEvtMyAgd Show an event from my agenda - 1309. ActPrvEvtMyAgd Make private an event from my agenda - 1310. ActPubEvtMyAgd Make public an event from my agenda - 1311. ActPrnAgdQR Show agenda QR code ready to print + 1276. ActFrmNewEvtMyAgd Form to create a new event in my agenda + 1277. ActEdiOneEvtMyAgd Edit one event from my agenda + 1278. ActNewEvtMyAgd Create a new event in my agenda + 1279. ActChgEvtMyAgd Modify data of an event from my agenda + 1280. ActReqRemEvtMyAgd Request the removal of an event from my agenda + 1281. ActRemEvtMyAgd Remove an event from my agenda + 1282. ActHidEvtMyAgd Hide an event from my agenda + 1283. ActShoEvtMyAgd Show an event from my agenda + 1284. ActPrvEvtMyAgd Make private an event from my agenda + 1285. ActPubEvtMyAgd Make public an event from my agenda + 1286. ActPrnAgdQR Show agenda QR code ready to print - 1312. ActChkUsrAcc Check if already exists a new account without password associated to a ID - 1313. ActCreUsrAcc Create new user account - 1314. ActRemMyID Remove one of my user's IDs - 1315. ActChgMyID Create a new user's ID for me - 1316. ActRemMyNck Remove one of my old nicknames - 1317. ActChgMyNck Change my nickname - 1318. ActRemMyMai Remove one of my old emails - 1319. ActChgMyMai Change my email address - 1320. ActCnfMai Confirm email address - 1322. ActChgMyPwd Change my password - 1323. ActReqRemMyAcc Request the removal of my account - 1324. ActRemMyAcc Remove my account + 1287. ActChkUsrAcc Check if already exists a new account without password associated to a ID + 1288. ActCreUsrAcc Create new user account + 1289. ActRemMyID Remove one of my user's IDs + 1290. ActChgMyID Create a new user's ID for me + 1291. ActRemMyNck Remove one of my old nicknames + 1292. ActChgMyNck Change my nickname + 1293. ActRemMyMai Remove one of my old emails + 1294. ActChgMyMai Change my email address + 1295. ActCnfMai Confirm email address + 1296. ActChgMyPwd Change my password + 1297. ActReqRemMyAcc Request the removal of my account + 1298. ActRemMyAcc Remove my account - 1325. ActChgMyData Update my personal data + 1299. ActChgMyData Update my personal data - 1326. ActReqMyPho Show form to send my photo - 1327. ActDetMyPho Receive my photo and detect faces on it - 1328. ActUpdMyPho Update my photo - 1329. ActReqRemMyPho Request the removal of my photo - 1330. ActRemMyPho Remove my photo + 1300. ActReqMyPho Show form to send my photo + 1301. ActDetMyPho Receive my photo and detect faces on it + 1302. ActUpdMyPho Update my photo + 1303. ActReqRemMyPho Request the removal of my photo + 1304. ActRemMyPho Remove my photo - 1335. ActChgCtyMyIns Change the country of my institution - 1336. ActChgMyIns Change my institution - 1337. ActChgMyCtr Change my centre - 1338. ActChgMyDpt Change my department - 1339. ActChgMyOff Change my office - 1340. ActChgMyOffPho Change my office phone + 1305. ActChgCtyMyIns Change the country of my institution + 1306. ActChgMyIns Change my institution + 1307. ActChgMyCtr Change my centre + 1308. ActChgMyDpt Change my department + 1309. ActChgMyOff Change my office + 1310. ActChgMyOffPho Change my office phone - 1341. ActReqEdiMyNet Request the edition of my social networks - 1342. ActChgMyNet Change my web and social networks + 1311. ActReqEdiMyNet Request the edition of my social networks + 1312. ActChgMyNet Change my web and social networks - 1343. ActChgThe Change theme - 1344. ActReqChgLan Ask if change language - 1345. ActChgLan Change language - 1346. ActChg1stDay Change first day of the week - 1347. ActChgDatFmt Change date format - 1348. ActChgCol Change side columns - 1349. ActHidLftCol Hide left side column - 1350. ActHidRgtCol Hide right side column - 1351. ActShoLftCol Show left side column - 1352. ActShoRgtCol Show right side column - 1353. ActChgIco Change icon set - 1354. ActChgMnu Change menu - 1332. ActChgPriPho Change privacy of my photo - 1333. ActChgPriPrf Change privacy of my public profile - 1355. ActChgNtfPrf Change whether to notify by email new messages - 1356. ActPrnUsrQR Show my QR code ready to print + 1313. ActChgThe Change theme + 1314. ActReqChgLan Ask if change language + 1315. ActChgLan Change language + 1316. ActChg1stDay Change first day of the week + 1317. ActChgDatFmt Change date format + 1318. ActChgCol Change side columns + 1319. ActHidLftCol Hide left side column + 1320. ActHidRgtCol Hide right side column + 1321. ActShoLftCol Show left side column + 1322. ActShoRgtCol Show right side column + 1323. ActChgIco Change icon set + 1324. ActChgMnu Change menu + 1325. ActChgPriPho Change privacy of my photo + 1326. ActChgPriPrf Change privacy of my public profile + 1327. ActChgNtfPrf Change whether to notify by email new messages + 1328. ActPrnUsrQR Show my QR code ready to print - 1357. ActPrnMyTT Show the timetable listo to impresión of all my courses - 1358. ActEdiTut Edit the timetable of tutorías - 1359. ActChgTut Modify the timetable of tutorías - 1360. ActChgMyTT1stDay Change first day of week and show timetable of the course + 1329. ActPrnMyTT Show the timetable listo to impresión of all my courses + 1330. ActEdiTut Edit the timetable of tutorías + 1331. ActChgTut Modify the timetable of tutorías + 1332. ActChgMyTT1stDay Change first day of week and show timetable of the course */ /* diff --git a/swad_changelog.h b/swad_changelog.h index 9e576813..719f31dc 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -278,8 +278,6 @@ // TODO: A superuser can not see records of teachers? Why? -// TODO: After "Do not show it again" nothing is displayed. - // TODO: Non-editing teachers should can control assistance of students in their groups // TODO: Enviar correo a todos los profesores de una asignatura, sugerido por Pedro Villar Castro @@ -410,6 +408,8 @@ Antonio // TODO: Actualizar ayuda en GitHub, por ejemplo Preferencias ahora es Ajustes. +// TODO: Chequear negritas en lista de foros, en color rosa por ej. Habrá que cambiar clases + /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ @@ -429,11 +429,12 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.54 (2019-02-21)" +#define Log_PLATFORM_VERSION "SWAD 18.54.1 (2019-02-21)" #define CSS_FILE "swad18.54.css" #define JS_FILE "swad18.51.js" /* - Version 18.54: Feb 21, 2019 Selection of users scope in timeline is made with icons. (? lines) + Version 18.54.1: Feb 22, 2019 Following and followers shown in photo zoom. (237586 lines) + Version 18.54: Feb 21, 2019 Selection of users scope in timeline is made with icons. (237534 lines) Version 18.53: Feb 21, 2019 Last selection of users scope in timeline is saved in database. (237538 lines) 1 change necessary in database: ALTER TABLE usr_last ADD COLUMN TimelineUsrs TINYINT NOT NULL DEFAULT 0 AFTER LastAccNotif; diff --git a/swad_follow.c b/swad_follow.c index 220f3046..ca6fbf88 100644 --- a/swad_follow.c +++ b/swad_follow.c @@ -453,28 +453,43 @@ bool Fol_CheckUsrIsFollowerOf (long FollowerCod,long FollowedCod) /*************************** Get number of followed **************************/ /*****************************************************************************/ -unsigned Fol_GetNumFollowing (long UsrCod) +void Fol_FlushCacheFollow (void) { - /***** Check if a user is a follower of another user *****/ - return - (unsigned) DB_QueryCOUNT ("can not get number of followed", - "SELECT COUNT(*) FROM usr_follow" - " WHERE FollowerCod=%ld", - UsrCod); + Gbl.Cache.Follow.UsrCod = -1L; + Gbl.Cache.Follow.NumFollowing = + Gbl.Cache.Follow.NumFollowers = 0; } -/*****************************************************************************/ -/************************** Get number of followers **************************/ -/*****************************************************************************/ - -unsigned Fol_GetNumFollowers (long UsrCod) +void Fol_GetNumFollow (long UsrCod, + unsigned *NumFollowing,unsigned *NumFollowers) { - /***** Check if a user is a follower of another user *****/ - return - (unsigned) DB_QueryCOUNT ("can not get number of followers", - "SELECT COUNT(*) FROM usr_follow" - " WHERE FollowedCod=%ld", - UsrCod); + /***** 1. Fast check: trivial cases *****/ + if (UsrCod <= 0) + { + *NumFollowing = *NumFollowers = 0; + return; + } + + /***** 2. Fast check: Is number of following already calculated? *****/ + if (UsrCod == Gbl.Cache.Follow.UsrCod) + { + *NumFollowing = Gbl.Cache.Follow.NumFollowing; + *NumFollowers = Gbl.Cache.Follow.NumFollowers; + return; + } + + /***** 3. Slow check: Get number of following/followers from database *****/ + Gbl.Cache.Follow.UsrCod = UsrCod; + *NumFollowing = Gbl.Cache.Follow.NumFollowing = + (unsigned) DB_QueryCOUNT ("can not get number of followed", + "SELECT COUNT(*) FROM usr_follow" + " WHERE FollowerCod=%ld", + UsrCod); + *NumFollowers = Gbl.Cache.Follow.NumFollowers = + (unsigned) DB_QueryCOUNT ("can not get number of followers", + "SELECT COUNT(*) FROM usr_follow" + " WHERE FollowedCod=%ld", + UsrCod); } /*****************************************************************************/ @@ -1019,6 +1034,9 @@ void Fol_FollowUsr1 (void) Gbl.Usrs.Me.UsrDat.UsrCod, Gbl.Usrs.Other.UsrDat.UsrCod); + /***** Flush cache *****/ + Fol_FlushCacheFollow (); + /***** This follow must be notified by email? *****/ CreateNotif = (Gbl.Usrs.Other.UsrDat.Prefs.NotifNtfEvents & (1 << Ntf_EVENT_FOLLOWER)); NotifyByEmail = CreateNotif && @@ -1072,12 +1090,17 @@ void Fol_UnfollowUsr1 (void) // Unfollow only if I follow him/her if (Fol_CheckUsrIsFollowerOf (Gbl.Usrs.Me.UsrDat.UsrCod, Gbl.Usrs.Other.UsrDat.UsrCod)) + { /***** Unfollow user in database *****/ DB_QueryREPLACE ("can not unfollow user", "DELETE FROM usr_follow" " WHERE FollowerCod=%ld AND FollowedCod=%ld", Gbl.Usrs.Me.UsrDat.UsrCod, Gbl.Usrs.Other.UsrDat.UsrCod); + + /***** Flush cache *****/ + Fol_FlushCacheFollow (); + } Gbl.DelayedAlert.Type = Ale_SUCCESS; } else @@ -1221,4 +1244,7 @@ void Fol_RemoveUsrFromUsrFollow (long UsrCod) "DELETE FROM usr_follow" " WHERE FollowerCod=%ld OR FollowedCod=%ld", UsrCod,UsrCod); + + /***** Flush cache *****/ + Fol_FlushCacheFollow (); } diff --git a/swad_follow.h b/swad_follow.h index 974847e8..80ce762f 100644 --- a/swad_follow.h +++ b/swad_follow.h @@ -49,7 +49,9 @@ void Fol_SuggestUsrsToFollowMainZone (void); void Fol_SuggestUsrsToFollowMainZoneOnRightColumn (void); bool Fol_CheckUsrIsFollowerOf (long FollowerCod,long FollowedCod); -unsigned Fol_GetNumFollowing (long UsrCod); +void Fol_FlushCacheFollow (void); +void Fol_GetNumFollow (long UsrCod, + unsigned *NumFollowing,unsigned *NumFollowers); unsigned Fol_GetNumFollowers (long UsrCod); void Fol_ShowFollowingAndFollowers (const struct UsrData *UsrDat, unsigned NumFollowing,unsigned NumFollowers, diff --git a/swad_global.c b/swad_global.c index ea2dc003..ce6b463d 100644 --- a/swad_global.c +++ b/swad_global.c @@ -39,6 +39,7 @@ #include "swad_config.h" #include "swad_constant.h" #include "swad_exam.h" +#include "swad_follow.h" #include "swad_global.h" #include "swad_icon.h" #include "swad_parameter.h" @@ -486,6 +487,7 @@ void Gbl_InitializeGlobals (void) Prj_FlushCacheMyRoleInProject (); Grp_FlushCacheIBelongToGrp (); Grp_FlushCacheUsrSharesAnyOfMyGrpsInCurrentCrs (); + Fol_FlushCacheFollow (); } /*****************************************************************************/ diff --git a/swad_global.h b/swad_global.h index 23361cb7..27a7f2ee 100644 --- a/swad_global.h +++ b/swad_global.h @@ -870,6 +870,12 @@ struct Globals long PrjCod; Prj_RoleInProject_t RoleInProject; } MyRoleInProject; + struct + { + long UsrCod; + unsigned NumFollowing; + unsigned NumFollowers; + } Follow; } Cache; }; diff --git a/swad_photo.c b/swad_photo.c index e70c97ef..5a7b9bc1 100644 --- a/swad_photo.c +++ b/swad_photo.c @@ -40,6 +40,7 @@ #include "swad_enrolment.h" #include "swad_file.h" #include "swad_file_browser.h" +#include "swad_follow.h" #include "swad_form.h" #include "swad_global.h" #include "swad_logo.h" @@ -1183,6 +1184,10 @@ void Pho_ShowUsrPhoto (const struct UsrData *UsrDat,const char *PhotoURL, const char *ClassPhoto,Pho_Zoom_t Zoom, bool FormUnique) { + extern const char *Txt_Following; + extern const char *Txt_Followers; + unsigned NumFollowing; + unsigned NumFollowers; bool PhotoExists; bool BrowserTabIs1stTab = Act_GetBrowserTab (Gbl.Action.Act) == Act_BRW_1ST_TAB; bool PutLinkToPublicProfile = !Gbl.Form.Inside && // Only if not inside another form @@ -1220,7 +1225,7 @@ void Pho_ShowUsrPhoto (const struct UsrData *UsrDat,const char *PhotoURL, Usr_WriteFirstNameBRSurnames (UsrDat); fprintf (Gbl.F.Out,""); - /* Institution full name and institution country */ + /* Institution full name and institution country */ if (UsrDat->InsCod > 0) { fprintf (Gbl.F.Out,"
"); @@ -1236,6 +1241,17 @@ void Pho_ShowUsrPhoto (const struct UsrData *UsrDat,const char *PhotoURL, fprintf (Gbl.F.Out,"
"); } + /* Following and followers */ + Fol_GetNumFollow (UsrDat->UsrCod,&NumFollowing,&NumFollowers); + fprintf (Gbl.F.Out,"
" + "%u" + " %s  " + "%u" + " %s" + "
", + NumFollowing,Txt_Following, + NumFollowers,Txt_Followers); + fprintf (Gbl.F.Out,""); } diff --git a/swad_profile.c b/swad_profile.c index f1137f9a..d1dddcc4 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -301,8 +301,7 @@ bool Prf_ShowUserProfile (struct UsrData *UsrDat) Prf_ShowDetailsUserProfile (UsrDat); /***** Count following and followers *****/ - NumFollowing = Fol_GetNumFollowing (UsrDat->UsrCod); - NumFollowers = Fol_GetNumFollowers (UsrDat->UsrCod); + Fol_GetNumFollow (UsrDat->UsrCod,&NumFollowing,&NumFollowers); UsrFollowsMe = false; if (NumFollowing) UsrFollowsMe = Fol_CheckUsrIsFollowerOf (UsrDat->UsrCod, diff --git a/swad_role.c b/swad_role.c index 54ed891a..4bfd0843 100644 --- a/swad_role.c +++ b/swad_role.c @@ -344,7 +344,7 @@ Rol_Role_t Rol_GetRoleUsrInCrs (long UsrCod,long CrsCod) CrsCod <= 0) return Rol_UNK; - /***** 2. Fast check: Is role in course already calculated *****/ + /***** 2. Fast check: Is role in course already calculated? *****/ if (UsrCod == Gbl.Cache.RoleUsrInCrs.UsrCod && CrsCod == Gbl.Cache.RoleUsrInCrs.CrsCod ) return Gbl.Cache.RoleUsrInCrs.Role; diff --git a/swad_social.c b/swad_social.c index d55bdd92..a20b193a 100644 --- a/swad_social.c +++ b/swad_social.c @@ -1184,9 +1184,12 @@ static void Soc_SaveWhichUsersInDB (void) static void Soc_ShowWarningYouDontFollowAnyUser (void) { extern const char *Txt_You_dont_follow_any_user; + unsigned NumFollowing; + unsigned NumFollowers; /***** Check if I follow someone *****/ - if (!Fol_GetNumFollowing (Gbl.Usrs.Me.UsrDat.UsrCod)) + Fol_GetNumFollow (Gbl.Usrs.Me.UsrDat.UsrCod,&NumFollowing,&NumFollowers); + if (!NumFollowing) { /***** Show warning if I do not follow anyone *****/ Ale_ShowAlert (Ale_WARNING,Txt_You_dont_follow_any_user); diff --git a/swad_user.c b/swad_user.c index 05b26d87..7bd4dc03 100644 --- a/swad_user.c +++ b/swad_user.c @@ -44,6 +44,7 @@ #include "swad_database.h" #include "swad_duplicate.h" #include "swad_enrolment.h" +#include "swad_follow.h" #include "swad_form.h" #include "swad_global.h" #include "swad_group.h" @@ -830,6 +831,7 @@ void Usr_FlushCachesUsr (void) Rol_FlushCacheRoleUsrInCrs (); Grp_FlushCacheUsrSharesAnyOfMyGrpsInCurrentCrs (); Grp_FlushCacheIBelongToGrp (); + Fol_FlushCacheFollow (); } /*****************************************************************************/