winix/winixd/functions
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 updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
account.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
account.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
adduser.cpp fixed: messages about password validity in adduser function were not shown, 2021-01-25 18:41:28 +01:00
adduser.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
cat.cpp added: generic html template: index_generic.html 2021-01-27 18:31:48 +01:00
cat.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
chmod.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
chmod.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
chown.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
chown.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
ckeditor.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
ckeditor.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
cp.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
cp.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
default.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
default.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
download.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
download.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
emacs.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
emacs.h - json_generic_serializer was not set when there was a redirect 2019-02-19 10:36:20 +00:00
env.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
env.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
functionbase.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
functionbase.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
functionparser.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
functionparser.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
functions.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
functions.h some work on dependency injection 2018-11-21 17:51:15 +00:00
imgcrop.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
imgcrop.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
ipban.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
ipban.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
last.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
last.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
ln.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
ln.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
locale.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
locale.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
login.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
login.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
logout.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
logout.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
ls.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
ls.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
man.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
man.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
meta.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
meta.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
mkdir.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
mkdir.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
mount.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
mount.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
mv.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
mv.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
nicedit.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
nicedit.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
node.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
node.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
passwd.cpp updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
passwd.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
priv.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
priv.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
privchanger.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
privchanger.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
pw.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
pw.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
reload.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
reload.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
rm.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
rm.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
rmuser.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
rmuser.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
run.cpp added: generic html template: index_generic.html 2021-01-27 18:31:48 +01:00
run.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
sort.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
sort.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
specialdefault.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
specialdefault.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
stat.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
stat.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
subject.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
subject.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
template.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
template.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
timezone.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
timezone.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
tinymce.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
tinymce.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
uname.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
uname.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
upload.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
upload.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
uptime.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
uptime.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
vim.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
vim.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
who.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
who.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00