-
Notifications
You must be signed in to change notification settings - Fork 2
Updating Dewdrop files with results of dewdrop-sniff; 41 commits squashed. #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Dewdrop/Admin/PageFactory/Custom.php
Outdated
| use Dewdrop\Admin\Component\ComponentAbstract; | ||
|
|
||
| namespace Dewdrop\Admin\PageFactory; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would replace namespace Dewdrop\Admin\Component\ComponentAbstract; with namespace Dewdrop\Admin\PageFactory; since normally we put the applicable namespace for a class as the first PHP directive, followed by any use statements needed for that class.
* 'master' of github.com:DeltaSystems/dewdrop: Global code should be enclosed in global namespace declaration Resolve issues in GenAdminComponent CLI
| */ | ||
|
|
||
| namespace Dewdrop\Admin\Component\ComponentAbstract; | ||
| namespace Dewdrop\Admin\PageFactory; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darbyfelton something like this? Nice catch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 👍
* upstream/master: Filter any spreadsheet column values being assigned to date fields. Also allow application/octet-stream for imports. Added application/zip mimetype to import filter Undo bd33701 for composer.json to resolve bogus ZF package versions Add hook to \Dewdrop\Admin\Page\Stock\ImportMapFields::isValid() to enable subclasses to prevent valid fields from being associated with error messages in data imports Revert "s/private/protected/g for \Dewdrop\Admin\Page\Stock\ImportMapFields extensibility" s/private/protected/g for \Dewdrop\Admin\Page\Stock\ImportMapFields extensibility CLI to facilitate generating models, tables, admin files for Users and Security Levels for standalone applications Use new class name for delete buttons in row collection editors UI. Fixes for RowCollectionEditor delete buttons and row editors with custom save callbacks. Restore ability to pass array of page names to onPageDispatch. Update ZF1 admin controller to support activity log integration. Add getCurrentUserId() method to EnvInterface and drop environment-based conditional logic from Db\Table. Add method to table view helper to render a <tfoot> section. Improve handling of direct routing to an admin component in Silex. Support arguments that take no value.
…ence WP error message
* 'master' of https://github.com/DeltaSystems/dewdrop: Add view helper for file size Support for reference column in AbstractFilter Temporarily removing hack for Silex tests. Potentially causing strange issues with new password hashes. Dewdrop ActivityLog UserInformation to support CLI usage Add ability to set a save callback on M2M Relationship Mock out the getHelperFilters() method during CsvCell.Content rendering tests. PHP 7 "only variables can be passed by reference" fix for dbdeploy tests. Fix for some tests broken by a Silex change. Highlight WP admin sub-menu item associated with current page Fix use of pages other than Index in WP sub-menus. jQuery -> $ Don't throw exception when group key value is null Restore Bootstrap tooltip plugin to usual location even when jQuery UI tooltip is not in use Render a view without setting path
running
dewdrop-sniffon files resulted in many issues; all have been resolved with this pull request.