GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress 3.2 update is available (https://gfy.com/showthread.php?t=1029037)

SZNY 07-04-2011 06:08 PM

Wordpress 3.2 update is available
 
I like the UI and my sites also loads much faster :winkwink:

fris 07-04-2011 06:37 PM

yep looks nice ;) been beta testing it for a couple weeks.

moeloubani 07-04-2011 06:38 PM

about to install on a domain always fun to see a dramatic upgrade to wordpress

harvey 07-04-2011 09:28 PM

yeah, I think I wet my panties earlier today. As if it wasn't enough with being the best damn CMS in the market already (counting both free and paid and by light years of difference), they pulled the bar even further. Ultra fast, light weight, HTML5 support, the only thing it needs is to buy access to pay sites by itself! :thumbsup

Seriously, every single time I see any kind of site not made in WP I just wonder why and think in the many ways that site could be improved by only using the best damn system to date. And on top of that... FREE!

sicone 07-04-2011 09:29 PM

just finished upgrading all my installs

Jayvis 07-04-2011 09:31 PM

I like it

harvey 07-04-2011 09:51 PM

List of enhances of features:

Quote:

Highlights

Refreshed Administative UI - Admin redesign
New Default Theme "Twenty Eleven" - Uses the latest Theme Features
Full Screen Editor - Distraction free writing experience
Extended Admin Bar - More useful links to control the site

Requirements Changes -
PHP 5.2.4 or greater (old requirement - since WordPress 2.5 was PHP 4.3 or greater)
MySQL 5.0.15 or greater (old requirement - since WordPress 2.9 was MySQL 4.1.2 or greater)

Enhanced Browser Compatibility -
Drop Internet Explorer 6 support
Start End-of-life (EOL) cycle for Internet Explorer 7
Browse Happy notify users of out-of-date browser

WordPress is Faster -
Faster page loads -- We've gone through the most commonly loaded pages in WP and done improvements to their load time, for example the write page now loads XYZ% faster and paging through comments is ZYX% faster
Faster Upgrades -- The update system now support incremental upgrades so after 3.2 you'll find upgrading faster than ever e.g. FTP upgrade improvements
Optimisations to WP_Filesystem -- pass known information to called functions
Streamline WP_Http_*::test() methods -- Check basic SSL requirements, only allow filters to disable transports, not enable them after ::test() has failed
Take out unnecessary compat functions from compat.php
Constructor cleanup
Trimmed xx codes lines in core
Use stripos() instead of strpos( strtolower() )
Performance improvements for wptexturize()
Remove PHP4 timezone support
More efficient term intersection query
kses optimization
Speed optimizations for is_serialized_string()
Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint

User Features
General

Admin Bar: Add a Themes submenu under Appearance, for consistency
Admin Bar: Add View Site/Dashboard links, 'View X' links in the admin, 'View' action link for terms, new custom taxonomy string: view_item, defaulting to 'View Tag' and View Category'
Admin Bar: Support Edit link for Attachments
Switch from "Panel/SubPanel" to "Screen" in inline documentation and Codex links
Add collapse link to admin menu
Help Tab text updates
Favorites menu no longer exists
New Freedoms (rights) and Credits links at bottom of admin screens
Use monospaced font for HTML editor
Validate the HTML in the admin area
Make copying the PressThis bookmarklet code easier in WebKit browsers
Move copyright notices to license.txt
Refresh login form styles to match admin style

Dashboard

Change View All Buttons into plain links
Show full set of status links in recent comments box
Drop "Change Theme" button
Update core UI changes; "Update Automatically" changed to "Update Now", first core update is now a primary button
Core support for partial updates

Posts

Change Menu Name from 'Posts' to 'All Posts'
Show the sticky posts checkbox ("Stick this post to the front page") Only when author has 'edit_others_posts' capability
Updated styles for the Visual editor buttons
Full screen editor experience called Distraction Free Writing - accessed via the Toggle Fullscreen mode tool in the Visual editor and fullscreen button in the HTML editor (Trac Ticket 17198)
New sprite for the TinyMCE buttons
Fix pagination when searching or filtering posts

Media

Add 'Add New' button to edit media
Update the blip.tv oEmbeds

Links

