Methods summary
cApiCecHook |
_debug() |
Implement cec_hook debug mode for automatic logging when activated. Writes the
debug value into a logfile (see contenido/data/log/cec_hook_debug.log). |
cApiCecRegistry |
getIterator() |
: cIterator should be replaced by ArrayIterator (@see http://www.php.net/spl) but ArrayIterator uses
rewind() instead of reset()... |
cApiClient |
getInstance() |
There is no need since caching is available at GenericDB level |
cApiClient |
getProperties() |
return value should be the same as getPropertiesByType(), e. g. an empty array
instead false |
cApiClientLanguage |
deleteProperty() |
Use parents method @see Item::deleteProperty(), but be carefull, different
parameter! |
cApiClientLanguage |
getProperties() |
return value should be the same as getPropertiesByType(), e. g. an empty array
instead false |
cApiClientLanguage |
getProperty() |
Use parents method @see Item::getProperty() |
cApiClientLanguage |
setProperty() |
Use parents method @see Item::setProperty() |
cApiRightCollection |
deleteByUserId() |
Implement functions to delete rights by area, action, cat, client, language. |
cApiUser |
getUserPropertiesByType() |
return value should be similar to getUserProperties() |
cRegistry |
getDb() |
perhaps its better to instantiate only one object and reset it on call |
cSearch |
getSubTree() |
This is not the job for search, should be oursourced... |
cSearchResult |
getArtCat() |
Is not job of search, should be outsourced! |
cUpdateNotifier |
fetchUrl() |
add a retry counter and a deathpoint with warning in errorlog |
cUpgradeJobMain |
_jobConvertOldStartArticlesToNewOne() |
Move this to an upgrade job |
cUriBuilderCustomPath |
buildUrl() |
Somehow get around using prCreateURLNameLocationString() |
Item |
_inFilter() |
This method is used from public scope, but it should be protected |
PifaForm |
store() |
check if this could be usefull for PifaField too. |
Functions summary
buildUserOrGroupPermsFromRequest |
Do we really need to add other perms, if the user/group gets the 'sysadmin'
permission? |
cApiStrRecodeString |
Check if the charset names are the same for both converters |
Implement a converter and charset checker to ensure compilance. |
conGetTopmostCat |
Returns something.... |
mr_strMovedownCategory |
do we really need processing of the category? there is no mr relevant data
changes while moving the category on same level, level and name won't change |
mr_strMoveUpCategory |
do we really need processing of the category? there is no mr relevant data
changes while moving the category on same level, level and name won't change |
saveSitemap |
How can I save this properly formatted? |
strSortPrePost |
Check logic, move sorting to db layer, if possible! |
uplHasFiles |
Function name is misleading, should be renamed to uplIsEmpty |