Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Liste des choses à faire
Membre JAccess::getUsersByGroup ($groupId, $recursive=false)
This method should move somewhere else
Membre JArchiveZip::_addToZIPFile (array &$file, array &$contents, array &$ctrldir)
Review and finish implementation
Membre JArchiveZip::_createZIPFile (array &$contents, array &$ctrlDir, $path)
Review and finish implementation
Membre JArchiveZip::create ($archive, $files)
Finish Implementation
Membre JCacheControllerPage::_makeId ()
Discuss whether this should be coupled to a data hash or a request hash ... perhaps hashed with a serialized request
Membre JCacheStorage::getAll ()
Review this method. The docblock doesn't fit what it actually does.
Membre JDocumentFeed::render ($cache=false, $params=array())
Make this cacheable
Membre JFilterOutput::ampReplace ($text)
There must be a better way???
Membre JForm::syncPaths ()
Maybe we should receive all addXXXpaths attributes at once?
Membre JFormFieldRules::getInput ()
: Add access check.
Espace de nommage Joomla
Add ability to set redirect manually to better cope with frontend usage.
Espace de nommage Joomla
When dropping compatibility with PHP 5.3 use the SessionHandlerInterface and the SessionHandler class
Membre JUpdaterExtension::_characterData ($parser, $data)
remove code if(!isset($this->$tag->_data)) $this->$tag->_data = ''; $this->$tag->_data .= $data;
Membre PHPMailer::set ($name, $value= '')
Should this not be using __set() magic function?
Espace de nommage SimplePie
phpDoc comments
Membre SimplePie::get_favicon ()
Cache atom:icon public
Membre SimplePie::subscribe_url ()

If we have a perm redirect we should return the new URL

When we make the above change, let's support <itunes:new-feed-url> as well

Also, |atom:link|=self

Membre SimplePie_Enclosure::embed ($options= '', $native=false)
If the dimensions for media:content are defined, use them when width/height are set to 'auto'.
Classe SimplePie_File
Move to properly supporting RFC2616 (HTTP/1.1)
Membre SimplePie_Item::get_enclosure ($key=0, $prefer=null)
Add ability to prefer one type of content over another (in a media group).
Membre SimplePie_Item::get_enclosures ()

Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).

If an element exists at a level, but it's value is empty, we should fall back to the value from the parent (if it exists).

Membre SimplePie_Misc::xml_encoding ($data)
Add support for EBCDIC
Classe SimplePie_Sanitize
Move to using an actual HTML parser (this will allow tags to be properly stripped, and to switch between HTML and XHTML), this will also make it easier to shorten a string while preserving HTML tags