- Sep 16, 2011
-
-
unknown authored
-
- Sep 15, 2011
-
-
unknown authored
-
- Sep 13, 2011
-
-
Gerardo Gonzalez authored
Fixed a tiny bug that was keeping the entity types and bundles from being seen in their respective overview tables
-
- Sep 09, 2011
-
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
finished documenting everything and fixed all of coders minor warnings, except for one that I did not know a good way to get around. Thanks to tim.plunkett and Niklas Fiekas for the documentation and coding style patches
-
- Sep 03, 2011
-
-
unknown authored
I was going to ignore these two irrelevant file blocks, but I don't want to give any excuse for the full project process to be delayed longer
-
unknown authored
Fix all the coder problems (at least all the relevant issues, there are still some minor issues) and wrote some more documentation
-
- Aug 27, 2011
-
-
Gerardo Gonzalez authored
Fixed an uninstall error, and added validation to entity type creation so no duplicate entity types could be created (It would give you an error if you tried anyways)
-
- Aug 23, 2011
-
-
- Aug 21, 2011
-
-
Gerardo Gonzalez authored
-
- Aug 20, 2011
-
-
Gerardo Gonzalez authored
well thanks to davereids wonderful entity_view_mode we don't need to predeclare so many different view modes, actually I will rather have non at all, and ccreate them as needed with the module, if anyone disagree there is still and entity_info_alter, right?
-
- Aug 18, 2011
-
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
-
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
WARNING: None of this changes have been tested. All the code from eck.module has been refactored in accordance with drupal terminology
-
- Aug 02, 2011
-
-
Gerardo Gonzalez authored
-
- Jul 29, 2011
-
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
small change in eck__entity_create, I need to stop using those stupid $entity and $type objects, they are not very intuitive, so I started here, hopefully I will be able to clean up everything else soon enough.
-
- Jul 28, 2011
-
-
Gerardo Gonzalez authored
Fixed argument on delete, now that our stuff in under structure in the admin section, and also fixed a little bug when list (overview) tables are empty
-
Gerardo Gonzalez authored
-
- Jul 25, 2011
-
-
Gerardo Gonzalez authored
Adding a little bit more functionality to the administration section of entities, now the entity overview is a tableselect form, and the submit function from that form calls a hook so other modules can do whatever they like with the selected rows
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
-
- Jul 23, 2011
-
-
Adding some features support for entities and bundles, also now eck has the capability of creating a different class for every entity type for further customization, tested and debugged by Merco
-
- Jul 22, 2011
-
-
Gerardo Gonzalez authored
separated some other stuff. So now we have a funtion that will return all of the ids given an entity type and a bundle, and another function that will return all the entities given the same two parameters. Also I turned the entity overview table into an tableselect element in a form, currently eck does not do nothing when a row is selected, but it has an alter hook on submit so you can see the data from the form state do whatever you want and redirect to wherever you want
-
- Jul 21, 2011
-
-
Gerardo Gonzalez authored
separated some parts of the entity_add functionality, to make it easier for other modules to reuse the eck code
-
Gerardo Gonzalez authored
-
- Jul 20, 2011
-
-
Gerardo Gonzalez authored
added a drupal_alter hook to the overview function to be able to modify the rows of the table of entities
-
- Jul 08, 2011
-
-
Gerardo Gonzalez authored
-
- Jul 06, 2011
-
-
Gerardo Gonzalez authored
Added a state field, it should be use for functionality similar to the status field in nodes. There is an update implemented for this change.
-
- Jun 28, 2011
-
-
Gerardo Gonzalez authored
-
- Jun 23, 2011
-
-
Gerardo Gonzalez authored
**NOTE** From now on I will start using drupal terminology on the comments so the community can better understand what I am doing, the code has not been refactored to use those definitions, but this will come soon also --- Reactivated the delete functionality for entities
-
- Jun 06, 2011
-
-
Gerardo Gonzalez authored
Small change: commented out all dpm statements, so it would not give us trouble if it devel is not enabled
-
- Jun 02, 2011
-
-
Gerardo Gonzalez authored
Added the types (bundles) feature, now any entity can have multiple types, I took all of the delete code from the UI as it has not been tested after all the changes, but everything else seem to be working correctly
-
- May 27, 2011
-
-
Gerardo Gonzalez authored
-
bridesok authored
-
- May 26, 2011
-
-
wedlinkm authored
-
- May 25, 2011
-
-
Gerardo Gonzalez authored
-
Gerardo Gonzalez authored
-