summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alex Barth [Mon, 27 Jul 2009 13:55:42 +0000]
Fix delete() method.
Alex Barth [Mon, 27 Jul 2009 13:47:03 +0000]
Adjust schema UI. Done: create missing table, update schema info. Missing now: adjust actual table in db.
Alex Barth [Mon, 27 Jul 2009 11:34:18 +0000]
First steps for schema comparison. Will live on separate page.
Alex Barth [Mon, 27 Jul 2009 11:02:24 +0000]
Add comparison function. Requires schema API. Don't make schema API a dependency though.
Alex Barth [Mon, 27 Jul 2009 10:35:59 +0000]
Remove unused method exists().
Alex Barth [Sun, 26 Jul 2009 23:36:11 +0000]
Move join information into 'meta'. Fix drop tables. We're unstable right now.
Alex Barth [Sun, 26 Jul 2009 23:04:25 +0000]
Update README.
Alex Barth [Sun, 26 Jul 2009 23:03:34 +0000]
Fix comments.
Alex Barth [Sun, 26 Jul 2009 23:02:16 +0000]
Fix path for dropping table.
Alex Barth [Sun, 26 Jul 2009 23:01:58 +0000]
Fix linking to left table.
Alex Barth [Sun, 26 Jul 2009 21:59:15 +0000]
CTools exportables integration.
Alex Barth [Sat, 25 Jul 2009 21:27:28 +0000]
Fix comment.
Alex Barth [Sat, 25 Jul 2009 20:56:30 +0000]
House keeping: improve comments on create_table() and get_table().
Alex Barth [Sat, 25 Jul 2009 20:54:42 +0000]
Update README file.
Alex Barth [Sat, 25 Jul 2009 20:53:29 +0000]
House keeping: @file comment in each file.
Alex Barth [Sat, 25 Jul 2009 20:53:01 +0000]
House keeping: @file comment in each file, update DataTable comment.
Alex Barth [Sat, 25 Jul 2009 20:49:18 +0000]
Also keep comments consistent with function names.
Alex Barth [Sat, 25 Jul 2009 20:48:40 +0000]
Rename add to create form to keep it consistent with language on UI.
Alex Barth [Sat, 25 Jul 2009 20:47:21 +0000]
Fix coding standards violation.
Alex Barth [Sat, 25 Jul 2009 20:46:03 +0000]
House cleaning: remove obsolete @todos.
Alex Barth [Sat, 25 Jul 2009 20:44:48 +0000]
House cleaning: remove unused constants.
Alex Barth [Sat, 25 Jul 2009 20:42:44 +0000]
House cleaning: move _private functions to bottom of module.
Alex Barth [Sat, 25 Jul 2009 20:00:02 +0000]
Add default views.
Alex Barth [Sat, 25 Jul 2009 19:28:28 +0000]
Forgot the Id string :p
Alex Barth [Sat, 25 Jul 2009 19:25:07 +0000]
Remove data_ui.views.inc.
Alex Barth [Sat, 25 Jul 2009 19:11:15 +0000]
#524280: Move Data Table class into .inc file.
Alex Barth [Sat, 25 Jul 2009 19:02:13 +0000]
Add CRUD tests for UI. Adjust field type handling.
Alex Barth [Sat, 25 Jul 2009 15:37:54 +0000]
Add stub for Data UI tests, restructure tests to share common functionality between Data API and UI tests.
Alex Barth [Sat, 25 Jul 2009 15:29:25 +0000]
Add comment.
Alex Barth [Wed, 22 Jul 2009 02:56:21 +0000]
Add some more tests.
Alex Barth [Wed, 22 Jul 2009 02:53:08 +0000]
Add first unit tests.
Alex Barth [Mon, 20 Jul 2009 22:29:12 +0000]
Use correct placeholders for delete().
Alex Barth [Mon, 20 Jul 2009 22:21:25 +0000]
Use correct placeholders for load().
Alex Barth [Sun, 19 Jul 2009 13:32:45 +0000]
#523940 yhahn: Implement primary key & index updating, fix Views primary key check.
Alex Barth [Sun, 19 Jul 2009 13:18:23 +0000]
#523914 yhahn: Fix for data_join schema where key length is too long.
Alex Barth [Sat, 18 Jul 2009 23:40:44 +0000]
Add indexing UI.
Alex Barth [Sat, 18 Jul 2009 23:07:52 +0000]
Data UI - crud.
Alex Barth [Sat, 18 Jul 2009 22:09:38 +0000]
Added create/drop table functionality, restructured data API.
Alex Barth [Sat, 18 Jul 2009 16:56:30 +0000]
Remove todo.
Alex Barth [Sat, 18 Jul 2009 16:56:15 +0000]
Create add-table UI. Dropping table does not work.
Alex Barth [Thu, 16 Jul 2009 15:28:58 +0000]
Fix some comments and README text.
Alex Barth [Thu, 16 Jul 2009 13:33:39 +0000]
Update readme and .info files.
Alex Barth [Thu, 16 Jul 2009 02:10:13 +0000]
Remove cruft code.
Alex Barth [Thu, 16 Jul 2009 02:01:05 +0000]
Don't return tables that don't have a class available.
Alex Barth [Thu, 16 Jul 2009 00:12:07 +0000]
Debug views integration, add a group name, fix a variable name.
Alex Barth [Wed, 15 Jul 2009 23:55:33 +0000]
Refactor API for creating new tables.
Alex Barth [Wed, 15 Jul 2009 23:03:39 +0000]
Implement linking and joining.
Alex Barth [Wed, 15 Jul 2009 20:47:16 +0000]
Convert views integration.
Alex Barth [Wed, 15 Jul 2009 20:22:47 +0000]
Start working on views integration. Use flatstore module as starting pointnt.
Alex Barth [Wed, 15 Jul 2009 20:09:47 +0000]
Restructure directories and prepare views integration.
Alex Barth [Wed, 15 Jul 2009 20:03:07 +0000]
Fix submit hook, fix save() func signature.
Alex Barth [Wed, 15 Jul 2009 19:34:36 +0000]
Change return value of data_translate_field_type().
Add todos to addField().
Alex Barth [Wed, 15 Jul 2009 18:06:07 +0000]
Rename allocate table to reserve table.
Alex Barth [Wed, 15 Jul 2009 17:59:42 +0000]
Remove unsupported argument for the time being.
Alex Barth [Wed, 15 Jul 2009 17:57:30 +0000]
Add README file.
Alex Barth [Wed, 15 Jul 2009 17:40:40 +0000]
Update Id strings.
Alex Barth [Wed, 15 Jul 2009 17:14:55 +0000]
Initial commit of data module.