winix/winixd/html
Tomasz Sowa 6dddc5e948 renamed: WinixModel -> WinixModelDeprecated (this class will be removed)
added: WinixModel (models/winixmodel.h|cpp) - a class inheriting from morm::WinixModel, we have methods such as: get_config(), get_logger(), get_request()
       and this class will be a base class for our models
added: WinixModelConnector (models/winixmodelconnector.h|cpp) - a class inheriting from morm::WinixModelConnector
       this connector we are using instead of morm::ModelConnector - there are pointers to winix objects there (config, request, log)
added to Request: Ezc::Models models
removed from TemplatesFunctions: Ezc::Models ezc_models;
changed: ImgCrop winix functions is using its own item_tab vector now (not finished yet)
added: Item::is(), Item::link(), ItemContent::print_content()
2021-06-16 18:07:44 +02:00
..
antispam.html added: antispam mechanism 2018-07-02 11:16:36 +00:00
ckeditor.html added basic support for htmx (ajax) 2021-05-27 19:36:04 +02:00
dir_last_info.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
err_404.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
err_per_denied.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_account.html added: in account winix function: links to locale and timezone 2021-01-25 16:23:13 +01:00
fun_adduser.html added uikit markup for adduser winix function 2021-01-25 17:17:54 +01:00
fun_cat.html renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
fun_chmod.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_chown.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_ckeditor.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
fun_cp.html added uikit markup for cp winix function 2021-01-26 16:52:11 +01:00
fun_createthread.html updated to the new pikotools api: [ezc out] and [out] changed to [ezc frame] or just [frame] 2021-05-28 18:36:19 +02:00
fun_createticket.html added uikit markup for createticket, showtickets, ticket winix functions (plugin ticket) 2021-02-15 19:52:03 +01:00
fun_default.html added uikit markup for 'default' winix function 2021-01-26 16:19:20 +01:00
fun_editticket.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_emacs.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
fun_emacs_post.html added UIkit markup for emacs winix function 2021-01-21 19:17:06 +01:00
fun_env.html added uikit markup for env winix function 2021-01-28 11:11:34 +01:00
fun_export.html added uikit markup for export winix function (plugin export) 2021-02-16 13:11:39 +01:00
fun_gallery.html added uikit markup for gallery winix funcion (gallery plugin) 2021-02-16 16:31:52 +01:00
fun_imgcrop.html renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
fun_ipban.html added uikit markup for ipban winix function 2021-02-16 18:53:12 +01:00
fun_last.html added uikit markup for last winix function 2021-02-16 18:56:18 +01:00
fun_ln.html added uikit markup for ln winix function 2021-01-28 12:41:43 +01:00
fun_locale.html changed form width for locale template 2021-01-26 15:57:55 +01:00
fun_login.html modified login template - removed uk-border-pill class 2021-02-16 12:56:15 +01:00
fun_ls.html fixed comment in ls html template 2021-02-16 12:51:06 +01:00
fun_man.html added uikit markup for man winix function 2021-02-16 19:03:01 +01:00
fun_meta.html added uikit markup for meta winix function 2021-01-28 11:49:10 +01:00
fun_mkdir.html added uikit markup for mkdir winix function 2021-01-26 16:26:34 +01:00
fun_mount.html added uk-table-responsive attribute to mount winix function markup 2021-01-26 16:11:09 +01:00
fun_mv.html added uikit markup for mv winix function 2021-01-26 16:37:11 +01:00
fun_nicedit.html added uikit markup for nicedit winix function and nicedit updated to 0.9_r25 version 2021-01-26 17:24:48 +01:00
fun_passwd.html added uikit markup for passwd winix function 2021-01-25 19:19:45 +01:00
fun_priv.html added uikit markup for priv, chmod, chown winix functions 2021-01-26 15:46:47 +01:00
fun_pw.html added uikit markup for pw winix function 2021-02-16 19:12:15 +01:00
fun_registermail.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_reload.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
fun_reply.html - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
fun_rm.html added uikit markup for rm winix function 2021-01-28 15:36:39 +01:00
fun_rmuser.html added uikit markup for rmuser winix function 2021-02-16 19:21:53 +01:00
fun_run.html - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
fun_seo.html added uikit markup for seo winix function 2021-02-08 02:01:37 +01:00
fun_showthreads.html - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
fun_showtickets.html added uikit markup for createticket, showtickets, ticket winix functions (plugin ticket) 2021-02-15 19:52:03 +01:00
fun_sort.html added: to 'sort' winix function: 'renumerate' button if 'index' param is present 2021-01-29 08:35:17 +01:00
fun_stat.html added uikit markup for stat winix function 2021-02-16 19:25:36 +01:00
fun_subject.html added uikit markup for subject winix function 2021-02-09 18:48:48 +01:00
fun_template.html added uikit markup for template winix function 2021-01-27 18:44:58 +01:00
fun_thread.html - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
fun_ticket.html added uikit markup for createticket, showtickets, ticket winix functions (plugin ticket) 2021-02-15 19:52:03 +01:00
fun_timezone.html added uikit markup for timezone winix function 2021-01-25 16:10:42 +01:00
fun_tinymce.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
fun_uname.html added uikit markup for uname winix function 2021-02-16 19:28:42 +01:00
fun_upload.html jquery-file-upload updated to 10.31.0 version 2021-01-22 11:50:28 +01:00
fun_uptime.html added uikit markup for uptime winix function 2021-02-09 18:26:30 +01:00
fun_vim.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
fun_who.html added uikit markup for who winix function 2021-02-09 18:11:37 +01:00
index.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
index_bottom_adder.html added basic support for htmx (ajax) 2021-05-27 19:36:04 +02:00
index_generic.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
index_head_adder.html htmx updated to 1.4.1 2021-06-09 01:56:47 +02:00
index_raw.html changed: the way how raw template is set 2016-04-04 16:02:36 +00:00
item_info.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
item_tab_info.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00
slog.html added uikit markup for slog.html 2021-01-25 18:15:26 +01:00
stats_info.html moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
thread_sort_tab_info.html added uikit markup for: createthread, reply, showthreads and thread winix functions 2021-02-12 18:57:14 +01:00