-
Thumbnail images are currently broken in the latest version. You'll need to use an older version. I'm not sure which version had them last working.
I do plan to fix this, but since it involves a redesign of the rules (to allow for more than 1 rule per field), it hasn't been a quick fix.
2006-04-03 20:02:47 UTC in dataMiner
-
I've got it - I've just been quite busy these days. I was hoping for just the Xref patch, but the additional features in your diff caused me to save it until later when I could take a closer look.
2006-03-21 14:52:13 UTC in dataMiner
-
If you could send a diff of your version to the CVS version in the form of a patch, I will take a look and incorporate your features into the CVS branch.
From the sound of it, these are very welcomed features. Nice work!
2006-02-09 18:26:30 UTC in dataMiner
-
Check the login/passwd for accuracy too. I received the same error message when sending invalid credentials.
2005-12-20 16:52:35 UTC in GotMail
-
Unfortunately, this isn't supported in dataMiner.
You may be onto a good hack by using session.
Try something like:
if (isset($_GET['myvar'])) {
$_SESSION['myvar'] = $_GET['myvar'];
}
$where "uid =".$_SESSION['myvar'];
This is untested, may not work however.
I will make a note of this suggestion and try to add this functionality into the next version.
2005-12-16 21:42:36 UTC in dataMiner
-
openface committed patchset 89 of module dataMiner to the dataMiner CVS repository, changing 32 files.
2005-08-19 20:43:32 UTC in dataMiner
-
openface committed patchset 88 of module dataMiner to the dataMiner CVS repository, changing 2 files.
2005-08-19 20:43:32 UTC in dataMiner
-
openface committed patchset 87 of module dataMiner to the dataMiner CVS repository, changing 6 files.
2005-08-17 16:16:15 UTC in dataMiner
-
openface committed patchset 86 of module dataMiner to the dataMiner CVS repository, changing 4 files.
2005-08-17 15:25:37 UTC in dataMiner
-
openface committed patchset 85 of module dataMiner to the dataMiner CVS repository, changing 2 files.
2005-08-17 15:10:33 UTC in dataMiner