2004-04-10 Dobrica Pavlinusic * NEWS, docman.php: 2.0-rc1 release * docman.php: fix for editing files where backslashes got inserted into content as reported by Christian Müller 2003-10-30 Dobrica Pavlinusic * docman.php: added return true * NEWS, TODO: final changes * contrib/finger2htusers.pl: added finger2htusers.pl which replaces email2htusers.pl from docman 1.x * NEWS: release 2.0-pre4 * docman.php: fix for version management, send correct type for css (text/css) when there is no static css file, automaticaly reload page on checkout * doc/faq.html: question about version control 2003-10-01 Dobrica Pavlinusic * docman.php: fix to view backup versions of documents, as reported by Mariusz Czopinski 2003-06-12 Dobrica Pavlinusic * docman.php: works in browsers which don't send accept language * docman.php: some autoconfiguration 2003-06-11 Dobrica Pavlinusic * migrate.sh: first check if directory in docman 1.x site * migrate.sh: die if not started from docman installation directory * realm/localhost.trustee.dist: compressed example to one line * doc/trustee.html: one more example * realm/localhost.trustee.dist: more examples * migrate.sh: add trustee permissions * docman.php: misc fixes and cleanups * auth/ftp.php: don't spit error messages * migrate.sh: help migrate existing sites from 1.x to 2.0 version 2003-06-10 Dobrica Pavlinusic * doc/new_directory_layout.html: ups! there isn't docman.conf in repository directory * doc/trustee.html: more explanation, spell check 2003-05-12 Dobrica Pavlinusic * CREDITS, NEWS: release 2.0-pre3 * htusers/ldap.php: new version rewritten by Benjamin Baez 2003-05-08 Dobrica Pavlinusic * doc/faq.html: added Apache 2.0 hint by Benjamin Baez 2003-05-05 Dobrica Pavlinusic * docman.php: begin of -pre3 * docman.php: fix for php installation without locales (gettext), fix for trustee paths, actually include alternative mime.type if defined in global configuration 2003-04-14 Dobrica Pavlinusic * NEWS: pre2 release 2003-04-09 Dobrica Pavlinusic * docman.php, html/Navigate-fileHeader.html: print nice URI * docman.php: compress spaces in trustee file, pre2 release * auth/pop3.php, docman.php, html/Navigate-dirEntry.html, html/footer.html: - support for browsers without Accept Language headers - removed debugging output - support for filenames and dirnames with just whitespaces * doc/install.html: some hints about Debian and Apache * htusers/file.php: fix include of auth/*.php modules 2002-09-10 Dobrica Pavlinusic * doc/faq.html: added hint by Alain Haegi 2002-09-06 Dobrica Pavlinusic * TODO, docman.php: improvement of file upload 2002-07-30 Dobrica Pavlinusic * Makefile, NEWS: generate distribution archive outside source tree 2002-07-29 Dobrica Pavlinusic * html/Navigate-createNew.html, html/Navigate-dirEntry.html, html/Navigate-emptyDir.html, html/Navigate-hr.html, html/Navigate-noFiles.html, docman.php: more php/html separation, sorting works again * realm/localhost.conf.dist, html/DetailPage-edit.html, html/DetailPage-note.html, html/DetailPage-rename.html, html/DetailPage-undelete.html, html/DetailPage-unlock.html, doc/admin.html, docman.php: Note permission, more trustees, separation of php and html for detail page * docman.php: note trustee * docman.php: show picture on datail page (by downloading it through docman.php), show image icon for all pictures in $gblImages * docman.php: upload, save, undelete trustees * docman.php: trustees for delete and rename * doc/trustee.html, docman.php: anonymous limitations * html/DetailPage-file.html, html/Navigate-dirEntry.html, html/docman.css, docman.php: better support for delete/undelte directories * doc/install.html: anchor fix * realm/localhost.conf.dist, doc/faq.html, doc/install.html, doc/performance.html, docman.php: misc fixes 2002-07-28 Dobrica Pavlinusic * docman.php: misc fixes * docman.php: misc W_ALL fixes * docman.php: one-level flag implemented correctly * realm/localhost.trustee.dist, doc/install.html, doc/trustee.html, docman.php: anonymous user access to repository * realm/localhost.trustee.dist: better anonymous example * htusers/file.php, html/head.html, docman.php: numerous changes to enable working with turned E_ALL which also squashed many bugs all over the place, especially in trustee code * doc/trustee.html, docman.php: implementation for one-level trustee * docman.php: fix group trustees, check for trustee for root (/) also * realm/localhost.trustee.dist: trustee groups * docman.php: fixed trustee groups, anonymous login and upload now checks for trustee permissions * docman.php: fixed relogin, more strict including for A=I * doc/upgrade.html: step-by-step upgrade instructions * realm/localhost.trustee.dist: anonymous login example * realm/localhost.trustee.dist: example trustee file * doc/new_directory_layout.html, docman.php: fixed include * doc/admin.html, doc/trustee.html, doc/user_manual.html, CREDITS: documentation update * doc/admin.html: new chapter about security * docman.php: more admin messages, misc fixes, strict using of variables from web server 2002-07-27 Dobrica Pavlinusic * htusers/file.php, doc/admin.html, doc/install.html, docman.php: support for docman realm according to script path * docman.php: fixed css get with docman.php * docman.php: fixed .info.inc * docman.php: fixed upload filename * docman.php: fixed rename and note * docman.php: fix upload * docman.php: confirmation checkbox working again * realm/localhost.conf.dist, doc/admin.html, Makefile, docman.php: download fixes * TODO: new * realm/localhost.conf.dist: new options $gblMimeType and $gblIgnoreUnknownFileType * doc/admin.html: new chapters * docman.php: changes to run without register_globals in php.ini, support for downloading of file (with correct contect-type, so that Word documents open in Word), new $gblIgnoreUnknownFileType option. * html/UploadPage.html: html from UploadPage * CREDITS: CREDITS file * doc/user_manual.html: added User Manual (converted to html by Andreas Kraft) * realm/localhost.conf.dist: separate administrative messages from user errors, ability to log them in Apache ErrorLog or e-mail them to ServerAdmin * doc/install.html, doc/admin.html: separate administrative messages from user errors, ability to log them in Apache ErrorLog or e-mail them to ServerAdmin new administration manual * NEWS, docman.php: Separate administrative messages from user errors, ability to log them in Apache ErrorLog or e-mail them to ServerAdmin 2002-07-25 Dobrica Pavlinusic * TODO: more stuff * docman.php: fixed directory navigation (sorting broke it), removed ChangeLog function and replace it with parametar to LogIt (which is also permission for notify), better logging of actions (directory creation was missing, creation of file wrote wrong ChangeLog) * doc/faq.html, doc/install.html, doc/new_directory_layout.html, doc/performance.html, doc/trustee.html, doc/upgrade.html: spell check * doc/notify.html: documentation about notify (N) trustee flag 2002-07-23 Dobrica Pavlinusic * TODO: *** empty log message *** 2002-07-21 Dobrica Pavlinusic * docman.php: New file. * docman.php: initial import (not working) * doc/trustee.html: New file. * doc/trustee.html: initial import (not working) * html/footer.html: New file. * html/footer.html: initial import (not working) * NEWS: New file. * NEWS: initial import (not working) * html/Navigate-fileEntry.html: New file. * html/Navigate-fileEntry.html: initial import (not working) * html/Navigate-parent.html: New file. * html/Navigate-parent.html: initial import (not working) * html/Navigate-fileHeader.html: New file. * html/Navigate-fileHeader.html: initial import (not working) * html/Navigate-dirEntry.html: New file. * html/Navigate-dirEntry.html: initial import (not working) * html/Navigate-dirHeader.html: New file. * html/Navigate-dirHeader.html: initial import (not working) 2002-07-20 Dobrica Pavlinusic * html/head.html: New file. * html/head.html: initial import (not working) * doc/install.html: New file. * doc/install.html: initial import (not working) * doc/upgrade.html: New file. * doc/upgrade.html: initial import (not working) * realm/localhost.conf.dist: New file. * realm/localhost.conf.dist: initial import (not working) * docman.conf: New file. * docman.conf: initial import (not working) * htusers/union.php: New file. * htusers/union.php: initial import (not working) * htusers/ldap.php: New file. * htusers/ldap.php: initial import (not working) * TODO: New file. * TODO: initial import (not working) * htusers/header.php: New file. * htusers/header.php: initial import (not working) * htusers/file.php: New file. * htusers/file.php: initial import (not working) * auth/pop3.php: New file. * auth/pop3.php: initial import (not working) * auth/ftp.php: New file. * auth/ftp.php: initial import (not working) * doc/faq.html: New file. * doc/faq.html: initial import (not working) * doc/new_directory_layout.html: New file. * doc/new_directory_layout.html: initial import (not working) * .cvsignore: New file. * .cvsignore: initial import (not working) * Makefile: New file. * Makefile: initial import (not working) * realm/.cvsignore: New file. * realm/.cvsignore: initial import (not working) * README: New file. * README: initial import (not working) * doc/performance.html: New file. * doc/performance.html: initial import (not working) 2002-07-19 Dobrica Pavlinusic * html/DetailPage-file.html: New file. * html/DetailPage-file.html: initial import (not working) * htusers/sql.php: New file. * htusers/sql.php: initial import (not working) * realm/localhost.htusers.dist: New file. * realm/localhost.htusers.dist: initial import (not working) * adduser.pl: New file. * adduser.pl: initial import (not working) * lang/default.php: New file. * lang/default.php: initial import (not working) * html/docman.css: New file. * html/docman.css: initial import (not working)