Package:
Summary:
Receive and reply to Web services requests
Groups:
Author:
Description:
This class can be used to receive and reply to Web services requests.
It can parse the request in a custom XML format for a Web service call passed by a client via Web.
The Web service function call and parameters are stored in class variables.
The class may also generate XML for the response to be returned to the client.
Package:
Summary:
Shows random image or Flash banners from a list
Groups:
Author:
Description:
This class can be used to show random image or Flash banners from a list.
It can add to a list one or more image or Flash banners given the banner Flash or image URL, and the click destination URL in case of the image banner.
The class picks one of the banners randomly and generates the necessary HTML to display the banner in a Web page.
Package:
Summary:
Measure time script execution time
Groups:
Author:
Description:
This class can be used to measure time script execution time.
It can start measuring time by taking note of the current time in microseconds.
The class can also take not of the end time and display the different since it started.
The code and comments are in Polish.
Package:
Summary:
Measure the time of script execution
Groups:
Author:
Description:
Stoper - class is used to measure the time of script execution
Package:
Summary:
Store and retrieved encrypted values in cookies
Groups:
Author:
Description:
This class can be used to store and retrieved encrypted values in cookies.
It can set values for a group of variables and store an encrypted version in an cookie with a given name.
The class can also do the opposite, i.e. decrypt cookie value and retrieve the original values.
Merry Christmas! One of the things that was discussed at the core commit team meetup was release scope (and scope creep). Now that 2.9 is out and it’s time to start thinking about 3.0, we think it would be appropriate to stop and take a breath before diving in, and make a plan in advance. What winds up happening is that during each release cycle a few new features are selected for inclusion, but then right up until feature freeze (and/or beta cycle), people keep adding feature requests, patches for enhancements, and ongoing bug reports. This means each release winds up getting pushed out later than planned, and with so many things going in per release, it becomes harder to catch new bugs.
The as-long-as-we’re-not-in-freeze-yet model isn’t working. People wind up waiting months longer for new features they want, like Trash and Image Editing, because we’re still adding other things and then we need to test them all. If we kept the releases smaller feature-wise, we could push out the new stuff sooner (3 releases per year is the goal) and have more focused beta testing, making the releases themselves better. It’s hard, because everyone has their pet features and fixes, and if there’s a patch, why not get it in this release rather than waiting? Sometimes people complain that a patch has been waiting to be committed for weeks or months, but what no one ever seems to bring up is that sometimes patches introduce new bugs, and the more we add at once, the harder it is to keep it all well-tested on various platforms, in different hosting environments, etc. So. What’s our proposal?
We take a page from the world of project management and we make a project plan before we jump into the dev cycle. We let everyone propose features and enhancements, and we choose a limited number to include in 3.0 (in this case we need to be especially stringent, because the merge of WordPress and WordPress MU will automatically mean a lot of work) and set a realistic release date that we stick to. We create a tentative set of features for the next two releases, to be re-evaluated at the beginning of the next cycle, so that people know the community is committed to certain features, as opposed to the vague “future release” label we now use for everything not included in the current version. We fix bugs that are reproducible and affect a large number of users before focusing on edge case bugs or bugs that haven’t been well-described or reproduced. We stop diverting our attention from agreed-upon goals when a “squeaky wheel” decides we should all be focused on something else. There are always things that pop up unexpectedly, but we need to do a better job of restraining ourselves when it comes to trying to sneak things into the current release (I include myself in this, of course…as a UX person I always wish we could do everything all at once!).
As an open source project, we accomplish more when we work together than we do following individual agendas, and we need to keep our project focused on commonly-agreed-upon goals instead of following tangents whenever a community member starts to take us on one, regardless of whether it’s to follow a cool idea that everyone loves or a suggestion based on a personal agenda, and regardless of whether it’s a newbie who doesn’t know any better or a frequent contributor or committer who has a strong opinion and a loud voice (so to speak). The issue here is that it’s easy to get distracted, so we need to create a structure that will help us keep moving forward instead of getting sidetracked. We need to keep Trac clean for the current dev cycle so that it includes confirmed features and bug reports, and all new feature suggestions go into a different milestone.
We think it’s at least worth a try. When we re-start the weekly IRC dev chats in 2010, the first meeting will be to talk about the scope of 3.0. When we’ve got a general agreement about what will be included, we’ll create the appropriate Trac tickets, and punt tickets for non-3.0 feature requests/enhancements to a future release so we can stay focused. New bug reports will still come in to the current milestone. It’s going to be hard. There are at least a dozen new features that I feel like we’ve pushed back multiple times that I’d like to see in core, but for this experiment, I’m just going to keep reminding myself, “You can do that with a plugin!”
Sound off on the features you would like to see in version 3.0.
Package:
Summary:
Validate submitted form values
Groups:
Author:
Description:
This class can be used to validate submitted form values.
It can validate given values as alphanumeric strings, dates, hexadecimal values, e-mail addresses and length limited passwords.
Package:
Summary:
Framework that implements MVC design pattern
Groups:
Author:
Description:
This package is a framework that implements MVC design pattern.
It provides a base loader class that routes actions, a base controller class, a base view class, and a configuration class that parses INI files.