winix/content
Tomasz Sowa 951d0e8653 changed: DirContainer - uses std::list instead of std::vector as the main container
we do not have to rebuild indexes after deleting some items
added:   DirContainer::DelById(long id)
changed: Dirs::CheckRootDir() addes the root dir if there is no one
added:   Dirs::DeleteDir(long id) - deletes specified directory (and its contents)
         (from the cache and the database)
added:   Db::DelDirById(long id) - deletes a dir from the database 
         and its first children
added:   standard function rm can delete directories


git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@487 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-02-06 13:12:03 +00:00
..
Makefile changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
Makefile.dep added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00
cat.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
content.cpp changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
content.h changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
default.cpp default.item has to be default.cpp 2009-01-26 21:08:42 +00:00
emacs.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
login.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
logout.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
ls.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
mkdir.cpp I forgot to commit content/mkdir.cpp 2008-12-31 13:40:23 +00:00
node.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
priv.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
rm.cpp changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
run.cpp added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00
who.cpp added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00