2002-07-20 Dobrica Pavlinusic * NEWS: better descriptions * docman.php, FAQ, NEWS: release 1.9 2002-07-11 Dobrica Pavlinusic * FAQ: added note about relative path (as suggested by Jerry Headley who submitted this question) 2002-07-10 Dobrica Pavlinusic * FAQ: added question about moving file 2002-07-03 Dobrica Pavlinusic * adduser.php: generate .htusers entry using only php * TODO: more tasks for next release * admin.txt, docman.txt: spell check, instructions about .htusers file format * contrib/sendlogins.pl: display help 2002-04-29 Dobrica Pavlinusic * FAQ: issue with php 4.2.0 and docman 1.8 or lower 2002-03-08 Dobrica Pavlinusic * htusers_file.php: don't load auth modules more than once 2002-02-20 Dobrica Pavlinusic * docman.php: IE 5.50.4522.1800 had problem with tag (so upload dissapeared), fixed 2002-02-19 Dobrica Pavlinusic * auth_ftp.php: verify users using ftp server (user verification is no longer dependent on size of inbox on pop3 server) 2002-02-16 Dobrica Pavlinusic * contrib/email2htusers.pl: don't reuse TCP connection. This will solve sendmail slowdown (which is actaully a anti-spam feature) 2002-02-15 Dobrica Pavlinusic * Makefile: added forgoten adduser-dbi.pl for users in SQL database * docman.conf: LDAP module parameters * htusers_ldap.php: contributed LDAP module by Will LaSala (will@dahome.org) 2002-02-12 Dobrica Pavlinusic * TODO: what has to be done before next release * FAQ: what happend to dates in ChangeLog? 2002-01-24 Dobrica Pavlinusic * docman.php: start of version 1.9 2002-01-22 Dobrica Pavlinusic * auth_pop3.php: IMPORTANT FIX: allows special characters (like \ and ") in passwords 2002-01-16 Dobrica Pavlinusic * docman.php: change log again displays correct time 2002-01-11 Dobrica Pavlinusic * FAQ, NEWS: changes in documentation * docman.php: release 1.8 * Makefile: add include_php in distribution * TODO: more additions * htusers_header.php: fix remote user bug (it displayed wrong user on page) * docman.php: remove warning from log file 2002-01-10 Dobrica Pavlinusic * docman.php: fix login problem after logout with IE5.5 2001-12-23 Dobrica Pavlinusic * NEWS: update of user-visible changes 2001-12-17 Dobrica Pavlinusic * docman.php: removed debugging output when logging out 2001-12-16 Dobrica Pavlinusic * include_php/tree.php: sort items, support for gblHide in config file * include_php/tree.php: display file note and filename 2001-12-15 Dobrica Pavlinusic * include_php/tree.php: New include example (for ?A=I&F=tree.php) which displays tree of whole site with link to detail page * docman.php: Now you can logout just by not entering password in authorization window (so that browser will cache login which is not valid) 2001-12-14 Dobrica Pavlinusic * docman.php: support for include php files. example: docman?A=I&F=foo will try to include .foo.php from docman's repository root fixed unnecessary parent icon * docman.php: support for max. size netries in changelog and history files 2001-12-07 Dobrica Pavlinusic * htusers_header.php, NEWS: htusers_header module can "inherit" logon credentials from apache 2001-10-31 Dobrica Pavlinusic * docman.php: fix by Andreas.Kraft(at)t-systems.de to prevent deletion of top level directory 2001-10-29 Dobrica Pavlinusic * docman.conf, docman.php: new option to force download (to prevent files from asociating with applications) for CheckOut (always) and View (by default off) * Makefile: get version number from docman.php 2001-09-26 Dobrica Pavlinusic * Makefile, NEWS: preparation for version 1.7 * admin.txt: documentation update * docman.conf: added missing end tag * NEWS: user-visible changes * htusers_header.php, htusers_union.php: removed debugging calls for error_log * docman.conf, htusers_header.php, htusers_union.php: htusers_union can be used to auth users using more than one method (e.g. first try by http headers, then from file and at the end from SQL database) * htusers_header.php: Use .htusers file and server/remote browser header to allow uninterrupted login into docman's repository 2001-09-06 Dobrica Pavlinusic * Makefile: added dbi to distribution (with persission from author) * adduser-dbi.pl, NEWS: script to add users if SQL datatabse is used for storage * NEWS, TODO: put TODO and NEWS under CVS controll * adduser.pl: small fix for undef var * adduser.pl: added -h flag to show help * docman.conf: default auth is to use file 2001-06-21 Dobrica Pavlinusic * Makefile: added NEWS file in distribution * Makefile: release 1.6 * docman.conf, docman.php: hide files also * docman.conf, docman.php: new configuration option: gblHide which is a string (separated by ,) with list of filenames or dirnames to hide 2001-06-20 Dobrica Pavlinusic * admin.txt: documentation for users in SQL database * Makefile: make complete distribution (with directories!) * docman.conf, htusers_sql.php: added module which take users from SQL database using php-dbi * dbi/dbi_pgsql.php: bugfix * htusers_file.php, docman.php: moved user storage handling in separate file * dbi/AUTHORS, dbi/COPYING, dbi/dbi_mysql.php, dbi/dbi_odbc.php, dbi/dbi_oracle.php, dbi/dbi_pgsql.php: added dbi-php classes (just in CVS not in distribution .tar.gz) from http://pil.dk/downloads/ to support users in SQL databases * adduser.pl: bug fix: md5 hash of password 2001-06-19 Dobrica Pavlinusic * docman.php: fixed bug with quotes (") in notes (as reported by Andreas.Kraft(at)t-systems.de) 2001-06-04 Dobrica Pavlinusic * docman.php: shows number of files and directories 2001-05-28 Dobrica Pavlinusic * adduser.pl: changes from Siviwe Kwatsha : login and fullname: prompt until you have a "string" (something not enter) passwd: fixed 2 typos on the variable name which break commandline, only passwords NOT beginning with auth_ are encrypted email: require a "word" before and after the '@', change error message to reflect this can still get away with " name@address" but that's not strictly wrong as the mua&/mta should strip it. 2001-05-26 Dobrica Pavlinusic * Makefile: 1.6dev * Makefile: added all contributed files * Makefile: begin of 1.6-pre (development) branch * contrib/backup.php: script to allow backup using mass downloader (wget, GetRight...) 2001-04-12 Dobrica Pavlinusic * contrib/sendlogins.pl: fix, send mails, don't do debug * contrib/sendlogins.pl, contrib/sendlogins.txt: perl script to send notifications of open accounts 2001-04-06 Dobrica Pavlinusic * docman.php: Netscape didn't show Create button somethimes (?) 2001-04-03 Dobrica Pavlinusic * docman.php: remove debugging output * contrib/email2htusers.pl: Domain name is taken from expn output and not arguments 2001-03-27 Dobrica Pavlinusic * Makefile: release 1.5 * admin.txt, docman.conf, docman.php: support for per-site configuration file docman.conf 2001-03-21 Dobrica Pavlinusic * admin.txt, FAQ: covered problems with upload of files bigger than 2/8 Mb 2001-03-12 Dobrica Pavlinusic * docman.php: support quotes in directory names 2001-03-11 Dobrica Pavlinusic * docman.php: show file uid&gid also as number * docman.php: is_writable -> is_writeable * FAQ: problems with php3 2001-03-05 Dobrica Pavlinusic * contrib/email2htusers.pl: reads e-mail addresses from stdin and dumps .htusers like output on stdout using auth_pop3 2001-02-23 Dobrica Pavlinusic * docman.php: You can move files around (along with logs, backups etc) by typing whole path in rename box. 2001-02-15 Dobrica Pavlinusic * docman.php: Changes to add comments by Hrvoje Dogan * docman.php: better instructions when creating .htusers file * Makefile: new development branch 1.5dev * Makefile: release 1.4 2001-01-30 Dobrica Pavlinusic * FAQ: added FAQ * docman.php: better error messages, cleaner code (authorization is finally on the right place, in main) support for installation in subdirectory of site (based on bugreport from Dietmar Schinnerl , thanks) * auth_pop3.php: don't use noop on pop3 server (based on suggestion from Dietmar Schinnerl ) * Makefile: add FAQ to distibution 2001-01-26 Dobrica Pavlinusic * auth_pop3.php, docman.php: cleanup of pop3 autorization * adduser.pl: perl script for adding users * admin.txt: added administration manual * auth_pop3.php, docman.php: changes to allow pluggable authentification modules * docman.php: fix for checkout of old documents with spaces in filenames 2001-01-23 Dobrica Pavlinusic * Makefile, .cvsignore: changes for distribution of .tar.gz 2000-12-21 Dobrica Pavlinusic * docman.php: fixed class capitalization which confuses Mozilla * docman.php: fix warning with upload, issue error if no file selected * docman.php: use HTTP_HOST instead of SERVER_NAME to support virtual hosts better don't display extra markup if no .info_inc file is found display "No files in this directory" if there are no files 2000-10-12 Dobrica Pavlinusic * .cvsignore: ignore some more files 2000-10-10 Dobrica Pavlinusic * docman.php: start in script directory (and not on server root) * .cvsignore: don't commit all files * docman.txt: name change Site Manager -> Document Manager 2000-09-13 Dobrica Pavlinusic * docman.php: one day in seconds * docman.php: full support for slashes in filename and data * docman.php: changelog works now, better working with slashes * docman.php: fix changelog display 2000-09-07 Dobrica Pavlinusic * docman.php: don't bomb out with error if no changelog is found * docman.php: added changelog 2000-09-06 Dobrica Pavlinusic * docman.php: fix write denied error after creation of new file * docman.php: actually delete directories (and all .dot files!) * docman.php: gblModDays should be global! * docman.php: fix empty delimiter warning, user-configurable showing of red star for changed documents in xx days * docman.php: extract info file into .info.inc 2000-08-04 Dobrica Pavlinusic * docman.txt: changes for new check-[in|out] arhitecture * docman.php: download/view with real filename * docman.php: rename old backups too * docman.php: display of old versions in history log (reverse chronological) * docman.php: picture support again working (with locks), fixes * docman.php: ugly bug in redir_to_url && support for fail-save rename * docman.php: redir_to_url for support of strange characters in filename * docman.php: fix relogin (if siteman is in some path) don't show file content for edit if file is locked enable forceing of unlock view file via siteman (so that views are recorderd in log) support for filename/pathname with spaces check-out/check-in support (locks) little help on bottom of screen support for update of file (needed for check-in) fixed creation of new file added missing .note handling to rename 2000-08-03 Dobrica Pavlinusic * docman.php: note on non-writable files * docman.txt: prva verzija * docman.php: note support, cleanup, added MoveTo * docman.php: create proto .htusers undelete preserves directory 2000-07-26 Dobrica Pavlinusic * docman.php: nuked exec calls (unsecure) nuked writeable function (replaced by php is_writeable) added support for https (tested with apache+mod_ssl) added users file date format user-selectable cycle backup files in bak directory support links as directoryes (for now) support of file history logging undelete capabilities (delete moves to .del directory) added more checking on entered filename (when creating file/dir) added rename option 2000-05-12 Dobrica Pavlinusic * docman.php: import of original ANYPORTAL(php) 000510 * docman.php: New file.