An open API service providing commit metadata for open source projects.

GitHub / chriscohen/codeception-drupal-content-types / commits

SHA Message Author Date Stats
76ce8c99 merge Merge pull request #12 from ixisandyr/merge-1.1-global-extras chriscohen <c****n@u****m> over 10 years ago
1e4f92bb merge Merge pull request #13 from ixisandyr/fatal-error-when-no-widget chriscohen <c****n@u****m> over 10 years ago
1055a18d Fix fatal error if widget is not defined and selector is Andy Rigby <a****y@i****k> almost 11 years ago
77a00557 Merge 1.1 into master to use globalExtras and pre/postSteps Andy Rigby <a****y@i****k> almost 11 years ago
0ac31532 merge Merge remote-tracking branch 'ixisandyr/master' Andy Rigby <a****y@i****k> almost 11 years ago
521737e2 merge Merge pull request #10 from mcjim/master chriscohen <c****n@u****m> almost 11 years ago
4d9e50d2 Changed getClassName to use the correctly capitalised value rather than than ... mcjim <j****s@g****k> almost 11 years ago
9ccfb24e merge Merge branch 'ixis-feature/make-grab-last-nid-public' Chris Cohen <C****n@u****k> almost 11 years ago
7aeda8f5 merge Merged pull request #9 manually. Chris Cohen <C****n@u****k> almost 11 years ago
818e812e merge Merge pull request #7 from ixis/feature/video-widget chriscohen <c****n@u****m> almost 11 years ago
d67a6535 merge Merge pull request #8 from ixis/feature/check-create-delete-status chriscohen <c****n@u****m> almost 11 years ago
b579b513 TaxonomyTerm should not look for machineName on types page. Chris Cohen <C****n@u****k> almost 11 years ago
640b3f16 Added machineNameOnTypesUrl() so that entity types can specify whether their ... Chris Cohen <C****n@u****k> almost 11 years ago
7b526248 Removed parameter from getTypesUrl() as the bundle is not relevant to this URL. Chris Cohen <C****n@u****k> almost 11 years ago
5728c050 Fixed incorrect URL for TaxonomyTerm fields page. Chris Cohen <C****n@u****k> almost 11 years ago
7bf20a9b Description is always present on taxonomy terms so added it to the TaxonomyTe... Chris Cohen <C****n@u****k> almost 11 years ago
e2a3b6ed Added asset to library of default entity types, plus alphabetised the EntityT... Chris Cohen <C****n@u****k> almost 11 years ago
7112ccb7 Need to explicitly compare identical with boolean false, otherwise an empty v... Chris Cohen <C****n@u****k> almost 11 years ago
b13451d4 Need to compare for boolean false and not string 'false' when evaluating a fa... Chris Cohen <C****n@u****k> almost 11 years ago
5261292e Added a widget for OG reference fields. Chris Cohen <C****n@u****k> almost 11 years ago
23c0825a Only add a widget if one has been defined in the contentTypes.yml file. Chris Cohen <C****n@u****k> almost 11 years ago
d3f983e0 Added new widget for user account form elements. Chris Cohen <C****n@u****k> almost 11 years ago
0598041b Need to load the entity type additions before loading the other things during... Chris Cohen <C****n@u****k> almost 11 years ago
45e68668 Ensure that $entityTypeAdditions is populated otherwise no custom entity type... Chris Cohen <C****n@u****k> almost 11 years ago
dbcb5b9b README.md now accommodates the idea of required fields on EntityType objects. Chris Cohen <C****n@u****k> almost 11 years ago
3499b206 Added widgetNameVisible property to the Field class to handle situations wher... Chris Cohen <C****n@u****k> almost 11 years ago
e9671ed2 Removed constructor because there's currently no sensible way to construct an... Chris Cohen <C****n@u****k> almost 11 years ago
6112c8db Should use $bundle in getManageFieldsUrl() and not $this->getEntityType(). Chris Cohen <C****n@u****k> almost 11 years ago
12aac3cb Implemented getRequiredFields() for the User entity type. Chris Cohen <C****n@u****k> almost 11 years ago
830448f4 Implemented getEntityType() in all EntityType subclasses. Chris Cohen <C****n@u****k> almost 11 years ago
fb093cab Improved docs for EntityTypeInterface->getTypesUrl() to ensure it's clear thi... Chris Cohen <C****n@u****k> almost 11 years ago
3cec63a1 Extended EntityTypeInterface to mandate getTypesUrl() so that the tests know ... Chris Cohen <C****n@u****k> almost 11 years ago
7ed5ae4a Extended EntityTypeInterface to mandate getRequiredFields() to return a list ... Chris Cohen <C****n@u****k> almost 11 years ago
572d6c5b Refactored Field->hasWidget() to check if a widget is set internally, rather ... Chris Cohen <C****n@u****k> almost 11 years ago
4edc1f50 Fixed function docs for Field::parseGlobalFields(). Chris Cohen <C****n@u****k> almost 11 years ago
b6eb80c6 Added first attempt at full-blown support for entity types including yaml loa... Chris Cohen <C****n@u****k> almost 11 years ago
23d20286 Make grabLastCreatedNid() public so it can be overridden Andy Rigby <a****y@i****k> almost 11 years ago
1e3e0b0b Make grabLastCreatedNid() public so it can be overridden Andy Rigby <a****y@i****k>
Committed by: Paul Byrne <c****e@p****k>
almost 11 years ago
03ecfd39 Added concept of EntityType as a series of objects and some limited documenta... Chris Cohen <C****n@u****k> almost 11 years ago
47d7da61 Added documentation for previous commit. Chris Cohen <C****n@u****k> almost 11 years ago
974aeca3 Added basic tracking of entity type in content type. Chris Cohen <C****n@u****k> almost 11 years ago
4a9497e1 merge Merge pull request #2 from ixis/feature/create-node-selector Paul Byrne <c****e@p****k> about 11 years ago
8807e5ac Make consistent use of double quotes. Paul Byrne <p****e@i****k> about 11 years ago
30497cf5 Make consistent use of double quotes. Paul Byrne <p****e@i****k>
Committed by: Paul Byrne <c****e@p****k>
about 11 years ago
e5e4b758 Add a way of checking node creation/deletion status. Andy Rigby <a****y@i****k> about 11 years ago
b682e21a Add a way of checking node creation/deletion status. Andy Rigby <a****y@i****k>
Committed by: Paul Byrne <c****e@p****k>
about 11 years ago
f1d782bb merge Merge pull request #1 from PJnes/master Paul Byrne <c****e@p****k> about 11 years ago
0976223d Adding support for 'Video' field widgets. Paul Jones <p****s@i****k>
Committed by: Paul Byrne <c****e@p****k>
about 11 years ago
99745c7a Adding support for 'Video' field widgets. Paul Jones <p****s@i****k> about 11 years ago
6ea86c8d Yaml::parse() with filename parameter is now deprecated. Replaced implementat... Chris Cohen <C****n@u****k> about 11 years ago
09537644 Key for LanguageWidget should be "Language selection", not "Language". Chris Cohen <C****n@u****k> over 11 years ago
5fc98e64 Added path widget type. Chris Cohen <C****n@u****k> over 11 years ago
820158b5 Added language widget type. Chris Cohen <C****n@u****k> over 11 years ago
3f58bd4d Added media browser widget type. Chris Cohen <C****n@u****k> over 11 years ago
110b24d5 Added hierarchical select widget type. Chris Cohen <C****n@u****k> over 11 years ago
91a4ab0f Field->getSkippedRoles() always returns an array to avoid issues with calling... Chris Cohen <c****n@i****k> over 11 years ago
7953a49d Provide ability to list roles that will be skipped for specific fields. Chris Cohen <c****n@i****k> over 11 years ago
4260f4c4 Set pre from yaml when field is created. Chris Cohen <c****n@i****k> over 11 years ago
ade63c35 Added concept of 'pre' to have things clicked before a field is filled. Chris Cohen <c****n@i****k> over 11 years ago
c118f7f2 Added documentation for the new "extras" functionality. Chris Cohen <c****n@i****k> over 11 years ago
d9ff7c9e Added a method of setting extra things on the node creation form that are not... Chris Cohen <c****n@i****k> over 11 years ago
98c3d7e4 Added missing @return doc for DrupalContentTypeRegistry->createNode(). Chris Cohen <c****n@i****k> over 11 years ago
35289227 merge Merge pull request #3 from pfaocle/master chriscohen <m****b@g****m> over 11 years ago
c6fff4de If we've passed in a custom title use that, otherwise use the default field t... Paul Byrne <p****e@i****k> over 11 years ago
aa046b31 Array key for geofield in the $widgetClasses array should use the widget name... Chris Cohen <c****n@i****k> almost 12 years ago
8b5f0709 Added new GeoWidget to represent geofield fields. Chris Cohen <c****n@i****k> almost 12 years ago
a303be9f Added new EmbeddedWidget. Currently doesn't do anything for fill() since we n... Chris Cohen <c****n@i****k> almost 12 years ago
8bed6b9f Added new ImageWidget to specifically cover image widgets. The fill() method ... Chris Cohen <c****n@i****k> almost 12 years ago
82f27cbd Added class map setting for 'Autocomplete text field' which is used by 'Node ... Chris Cohen <c****n@i****k> almost 12 years ago
05a90bb8 Whitespace fix for README.md. Chris Cohen <c****n@i****k> almost 12 years ago
cd410243 Improved documentation for testData in README.md. Chris Cohen <c****n@i****k> almost 12 years ago
842637a6 Don't attempt fill() if no value is provided, on all Widget subclasses. Chris Cohen <c****n@i****k> almost 12 years ago
05646af3 Don't attempt LinkWidget->fill() if no value is provided. Chris Cohen <c****n@i****k> almost 12 years ago
ccb0915f Don't attempt Widget->fill() if no value is provided. Chris Cohen <c****n@i****k> almost 12 years ago
1c5a6d2a Allowed AutocompleteWidget to work with Entity Reference type. Chris Cohen <c****n@i****k> almost 12 years ago
222b7e9c Skip filling a value in CheckboxesWidget if no value is set. Chris Cohen <c****n@i****k> almost 12 years ago
7dae3a70 Use blank fill() for now because attachFile() doesn't get along with PhantomJ... Chris Cohen <c****n@i****k> almost 12 years ago
fca7670c Implemented getCssOrXpath() for FileWidget. Chris Cohen <c****n@i****k> almost 12 years ago
3d86ae1c Added "do nothing" fill() methods for MediaWidget and SchedulerWidget for the... Chris Cohen <c****n@i****k> almost 12 years ago
c2f7568c LinkWidget->fill() now uses getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
a3cbe491 SingleCheckboxWidget->fill() now uses getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
90f1c409 SingleCheckboxWidget should implement fill(), not fillField(). Chris Cohen <c****n@i****k> almost 12 years ago
6a5cb0ac Added deleteNode() method. Chris Cohen <c****n@i****k> almost 12 years ago
b77bfbf3 Expanded intro to README.md. Chris Cohen <c****n@i****k> almost 12 years ago
3843b14d Made it clear that the selector parameter is usually optional. Chris Cohen <c****n@i****k> almost 12 years ago
452b165c Completed logic for createNode(). Chris Cohen <c****n@i****k> almost 12 years ago
974bec5e Added in EmailTextWidget because email address field selectors are handled sl... Chris Cohen <c****n@i****k> almost 12 years ago
20255b0b selectorFromMachine() should be called with late static binding, instead of d... Chris Cohen <c****n@i****k> almost 12 years ago
66e7a686 RadioButtonsWidget->fill() now uses getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
6a5b7bf9 Added implementation of selectorFromMachine for RadioButtonsWidget. Chris Cohen <c****n@i****k> almost 12 years ago
8e67fcf1 Implemented getCssOrXpath() in AddressWidget. Chris Cohen <c****n@i****k> almost 12 years ago
11c538f4 WysiwygWidget->fill now uses getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
a865d899 SelectListWidget->fill now uses getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
7861b249 Allowed manual specifying of selector in getCssOrXpath(). Chris Cohen <c****n@i****k> almost 12 years ago
5a955943 Added special case for the title field in TextWidget's getCssOrXpath() as it ... Chris Cohen <c****n@i****k> almost 12 years ago
d6407cac Added hasSelector() method to determine if a widget has a selector set or not. Chris Cohen <c****n@i****k> almost 12 years ago
74b17810 Implemented getCssOrXpath() for TextAreaWidget and TextWidget. Chris Cohen <c****n@i****k> almost 12 years ago
8c3fab4c Widget->getCssOrXpath() should get its own selector using the getSelector() m... Chris Cohen <c****n@i****k> almost 12 years ago
e9abc45f Implemented getCssOrXpath() in PopUpCalendarWidget. Chris Cohen <c****n@i****k> almost 12 years ago
abe3ac31 Implemented getCssOrXpath() in WysiwygWidget. Chris Cohen <c****n@i****k> almost 12 years ago

← Back to repository