[go: up one dir, main page]

Menu

Tree [r3] / doc / scripts /
 History

HTTPS access


File Date Author Commit
 include 2007-11-13 elawman [r3]
 upgrade50 2007-11-13 elawman [r3]
 README 2007-11-13 elawman [r3]
 checksum.php 2007-11-13 elawman [r3]
 create-cache.php 2007-11-13 elawman [r3]
 create_dirs.php 2007-11-13 elawman [r3]
 createthumbs.php 2007-11-13 elawman [r3]
 docmgr-autoimport 2007-11-13 elawman [r3]
 docmgr-tsearch2-803-81.sql 2007-11-13 elawman [r3]
 docmgr-tsearch2-pre802.sql 2007-11-13 elawman [r3]
 docmgr-tsearch2.sql 2007-11-13 elawman [r3]
 docmgr.pgsql 2007-11-13 elawman [r3]
 regprocedure_update.sql 2007-11-13 elawman [r3]
 reindex.php 2007-11-13 elawman [r3]
 upgrade.php 2007-11-13 elawman [r3]

Read Me

/**********************************************************
	Description of the files in this directory
**********************************************************/

README				This file.

checksum.php		Recreates the checksums for all files.  It also resets the version
			in the dm_object table to the most recent version of a file.  This fixes
			corrupt version information from a revision deletion bug.

create-cache.php	Creates module.xml cache files for quicker site
			loading.  This should only be required for high traffic sites.

createthumbs.php	Recreates thumbnails for all supported file types in the system.

docmgr-autoimport	This file imports documents in a specified
			directory.  It will delete the documents in that directory when the import
			is finished.  This is intended to be run as a cron job

docmgr-tsearch2-pre802.sql	This sql script makes DocMGR databases
				running on 7.4 through 8.0.2 versions of postgresql tsearch2 ready

docmgr-tsearch2.sql		This sql scripts  DocMGR databases using
				8.0.3 and later versions of postgresql tsearch2 ready.

docmgr.pgsql			The docmgr database creation sql script.

regprocedure_update.sql 	This file updates a tsearch2 enabled docmgr to allow
				easier backups.  Should only be required for 7.4.x
				versions of postgresql.

reindex.php		Reindexes all documents.

upgrade.php		Upgrades docmgr database from 0.5x to 0.54

upgrade50/upgrade.php	This file upgrades 0.44-0.49.x to 0.50.  This must
			be run before running the 0.51 migration script if you are running
			0.44-0.49.x.  Run it from within the upgrade50/
			directory.