Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in /admin/tool/log - plugins,
2
information provided here is intended especially for developers.
3
 
4
 
5
=== 3.7 ===
6
 
7
* The new jsonformat option, which defaults to 'on' for a new install (and 'off' for existing installs) means that
8
  the 'other' event field is now stored in JSON format instead of PHP serialize format in the database. The system
9
  can read data in both formats but if any third-party software directly accesses the database field, it may need
10
  to be modified (or require users to turn off jsonformat).
11
 
12
=== 3.6 ===
13
 
14
* The legacy log store is in its first stage of deprecation and is due for removal in Moodle 3.10. Please use one of
15
  the other log stores such as "standard" and "database".