winix/html
Tomasz Sowa 3af3ac3f6f removed: ezn patterns for rawcontent and ajaxcontent:
index_rawcontent.html, index_ajaxcontent.html
         now we have out_streams in Request and some special
         keyword in ezc templates for sending content to the 
         specified streams
changed: the way how winix answers to the client's browsers:
         info from Request class:
	                                   winix answer send to the client's browser
	                                                       |
	                                                       |
	                                          depending on send_bin_stream
	                               -------------------------------------------------
	                               |                                               |
	                          text answer                                     binary answer
	                               |                                               |
	                   depending on return_json                          sending out_bin_stream
	             ------------------------------------
	             |                                  |
	       normal request                     ajax request
	             |                                  |
	   sending out_streams[0]           depending on return_info_only
	                              ------------------------------------------------------
	                              |                                                    |
	                 generating JSON object from:                   generating JSON object only from info
	                 out_streams and info, e.g.:                    e.g.:
	                 {                                              { info object serialized here }
	                  "stream_1": "some html content",
	                  "stream_2": "some other html content",
	                  "info": { info object serialized here }
	                 }
	                 note that out_streams[0] is not sent
	                 in JSON answers
	
	




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@937 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-11-14 20:59:23 +00:00
..
dir_last_info.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
err_404.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
err_per_denied.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_account.html added: winix function 'account' 2013-05-16 19:26:44 +00:00
fun_adduser.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_cat.html added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
fun_chmod.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_chown.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_ckeditor.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_cp.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_createthread.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_createticket.html added: to Rm function: 2013-05-06 07:23:44 +00:00
fun_default.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_editticket.html fixed: there was missing html/fun_editticket.html template 2010-09-05 18:58:24 +00:00
fun_emacs.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_emacs_post.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_env.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_export.html changed: plugin 'export': export winix function 2013-04-17 00:37:39 +00:00
fun_gallery.html changed: in fun_gallery.html: added js code to get the proper image id from url 2013-05-14 08:37:22 +00:00
fun_imgcrop.html added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
fun_ipban.html added: locales to fun_ipban.html 2012-10-27 10:14:07 +00:00
fun_last.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_ln.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_locale.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_login.html added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
fun_ls.html updated: html (login and passwd) 2012-10-17 06:48:48 +00:00
fun_man.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_meta.html added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
fun_mkdir.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_mount.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_mv.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_nicedit.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_passwd.html added: winix function 'account' 2013-05-16 19:26:44 +00:00
fun_priv.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_pw.html added: winix function 'account' 2013-05-16 19:26:44 +00:00
fun_reload.html fixed: imgcrop winix function should load only images 2013-04-16 09:51:36 +00:00
fun_reply.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_rm.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_rmuser.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_run.html added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
fun_showthreads.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_showtickets.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_sort.html changed: in 'showtickets' winix function 2013-07-08 14:42:14 +00:00
fun_stat.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_subject.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_template.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_thread.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_ticket.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_timezone.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_tinymce.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_uname.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_upload.html changed: html for 'upload' winix function 2013-07-02 07:14:19 +00:00
fun_uptime.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_vim.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
fun_who.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
index.html changed: when there is reqtype:json parameter and there is not set request.ajax_serializer 2013-03-26 00:04:01 +00:00
index_fullscreen.html changed: when there is reqtype:json parameter and there is not set request.ajax_serializer 2013-03-26 00:04:01 +00:00
index_head_functions_add.html changed: html for 'upload' winix function 2013-07-02 07:14:19 +00:00
item_info.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
item_options.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
item_tab_info.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00
slog.html changed: html (slog.html) 2012-11-01 17:56:00 +00:00
stats_info.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
thread_sort_tab_info.html updated: html/css (added div.winix to templates) 2012-10-17 06:00:00 +00:00