-
I just upgraded to php 5.3. Sigh...as usual, there's problems due to the php maintainers screwing with their codebase again. Here's another brain-dump:
* lib/data_formatting.php defines a date_diff() function that is, as far as I can tell, completely unused. Which is good because php now has a built-in date_diff() function. Edit the file and change the name to old_date_diff()
By the way:
2009-09-29 20:25:08 UTC in DocMgr
-
Reindexing with URLS that are dead (connection timeouts) doesn't work so well, with the indexer blocking for (at least) a long time.
I'd suggest the default package have
define("APP_WGET", "wget --timeout=60 --tries=1 -O") ;
in config/app-config.php
What say?.
2009-07-02 17:18:47 UTC in DocMgr
-
Hello All,
Here's some notes I compiled while struggling to get DocMGR to work with Postgresql 8.3 and tsearch2. The thing is, 8.3 has tsearch2 built-in, and I believe (through cursory study) that some of the semantics have changed.
-- This is mostly a brain-dump, but feel free to ask questions if you get stuck --
My situation is that I'm moving an existing postgresql database -- dumped...
2009-07-02 16:27:10 UTC in DocMgr