Change Menu Name from 'Links' to 'All Links'
Add 'Add New' button to edit links

Pages

Change Menu Name from 'Pages' to 'All Pages'

Comments

New comment bubble styling

Appearance

New Default theme - TwentyEleven - based on Duster Theme (Trac Ticket 17198).
Allow selecting previously uploader headers and randomly serving previously uploaded or default headers
Denote images that are headers or backgrounds in the media ui
Show hierarchy for pages and taxonomies in nav menus admin
Introduce new is_multi_author() template tag to make it easier for themes to have different behaviour when a site has more than one author
Be less specific about theme repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses

Plugins

Allow plugins to disable screen options with filter
Be less specific about plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses

Tools

Change Menu Name from 'Tools' to 'All Tools'
Press This bookmarklet redesign
UI refresh for Press This
Export commentmeta

Users

Change Menu Name from 'Users' to 'All Users'
Add 'Add New' button to edit users

Settings
Install Process
Multisite

Show access denied page and list a user's sites if they visit an admin they don't have permissions for rather than redirecting to the users' primary blog
Make "Space Used" gray instead of green in multisite Right Now box
Make user validation when adding a user via network admin consistent with adding a user elsewhere and provide better feedback for validation problems
Allow Pagination for Must-Use/Dropin plugins; respect WP_CONTENT_DIR & WPMU_PLUGIN_DIR for help text; move help text into WP_Plugins_List_Table
Rename network admin submenus to not clash with top level menus

Most CMS will get to his eventually... in 5 or 6 years. I can't imagine where WP will be at that time.

WARNING!
Although you'll get a message if you can't install WP 3.2, be sure that you have PHP5 and MySQL5 or it won't work, and for those that do clean installs they will have to revert to an older version of WP

harvey 07-04-2011 09:54 PM

and even more!
 
and even more! :thumbsup

Quote:

Development, Themes, Plugins

