winix/db
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
..
Makefile changed: Makefile dep (dependencies from pikotools and tito were missing) 2012-03-12 20:30:36 +00:00
Makefile.dep added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
Makefile.o.dep added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
db.cpp added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
db.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbbase.cpp added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbbase.h added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbconn.cpp fixed: compiling in the clang (new version of c++ std lib) 2013-10-10 11:59:21 +00:00
dbconn.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
dbitemcolumns.cpp added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbitemcolumns.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbitemquery.cpp changed: in plugin 'menu' 2011-11-25 04:51:55 +00:00
dbitemquery.h added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
dbtextstream.cpp added: a new way: HEX format to saving/reading from PostgreSQL bytea columns 2012-09-11 05:19:45 +00:00
dbtextstream.h added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00