Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

File handling: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(→‎See also: video link)
Línia 9: Línia 9:
==See also==
==See also==


* [http://www.youtube.com/watch?v=2bUwx675Pqo File handling in Moodle 2.0 video]
* [[Course files]]
* [[Course files]]
* [[Development:File API]]
* [[Development:File API]]

Revisió del 15:25, 1 des 2010

Plantilla:Moodle 2.0The way files are handled in Moodle has been changed significantly in Moodle 2.0.

  • Previously, if a file was used in different courses, it was duplicated. In Moodle 2.0, files are stored only once, saving disk space.
  • Full support for Unicode file names on all operating systems.
  • Metadata about each file (author, date, license, etc) and what the file is used for are stored in the database.
  • Files are no longer just "uploaded to the course". Files are connected to the particular bit of Moodle content that uses them. (For example, a file may belong to a file resource, a forum post or a wiki page). Access to these files is then controlled by the same rules as as that bit of Moodle, increasing security.

See also