 |
 |
 |
 |
Registered: 06/07/07
Posts: 4
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
#247165 - 12/08/11 12:47 PM
Re: New Features + Bug Fixes for 7.6 ( implemented )
[Re: SD]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
Private Messages cleaned up big timeThe Private messaging system has worked, but there have always been issues with the formatting of the list ( viewmessages ) and the actual PM ( viewmessage ) All of the formatting is now much cleaner and fits in line with their counterparts ( postlist, showflat ). We've lived with some pretty crappy formatting, that was never done right. It was sorta just thrown together as a quickie clone of forum, topic display, cut down. Additionally, for the message list, you now can click on the last reply to go the the end.  The New private message is a form button and fits in with themes, versus an innocuous looking link that was hard to notice.  The unread by has now been pulled up into the button bar line, since i removed a lot of buttons that really had no use at all.  I've added the editor to the quick reply area now, so there is no need for 'switch to full reply' in a PM anymore either. AJAX confirmations are also replacing the old 2 or 3 screen refresh mode that has been around forever.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#247199 - 12/10/11 03:24 AM
Re: New Features + Bug Fixes for 7.6 ( implemented )
[Re: SD]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
More gallery cleanup on aisle 3Galleries never have been done right. There are too many things that were wrong with them to detail here, but they are getting a makeover Another thing I've done now is to clean up the thumbnails. You can set thumbs to intelligently make a square thumb from any image, rather than rely on CSS to resize at browser time. This is hard to explain, but might best be shown in some pictures below: Below is a square thumb  Click on the image and you see a landscape full size  Thumbs fit nicely in rows / columns now  You can demo it ( as a guest ) Here to see it in action. There is still more to do, but this was one pet peeve of mine. I've also laid the groundwork for the CSS geeks to simply add some styling on the :hover for the thumbs to do effects like you can see HereSubtle, but kinda nice too
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#247213 - 12/10/11 07:04 PM
Re: New Features + Bug Fixes for 7.6 ( implemented )
[Re: SD]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
Cleanup / bug fixes
Ubbthreads has long had a lot of waste in the display of various pages. The 'user_fields' were duplicated a lot of times unnecessarily, when user.inc.php would grab the field by default.
The admin section was most notorious for this as well.
Additionally, the cryptic 't1' and 't2' designations for user and user_profile tables were used instead of something more meaningful like maybe oh...... u and up ?
This has all been cleaned up and there are now a lot of pages that will run much more efficiently, because we aren't querying multiple columns, multiple times per page load.
Also, the hard wired __LINE__ and __FILE__ variables passed to the queries for error messages are all gone, because php has a function ( debug_backtrace ) that does this already.
Another thing that was done, was to use do_query, instead of do_placeholder_query where obvious. HUGE time saver here!
Bottom line: efficiency, cleanup were added while quite a few bugs were removed..
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#247295 - 12/17/11 10:02 PM
Re: New Features + Bug Fixes for 7.6 ( implemented )
[Re: SD]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
Feature + Bugfixes: Calendar eventsThis is another part of UBB that needed some love. There were quite a few bugs that were cleaned up. Just a couple were: 1. add event did censor, but edit event didn't 2. you could monkey with params to delete things you shouldn't be allowed to 3. add event had no real editor 4. no consistency across all forms ( edit, add, delete ) 5. no preview on add This has changed... Add event has the proper markup panel. I also changed the pulldowns to radios for easier selection. the 'Type' is a hidden field if the user isn't allowed to edit Public events  All events take you back to the event list for the day you were editing, adding, deleting -- instead of the big calendar view. this makes more sense anyway.  Updating event gives status ( upper right ). Matter of fact all event actions have a status that is CSS style-able as well.  Consistency and cleaner code is the result here.. Another thing is that all calendar event operations go thru one place ( calendarevents.inc.php ) -- before it was strewn thru 6 different ones and they were all dissimilar in the way they handled things. This will make it easier to drop in a new editor in future versions ( can you say tinyMCE ?  )
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|