Item class has been moved to a new directory 'models', a new class has been added: ItemContent
and same fields from Item were moved to ItemContent Item - id - parent_id - type (file, dir, symlink) - url - subject - template (html template) - sort_index - content_id ItemContent - id - ref -> references (renamed) - user_id - modification_user_id - group_id - privileges - date_creation - date_modification - guest_name - link_to - link_redirect - file_path - file_fs - file_type - file_size - has_thumb -> file_has_thumb (renamed) - hash -> file_hash (renamed) - hash_type -> file_hash_type (renamed) - content -> content_raw (renamed) - content_type -> content_raw_type (renamed) - content_parsed - content_parsed_type - meta - ameta -> meta_admin (renamed) - modify_index (removed) WIP: #4
This commit is contained in:
66
winixd/models/Makefile.dep
Normal file
66
winixd/models/Makefile.dep
Normal file
@@ -0,0 +1,66 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
item.o: ../../../winix/winixd/models/item.h ../../../morm/src/model.h
|
||||
item.o: ../../../pikotools/textstream/textstream.h
|
||||
item.o: ../../../pikotools/space/space.h
|
||||
item.o: ../../../pikotools/textstream/types.h ../../../pikotools/date/date.h
|
||||
item.o: ../../../pikotools/convert/inttostr.h
|
||||
item.o: ../../../pikotools/membuffer/membuffer.h
|
||||
item.o: ../../../pikotools/textstream/types.h
|
||||
item.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
|
||||
item.o: ../../../morm/src/dbconnector.h ../../../pikotools/log/log.h
|
||||
item.o: ../../../pikotools/log/filelog.h ../../../morm/src/queryresult.h
|
||||
item.o: ../../../morm/src/flatconnector.h ../../../morm/src/dbexpression.h
|
||||
item.o: ../../../morm/src/baseexpression.h ../../../morm/src/morm_types.h
|
||||
item.o: ../../../morm/src/modelenv.h ../../../morm/src/modeldata.h
|
||||
item.o: ../../../morm/src/cursorhelper.h ../../../morm/src/finderhelper.h
|
||||
item.o: ../../../morm/src/fieldvaluehelper.h
|
||||
item.o: ../../../morm/src/flatexpression.h
|
||||
item.o: ../../../winix/winixd/models/itemcontent.h ../../../morm/src/finder.h
|
||||
item.o: ../../../pikotools/utf8/utf8.h ../../../morm/src/cursor.h
|
||||
itemcontent.o: ../../../winix/winixd/models/itemcontent.h
|
||||
itemcontent.o: ../../../pikotools/space/space.h
|
||||
itemcontent.o: ../../../pikotools/textstream/types.h
|
||||
itemcontent.o: ../../../pikotools/date/date.h
|
||||
itemcontent.o: ../../../pikotools/convert/inttostr.h
|
||||
itemcontent.o: ../../../morm/src/model.h
|
||||
itemcontent.o: ../../../pikotools/textstream/textstream.h
|
||||
itemcontent.o: ../../../pikotools/membuffer/membuffer.h
|
||||
itemcontent.o: ../../../pikotools/textstream/types.h
|
||||
itemcontent.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
|
||||
itemcontent.o: ../../../morm/src/dbconnector.h ../../../pikotools/log/log.h
|
||||
itemcontent.o: ../../../pikotools/log/filelog.h
|
||||
itemcontent.o: ../../../morm/src/queryresult.h
|
||||
itemcontent.o: ../../../morm/src/flatconnector.h
|
||||
itemcontent.o: ../../../morm/src/dbexpression.h
|
||||
itemcontent.o: ../../../morm/src/baseexpression.h
|
||||
itemcontent.o: ../../../morm/src/morm_types.h ../../../morm/src/modelenv.h
|
||||
itemcontent.o: ../../../morm/src/modeldata.h ../../../morm/src/cursorhelper.h
|
||||
itemcontent.o: ../../../morm/src/finderhelper.h
|
||||
itemcontent.o: ../../../morm/src/fieldvaluehelper.h
|
||||
itemcontent.o: ../../../morm/src/flatexpression.h
|
||||
itemcontent.o: ../../../winix/winixd/core/crypt.h
|
||||
itemcontent.o: ../../../winix/winixd/core/run.h
|
||||
itemcontent.o: ../../../winix/winixd/core/winixbase.h
|
||||
itemcontent.o: ../../../winix/winixd/core/config.h
|
||||
itemcontent.o: ../../../pikotools/space/spaceparser.h
|
||||
itemcontent.o: ../../../pikotools/space/space.h
|
||||
itemcontent.o: ../../../winix/winixd/core/log.h
|
||||
itemcontent.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
itemcontent.o: ../../../winix/winixd/core/log.h
|
||||
itemcontent.o: ../../../winix/winixd/core/synchro.h
|
||||
itemcontent.o: ../../../winix/winixd/core/filelog.h
|
||||
itemcontent.o: ../../../winix/winixd/core/lock.h
|
||||
itemcontent.o: ../../../winix/winixd/core/synchro.h
|
||||
itemcontent.o: ../../../winix/winixd/core/config.h
|
||||
itemcontent.o: ../../../winix/winixd/core/user.h
|
||||
itemcontent.o: ../../../winix/winixd/core/misc.h
|
||||
itemcontent.o: ../../../winix/winixd/core/requesttypes.h
|
||||
itemcontent.o: ../../../pikotools/utf8/utf8.h
|
||||
itemcontent.o: ../../../winix/winixd/core/winix_const.h
|
||||
itemcontent.o: ../../../pikotools/convert/convert.h
|
||||
itemcontent.o: ../../../pikotools/convert/inttostr.h
|
||||
itemcontent.o: ../../../pikotools/convert/patternreplacer.h
|
||||
itemcontent.o: ../../../pikotools/convert/strtoint.h
|
||||
itemcontent.o: ../../../pikotools/convert/text.h
|
||||
itemcontent.o: ../../../pikotools/convert/misc.h
|
Reference in New Issue
Block a user