winix/winixd
Tomasz Sowa 32e93a04c5 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
2021-02-24 01:19:47 +01:00
..
core Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
db Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
etc backend winix 2018-10-23 21:00:36 +00:00
functions Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
html changed html in index templates: [include "index_head_functions_add.html"] -> [include "index_head_adder.html"] 2021-02-16 20:10:29 +01:00
locale added uikit markup for rmuser winix function 2021-02-16 19:21:53 +01:00
main Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
models Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
notify Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
plugins Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
templates Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
Makefile.dep Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00