root/trunk/midgard/apis/python/midgardmodule.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24821 [24821] 01/20/10 14:05:24 piotras Do not set GLib or GObject default handler. Do not set fatal mask. Refs …
(edit) @23792 [23792] 10/28/09 10:12:13 piotras Removed root user related routines from midgard_user API. Create admin …
(edit) @23787 [23787] 10/27/09 11:56:08 piotras Py_Dict_Next requires int position argument in Python 2.4.
(edit) @23617 [23617] 10/15/09 16:04:06 indeyets fix build-warnings
(edit) @23527 [23527] 09/30/09 15:24:25 piotras Added MidgardKeyConfig? classes. Fixes #1036
(edit) @23518 [23518] 09/29/09 18:02:20 piotras Do not inherit destructor from gobject.GObject. Define own instead.
(edit) @23505 [23505] 09/28/09 15:15:07 piotras Added explicit PyObject? destructor.
(edit) @23499 [23499] 09/28/09 12:08:22 piotras Register ERR_NO_METADATA constant. Added has_metadata method to …
(edit) @23447 [23447] 09/21/09 21:35:03 piotras Removed sitegroup support. Fixes #1330. By SG0, by sitegroups!
(edit) @22654 [22654] 06/22/09 22:56:45 piotras Added midgard_view and derived classes. Fixes #1008
(edit) @22653 [22653] 06/22/09 22:27:06 piotras Added midgard_storage class. Fixes #1136
(edit) @22092 [22092] 05/05/09 16:33:10 piotras Get common schema file and local schema directory paths from environment …
(edit) @22077 [22077] 05/04/09 22:53:14 piotras midgard_transaction: initial
(edit) @21898 [21898] 04/20/09 12:36:13 piotras midgard_schema_init requires second argument
(edit) @21739 [21739] 04/09/09 11:45:59 piotras Convert tuples and lists. Create GValueArray for these. Fixes #1029.
(edit) @20388 [20388] 02/10/09 13:28:15 piotras Check midgard_language instead of midgard_article
(edit) @20369 [20369] 02/07/09 17:32:00 piotras Transform all datetime pythin objects to timestamp values. And all …
(edit) @20336 [20336] 02/05/09 10:34:06 piotras Properties of midgard timestamp type do not hold strings any longer.
(edit) @20054 [20054] 01/05/09 15:29:02 piotras Added encoding support for midgard_blob. Fixes #273
(edit) @19140 [19140] 12/02/08 11:04:45 piotras Set default log handler for GLib and GLib-GObject domains. Set ERROR flag …
(edit) @18535 [18535] 10/31/08 13:33:03 piotras gvalue_from_pyvalue: added Unicode type
(edit) @16677 [16677] 06/23/08 16:55:15 piotras Register collector with NULL as static basis. It resolves undefined …
(edit) @16654 [16654] 06/18/08 22:29:56 piotras py_midgard_register_schema_classes declared static
(edit) @16510 [16510] 05/30/08 12:00:28 piotras Removed QB's and collector's object types
(edit) @16243 [16243] 04/25/08 15:02:34 piotras Python types moved from header files. All functions ( in py_midgard.h ) …
(edit) @16226 [16226] 04/24/08 21:15:29 piotras Remove static from header
(edit) @15995 [15995] 04/08/08 09:24:25 piotras Added midgard_dbus class
(edit) @15880 [15880] 03/28/08 12:23:24 piotras Assign _connection to midgard's module Dictionary
(edit) @15851 [15851] 03/25/08 22:14:09 piotras find_parameters method ( delete and purge too ) correctly initialize list …
(edit) @15818 [15818] 03/21/08 16:31:21 piotras midgard.mgdschema objects: added parameter methods
(edit) @14336 [14336] 01/09/08 17:17:57 piotras midgard2 module renamed to midgard Added 'mgdschema' and 'db' …
(edit) @14068 [14068] 12/21/07 10:49:09 piotras midgard.connection: - get_user - get_error - get_error_string - …
(edit) @13938 [13938] 12/18/07 11:25:27 piotras Added user's auth constants
(edit) @13916 [13916] 12/14/07 17:38:40 piotras midgard_user started and complited
(edit) @13874 [13874] 12/13/07 13:51:35 piotras Removed CHECK_MGD macro usage ( now indirectly used ) in favour of own …
(edit) @13827 [13827] 12/11/07 12:23:24 piotras Implemented missed replicator methods
(edit) @13779 [13779] 12/05/07 21:56:26 piotras Removed own module pointer getter as it's doable via import ApI
(edit) @13778 [13778] 12/05/07 21:47:52 piotras Set module's _connection object
(edit) @13770 [13770] 12/04/07 21:30:14 piotras midgard_object_class fully binded Added set and get for objects's …
(edit) @13707 [13707] 11/30/07 19:07:27 piotras Binded midgard_reflection_property. Initial for midgard_object_class.
(edit) @13667 [13667] 11/27/07 20:50:27 piotras Register collector as QB child
(edit) @13659 [13659] 11/26/07 21:46:44 piotras midgard_blob and midgard_collector initial
(edit) @13515 [13515] 11/20/07 14:35:42 piotras Binded QB
(edit) @13499 [13499] 11/19/07 13:40:56 piotras define G_LOG_DOMAIN
(edit) @13459 [13459] 11/16/07 14:29:07 piotras Added to …
(edit) @13446 [13446] 11/15/07 22:27:54 piotras Register midgard2 module
(edit) @13437 [13437] 11/15/07 13:23:22 piotras Implemented connection singleton
(copy) @10926 [10926] 06/07/07 07:45:48 ab Move src to midgard
copied from trunk/src/apis/python/midgardmodule.c:
(add) @10824 [10824] 05/04/07 10:50:02 piotras Initial midgard-python bindings
Note: See TracRevisionLog for help on using the revision log.