Today I released version 3.0 beta 4. This is expected to be the final beta of version 3.0 before the final is released. The final will be released in two weeks. Please help us test this beta release so that we can have a very stable version 3.0 with fewer bugs. Translators should work with the text in this beta release so that they can have their translations ready before the final is released.
Thanks,
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It will allow us to keep better track of them. Will you submit a bug report for the 2 before mentioned problems or shall I do it. Difference is if you log them, you are being updated on all progress.
Thanks for testing.
Regards,
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks folks. I added in the Feb 28th feature. Will add any others I come across.
BTW, I really like the new v3 layout... One thing I'm struggling with though is that I programed my own "homepage" into v2 because I like the tree with authentication required. So I run some PHP checks and present the "homepage" based on authentication.
Now you have that nice portal page that I'd think about encorporating my own stuff into (because I hate redundancy), unfortunately it still requires authentication to actually view the contents.
I'm thinking it'd be great if PGV at least had the one portal that didn't require authentication (of course, the content could change upon authentication)... This way the folks viewing the root page get something more than just Login/Password.
You can check my pgv v2.65 at http://www.snowfrog.com/familytree - I have random pics from my family on one side, from my wife's on the other. The branch links below are based on if the client is authenticated or not.
I hacked the login.php code to process the "direct=1" POST variable so login.php keeps the destination (click one of the links and you'll see something like login.php?direct=1&url=index.php?rootid=I1 when not authenticated). This way it takes you directly to who you clicked on (the user only sees a "login" button, no myged or admin). I have yet to test login.php in v3 to see if it keeps the state properly.
The bottom of my front page lists everyone in the tree... this way search engines do not require access to the actual tree to build an index of the names. (I add that in manually and insert some php code into the links, again based on authorization)
Jason
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-19
Hi Jason,
Does I added in the Feb 28th feature. has anything to do with bug: [ 919717 ] PGV v3b4 Calendar.php - Feb 28th?
Regards,
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Today I released version 3.0 beta 4. This is expected to be the final beta of version 3.0 before the final is released. The final will be released in two weeks. Please help us test this beta release so that we can have a very stable version 3.0 with fewer bugs. Translators should work with the text in this beta release so that they can have their translations ready before the final is released.
Thanks,
--John
Didn't know if you wanted to start a seperate v3b4 bug thread or not...
Here's a bug(?) I've found:
- Receive the error "Notice: Undefined offset: 1 in /var/www/html/phpGedView/indilist.php on line 229" when accessing the following page:
http://website/phpGedView/indilist.php?show_all=yes&surname_sublist=no
(that's the page that attempts to view all people in one huge table)
"Undefined offset"-error is added to the alpha-beta-bugs list.
https://sourceforge.net/tracker/index.php?func=detail&aid=917825&group_id=55456&atid=608801
Also found that folks born on Feb 28th are not being displayed... yet the lucky 29th people are (on the 29th in leaps, 28th in non-leaps)
Hello Jason,
Any bugs you find in the beta 4 release, can you please post them here: http://sourceforge.net/tracker/?atid=608801&group_id=55456&func=browse
It will allow us to keep better track of them. Will you submit a bug report for the 2 before mentioned problems or shall I do it. Difference is if you log them, you are being updated on all progress.
Thanks for testing.
Regards,
Roland
Thanks folks. I added in the Feb 28th feature. Will add any others I come across.
BTW, I really like the new v3 layout... One thing I'm struggling with though is that I programed my own "homepage" into v2 because I like the tree with authentication required. So I run some PHP checks and present the "homepage" based on authentication.
Now you have that nice portal page that I'd think about encorporating my own stuff into (because I hate redundancy), unfortunately it still requires authentication to actually view the contents.
I'm thinking it'd be great if PGV at least had the one portal that didn't require authentication (of course, the content could change upon authentication)... This way the folks viewing the root page get something more than just Login/Password.
You can check my pgv v2.65 at http://www.snowfrog.com/familytree - I have random pics from my family on one side, from my wife's on the other. The branch links below are based on if the client is authenticated or not.
I hacked the login.php code to process the "direct=1" POST variable so login.php keeps the destination (click one of the links and you'll see something like login.php?direct=1&url=index.php?rootid=I1 when not authenticated). This way it takes you directly to who you clicked on (the user only sees a "login" button, no myged or admin). I have yet to test login.php in v3 to see if it keeps the state properly.
The bottom of my front page lists everyone in the tree... this way search engines do not require access to the actual tree to build an index of the names. (I add that in manually and insert some php code into the links, again based on authorization)
Jason
Hi Jason,
Does I added in the Feb 28th feature. has anything to do with bug: [ 919717 ] PGV v3b4 Calendar.php - Feb 28th?
Regards,
Roland
Roland,
Thanks for the quick response...yeah. And I followed up to that. User error (privacy is functioning as it should)
J