-
Is there some way that Sysinfo could please show the xserver / driver name + its version that the system is running?
Current under "System", it says "Xorg version" is "unknown (24 October 2008 08:00:16AM)". That tells me when the server was built, but does not indicate which xserver is running, or which verion. (The distro I'm currently running is Ubuntu 8.10)
P.s. I don't know if I'm...
2008-12-08 05:25:46 UTC in Sysinfo
-
> gedcoms with spaces in the name.
> Probably easy to fix. This module needs a bit of a rewrite/overhaul, so
> I'll consider that when I do it.
Thank you.
> 2) ERROR 8: Undefined offset: 1.
> This could be caused by having non-standard spacing in the
> level 0 record, ie. multiple spaces in "0 @I1@ INDI".
Yes, that's exactly what it has in this file: "0 @I1@ INDI".
The software...
2008-03-26 07:26:22 UTC in PhpGedView
-
I'd like to report two possible bugs and one request with gedmerge.php v0.4, on PhpGedView v4.1.2 and PHP v5.1.2:
First possible bug, my ged file was called "descendents of Beatrice Pearl Marshall.ged", and when I went to use gedmerge.php, after selecting the two files, I got these PHP errors:
--------------------------------
ERROR 8: Undefined index: descendents
0 Error occurred on line...
2008-03-20 07:02:57 UTC in PhpGedView
-
I have the option set to "Paternal" (at least, that's what it says), but I'm assuming that this should apply both when adding children of a couple, and when adding parents of a child. So for example, I have a "Mary Routley" from the 1800s, and when I go to her "Quick Edit" -> "Family with Parents" screen, and start entering data, then I would expect the surname of the father to autocomplete to...
2007-11-06 06:36:50 UTC in PhpGedView
-
In English-speaking countries, if "James Petersen" and "Mary McDonald" have a child, then a reasonable guess for the surname of any offspring would be "Petersen". I know this is not always the case, but it would save on typing, and reduce the chance for typos, if this could be a default. Could this perhaps be a default if the UI
language is "EN" and children are being entered? I.e. supply...
2007-11-05 02:09:37 UTC in PhpGedView
-
There is an XSS on the "research assistant" page (URL: "/module.php?mod=research_assistant") . In the "Who do you want to learn more about?" box type (note: need to include the starting quote) :
"alert(1);
... then click "view", and should get an XSS JavaScript popup dialog box that says "1".
2007-11-05 02:01:44 UTC in PhpGedView
-
Tools -> "generate patch" on two directories gives an "item not found or is directory" error message in WinMerge 2.6.8.0 (and previous, 2.2.2 did similar).
It's certainly possible to do a "diff -ru dir1 dir2" on two directories, so could "generate patch" please do this?
And apologies if this is a dupe, but...
2007-08-29 07:26:15 UTC in WinMerge
-
Hi John,
> Is there a reason you're not using a more recent JDBC driver?
Just the error message schemaSpy gave when trying to run it without specifying
the "-cp" command pointing to the JDBC driver:
------------------------------------
Failed to load driver 'com.mysql.jdbc.Driver' from: []
This entry doesn't point to a valid file/directory: [/mysql/mysql-connector-java-3.1.12-bin.jar].
2007-04-13 02:26:20 UTC in SchemaSpy
-
On running schemaSpy, I get the following "Unknown initial character set index" exception (after downloading the correct mysql-connector JDBC driver, etc) :
-------------------------------------
root@bling:~/tmp/schemaSpy# java -jar schemaSpy_3.1.1.jar -t mysql -o wiki -host localhost -db "wikidb" -u "wikiuser" -p 'passwd' -cp...
2007-04-12 02:27:38 UTC in SchemaSpy