-
Notifications
You must be signed in to change notification settings - Fork 383
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
Added autoloader to reduce complexity; fix phpcs issues #828
Commits on Dec 8, 2017
-
Added classmap autoloader, removed all require_once(), deprecated amp…
…_load_classes() and amp_load_fasterimage_classes(), created /include/templates/ directory for template-related classes, and Options Manager out of the views subdirectory.
Configuration menu - View commit details
-
Copy full SHA for 8346524 - Browse repository at this point
Copy the full SHA 8346524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1fa20 - Browse repository at this point
Copy the full SHA 5c1fa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c0ebf - Browse repository at this point
Copy the full SHA 33c0ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bac6b - Browse repository at this point
Copy the full SHA 08bac6bView commit details -
Removed 2nd parameter to remove_shortcode() because remove_shortcode(…
…) does not accept a 2nd parameter.
Configuration menu - View commit details
-
Copy full SHA for e5c1a8c - Browse repository at this point
Copy the full SHA e5c1a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b267ef - Browse repository at this point
Copy the full SHA 8b267efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b34e24 - Browse repository at this point
Copy the full SHA 8b34e24View commit details
Commits on Dec 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b54243b - Browse repository at this point
Copy the full SHA b54243bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38cccab - Browse repository at this point
Copy the full SHA 38cccabView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13c385 - Browse repository at this point
Copy the full SHA f13c385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c126b - Browse repository at this point
Copy the full SHA 03c126bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd1c74 - Browse repository at this point
Copy the full SHA fdd1c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c492e - Browse repository at this point
Copy the full SHA 48c492eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0b53c - Browse repository at this point
Copy the full SHA 1a0b53cView commit details -
Renamed _build_placeholder() back to build_placeholder() since no whe…
…re else is using the leading underscore convention for private methods.
Configuration menu - View commit details
-
Copy full SHA for fb10624 - Browse repository at this point
Copy the full SHA fb10624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b6f04 - Browse repository at this point
Copy the full SHA 19b6f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ee243 - Browse repository at this point
Copy the full SHA b1ee243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010dad4 - Browse repository at this point
Copy the full SHA 010dad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fad986 - Browse repository at this point
Copy the full SHA 8fad986View commit details
Commits on Dec 10, 2017
-
Merge branch 'develop' of https://github.com/Automattic/amp-wp into n…
…ew-clarity-develop
Configuration menu - View commit details
-
Copy full SHA for 241e866 - Browse repository at this point
Copy the full SHA 241e866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38992ed - Browse repository at this point
Copy the full SHA 38992edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcbc2b - Browse repository at this point
Copy the full SHA 5fcbc2bView commit details
Commits on Dec 11, 2017
-
Stop <amg-audio> sanitizer from including a contained "\n" (and thus …
…breaking unit tests.)
Configuration menu - View commit details
-
Copy full SHA for 2105af0 - Browse repository at this point
Copy the full SHA 2105af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85c366 - Browse repository at this point
Copy the full SHA f85c366View commit details -
Ensure that no errant whitespace text nodes are added to output. This…
… also required changing the output to match on two data elements in AMP_Iframe_Converter_Test->get_data()
Configuration menu - View commit details
-
Copy full SHA for 564a9d9 - Browse repository at this point
Copy the full SHA 564a9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90c16d - Browse repository at this point
Copy the full SHA f90c16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62132a - Browse repository at this point
Copy the full SHA b62132aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5417aeb - Browse repository at this point
Copy the full SHA 5417aebView commit details -
Merge branch 'develop' of github.com:newclarity/amp-wp into develop
# Conflicts: # autoloader.php Merged in changes made by @westonruter
Configuration menu - View commit details
-
Copy full SHA for 19658c9 - Browse repository at this point
Copy the full SHA 19658c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66c992 - Browse repository at this point
Copy the full SHA a66c992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23bf64f - Browse repository at this point
Copy the full SHA 23bf64fView commit details -
PHP5.2: Remove '\' from on front of ReflectionClass() because PHP 5.2…
… can't handle namespace syntax.
Configuration menu - View commit details
-
Copy full SHA for bfa54bc - Browse repository at this point
Copy the full SHA bfa54bcView commit details -
Added PHPDoc explaining relative filepaths not having leading slash o…
…r .php extension.
Configuration menu - View commit details
-
Copy full SHA for 129bda7 - Browse repository at this point
Copy the full SHA 129bda7View commit details -
Added logic in AMP_DOM_Utils::get_content_from_dom() to replace <br><…
…/br> with <br/> and <hr></hr> with <hr/>.
Configuration menu - View commit details
-
Copy full SHA for b1feee0 - Browse repository at this point
Copy the full SHA b1feee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bea9b - Browse repository at this point
Copy the full SHA 00bea9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b74ee8f - Browse repository at this point
Copy the full SHA b74ee8fView commit details -
Ensure that content if retrieved via get_content_from_dom() and not v…
…ia raw $dom->saveXML().
Configuration menu - View commit details
-
Copy full SHA for 6000b50 - Browse repository at this point
Copy the full SHA 6000b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0c13b - Browse repository at this point
Copy the full SHA 6e0c13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd97046 - Browse repository at this point
Copy the full SHA bd97046View commit details -
Split get_content_from_dom() in to by adding get_content_from_dom_nod…
…e() in AMP_DOM_Utils.
Configuration menu - View commit details
-
Copy full SHA for 215a27b - Browse repository at this point
Copy the full SHA 215a27bView commit details -
Use the new AMP_DOM_Utils::get_content_from_dom_node() to make failin…
…g tests work correctly.
Configuration menu - View commit details
-
Copy full SHA for 85a46ba - Browse repository at this point
Copy the full SHA 85a46baView commit details -
Remove "repositories" from composer.json because it is not merged in …
…yet and thus is causing the build to fail.
Configuration menu - View commit details
-
Copy full SHA for de7f617 - Browse repository at this point
Copy the full SHA de7f617View commit details -
Had to remove require: php>=5.2 because it appears to be breaking the…
… build. (Methinks we would need to update the composer.json file for each Travis build to support the proper version of PHP?)
Configuration menu - View commit details
-
Copy full SHA for 5d1157f - Browse repository at this point
Copy the full SHA 5d1157fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c0600 - Browse repository at this point
Copy the full SHA 42c0600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47edc2f - Browse repository at this point
Copy the full SHA 47edc2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e15941 - Browse repository at this point
Copy the full SHA 3e15941View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b2d2f - Browse repository at this point
Copy the full SHA f5b2d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b416f9 - Browse repository at this point
Copy the full SHA 8b416f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575ac66 - Browse repository at this point
Copy the full SHA 575ac66View commit details