root/trunk/midgard/core


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @25329 [25329] 03/18/10 20:42:37 piotras Rewritten core_metadata setters. Exclude deleted objects. Added private …
(edit) @25286 [25286] 03/16/10 12:56:36 piotras Set gdamodule (4.0) explicitly.
(edit) @25285 [25285] 03/16/10 12:40:35 piotras Build depends on libgda4.
(edit) @25283 [25283] 03/16/10 11:54:55 piotras Build against libgda4 by default.
(edit) @25275 [25275] 03/15/10 20:49:39 piotras Initial. Builds midgard-libgda-4 packages @OBS.
(edit) @25258 [25258] 03/10/10 17:22:19 piotras midgard_query_select_list_objects implementation. Initial implementation …
(edit) @25256 [25256] 03/09/10 20:51:55 piotras Store fetched rows numbers. New virtual methods to get results count and …
(edit) @25255 [25255] 03/09/10 17:37:09 piotras Support orders, limit and offset. Refs #1507
(edit) @25252 [25252] 03/08/10 18:11:34 piotras midgard_query_select_add_join implementation. Refs #1507
(edit) @25233 [25233] 03/03/10 19:05:11 piotras Add implicit joins when referenced properties are defined in constraints. …
(edit) @25226 [25226] 03/02/10 11:10:54 piotras Add proper constraint values to conditions. Set correct operator type in …
(edit) @25210 [25210] 02/26/10 16:43:49 piotras Start to generate sql conditions using virtual methods. Refs #1507.
(edit) @25197 [25197] 02/24/10 22:29:26 piotras Provide DBObjectClass virtual method. Initial implementation for SQL query …
(edit) @25174 [25174] 02/23/10 18:59:44 piotras Do not register QuerySelect? as abstract class. Expect MidgardQuerySelect?
(edit) @25163 [25163] 02/23/10 12:17:38 piotras midgard_object's guid if create failed. Refs #1669
(edit) @25160 [25160] 02/22/10 21:41:06 piotras Allow NULL or empty string in midgard_is_guid. Fixed test case which …
(edit) @25156 [25156] 02/22/10 18:55:39 piotras Include midgard_query_group_constraint.h. Refs #1507
(edit) @25155 [25155] 02/22/10 17:47:09 piotras MidgardQueryStorage? initial implementation. Refs #1507
(edit) @25150 [25150] 02/22/10 16:39:39 piotras midgard_object_create: set MGD_ERR_DUPLICATE if object has guid property …
(edit) @25149 [25149] 02/22/10 16:17:35 piotras Include midgard_query headers. refs #1507
(edit) @25146 [25146] 02/22/10 14:27:05 piotras midgard_object_create: Check object's guid before executing create. Refs …
(edit) @25141 [25141] 02/22/10 13:31:08 piotras Districbute header file in headers instead of source. Refs #1507
(edit) @25140 [25140] 02/22/10 13:21:09 piotras Added QueryExecutor? and QuerySelect?. refs #1507
(edit) @25127 [25127] 02/19/10 17:07:36 piotras QueryExecutor? abstract prototypes. Initial. Refs #1507
(edit) @25124 [25124] 02/19/10 16:12:23 piotras Added Core prefix to legacy Query classes. MidgardQueryConstraint? and …
(edit) @25115 [25115] 02/18/10 18:12:10 piotras QuerySimpleConstraint? interface. QueryConstraint? which implements …
(edit) @25104 [25104] 02/17/10 17:10:17 piotras Added MidgardQueryholder? interface. MidgardQueryProperty? and …
(edit) @25095 [25095] 02/16/10 21:24:25 piotras Initial MidgardQuery? prototypes. Refs #1507
(edit) @25092 [25092] 02/16/10 14:23:40 piotras Update soname.
(edit) @25091 [25091] 02/16/10 13:38:07 piotras Do not distribute introspection.m4.
(edit) @25090 [25090] 02/16/10 13:26:46 piotras Require autoconf >= 2.50. Removed libraries check, we do not depend any …
(edit) @25089 [25089] 02/15/10 14:45:12 piotras add_value_type: pass GValue by reference.
(edit) @25066 [25066] 02/11/10 14:49:14 piotras Changed SONAME. Added GIR files compile time build. Disabled cause of …
(edit) @25049 [25049] 02/09/10 21:54:51 piotras Refactored and rewritten midgard_timestamp. Refs #1515, #1516
(edit) @25048 [25048] 02/09/10 21:50:21 piotras Use static memory for temporary holders. Fix memory leaks.
(edit) @25047 [25047] 02/09/10 21:49:14 piotras Fix memory leak.
(edit) @25046 [25046] 02/09/10 21:48:30 piotras Use core API to set metadata properties. Fix memory leaks.
(edit) @25045 [25045] 02/09/10 21:47:59 piotras Do not nullify referenced person.
(edit) @25044 [25044] 02/09/10 21:46:21 piotras Unref referenced objects during dispose.
(edit) @25043 [25043] 02/09/10 21:45:13 piotras Memory leaks fixes.
(edit) @25026 [25026] 02/08/10 21:20:10 piotras Initial commit for MidgardTimestamp? rewrite. Simplify boxed type values …
(edit) @25025 [25025] 02/08/10 21:18:43 piotras Free unused values. Fix memory leaks.
(edit) @25024 [25024] 02/08/10 21:17:31 piotras Free unused value. Fix memory leak.
(edit) @25023 [25023] 02/08/10 21:16:52 piotras Free unused string. Fix memory leak.
(edit) @25022 [25022] 02/08/10 21:15:58 piotras Take ownership of given person. The one returned is also owned by user.
(edit) @25017 [25017] 02/05/10 13:54:43 piotras Minor memory leaks fixes.
(edit) @25009 [25009] 02/04/10 12:17:17 piotras Use field name when getting value holder. Refs #1560
(edit) @25008 [25008] 02/04/10 12:16:25 piotras Copied from mjolnir branch.
(edit) @25006 [25006] 02/04/10 11:49:21 piotras Person guid is not mandatory for user, so set empty string when NULL is …
(edit) @25005 [25005] 02/04/10 11:46:41 piotras Use dbobject metadata member if it's only possible.
(edit) @25004 [25004] 02/04/10 11:46:01 piotras Check fundamental value type when object is unserialized.
(edit) @25003 [25003] 02/04/10 11:45:12 piotras Disable uptime message in finalize.
(edit) @25000 [25000] 02/04/10 08:48:38 piotras Transform Midgard timestamps to gda timestamps when passing query values. …
(edit) @24999 [24999] 02/03/10 21:18:15 piotras Do not append PK property to create query (Avoid id=0 in db).
(edit) @24998 [24998] 02/03/10 19:13:05 piotras Expect NULL for metadata properties.
(edit) @24997 [24997] 02/03/10 19:10:48 piotras Do not check tree identifiers.
(edit) @24996 [24996] 02/03/10 19:10:14 piotras Enable debug level permanently.
(edit) @24994 [24994] 02/03/10 18:32:19 piotras Update dbobject using GdaStatement? only. Refs #1560
(edit) @24985 [24985] 02/03/10 14:29:41 piotras index_exists fully functional for Libgda > 4.0.6. Refs #1560
(edit) @24975 [24975] 02/02/10 21:11:38 piotras Depend on MgdSchemaTypeAttr? when checking private properties.
(edit) @24974 [24974] 02/02/10 19:35:42 piotras Update dbobject record. Refs #1560
(edit) @24973 [24973] 02/02/10 18:41:12 piotras Set object->dbpriv->metadata using object->metadata object.
(edit) @24970 [24970] 02/02/10 17:12:07 piotras Update object with given properties. Refs #1560.
(edit) @24885 [24885] 01/26/10 08:44:08 piotras Added Homepage to satisfy lintian.
(edit) @24854 [24854] 01/22/10 21:42:32 piotras Log message when some column couldn't be created (SQlite workaround)
(edit) @24852 [24852] 01/22/10 21:27:51 piotras Temporary workaround for SQLite provider.
(edit) @24851 [24851] 01/22/10 18:03:35 piotras midgard_user_delete: GDA4 compatibility
(edit) @24850 [24850] 01/22/10 17:20:42 piotras Follow upstream naming convention.
(edit) @24843 [24843] 01/21/10 20:41:54 piotras update_storage: delete and create view. Ported r24838
(edit) @24842 [24842] 01/21/10 20:37:26 piotras Allow metadata properties usage in views. Merged r24833. Refs #1601
(edit) @24841 [24841] 01/21/10 20:17:24 piotras Set property attribute names explicitly when registering metadata …
(edit) @24826 [24826] 01/20/10 16:59:13 piotras Check class pointer if property is a link. Refs #1602. Ported r24825
(edit) @24820 [24820] 01/20/10 09:40:44 piotras Do not set parent class (in Midgard tree) name implicitly. get_parent: Get …
(edit) @24817 [24817] 01/19/10 19:01:23 piotras Check if joined class is registered in GType system. Refs #1600
(edit) @24814 [24814] 01/19/10 18:29:42 piotras Added tests against delete method. Refs #1582
(edit) @24808 [24808] 01/19/10 17:38:36 piotras Included midgard_user_create/update/delete. Refs #1582
(edit) @24806 [24806] 01/19/10 17:35:13 piotras Added midgard_user_delete. Merged from r 24805. Refs #1582
(edit) @24799 [24799] 01/19/10 11:38:41 indeyets use double-reference in copy_date() to, actually, assign var
(edit) @24795 [24795] 01/18/10 21:35:47 piotras object_is_valid: when blobdir is invalid - throw warning, then error and …
(edit) @24791 [24791] 01/18/10 16:17:45 piotras Get_parent test against #1594
(edit) @24785 [24785] 01/18/10 14:36:53 piotras Set default parent type if upfield is set and no parent defined in schema. …
(edit) @24776 [24776] 01/18/10 11:44:01 piotras Set mandatory type attributes when copying ir extending MgdSchema? type. …
(edit) @24740 [24740] 01/16/10 09:33:19 piotras Include correct header when built against GDA4.
(edit) @24732 [24732] 01/15/10 21:23:54 piotras Fix GDA3 and GDA4 conditions.
(edit) @24725 [24725] 01/15/10 14:50:27 piotras Added required empty property attr structure initialization.
(edit) @24723 [24723] 01/15/10 14:12:24 piotras DO not free tablename in the middle of action.
(edit) @24720 [24720] 01/15/10 14:02:00 piotras Free private connection string. Leak fix.
(edit) @24718 [24718] 01/15/10 13:50:19 piotras Free private configname. Leak fix.
(edit) @24717 [24717] 01/15/10 13:47:36 piotras Free property_attr when constraint private is freed. Leak fix.
(edit) @24710 [24710] 01/15/10 10:48:33 piotras Free default value is already used. Leak fix.
(edit) @24707 [24707] 01/15/10 10:36:52 piotras Free xmlChar with xmlFree. Free tablename. Leak fix.
(edit) @24705 [24705] 01/15/10 10:28:47 piotras free column name before continuing loop. Leak fix.
(edit) @24703 [24703] 01/15/10 10:21:16 piotras Leak fix. Free self->pamfile before setting new value.
(edit) @24684 [24684] 01/13/10 21:32:13 piotras Do not prepend extra space when creating class tables string.
(edit) @24683 [24683] 01/13/10 20:48:11 piotras Copied from Mjolnir branch binary_stringify workaround. Refs #1573
(edit) @24619 [24619] 01/05/10 12:29:27 piotras Update internal meta store when creating new table. Refs #1560
(edit) @24581 [24581] 12/29/09 17:15:43 piotras Register authtype property as string type.
(edit) @24570 [24570] 12/28/09 14:21:29 piotras GDA4 compatibility.
(edit) @24569 [24569] 12/28/09 14:19:42 piotras Use MidgardObject? instead MgdObject?. Renamed API methods. Refs #1515
(edit) @24559 [24559] 12/23/09 16:25:16 piotras Do not append additioanl slash to path. Refs #1552
Note: See TracRevisionLog for help on using the revision log.