winix/templates
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 added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00
Makefile.dep added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00
dir.cpp changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
doc.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
done.cpp changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
item.cpp changed: cmslu building 2009-01-14 20:11:12 +00:00
patterncacher.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
patterncacher.h changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
priv.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
sys.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
templates.cpp changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
templates.h changed: DirContainer - uses std::list instead of std::vector as the main container 2009-02-06 13:12:03 +00:00
user.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
who.cpp added: SessionContainer special container used by SessionManager 2009-01-31 06:53:36 +00:00