winix/winixd/templates
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
..
Makefile Makefiles: added path to morm/src to -I flags 2018-11-23 18:28:15 +00: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
Makefile.o.dep added: antispam mechanism 2018-07-02 11:16:36 +00:00
adduser.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
antispam.cpp added: antispam mechanism 2018-07-02 11:16:36 +00:00
changepatterns.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
changepatterns.h some work on dependency injection 2018-11-21 17:51:15 +00:00
config.cpp fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
currentdate.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
dir.cpp 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
doc.cpp using PT::IsSubString* methods from pikotools 2018-11-01 00:46:44 +00:00
env.cpp changed: the way how raw template is set 2016-04-04 16:02:36 +00:00
filters.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
generic.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
htmltextstream.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
htmltextstream.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
indexpatterns.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
indexpatterns.h some work on dependency injection 2018-11-21 17:51:15 +00:00
insert.cpp 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
ipban.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
item.cpp 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
last.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
locale.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
locale.h added to Locale: 2019-01-07 03:32:17 +00:00
localefilter.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00
localefilter.h some work on dependency injection 2018-11-21 17:51:15 +00:00
login.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
ls.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
man.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
misc.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
misc.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
miscspace.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
miscspace.h changed: the way how raw template is set 2016-04-04 16:02:36 +00:00
mount.cpp using PT::IsSubString* methods from pikotools 2018-11-01 00:46:44 +00:00
passwd.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
patterncacher.cpp 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
patterncacher.h 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
patterns.cpp updated to the new pikotools api - we have a logger for morm and ezc 2018-11-23 17:53:43 +00:00
patterns.h some work on dependency injection 2018-11-21 17:51:15 +00:00
priv.cpp 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
rebus.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
server.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
slog.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
stat.cpp 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
sys.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00
template.cpp added: generic html template: index_generic.html 2021-01-27 18:31:48 +01:00
templates.cpp added: generic html template: index_generic.html 2021-01-27 18:31:48 +01:00
templates.h 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
textextstream.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
textextstream.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
upload.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
uptime.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
user.cpp fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
who.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
winix.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00