Alex Barth [Mon, 19 Oct 2009 20:15:01 +0000]
Add note on search_total to data_search_wipe().
Alex Barth [Mon, 19 Oct 2009 20:06:11 +0000]
Wipe search records for missing references.
Alex Barth [Mon, 19 Oct 2009 19:30:34 +0000]
Fix broken link.
Alex Barth [Fri, 16 Oct 2009 00:57:57 +0000]
- Make title editable.
- Order tabs on edit table.
- Kill some notices.
- Show meta info on Devel load tab.
Alex Barth [Fri, 16 Oct 2009 00:24:18 +0000]
Fix notice.
Alex Barth [Thu, 15 Oct 2009 20:08:37 +0000]
Add index to name and id.
Alex Barth [Thu, 15 Oct 2009 15:38:02 +0000]
#554050 Aron Novak: Complete tests for data and data_ui.
Alex Barth [Thu, 15 Oct 2009 15:36:55 +0000]
Fail instead of error.
Alex Barth [Thu, 15 Oct 2009 03:09:14 +0000]
Test for NULL, otherwise passing in '' returns all tables.
Alex Barth [Thu, 15 Oct 2009 02:34:07 +0000]
#603478: Split into admin/content/data and admin/build/data.
Alex Barth [Mon, 12 Oct 2009 21:13:22 +0000]
Kill whitespace.
Alex Barth [Mon, 12 Oct 2009 21:11:56 +0000]
Kill more whitespace.
Alex Barth [Mon, 12 Oct 2009 21:11:28 +0000]
Remove whitespace, kill notice.
Alex Barth [Mon, 12 Oct 2009 19:52:51 +0000]
Make protected and use getter.
Alex Barth [Mon, 12 Oct 2009 19:52:25 +0000]
Rename _data_include to data_include.
Alex Barth [Fri, 9 Oct 2009 21:30:09 +0000]
Clear views / menu caches after creating a table, clear views cache after adding a field.
Alex Barth [Fri, 9 Oct 2009 15:09:46 +0000]
Add DataHandler::insert() and DataHandler::update().
Return number of affected rows after deleting.
Do not load before saving.
Alex Barth [Thu, 8 Oct 2009 16:51:21 +0000]
Update README.txt
Alex Barth [Thu, 8 Oct 2009 16:49:37 +0000]
CTools always present now.
Alex Barth [Thu, 8 Oct 2009 16:49:10 +0000]
Not necessary to check for existance of CTools, we depend on it now.
Alex Barth [Thu, 8 Oct 2009 16:48:29 +0000]
Load data_ui_test manually.
Alex Barth [Thu, 8 Oct 2009 16:47:34 +0000]
Add todo, remove whitespace.
Alex Barth [Thu, 8 Oct 2009 16:46:57 +0000]
Remove whitespace, add todos, fix a notice.
Alex Barth [Mon, 28 Sep 2009 16:00:45 +0000]
If devel is present, offer option to view table schema with krumo.
Alex Barth [Mon, 28 Sep 2009 02:11:54 +0000]
Add @todo.
Alex Barth [Mon, 28 Sep 2009 00:27:11 +0000]
Add a convenience function for passing out a handler to the data of a given DataTable.
Alex Barth [Mon, 28 Sep 2009 00:11:34 +0000]
Split up table management and data access in two classes.
Alex Barth [Sun, 27 Sep 2009 23:23:37 +0000]
Refactor singleton pattern: use static method DataTable::instance() instead of a function wrapper.
Alex Barth [Sun, 27 Sep 2009 18:22:28 +0000]
Add todo for refactoring _data_get_table().
Alex Barth [Sun, 27 Sep 2009 18:20:18 +0000]
- Allow implementing modules that use exportable tables to use hook_schema() (and thus change management via hook_update_N) on data managed tables.
- Make CTools a hard dependency. It has been a matter-of-fact dependency before, requiring it simplifies code.
- Add a .install to data_ui_test module: required for simpletest to set up and break down cleanly.
All tests passing. However, there remains a problem with occasionally illegal table definitions generated by fields generator in data_ui.test.
young hahn [Fri, 25 Sep 2009 21:15:16 +0000]
Rendering a placeholder when no active node is present for replacement upon AJAX selection.
Alex Barth [Wed, 23 Sep 2009 23:05:30 +0000]
Add URL handler as option.
Alex Barth [Tue, 22 Sep 2009 20:03:32 +0000]
Update to use patch from #531522-8.
Alex Barth [Tue, 22 Sep 2009 19:53:50 +0000]
Only create field if random values yield result, throw error when random value source array is empty.
Alex Barth [Tue, 22 Sep 2009 18:55:15 +0000]
Fix table creation tests. Random fields generator yielded invalid combinations.
Alex Barth [Tue, 22 Sep 2009 17:50:25 +0000]
Explain usage of Data Node better.
Alex Barth [Tue, 22 Sep 2009 17:45:49 +0000]
Update README with help for Data Node.
Alex Barth [Tue, 22 Sep 2009 17:40:45 +0000]
Add Data Node module. Relates data records to nodes. UI work by yhahn.
Alex Barth [Mon, 21 Sep 2009 17:24:03 +0000]
Use schema module version 1.6 or higher.
Alex Barth [Thu, 17 Sep 2009 14:23:21 +0000]
Add remark on search.
Alex Barth [Thu, 17 Sep 2009 14:20:47 +0000]
yhahn: Data / search integration.
Alex Barth [Thu, 17 Sep 2009 14:07:17 +0000]
Add possibility to reset caches when using data_get_all_tables().
Alex Barth [Fri, 28 Aug 2009 15:26:56 +0000]
Add README instructions for patch drupal.org/node/531522.
Alex Barth [Sat, 22 Aug 2009 13:26:48 +0000]
#555682 Aron Novak: fix data_get_table strange result on empty table name.
Alex Barth [Wed, 19 Aug 2009 20:52:30 +0000]
Young Hahn: Make filter, argument and sort handlers configurable.
Alex Barth [Wed, 19 Aug 2009 20:49:30 +0000]
#554044 David Goode: Data save doesn't change record array in expected manner a la db_write_record.
Alex Barth [Tue, 18 Aug 2009 19:52:13 +0000]
Support serial strings
Alex Barth [Tue, 18 Aug 2009 19:52:00 +0000]
Make schema module hard dependency.
Alex Barth [Fri, 31 Jul 2009 20:50:53 +0000]
Add comment.
Alex Barth [Fri, 31 Jul 2009 20:49:15 +0000]
Move CTools defines - caused problems in the .module files.
Alex Barth [Fri, 31 Jul 2009 19:59:12 +0000]
Add views handler configuration.
Alex Barth [Fri, 31 Jul 2009 02:47:38 +0000]
Add relationship definitions.
Alex Barth [Thu, 30 Jul 2009 22:28:07 +0000]
Fix and unify PK/index schema api definition generation.
Alex Barth [Thu, 30 Jul 2009 00:48:43 +0000]
Define CTools constants if CTools is not present.
Alex Barth [Wed, 29 Jul 2009 21:37:28 +0000]
Fix return value of changePrimaryKey().
Alex Barth [Wed, 29 Jul 2009 21:28:26 +0000]
For fun, add float (medium) to the possible field types.
Alex Barth [Wed, 29 Jul 2009 21:26:22 +0000]
Add big float (decimal) as possible data type.
Alex Barth [Wed, 29 Jul 2009 03:30:08 +0000]
Remove features integration. Will use general ctools features integration.
Alex Barth [Tue, 28 Jul 2009 19:28:52 +0000]
Remove Development warning in schema.
Alex Barth [Tue, 28 Jul 2009 19:28:30 +0000]
Fix README.
Alex Barth [Tue, 28 Jul 2009 19:21:20 +0000]
More tests and fixes. PK issue remains open.
Alex Barth [Tue, 28 Jul 2009 18:50:53 +0000]
Tests for overriding. More to come.
Alex Barth [Tue, 28 Jul 2009 17:22:36 +0000]
Fix tests: requires drupal.org/node/533596 to pass now.
Alex Barth [Mon, 27 Jul 2009 23:27:22 +0000]
Fix race condition when exposing schemas, remove stray error output, unserialize schema info when not using ctools.
Alex Barth [Mon, 27 Jul 2009 22:12:22 +0000]
First iteration on data_ui tests for exortables.
Alex Barth [Mon, 27 Jul 2009 17:21:02 +0000]
Move data_alter_table() back into data_ui as it requires too specific arguments - clearly a helper function.
Alex Barth [Mon, 27 Jul 2009 17:03:48 +0000]
Remove adjust() - deprecated.
Alex Barth [Mon, 27 Jul 2009 17:02:53 +0000]
Implemented schema altering, needs more testing.
Alex Barth [Mon, 27 Jul 2009 15:15:38 +0000]
#524260: Create CRUD UI for linking tables.
Alex Barth [Mon, 27 Jul 2009 14:19:19 +0000]
Show join information, add @todo for changing API method names from link() to setJoin().
Alex Barth [Mon, 27 Jul 2009 14:05:34 +0000]
Fix wrong variable name.
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.