Add a per-post-type nav menu items filter for plugin control
Add an extra FTP_LANG_DIR override constant to short-circuit WP_Filesystem_Base::find_folder(WP_LANG_DIR)
Add .ics / text/calendar to the whitelist of allowed file types
Add cache_domain argument to get_terms() to allow caching to a unique set of cache buckets; useful when taxonomy queries have been modified via filters and need their own cache space
Add menu id for admin-bar's dashboard and view-site link
Add option_page_capability_$option_page filter
Add quotes to [value="some"] selectors re: jQuery
Add theme feature strings for translation
Allow custom author elements such as email
Allow get_pages() to support multiple post statuses
Allow plugins to control user and network admin canonical redirect
Allow plugins to hook into wp-admin/update-core.php
Allow querying empty meta values
Allow retrieving comments by post type, status, author, author, name, or parent. Fetch only published posts for recent comments widget
Allow taxonomies to be queried by $_GET parameters on non-taxonomy url's
Allow WP_Query 'post_status' parameter to accept an array, as well as a singular value and comma separated list
Apply 'editable_slug' filter to parent page slugs in get_sample_permalink()
Apply 'editable_slug' filter in post_slug_meta_box()
Centralize pagination bound exceeding redirects for list tables
Change esc_url_raw references to esc_url
Check return value of wp_check_browser_version() and make return value consistent
Code readability improvements
Default WP_LANG_DIR to `WP_CONTENT_DIR/languages` when `wp-includes/languages/` doesn't exist
Deprecate wp_clone() but left the function in wp-includes/load.php
Don't 404 for empty post type archives
Don't load themes functions.php for upgrades
Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu
Don't set fields to empty values in _wp_translate_data()
Don't show broken 'View' links when a custom post type is not publicly queryable
Don't use array calling for post_status in wp_edit_attachments_query() to prevent any use of the deprecated query_string filter (as in, don't use it)
Ensure all theme searching is done case-insensitive
Fix handing of super admins that don't have a blog in get_dashboard_url() and login
Fix mistaken use of publicly_queryable in when public was what was intended for register_post_type()
Fix notice when invalid taxonomy is passed to wp_tag_cloud()
Hide update bubble counts for users who can't perform the update
Introduce get_screen_icon()
Introduce is_multi_author() to check if more than one author has published posts for this site
Introduce 'name_admin_bar' label and 'show_in_admin_bar' (Add New menu) argument for Post Types
Introduce Stream-To-File for the WP_HTTP API - reduces memory consumption during file downloads; implemented in download_url() for upgraders
Introduce wp_http_supports() as replacement for the http_transport_(get|post)_debug hooks
Introduce WP_MAX_MEMORY_LIMIT' constant for the high memory limit set when image processing and unzipping; ensure it is always filterable by plugins as well as configurable in wp-config.php
Introduce WP_Meta_Query and relation support
Pass image URL's to thickbox via L10n in script-loader.php; allows thickbox to be used on any page in the install without defining the image URL variables
Properly handle https in ixr client
Provide more arguments to the widgets on the 404 page so as to avoid notices
Rename duplicate 'delete_post' and 'deleted_post' actions to 'before_delete_post' and 'after_delete_post'
Remove support for the PHP HTTP Extension from WP_HTTP. The PHP HTTP Extension is a wrapper around libcurl and fopen() providing limited configuration and is supported on a minority of servers due to its non-default inclusion
Return false from is_page_template() if the template is default
Set is_* flags for AND taxonomy queries
Set the mb_string internal encoding to ISO-8859-1 whilst uncompressing archives using PclZip; fixes 'PCLZIP_ERR_BAD_FORMAT (-10) : Invalid block size' errors on systems utilising mbstring.func_overload
Stop themes and plugins from overriding the admin bar CSS
Support Chrome Frame
Update jQuery to 1.6.1
Update jQuery UI to 1.8.2
Update json2.js
Update _old_files
Update phpass
Update phpmailer and smtp to 5.1
Update pop3 class
Update TinyMCE to 3.4.2 (Trac Ticket 17086)
Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC and preserving support for full RFC2822 address specifications
Updated PHPdocs for wpdb class, XML-RPC functions, HTTP API, add_submenu_page, wp_templating_constants(), wp_check_browser_version()
Use the post type object in get_posts_by_author_sql() and add a post type parameter to count_many_users_posts(); pub_priv_sql_capability filter is considered deprecated
Validate post status against capabilities in Press This
Verify certificate matches both the common name and the provided hostname; WP_HTTP_Curl requires CURLOPT_SSL_VERIFYHOST be either 2 or false
When upgrading plugins/themes, if the new destination folder is different from the previous folder, delete the old folder upon upgrade
XML-RPC add support to wp.getPostFormats to provide a list of the currently supported post formats in addition to the complete list
XML-RPC allow Pages to have a status of pending
XML-RPC include the post status in the response for mt.getRecentPostTitles calls
XML-RPC introduce a special wp_die handler for XMLRPC requests to ensure we send an XML response

d-null 07-04-2011 10:04 PM

fuck wordpress :2 cents:

jimmycooper 07-04-2011 11:04 PM

Is there a way to change the font in the HTML editor?
Everything else is great.

Highest Def 07-04-2011 11:14 PM

very sexy update

CYF 07-04-2011 11:25 PM

Quote:

Originally Posted by jimmycooper (Post 18260827)
Is there a way to change the font in the HTML editor?
Everything else is great.

you change fonts in the style sheet.

You can also do inline CSS as per this example: http://mcbuzz.wordpress.com/2008/05/...ing-wordpress/

rock-reed 07-04-2011 11:27 PM

It is a nice looking update... the admin area looks very nice.

SZNY 07-05-2011 01:18 AM

I'm loving WP and this update makes your sites load super fast. Last night I already updated a few domains and all of them are much faster in loading. Still 55 to upgrade.

just a punk 07-05-2011 01:47 AM

Quote:

Originally Posted by d-null (Post 18260769)
fuck wordpress :2 cents:

Why? :)

fris 07-05-2011 04:43 AM

Quote:

Originally Posted by jimmycooper (Post 18260827)
Is there a way to change the font in the HTML editor?
Everything else is great.

you can place an editor-style.css in your theme dir and it will theme it to your liking, have a look at the twentyten or twentyeleven editor-style.css it comes with.

RandyD 07-05-2011 01:06 PM

HOLY fuck this is one buggy peice of shit - fucking editor is a bad joke

3.2.1 must be iminent!

