The purpose of this task is to track the issues preventing a release. I want a release candidate out before Thursday, May 6th.
#450936: Remove the user posts threshold feature
#449284: Setting priority to 'Not in Sitemap' does not remove link from sitemap
#379854: The site map is not being populated
Comments
Comment #1
Anonymous (not verified) commented#453566: Default value for variable_get('xmlsitemap_menu_menus', array()) is incorrect
#453434: Rename the modules
Comment #2
alexandreracine commentedI will gladly test once the RC1 is there.
Comment #3
Anonymous (not verified) commented#379854: The site map is not being populated is fixed.
#449284: Setting priority to 'Not in Sitemap' does not remove link from sitemap is fixed.
#450936: Remove the user posts threshold feature is fixed.
#453566: Default value for variable_get('xmlsitemap_menu_menus', array()) is incorrect is fixed.
#453434: Rename the modules is being worked.
Comment #4
Anonymous (not verified) commented#453434: Rename the modules is still questionable.
#455144: Strings need updated throughout the code is being worked.
Comment #5
whiztech commentedsubscribe
Comment #6
okday commentedsubscribe
Comment #7
Anonymous (not verified) commented#453434: Rename the modules is fixed.
#456262: BETA release before RC is active.
Comment #8
dave reidMajor next beta blocker: #458546: Cache files are not created.
Comment #9
hass commentedRC should be string freezed if possible. See
#470792: Translatable strings review
#470778: Constant floating numbers shown in the user interface must be translatable
Comment #10
Anonymous (not verified) commentedBETA6 has been released. Please read the release notes at http://drupal.org/node/501912. Depending on the opened issues for beta6 I plan to release RC1 on July 1st between 11:00:00 and 13:00:00 UTC. Should open issues overwhelm the product another beta would be released.
Comment #11
hass commentedOh my goodness... this beta6 release is a burden on the xmlsitemap users!
1. Nobody need to disable any module.
2. Enable maintenance mode
3. Users need to delete the module folder
4. Than unpack the new version
5. Run update.php (also clears all caches automatically and need to run after EVERY update - we all know this!)
6. Ready
If this is new for someone, read d.o standard update rules for Drupal.
Telling a user to make sure all tables are deleted is more than strange. You can do this with an update hook. This is why we have an update system... "(Make sure you set the cron limit first.)" is why get_variables have a default value... nothing a user need to do, too - or an update hook need to care about!
Comment #12
dave reid@hass: You'd be suprised at the number of users that don't realize they need to run update.php after uploading new versions of modules.
Comment #13
Anonymous (not verified) commentedThe instructions aren't that much of a burden even though they are not what you have come to expect from a Drupal module. The users who are upgrading from version 5 just need to do a normal update.php. The users who have installed a previous 6.x-1.0-beta[0-5] or a 6.x-1.x-dev release are the ones that will need to uninstall. I have tested an update.php from a previous 1.x-dev release without issue but the comfort level isn't good for me. The update instructions for the beta6 to rc1 release will be as you expect.
Comment #14
hass commented@Dave: I'm aware about this, but core complains if you access "admin"... and point you to the status page and so on. If people cannot read we cannot help them :-). Nevertheless - this is the way how we update modules for ages in Drupal and how it's documented! All guys who knows how to update in the Drupal way would struggle if this manual update path is required.
@earnie: If it works via update.php, ok - but if not - clearly spoken (sorry) - it's unprofessional not to implement the appropriate update hooks for a clean update. The maintainers need to know very very best what need to be rolled back or forth from beta5 to beta6. I will never uninstall my modules and remove tables manually (very unprofessional)!??? Only because of this release notes to-do list I would delay an update or stay where I am for a long time. The reason is simple - the code need to be soooo buggy that I may risk my site. I have no idea what you mean with comfort level isn't good for me, but in such a case it would be better to write a few lines with an update hook to make it better.
Comment #15
Anonymous (not verified) commented@hass: I point you to http://drupal.org/node/467026 which states:
I know that updating from 5.x-1.6 works and only this release should be used on any production site since it is the only release for production. There has been no official release for 6.x as of yet. Also see http://drupal.org/node/467020 which gives yet more warning of a -beta use. So your statement
is true for production servers but not so true for development because there has been no official release of 6.x-1.x.
It is a sad turn of events that no release for 6.x has been made but we must eat the garbage dished out to us. I am not going to spend my valuable time to ensure that executing an update.php from beta5 to beta6 will execute since beta5 should not have been placed into production and from the issue queue I can tell it wasn't working properly. I can see an issue with the project module in that it places the -betaN series in the production fieldset yet its documentation doesn't support -betaN as a production release. That should be remedied via the project/issues/project queue and isn't something that the xmlsitemap project should be concerned with.
Comment #16
hass commentedDrupal core also allows a seamless upgrade from beta version to beta version, to RC and final. You are completely right if you say you do not need to support inter DEV updates (nevertheless it's better to have them), but between "official releases" (you made the beta official!) an upgrade should work well. I think the main issue that hurts here is that users are made to use the betas because we are all hot for an final D6 release for 1.5 years. Therefore you should better care about the beta upgrade path via update hooks. Be user friendly / admin friendly...
Comment #17
dave reid@hass: We are trying to do that. The unfortunate reality is that the beta4/beta5 releases (that were not coded by myself or Earnie) didn't have clean upgrade either in addition to changing the fundamental and expected way the module worked. If you have been at all following what's been happening, you would know that we had to reset the code, and trying to code the upgrade paths would be a huge, buggy task.
Let's even look at the last update function in xmlsitemap.install from beta5:
According to this, your tables were dropped, data lost, and the tables recreated. This is not an upgrade path and not how the module should have worked. We are addressing this situation now with the utmost seriousness. From here on past beta6 we will not be making major changes to the data architecture, and we will have upgrade paths in place.
This module is not Drupal core. We don't have the hundreds of thousands of developers submitting patches and a testbot testing all those patches for breakage. We have only two active maintainers and we're doing our best to rectify the situation and ensure that this kind of slip-up does not happen again in the future.
Comment #18
avpadernoThat is partially true (tables of not anymore used modules were not created). What should be said is that the majority of the dropped tables were used from modules that have been removed. The xmlsitemap_additional table is dropped, but that is done because it had a different structure in the 6.x-0, and 5.x-2 branches.
Comment #19
Anonymous (not verified) commentedI think we're ready for our first RC; anyone say no-go?
Comment #20
Anonymous (not verified) commentedxmlsitemap-6.x-1.0-rc1 has been released.
Comment #21
spangaroo commentedI'm going from 6.x-1.x-beta05 to 6.x-1.0-rc1, but would like some help with this section in the INSTALL.txt if someone can lend a hand:
5) Make sure there are no variables left in the variable table WHERE name LIKE
'xmlsitemap%'.
6) Make sure there are no rows left in the system table WHERE name LIKE
'xmlsitemap%'.
Step 4 was "Make sure the xmlsitemap tables are no longer available in the database." and I did that one just fine.
But I'm not sure where to go in phpMyAdmin to make sure steps 5 and 6 are carried out so there are no instances of 'xmlsitemap' elsewhere.
Great module and thanks in advance for any help.
Comment #22
Anonymous (not verified) commentedas SQL
if rows exist
If you have a table prefix defined in settings.php then you'll need to adjust the table names to add the prefix.
Comment #23
avpadernoReplace "variable" with the effective name of the database table; if your Drupal installation is set to use table prefixes, the name of the table will be different. The same is true for "system".