winix/winixd/templates
Tomasz Sowa 7d1fb3c04e remove Request::post_tab and add Request::http_status
Instead of Reqest::post_tab we use now Request::post_in (pt::Space).

Request::http_status will be used instead Request::status,
but at the moment is not changed in all places.
Request::status has been marked as depracated.

While here:
- Check for root dir in App and not in FunctionParser,
let FunctionParser only log the root dir.
- Read post variables after parsing url parameters,
this allows winix functions to set limits
for post input.
- Set limits when parsing input json format, new
options added to config: post_max_object_items, post_max_table_items,
post_max_all_items, post_max_nested_objects.
There are similar options in each winix function (they are in
FunctionBase).
- Some refactoring in App.
- Add config option: log_whole_http_post if true
then the whole parsed post input is logged.
- Add config option: post_json_max - max length of input stream
for parsing json.
- Add config option: templates_request_status, default request_status.html
this is an ezc template used as [content] when the request status
is not 200_ok.
- Fix: Sort winix function didn't show items to sort (fix and do some
refactoring as well)
- Properly sort items in: ImgCrop, Ls, Sort, Upload
- Remove ezc templates: err_404.html, err_per_denied.html - now
request_status.html is used.
2022-05-30 01:29:18 +02:00
..
Makefile fixed compilation: pikotools is in src subdirectory now 2021-05-27 12:04:41 +02:00
Makefile.dep remove Request::post_tab and add Request::http_status 2022-05-30 01:29:18 +02:00
Makefile.o.dep moved some ezc functions from templates/item.cpp to Item and ItemContent 2021-07-06 21:52:29 +02: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 - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
dir.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
doc.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
filters.cpp added fil_json_escape filter 2021-10-21 13:42:41 +02:00
generic.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
htmltextstream.cpp HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
htmltextstream.h change HtmlTextStream iterators type to pt::WTextStream::iterator 2022-02-03 20:57:38 +01: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 HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
ipban.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
last.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
locale.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
locale.h fix: use TextStreamBase::to_str() instead of to_string() 2022-04-25 22:05:34 +02: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 some methods from templates/item.cpp moved to ItemContent 2021-06-20 21:22:08 +02:00
misc.h updated to the new ezc api (Generator has three additional parameters now) 2021-07-13 01:46:07 +02:00
mount.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
passwd.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
patterncacher.cpp removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterncacher.h removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterns.cpp removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterns.h removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
priv.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02: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 namespace PT renamed to pt 2021-05-20 20:59:12 +02: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 remove Request::post_tab and add Request::http_status 2022-05-30 01:29:18 +02:00
templates.h remove Request::post_tab and add Request::http_status 2022-05-30 01:29:18 +02:00
textextstream.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
textextstream.h namespace PT renamed to pt 2021-05-20 20:59:12 +02: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 - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
who.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
winix.cpp allow lang ezc function get more than one parameter 2022-05-11 14:22:46 +02:00