]> matita.cs.unibo.it Git - helm.git/commit
Matitaweb:
authormatitaweb <claudio.sacerdoticoen@unibo.it>
Mon, 12 Mar 2012 08:47:22 +0000 (08:47 +0000)
committermatitaweb <claudio.sacerdoticoen@unibo.it>
Mon, 12 Mar 2012 08:47:22 +0000 (08:47 +0000)
commite499c2e36d8a39c4749b8e0e34438b49532d15b8
tree43e2d2cac54d2a4d5b0ad463912387296ce30451
parent11a20b624a4b5ed18008678cf6cd46dd9a32634d
Matitaweb:

1) Solves a bug in "Del hrefs"

2) Solves interaction glitches related to the disambiguation/error
reporting interface

3) Fixes the implementation of the Upload feature

4) Adds support for "low-users", who don't have permission to commit

5) Solves problems related to the multi-user mode

6) Limits direct file access to the html/ subdir of the Matita
installation (for security); all the files that must be accessed by a
web browser have been moved there

7) utf8macrotable.js uses numeric html entities instead of named
entities, to cope with incoherent behaviour of web browsers (named
entities being resolved to different unicode characters -- possible
bug in the web browser).

8) disables many debug prints
47 files changed:
matitaB/matita/.depend
matitaB/matita/.depend.opt
matitaB/matita/html/icons/advance.png [new file with mode: 0644]
matitaB/matita/html/icons/bottom.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-32.xpm [new file with mode: 0644]
matitaB/matita/html/icons/matita-bulb-high.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-bulb-low.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-bulb-medium.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-folder.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-object.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-text.png [new file with mode: 0644]
matitaB/matita/html/icons/matita-theory.png [new file with mode: 0644]
matitaB/matita/html/icons/matita.png [new file with mode: 0644]
matitaB/matita/html/icons/matita_medium.png [new file with mode: 0644]
matitaB/matita/html/icons/matita_small.png [new file with mode: 0644]
matitaB/matita/html/icons/matita_very_small.png [new file with mode: 0644]
matitaB/matita/html/icons/meegg.png [new file with mode: 0644]
matitaB/matita/html/icons/position.png [new file with mode: 0644]
matitaB/matita/html/icons/retract.png [new file with mode: 0644]
matitaB/matita/html/icons/top.jpg [new file with mode: 0644]
matitaB/matita/html/icons/top.png [new file with mode: 0644]
matitaB/matita/html/icons/whelp.png [new file with mode: 0644]
matitaB/matita/html/icons/whelp.svg [new file with mode: 0644]
matitaB/matita/html/index.html [new file with mode: 0644]
matitaB/matita/html/jquery.js [new file with mode: 0644]
matitaB/matita/html/jquery.tooltip.css [new file with mode: 0644]
matitaB/matita/html/jquery.tooltip.min.js [new file with mode: 0644]
matitaB/matita/html/layout.js [new file with mode: 0644]
matitaB/matita/html/login.html [new file with mode: 0644]
matitaB/matita/html/logout.html [new file with mode: 0644]
matitaB/matita/html/matitaweb.css [new file with mode: 0644]
matitaB/matita/html/matitaweb.js [new file with mode: 0644]
matitaB/matita/html/treeview/closed.gif [new file with mode: 0644]
matitaB/matita/html/treeview/doc.gif [new file with mode: 0644]
matitaB/matita/html/treeview/open.gif [new file with mode: 0644]
matitaB/matita/html/treeview/xmlTree.css [new file with mode: 0644]
matitaB/matita/html/treeview/xmlTree.js [new file with mode: 0644]
matitaB/matita/html/utf8MacroTable.js [new file with mode: 0644]
matitaB/matita/matitaAuthentication.ml
matitaB/matita/matitaAuthentication.mli
matitaB/matita/matitaFilesystem.ml
matitaB/matita/matitaInit.ml
matitaB/matita/matitadaemon.ml
matitaB/matita/matitaweb
matitaB/matita/matitaweb.js
matitaB/matita/netplex.conf
matitaB/matita/utf8MacroTable.js