a few weeks ago, i'd upgraded logintoboggan ...
cat logintoboggan.info
-------------------------------------------
; $Id: logintoboggan.info,v 1.5 2007/11/20 13:07:43 thehunmonkgroup Exp $
name = "LoginToboggan"
description = "Improves Drupal's login system."
core = "6.x"
; Information added by drupal.org packaging script on 2009-09-30
version = "6.x-2.x-dev"
core = "6.x"
project = "logintoboggan"
datestamp = "1254313434"
-------------------------------------------
checking modules today as usual (@ .../admin/reports/update), i noticed:
LoginToboggan 6.x-2.x-dev (2009-Sep-30) no available releases found
which i've never seen before. Checking around the site, I can find no trace of "6.x-2.x-dev" ...
where'd it go?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | lt_releases.jpg | 164.09 KB | iva2k |
Comments
Comment #1
vm commentedcould have been a packaging issue, I see no unpublished releases for 2.x either. That said, I'd remove the 2.x version you have and reinstall 6.x 1.5
Comment #2
PGNetDev commentedodd ... if you google "logintoboggan-6.x-2.x-dev", the 1st hit is:
logintoboggan 6.x-2.x-dev | drupal.org
Aug 31, 2009 ... Download: logintoboggan-6.x-2.x-dev.tar.gz. Size: 56.8 KB md5_file hash: d3b0f4381e792d53080d080ea80cabbb. Last updated: August 31, ...
drupal.org/node/95801 - Cached - Similar - Filter
@ the link, drupal.org/node/95801,
logintoboggan 7.x-1.x-dev
7.x
hunmonk - October 8, 2009 - 17:37
Nightly development snapshot from CVS branch: HEAD
First released: October 8, 2009 - 17:37
Download: logintoboggan-7.x-1.x-dev.tar.gz
Size: 63.19 KB
md5_file hash: 05c7fdc78e3153cce866a55992cee39d
Last updated: October 11, 2009 - 17:19
but the google cached' page @,
http://74.125.155.132/search?q=cache:Qq6RzON6rhkJ:drupal.org/node/95801+...
points to what i'd downloaded,
logintoboggan 6.x-2.x-dev
6.x
Gary Feldman - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
First released: November 11, 2006 - 09:14
Download: logintoboggan-6.x-2.x-dev.tar.gz
Size: 56.83 KB
md5_file hash: 5108e08c557aef94a0d3dab37e192877
Last updated: September 30, 2009 - 12:23
View usage statistics for this release
looks like HEAD's version numbering changed, without branching, afaict.
reluctant to upgrade to "7.x-1.x-dev" while still on 6x, without some guidance from the dev.
so, atm, looks like downgrading is (?) the available option.
Comment #3
iva2k commentedIt also looks like the whole 6.x-2.x branch is gone from the CVS.
I did a quick diff on the 6.x-1.5 and my last 6.x-2.x-dev (2009-Aug-31), and there are few not huge differences:
1. form 'user_register' in 1.5 is "// Admin created account aren't processed by the module.", vs.
in 2.x-dev was "// Admin created accounts are only validated by the module." and was setting form[#validate] to logintoboggan_user_register_validate()
2. logintoboggan_user_register_validate() changed - no check of user_access('administer users') in 1.5
3. logintoboggan_user() does not handle op=='update' in 1.5 (this is relatively big chunk of code)
Looking at 6.x-1 branch in CVS, it appears more advanced than my last 6.x-2.x-dev (2009-Aug-31). I would wait till 6.x-1.x-dev is published in downloads.
...curious to hear the story behind 6.x-2.x-dev. My guess is it was not different from 6.x-1.x
Comment #4
hunmonk commentedi created 6.x-2.x-dev from the HEAD branch, with initial plans to diverge from 6.x-1.x-dev with some reorganization, new features, etc. however, this never materialized -- 6.x-1.x-dev and 6.x-2.x-dev never diverged, and now 7.x-1.x-dev is upon us.
so, i repurposed the HEAD branch for 7.x-1.x-dev. at this moment it still has not diverged from 6.x-1.x-dev, but it will very soon as i start the upgrade process.
@PGNetDev: shame on you, running a -dev snapshot... ;) you know you do that at your own risk! that said, you should be able to safely downgrade to 6.x-1.x-dev since they are the exact same codebase. you can probably even downgrade to the last official 6.x-1.x release, but i'd test that first.
Comment #5
iva2k commented@hunmonk
Thanks for the explanation. I guessed right. When can we expect to have a 6.x-1.x-dev snapshot available in the downloads? After code inspection I know I will not downgrade to 6.x-1.5.
Comment #6
vm commented6.x-dev is already available and can be found by clicking the view all releases link on the project page.
Comment #7
iva2k commentedI've checked releases - there is still no 6.x-1.x-dev (see the attached screenshot) as of 9:30 PM PDT. Latest 6.x-1.x-dev is June 9, 2008 - 11:32, which is even older than 6.x.-1.5.
Comment #8
vm commentedyou're screenshot is the top of the list.
scroll further down the page. a little more than 1/2 way.
Comment #9
iva2k commentedGot it. It is releases weird sorting order.
Here's the link for people as blind as myself:
http://ftp.drupal.org/files/projects/logintoboggan-6.x-1.x-dev.tar.gz
Comment #10
vm commentedby date of branch/release created (not updated)
Comment #12
elijah lynnI am also looking for this. The latest dev should be on the project page. I found it buried in the View all releases page. Can we get this back on the project page?
Comment #13
hunmonk commentedit is each maintainer's choice whether or not they want to list the development snapshots on the main project page. i choose not to, because i want to encourage people to use official releases.
Comment #14
elijah lynnThanks for clarifying that hunmonk. I am just so used to seeing it I thought it was broken. I understand your intent.
Cheers,
Elijah