Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa a6b06f82e9 fixed: compiling in the clang (new version of c++ std lib)
(added some header files)
added: three messsages in ticket plugin:
       // send by showtickets winix function when tickets are loaded (and sorted)
       // in p1 you have a pointer to the ticket tab: std::vector<Ticket::Ticket> (include "ticket.h")
       // in p2 you have a pointer to the sort tab:   std::vector<Item*>
       // those tables don't have to be equal in size (in the case when there is no some tickets in the database)
       #define WINIX_PL_TICKET_TICKETS_LOADED                 4106
       
       // a new ticket has been added
       // in p1 you have a pointer to the Ticket::Ticket structure (include "ticket.h")
       // in p2 you have a pointer to the Item structure
       #define WINIX_PL_TICKET_ADDED_NEW                              4107
       
       // a ticket has been changed
       // in p1 you have a pointer to the Ticket::Ticket structure (include "ticket.h")
       // in p2 you have a pointer to the Item structure
       #define WINIX_PL_TICKET_CHANGED                                        4108

added: two ezc functions for tickets:
       ticket_does_param_id_have_value()
       tickets_tab_does_param_id_have_value()
       (they take two integer arguments -- testing whether a specified param_id has the given value)
changed: some more minor additions in tickets templates




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@932 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-10-10 11:59:21 +00:00
core fixed: compiling in the clang (new version of c++ std lib) 2013-10-10 11:59:21 +00:00
db fixed: compiling in the clang (new version of c++ std lib) 2013-10-10 11:59:21 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions changed: in passwd: a redirect make only if a password has been changed 2013-05-16 20:11:27 +00:00
html changed: in 'showtickets' winix function 2013-07-08 14:42:14 +00:00
locale changed: in 'showtickets' winix function 2013-07-08 14:42:14 +00:00
main added: winix function 'account' 2013-05-16 19:26:44 +00:00
notify fixed: in notify/notify.cpp: a correct locale id should be taken 2013-05-16 21:02:17 +00:00
plugins fixed: compiling in the clang (new version of c++ std lib) 2013-10-10 11:59:21 +00:00
templates added: winix function 'account' 2013-05-16 19:26:44 +00:00
txt fixed: base_url_redirect config option was not read from the config file 2012-04-22 13:30:07 +00:00
Makefile updated: paths in Makefile (prog subdirectory) 2013-01-19 16:31:15 +00:00