|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
You can use this topic to discuss the 7.3.2 Changelog Notes.
Last edited by Rick; 10/01/2008 3:04 PM.
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
<keeps fingers crossed>
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
sweet
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
you can't just drop in the new phpmailer. there is a small change (1 or 2 liner) to mailer.inc.php that i posted somewhere on this forum.. had to do the the isHTML functionality and msgHTML replacement for the AltBody.. if you can't find it, i can re-supply
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Couldn't find anything posted on it. But I'll see if I can't figure it out
|
|
|
|
Joined: Jun 2006
Posts: 225
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 225 |
Feature: Modified all gallery posts, so when viewing a picture it will give you the ubbcode for the thumbnail, medium and full sized images in the Post Description area. Also now displaying the size and dimensions of the full sized image. BRAVO I was gonna ask for this.
|
|
|
|
Joined: Jun 2006
Posts: 684
Addict
|
Addict
Joined: Jun 2006
Posts: 684 |
I have asked. This eliminates the need for any other gallery software for a couple of my users that can't right click and paste in an image URL into a post anywhere else. This attention to the details is paying off.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
Never... 7.3.2 however, probably a couple weeks :shrug: wait till it's on here
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
August 13th Not exactly sure yet. I'd say another week or so of actual fixing stuff, and then we'll let the beta testers have it and run it here for a bit. Wouldn't expect the beta to be too long, it just depends on how much stuff I still find to fix. I'd say probably in the 2-3 week range. https://www.ubbcentral.com/forums/ubbthreads.php/topics/216444/Re_7_3_2_Release.html#Post216444Hopefully not too long... Seems like a long long wait for 7.3 to settle down to something stable. I will be upgrading my forums with 7.3.2 i think as i think its getting there now.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
Well, call it one after you see it here ... And yeh, I'm recommending to all of my clients who WANT to upgrade to 7.3 to hold off until 7.3.2 is out the door... Some are more impatient than others ... hehe
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
7.3 ended up being a much larger release than I would have liked, and the time it's taken to get all of the little buglets resolved kinda shows that. We're going to go back to smaller releases, that come out quicker instead of trying to do a variety of major things each release.
I'd like to have the development cycle be where we put out a feature release every 3 months or so.
We're close to having 7.3.2 into private beta. I'm going through the bug reports forum and getting that cleaned up. Once that's done, then we'll hand it over to the private beta testers.
|
|
|
|
Joined: Aug 2006
Posts: 1,359
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,359 |
Change: When the forum is initially loaded, it will check the HTTP_HOST. If this doesn't match the FULL_URL setting in the config, then it will redirect the user to the proper URL. This will prevent the problem with people not staying logged in when access the forum via the wrong URL, which formerly required an .htaccess to fix. Another hack out the door with 7.3.2
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
To be honest, I don't like: Change: When the forum is initially loaded, it will check the HTTP_HOST. If this doesn't match the FULL_URL setting in the config, then it will redirect the user to the proper URL. This will prevent the problem with people not staying logged in when access the forum via the wrong URL, which formerly required an .htaccess to fix. I own over 6 domains for UGN, some pc security programs mark our main URL as "disruptive" so users have to use a secondary domain; this change will effectively screw that up... I like having the option of having users choose their domain... Why not have the fix just read what http_host is and use that for full URL... since you're relying on that to do the check anyway lol... Hell, this will also stop SSL browsing, since it'll direct away from https to match http host; so you could use the http host to detect if SSL is being used or not and use vars based on that... (hell, PM me and I can give you my ssl code i use for other scripts lol)
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Why not have the fix just read what http_host is and use that for full URL... since you're relying on that to do the check anyway lol... Yep, that will work as well as far as I know. I'll change it and then I can see if it rears up any issues. Hell, this will also stop SSL browsing, since it'll direct away from https to match http host; so you could use the http host to detect if SSL is being used or not and use vars based on that... (hell, PM me and I can give you my ssl code i use for other scripts lol) No, it doesn't do that. It keeps the protocol intact
Last edited by Rick; 09/15/2008 7:17 PM.
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
Good good good, I like the idea of being able to keep using my domains lol...
|
|
|
|
Joined: Aug 2006
Posts: 1,359
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,359 |
Please make it optional, I like to force to the full url. Our board is also reachable through several URL's, but to avoid any crossdomain cookie issue we just force them to the full url. And I think the majority of the boards out there would be best server with that option.
Keeping the current hostname gives issues for islands, and any links posted in messages.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Might be able to squeeze in an option. It's a good point on links within posts. We'll probably go with the default as a redirect with an option to just force the FULL_URL to the current HTTP_HOST. I'll stick it under Primary Settings -> Advanced Options.
Last edited by Rick; 09/16/2008 11:15 AM.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Fingers crossed then Nice big change log there now Looks like your getting the better of it now RICK Just add top 30 day posters as a default island for keeping us waiting Good Work Rick -
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Aug 2006
Posts: 1,359
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,359 |
Good thing to call it 7.4. Looking at the number of files modified for this version, the installation will be major-upgrade wise anyway.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Just add top 30 day posters as a default island for keeping us waiting
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
...and (more than 10) content islands - anyone mention that?
|
|
|
|
Joined: Jun 2006
Posts: 194
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 194 |
Okay, I am guessing that blogs will now be in version 7.5. Or maybe Rick will surprise us again and make the next major version after version 7.4 as version 8.0.
|
|
|
|
Joined: Feb 2007
Posts: 1,294 Likes: 2
Veteran
|
Veteran
Joined: Feb 2007
Posts: 1,294 Likes: 2 |
MANNN I want the blogs ASAP.
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
Was wondering when he'd update the thread hehe
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Blogs are still our next major feature we'll be working on. We're just trying to get a few smaller things in for this version along with all of the bug fixes so we have a good stable release so we can actually spend the time to do the blogs
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Just add top 30 day posters as a default island for keeping us waiting Done Mark I was going to make this an option so you could set how far back you wanted to go, but due to the way we generate the portal boxes, this wouldn't work. So if someone wants other than 30 days, it will just be a matter of changing the $days variable in the new island code, and the language file.
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
dont forget the importer. It doesnt work right now with the latest release. Take a look in the importer forum.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
The odd thing is I've done a ton of imports, both classic and threads, to 7.3 and haven't run into any problems, so I'll need to see if I can get an idea what might be going wrong from looking at the reports.
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Feature: On the Custom Islands Screen, it is now possible to add additional Custom Islands. So the limit is no longer 10 Custom Islands, it's unlimited. Oh Thank you Jeebers Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you
|
|
|
|
Joined: Apr 2007
Posts: 120
member
|
member
Joined: Apr 2007
Posts: 120 |
Yes! Unlimited content islands, I'll add my thanks to that!
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Just add top 30 day posters as a default island for keeping us waiting Done Mark I was going to make this an option so you could set how far back you wanted to go, but due to the way we generate the portal boxes, this wouldn't work. So if someone wants other than 30 days, it will just be a matter of changing the $days variable in the new island code, and the language file. I like the way Ricks keeping all his children happy lol Its the little things that go along way Blogs have to be the next one rick IMO It could give our member base another reason to stay. And i could follow Gizmo's Family fights in one place
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
I guess its more about having your "OWN" Space. I would also imagine the ability to approve and reject comments. With out being a moderator or such.
A Space to let people know whats happening in your life in one place, your place. And not just a topic that drifts to the bottom, and awaits the next update.
I have a blog, and its cool, but i do think its a feature a forum has to have as the likes of face book and alike have proved there success just like forums do. So a Forum and a Blog can only be a good thing.
Well that's my take on things.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
I would also like to see "Group Blogs" where it'd be the same overall feal, however a group of users can post to the blog...
It'd be helpful for community events, projects, etc etc etc
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
(just changing the title back so it looks right on the main page.)
|
|
|
|
Joined: Aug 2006
Posts: 1,359
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,359 |
(just changing the title back so it looks right on the main page.) Feature request: Remove the need to do that Topicstarter defines topic, noone else
|
|
|
|
Joined: Jun 2006
Posts: 16,353 Likes: 125
|
Joined: Jun 2006
Posts: 16,353 Likes: 125 |
Feature request: Remove the need to do that Topicstarter defines topic, noone else agree :/
|
|
|
|
Joined: Sep 2005
Posts: 12
stranger
|
stranger
Joined: Sep 2005
Posts: 12 |
|
|
|
2 members (Baldeagle, Ruben),
283
guests, and
55
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|