winix/winixd
Tomasz Sowa a2ffc1e81c start working on 0.7.x branch
- added FileLog which stores content to the file log
- now Log is only a wrapper - it puts messages to the local buffer and when logsave is used then the buffer is put to FileLog
- new base classes:
  WinixBase (Log, Config*, Synchro*)
  WinixModel : public WinixBase (morm::ModelConnector*, Plugin*)
  WinixSystem : public WinixModel (System*)
  WinixRequest : public WinixSystem (SLog, Cur*)
- singletons: log, slog, plugin are depracated - now references to them are in base classses (WinixBase, WinixModel)
- DbBase,  DbConn and Db are depracated - now we are using Morm project (in WinixModel there is a model_connector pointer)
  each thread will have its own ModelConnector





git-svn-id: svn://ttmath.org/publicrep/winix/branches/0.7.x@1146 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-11-21 11:03:53 +00:00
..
core start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
db start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
etc backend winix 2018-10-23 21:00:36 +00:00
functions start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
html updated: html files for jquery-file-upload 2018-11-15 17:01:40 +00:00
locale fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
main start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
notify start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
plugins start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
templates start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile changed: Makefile (added Logger from pikotools) 2018-04-23 14:29:58 +00:00
Makefile.dep start working on 0.7.x branch 2018-11-21 11:03:53 +00:00