Clone
 

andrew wittrock <awittrock@parts-unltd.com> in dashboard-wordpress

Merge branch 'SD-16993'

Merge branch 'sprint-53'

Merge branch 'SD-15342' into sprint-53

SD-15342: Add minimum height to iframe

SD-15342: Change iframe calculation method to lowestElement

SD-15342: Change ifram calculation method to min

APPDEV-7766: Update publish script

Merge branch 'development'

APPDEV-5571: Allow modules to specify full WP hostname.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@4653 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5523: Allow modules to send custom data to the WordPress admin template.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@4544 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5523: Fix styling issues on WordPress admin page.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@4543 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5523: Allow the WordPress iframe source to be changed via javascript

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@4542 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +13
    /configs/module.config.php
APPDEV-4934: Allow the WordPress module to fetch the WP host, sitename, and template from the specific module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@3673 c9e438f2-161f-4379-92ca-8387c394dae0

    • -14
    • +0
    /configs/service-dependencies.config.php
    • -23
    • +0
    /configs/service-manager.config.php
    • -243
    • +0
    /src/Wordpress/wp-admin/about.php
    • -102
    • +0
    /src/Wordpress/wp-admin/admin-ajax.php
    • -100
    • +0
    /src/Wordpress/wp-admin/admin-footer.php
    • -261
    • +0
    /src/Wordpress/wp-admin/admin-header.php
    • -71
    • +0
    /src/Wordpress/wp-admin/admin-post.php
    • -371
    • +0
    /src/Wordpress/wp-admin/admin.php
    • -118
    • +0
    /src/Wordpress/wp-admin/async-upload.php
    • -325
    • +0
    /src/Wordpress/wp-admin/comment.php
  1. … 1335 more files in changeset.
APPDEV-4934: Further implementation of WP Dashboard integration.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@2298 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +10
    /assets/js/wordpress.js
    • -5
    • +5
    /configs/wordpress-nav-menu.config.php
APPDEV-4934: Change Dashboard path to Wordpress dashboard.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@2296 c9e438f2-161f-4379-92ca-8387c394dae0

    • -1
    • +1
    /configs/wordpress-nav-menu.config.php
    • -1
    • +1
    /src/Wordpress/wp-admin/js/common.min.js
    • -3
    • +10
    /src/Wordpress/wp-admin/js/postbox.js
    • -1
    • +1
    /src/Wordpress/wp-admin/js/postbox.min.js
  1. … 52 more files in changeset.
APPDEV-4934: Remove admin menus from layout.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@2294 c9e438f2-161f-4379-92ca-8387c394dae0

    • -18
    • +18
    /configs/wordpress-nav-menu.config.php
APPDEV-4616: Upgrade dashboard wordpress to 4.4

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@2000 c9e438f2-161f-4379-92ca-8387c394dae0

    • -120
    • +135
    /src/Wordpress/wp-admin/about.php
    • -2
    • +2
    /src/Wordpress/wp-admin/admin-ajax.php
    • -2
    • +5
    /src/Wordpress/wp-admin/async-upload.php
    • -31
    • +23
    /src/Wordpress/wp-admin/comment.php
    • -70
    • +7
    /src/Wordpress/wp-admin/credits.php
    • -44
    • +116
    /src/Wordpress/wp-admin/css/about-rtl.css
    • -44
    • +116
    /src/Wordpress/wp-admin/css/about.css
  1. … 647 more files in changeset.
APPDEV-4616: Create PoC dashboard Wordpress module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@1999 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +16
    /configs/routes.config.php
    • -0
    • +108
    /configs/wordpress-nav-menu.config.php
    • -0
    • +59
    /src/Lemans/Wordpress/Controller/Admin.php
    • -0
    • +12
    /src/Wordpress/.htaccess
    • -0
    • +17
    /src/Wordpress/index.php
    • -0
    • +385
    /src/Wordpress/license.txt
    • -0
    • +98
    /src/Wordpress/readme.html
    • -0
    • +131
    /src/Wordpress/wp-activate.php
    • -0
    • +216
    /src/Wordpress/wp-admin/about.php
    • -0
    • +102
    /src/Wordpress/wp-admin/admin-ajax.php
    • -0
    • +100
    /src/Wordpress/wp-admin/admin-footer.php
    • -0
    • +15
    /src/Wordpress/wp-admin/admin-functions.php
    • -0
    • +261
    /src/Wordpress/wp-admin/admin-header.php
    • -0
    • +71
    /src/Wordpress/wp-admin/admin-post.php
    • -0
    • +371
    /src/Wordpress/wp-admin/admin.php
  1. … 1245 more files in changeset.
APPDEV-4616: Create dashboard wordpress module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-dashboard-wordpress/trunk@1998 c9e438f2-161f-4379-92ca-8387c394dae0