Package:
Summary:
Template engine based on PHP scripts
Groups:
Author:
Description:
This package implements a template engine based on PHP template scripts.
It includes PHP template scripts so they are executed and the main class captures its output.
The template scripts may class functions of previously registered helper classes.
Package:
Summary:
Classes for accessing databases manipulating dates
Groups:
Author:
Description:
This package is made of classes for accessing databases manipulating dates and times.
It has wrapper classes to access MySQL and PostgreSQL databases.
It also has a general purpose class for manipulating dates and times, files and directories, etc..
Package:
Summary:
Count array values by given entry names
Groups:
Author:
Description:
This class can be used to count array values by given entry names.
It traverses a given array of associative array values and group all entries that have the same value of a given entry.
The class returns an associative array with key entries defined by one given entry, summing all values of another given entry.
Package:
Summary:
Implement an API with other classes or functions
Groups:
Author:
Description:
This class can be used to implement an API with other classes or functions.
It can register functions of an API using either global functions, static functions of given classes or functions of already existing objects.
The class can also call the registered functions passing it given parameters.
The first release candidate (RC1) for WordPress 3.1 is now available.
An RC comes after the beta period and before final release. That means we think we’re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.1 yet, now is the time! Please though, not on your live site unless you’re extra adventurous.
Things to keep in mind:
- With nearly 700 tickets closed, there are tons of changes. Plugin and theme authors, please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release.
- Users are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.
- If any known issues crop up, you’ll be able to find them here.
If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).
We released WordPress 3.1 Beta 1 on Thanksgiving, so it’s only fitting that the release candidate comes as a Christmas present. Happy holidays and happy testing!
Download WordPress 3.1 RC 1
If you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 post.
Package:
Summary:
Serve files for download
Groups:
Author:
Description:
This class can be used to serve files for download.
It can check if a a requested file is exists and has the allowed file name extension.
The class can serve the validated file for download issuing the necessary headers to send the file as the current script output.
Package:
Summary:
Access MySQL databases using the MySQLi extension
Groups:
Author:
Description:
This class can be used to access MySQL databases using the MySQLi extension.
It can connect to a given MySQL server using credentials retrieved from an INI format file.
The class can execute SQL queries and store the results in cache files valid for a given period of time.
It also supports prepared queries with query parameter binding, retrieving the last inserted record identifier and retrieving query results into arrays.
Package:
Summary:
Translate texts using the Yahoo Babelfish site
Groups:
Author:
Description:
This class can be used to translate texts using the Yahoo Babelfish site.
It can send a HTTP request to the Yahoo Babelfish site to translate a given text between two given idioms.
Package:
Summary:
Retrieve pages using proxies with autentication
Groups:
Author:
Description:
This class can be used to retrieve pages using proxies with autentication.
It can send HTTP request to a given Web server using a given HTTP proxy.
The class supports proxy authentication if necessary.