-
\ instead of /.
2009-08-14 09:56:50 UTC in OpenDataBag
-
User inserted trailing backslash '/' by accident into a field. System took this value into ./myecho/lang/pl-new file:
There is a blank screen and an error into source code of the start page:
Parse error: syntax error, unexpected T_STRING, expecting ']' in /web/abcportal.eu/demo/raab/myecho/lang/pl-new on line...
2009-08-14 09:34:04 UTC in OpenDataBag
-
Example: When there is translation: 'October' => 'Listopad' in pl-dist then you cannot translate it into proper 'Październik'.
System should take translations from user translations rather than from distribution file.
2009-04-22 09:12:51 UTC in OpenDataBag
-
(odb_script=upload)
2009-04-14 10:55:15 UTC in OpenDataBag
-
Cannot translate 'Upload' button on odb_upload.
2009-04-14 10:54:08 UTC in OpenDataBag
-
Please add Manage field dict to Menu -> Administration -> Manage structure -> [objects]
Now, it is only possible to manage dictionary when you go to configuring report.
2009-04-06 07:33:22 UTC in OpenDataBag
-
It's possible that emails are imported multiple times. This is when an email has huge attachment. While this attachment is being imported there comes consecutive (cron) import email session. It is because import_emails() function saves email object at the very end of import_emails() function just after exit_onsave and all possible operations.
2009-03-27 07:16:11 UTC in OpenDataBag
-
Don't force email deleteing after import_emails(). I mean lines:
@imap_delete($mbox,'1:*'); // to clear out an entire mailbox.
@imap_expunge($mbox);
Give user config variable.
There're often doubts about attachments and theirs data quality and it's not easy to check the problem in Email object only.
2009-03-05 13:26:03 UTC in OpenDataBag
-
Cannot correct MyBag with dedup_fix(). Record is duplicating because save() searches for old version of the record only in '' bag. Solution is to change l.2652 into:
save($variable_array, $old_bag);
and add one line after l. 2646:
$old_bag=read($replace_line, 'MyBag');.
2009-02-04 18:38:23 UTC in OpenDataBag
-
Please remove debug line:
ini_set("memory_limit","100M");
from ./mydata/script/inc_data.txt.
2008-12-29 14:01:29 UTC in OpenDataBag