ItemContent::user_name(EzcEnv & env) changed to ItemContent::user(morm::ModelWrapper ** model_wrapper) and we return a User class
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
This commit is contained in:
@@ -597,14 +597,17 @@ bool Item::is_current_dir() const
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void Item::url_is(EzcEnv & env)
|
||||
{
|
||||
env.res = (url == env.par);
|
||||
}
|
||||
|
||||
|
||||
//bool Item::has_read_accessxx() const
|
||||
//{
|
||||
//
|
||||
//}
|
||||
|
||||
|
||||
|
||||
} // namespace Winix
|
||||
|
||||
Reference in New Issue
Block a user