DocDB
DocDB copied to clipboard
Working repository for DocDB
FSUtilities.pm Line 138: my $new_dir = $web_root.$hun_dir.$sub_dir.$ver_dir; =====>my $new_dir = $web_root."/".$hun_dir.$sub_dir.$ver_dir; SeacherAtoms.pm Lines 116 and 126: if $MySQLVersion < 8 =====> if ($MySQLVersion < 8)
If I get it right, this line in `SmartHTML` is supposed to escape html special characters: https://github.com/ericvaandering/DocDB/blob/4e5b406f9385862fb8f236fed1ecfa04c6ae663c/DocDB/cgi/HTMLUtilities.pm#L33-L34 But it messes up non-ASCII symbols in utf8, like "é". Consider using some...
Several links on the wiki page for installation support are broken. https://github.com/ericvaandering/DocDB/wiki/Installing-DocDB Specifically: * create a MySQL DocDB database * customize DocDB * Common Problems The documentation information may be...
8.8.9 jp
Hey Eric, When deploying DocDB here I ran into a few issues (some only in my personal computer installation based on an up to date ArchLinux). I also added in...
this isn't actually the version I want to commit against; I think this should go against master, but couldn't figure out how to open the pull request unless I went...
From user: "With the new docdb I went to the create document page. In the topic section, the top level topics and check boxes appeared immediately. After about 15 seconds...
The new "create similar" function is very nice. From user: "Is there anyway to create a ‘template’ from a docdb entry to use to create many many additional docdb entries...
[I propose we table this to the next release and we'll either keep AutoCreateSSO TRUE or keep UseCertGroupsForSSO FALSE if AutoCreateSSO FALSE until then.] the SSO account appears to inherit...
The "Last Signed" field in the gray doc info box on the left shows the time of the first signature instead of the second signature.
This would be useful for instances where Basic Auth still exists since these accounts are not verified to have the right name or e-mail address. Spoofing is possible. To be...