-
The navigation tree ignores whether a user has permissions to view a particular collection. I.e. If I have no read access to a particular collection and navigate to the parent, the collection is still shown in the navigation tree on the left (but not in the browse screen of the parent collection on the right).
2009-10-30 16:08:21 UTC in DocMgr
-
In migrating to DocMGR, the auto_import script was invaluable for me (especially when I patched it in order to also maintain the creation dates of files when importing them by getting this info from filemtime() ). It seems to have disappeared :-(.
2009-10-30 15:57:38 UTC in DocMgr
-
If a document has several collection parents, the breadcrumbs shown when going to the properties page are arbitrary. I.e. if I navigate to a particular object and go to its properties page, then the breadcrumbs shown don't necessary relate to how I got there but could show one of the other parent collections.
I patched this in 0.58 for my users to show all of the breadcrumbs in lines one...
2009-10-30 15:53:15 UTC in DocMgr
-
When posting discussion topics, newlines in the text disappear because they are not converted into html line breaks. The posted text field should be processed with nl2br() in order to render it as the original writer intended - or even better, give people the full fckeditor for writing their posts.
2009-10-30 15:30:24 UTC in DocMgr
-
I tried to create a new account (LDAP authentication) and failed :-( This is because lib/account/ldap.php refers to the undefined variable "LDAP_CREATE_BASE".
2009-10-30 15:17:40 UTC in DocMgr
-
Is it a bug or a feature that none of my LDAP addresses are available for sending emails to when I call up the address book? Do they really need to be entered into DocMGR separately and then access given to all users with "assigned accounts"? Surely the point of an LDAP is to have a centralised management of people and their contact data. I have plenty of other applications working directly...
2009-10-30 15:16:08 UTC in DocMgr
-
Seems like it is the USER_PASSWORD which is blank when it is needed in getObjectInfo of the DOCMGR constructor. Something here is screwy when using LDAP (MD5) auhtentication :-(.
2009-10-30 08:50:34 UTC in DocMgr
-
This is what the contents of $info is:
Array
(
[session_id] => rohjafqsnjslcs7d6jja0ivpoagprnj5
[error] => API: Username or password not passed
)
So there is no $info["name"] set (and this also isn't caught)
I am using LDAP authentication - could this perhaps be the source of the problem? ...
2009-10-30 07:46:28 UTC in DocMgr
-
Would it be possible to (re-)include a global option to send docmgr files by reference rather than attachment? Driven by the setting of the option REQUIRE_SYSTEM_EMAIL, you had this conditionally in .58 (only when emailing to system users rather than freetext external addresses) and I patched it to always force this. My patch also changed the link to take people to the discussion page rather...
2009-10-30 06:45:19 UTC in DocMgr
-
No foreign characters in the filename - just a normal pdf file. I will check this out further and get back to you once I get to the bottom of it.
2009-10-30 06:38:31 UTC in DocMgr