just a punk 07-05-2011 01:31 PM

I don't use its editor so I don't care :)

TheDA 07-05-2011 02:12 PM

Quote:

Originally Posted by RandyD (Post 18262185)
HOLY fuck this is one buggy peice of shit - fucking editor is a bad joke

3.2.1 must be iminent!

What's buggy about it?

USA 07-05-2011 02:15 PM

not bad at all

officemike 07-05-2011 02:25 PM

anyone use uugallery? Have they released the supported admin files for 3.2??

RandyD 07-05-2011 02:56 PM

Quote:

Originally Posted by TheDA (Post 18262296)
What's buggy about it?

Upload an image, add a caption & a link - fucking won't let you.

Oh wait a minute now it works...oh fuck, now the image just vanished lol

3.1 worked. This pos dosen't

harvey 07-05-2011 03:17 PM

Quote:

Originally Posted by RandyD (Post 18262382)
Upload an image, add a caption & a link - fucking won't let you.

Oh wait a minute now it works...oh fuck, now the image just vanished lol

3.1 worked. This pos dosen't

maybe it's just you? I can do it perfectly fine and this is one of the most common things you'll do with WP, by now someone else should have the same problem. Keep in mind this new installation WON'T WORK with old PHP and MySQL versions (namely, any 4.x version of both)

HomerSimpson 07-05-2011 03:43 PM

looking good on my side...

TheSenator 07-05-2011 04:03 PM

Charged 150.00 maintenance fee to all my customers.

WIN!!!

SZNY 07-05-2011 04:06 PM

Quote:

Originally Posted by TheSenator (Post 18262505)
Charged 150.00 maintenance fee to all my customers.

WIN!!!

sweet :winkwink:

till now all seems to work perfect, no complaints so far

TheDA 07-05-2011 04:06 PM

Quote:

Originally Posted by RandyD (Post 18262382)
Upload an image, add a caption & a link - fucking won't let you.

Oh wait a minute now it works...oh fuck, now the image just vanished lol

3.1 worked. This pos dosen't

Yeah I'm not seeing this either, I've been using RC2 last week and 3.2 today. But we might not be doing things exactly the same.

Soteko 07-05-2011 06:05 PM

I will wait with upgrade until 3.2.2

TubeKing 07-05-2011 06:14 PM

great update

DamianJ 07-06-2011 04:59 AM

Love the new ui

Brujah 07-06-2011 05:01 AM

love the update, and the new distraction free full screen editor is just beautiful.

Chosen 07-06-2011 10:02 AM

Nice :thumbsup

cybermike 07-06-2011 10:24 AM

So are pretty going to upgrade their twentyten themes to twentyelleven?

Si 07-06-2011 11:28 AM

Anyone find the sites load faster but the inside slower?

Or is that just me?

Ginn 07-06-2011 02:34 PM

Some of my blogs have PHP 4. Can't update.

harvey 07-06-2011 03:08 PM

Quote:

Originally Posted by Ginn (Post 18264704)
Some of my blogs have PHP 4. Can't update.

time to let your host know 7 (seven) years have passed since the release of PHP 5? Maybe they didn't get the memo :helpme

djroof 07-06-2011 03:09 PM

thanks for the info

Diomed 07-06-2011 05:02 PM

From my experience,

Google favors Blogger a bit more than Wordpress.

fris 07-06-2011 05:29 PM

Quote:

Originally Posted by Diomed (Post 18265112)
From my experience,

Google favors Blogger a bit more than Wordpress.

well of course since they own it ;)

but theirs only so much you can do with the platform.

moeloubani 07-06-2011 05:31 PM

Blogger getting renamed to Google Blogs I hear

CYF 07-06-2011 05:46 PM

3.2 is working great here.

zerovic 07-06-2011 10:22 PM

didn't even notice there's a new version of wp :D installing now! thanks

leg4 07-07-2011 12:21 AM

It looks like a fairly good update. Does anyone have any problems to report?

SZNY 07-07-2011 02:27 AM

so far only thumbs up for WP3.2

The Duck 07-07-2011 06:20 AM

It's great.

fris 07-07-2011 08:44 AM

never installed it before, maybe i will try it sometime


All times are GMT -7. The time now is 06:08 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123