ItemContent::group_name(EzcEnv & env) changed to ItemContent::group(morm::ModelWrapper ** model_wrapper) and we return a Group class
added ItemContent::display_user_name(EzcEnv & env)
some functions in templates/item.cpp moved to Item
SLog*get_session_logger();// FIXME always return null at the moment, should be set when a new request is created and clear at the end of a request
Session*get_session();
User*get_current_user();
Locale*get_locale();
SessionManager*get_session_manager();
TimeZones*get_time_zones();
constConfig*get_config()const;
constRequest*get_request()const;
@ -80,6 +86,11 @@ public:
constSLog*get_session_logger()const;// FIXME always return null at the moment, should be set when a new request is created and clear at the end of a request