logo
WSN Links PHP Directory Software
Features Showcase Reviews Demos Purchase Manual Support
 

4.2.0 pre-releases
about the development versions

Version:


Page: 1 2

4.2.0 pre-releases
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 04/26/08 - 03:43 AM:
Subject: 42
quote post
#1
The 4.2 series is in development, with alpha releases coming out fairly regularly. Please note that there will be an upgrade fee for the eventual final 4.2.0 for people who made their original purchase before April 29th 2008 (no upgrade fee for new people), but not for the pre-releases.

Change log so far (much more to come): http://scripts.webmastersite.net/releasenotes42.p...

You can download autosetup.php to do a new install (upload, then visit in browser) or wsnlinks.zip to do things the conventional way.

Since this is currently in alpha, be prepared for major bugs.

In order to autoupgrade a current install, you need to be on the latest of the 4.1 series and then open scriptinfo.php and replace
$latesturl = 'http://scripts.webmastersite.net/wsnlinks/version.txt';
$currentdownload = 'currentdownload.php';
$releasenotes = 'http://scripts.webmastersite.net/releasenotes.php';

with
$latesturl = 'http://scripts.webmastersite.net/wsnlinks/version42.txt';
$currentdownload = 'currentdownload42.php';
$releasenotes = 'http://scripts.webmastersite.net/releasenotes42.php';

in order to switch series (it'll appear in the autoupdate prompt after that change). Of course, the series change will be done by clicking a button when the final release is ready... I don't want to have people doing it accidentally now.

In my tests, it seems to update my customized templates properly from 4.1. The automatic template updates, though, are part of what needs a lot of testing.

Final 4.2.0 release should be this summer. The 4.1 series will be supported at least through the end of the year, or until 5.0 is ready. 4.2 will be the final series to support PHP 4.


Note: the google checkout option won't actually work, it's just a dummy. Will be removed if I can't make any progress on SSL and getting my checkout account verified.

Edited by Paul on 05/01/08 - 10:17 AM
babrees
Expert
Avatar

Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 258
Total Posts: 819
Posted 04/27/08 - 11:03 AM:
quote post
#2
Paul - how will the upgrade fee work and any idea how much? I have multiple licenses, plus I was in the middle of setting up my co-branding.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 04/28/08 - 07:38 PM:
quote post
#3
As before, it'll be per-account rather than per-license. Probably about $35. 4.1 will of course remain available to those who don't pay, and 4.2 will become available to them sometime around when the next series comes out (so the fee is for first access).

Edited by Paul on 04/28/08 - 07:59 PM
babrees
Expert
Avatar

Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 258
Total Posts: 819
Posted 04/30/08 - 01:16 PM:
quote post
#4
Thanks Paul. Will there be much changes to the templates? As you know mine (as are many others) are heavily modified and it's not long since I had to re-do them all for 4.1.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 04/30/08 - 08:21 PM:
quote post
#5
There are changes, but the goal is for the updater to apply most or all automatically. Unless you've made gratuitous changes to every single line of templates, it should be able to determine what spot in your template it should replace by checking to see if it can find in your template one instance of that line, or one instance of the line plus nearby context lines from the old template. Of course, what's working in my simple test cases may run into hurdles in the real world... but you can test an upgrade of a backup copy to alpha 4 to see how it goes on your templates.
babrees
Expert
Avatar

Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 258
Total Posts: 819
Posted 04/30/08 - 09:27 PM:
quote post
#6
Paul wrote:
There are changes, but the goal is for the updater to apply most or all automatically. Unless you've made gratuitous changes to every single line of templates, it should be able to determine what spot in your template it should replace by checking to see if it can find in your template one instance of that line, or one instance of the line plus nearby context lines from the old template. Of course, what's working in my simple test cases may run into hurdles in the real world... but you can test an upgrade of a backup copy to alpha 4 to see how it goes on your templates.


Probably won't work on mine. Besides Murphy's Law I have drastically changed the details.tpl - yep every single line <G> Also my linkbits. The good thing is that my sites are really based on just two template rewrites (for about a dozen files) with custom insert bits, so hopefully I will only need to change the two base sites and then copy over those templates.

It would be good though if you were able to supply the changes (as you do now), that way I won't have to rewrite them all again smiling face

Do you (or will you) have a list of what is new in 4.2 I really don't know if I need / want to update right now with everything I have on my plate at the moment, but there just might be something I think "WOW! that would be great!".

Thanks Paul
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/01/08 - 10:09 AM:
quote post
#7
See the change log link in the first post of the thread. As for what hasn't been added yet that will be added, I can't predict.

Changes are listed when the automation fails on something, with context now for easier reading.
Damir
Forum Regular
Avatar

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 41
Total Posts: 127
Posted 05/04/08 - 01:22 PM:
quote post
#8
where is the ajax rating? I cant see it???
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/05/08 - 12:22 AM:
quote post
#9
It's everywhere. If you don't see it you're probably not using the templates.
Damir
Forum Regular
Avatar

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 41
Total Posts: 127
Posted 05/05/08 - 09:32 AM:
quote post
#10
youu are right my mistake it seams that update function dont work well in localhost....
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/06/08 - 06:48 AM:
quote post
#11
Works for me on localhost, which is where all my testing of it to date has taken place. I could test with your templates if you want to send them to me.
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 07:00 AM:
quote post
#12
When upgrading from the latest version of WSNLinks to the latest Alpha version of WSNLinks I received the following errors:




Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1156

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1156

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Warning: substr_count() [function.substr-count]: Empty substring. in /home/bliedel/public_html/ad_network_listings/upgrade.php on line 1157

Added these items to default: general_to general_pr dateformat_online suggestlink_selectcat sponsor_done title_error general_profile article_thesingularmasculine article_thesingularfeminine article_thepluralmasculine article_thepluralfeminine article_amasculine article_afeminine genders general_comment general_event general_watchlist general_feeds general_lists general_macros general_tovote general_toemail general_toviewpage general_states general_countries general_noperm






and of course a boatload of manual template updates, which I mostly expected. Now here's the big question though...should I revert back? I may do so before you respond to me because I need to do some updating to the site and don't want to have to revert back after making those updates. It seems to have worked ok though.



Thanks,

Brad
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 07:08 AM:
quote post
#13
I take back the "worked fine". ;-) When clicking on a link's Details I get:



"We've iterated more than 2000 times and there's still a {LINKCHECKED[ in your template, so there must be a problem (malformed attempt at a template variable maybe?"



Did the use of LINKCHECKED for multi-selection items change? (This is what I am assuming.) I am currently using:



<IF {LINKCHECKED[test <,> Option1]}>Option1</IF>

<IF {LINKCHECKED[test <,> Option2]}>Option2</IF>





Thanks,

Brad
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 07:13 AM:
quote post
#14
I also receive "We've iterated more than 2000 times and there's still a {LINKCHECKED[ in your template, so there must be a problem (malformed attempt at a template variable maybe?" when I click on "Submit Link".
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 07:38 AM:
quote post
#15
The AJAX Rating stars do not appear to be working for me. Below are two examples of how they appear in the category listing:





Also, I was wondering if you have considered at all using a non-AJAX, completely CSS rating system that LOOKS and works just like an AJAX star rating system. An example of the purely CSS solution can be found at:

http://www.pmob.co.uk/temp/star-rating.htm

Details on how to do this can be found at:

http://www.search-this.com/2007/05/23/css-the-sta...


Search thread for
Download thread as

Page: 1 2



You don't have permission to post.

Please login or register.

Admin Control Panel

   
Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support
© 2008 Paul Knierim. All rights reserved.