Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
I've just uploaded Semiologic 5.5 beta-2. This is the version to use if...:
I'll going to taking a much needed week <s>end</s> off, effective in a few minutes. (My girl friend is on vacation for the week, and I released this public beta 2 days late.) I'll be back next Monday to look into any bugs and issues you might have spotted. Please report them in this thread.
Those I'm already aware of include the ones filed in trac, and what look like js errors in IE. (Regarding the latter, I've found no immediately obvious impact on the application.)
For reference, new toys include:
A lot of the links to semiologic.com in the admin area are broken. I've slated at least two weeks worth of doc + site revamp before officially releasing this. If fact, this and that I'm about to take a few days off are the only reasons why it's called beta-2 rather than RC-1. ;-)
One last note on the new upgrader: I've tested it on hub.org and Dreamhost.org. I trust it'll also work on other hosts where the previous version has worked, since it's pretty much unchanged. However, as I've been reorganizing the Semiologic Pro files all over, the old wizard file will no longer return the expected result upon completing the files upgrade! :D
What happens then is this: The thing stalls, and stalls... and then the browser returns an error message. No worries. Leave it alone for another minute or two to make sure it's done. Then visit yoursite.com/wp-admin. It'll prompt you to upgrade your database. Do so, and you're done.
Have fun!
Denis
PS: Download is at: http://www.semiologic.com/members/sem-pro/bleeding/
Update 14/04: beta-3 is up for grabs. There is a javascript issue in IE that needs to get resolved before we turn this into a release candidate.
http://www.semiologic.com/members/sem-pro/bleeding/
Do not test this on a production site. Denis used a couple of php function calls that are only available with php 5.2 or greater.
Mike
Eric,
Please use the built in database WP Backup functionality (Manage->Database Backup). This will create a a mysql compatible file you you use to restore in the event of issues. you would need to use your host's control panel to delete the db and the reload (import) it in.
You shouldn't need to export then import. Your database should get upgraded when going to WP 2.5.
so please create a backup first.
Also, we have found that Denis used a couple of PHP 5.2 functions. Do not upgrade unless you are running PHP 5.2 or greater.
Mike
Bug:
Upon activating the "Upload From Server" plugin, I received an error message stating that the plugin requires WP 2.5.
When I hit the back button, going back to the plugin list, the "Upload From Server" plugin was activated.
Not sure about its operation yet however.
Jeff
Please add the following code to inline-widgets-admin.php
function array_fill_keys($array, $values) {
if(is_array($array)) {
foreach($array as $key => $value) {
$arraydisplay[$array[$key]] = $values;
}
}
return $arraydisplay;
}
I am running PHP 5.2.5 on a VPS.
Where is the Static Front Page plugin in semio 5.5?
Jeff
I thought I read that somewhere but was not sure. OK, so I went to my semio 5.5 install, went to add a page and expected to find a radio dial button or some other to indicate that page would be the front page but could find nothing.
Here is what Denis said above:
Static front page was dropped -- it is no longer useful thanks to the new
is_front_page() function
So how do you implement the "is_front_page()" function?
Jeff
Thanks Xen, and can I assume that we no longer need to have a blank page with a slug = blog to make the blog?
Jeff