Skip to content
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

T13819 remove minifiers #13820

Merged
merged 11 commits into from
Feb 12, 2019
Merged

T13819 remove minifiers #13820

merged 11 commits into from
Feb 12, 2019

Conversation

niden
Copy link
Member

@niden niden commented Feb 11, 2019

Hello!

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the Contributing Guidelines?
  • I have checked that another pull request for this purpose does not exist.
  • I wrote some tests for this PR.

Removed the external libraries from the source. Kept CssMin/JsMin files but they just return the original content back. In future versions of the framework these filters will either be removed or replaced with in house implementations or by using other libraries with free licenses.

Thanks

* upstream/4.0.x:
  [4.0.x] - Added unicode flag for email filter
* upstream/4.0.x:
  [#13488] - Removed commas that crept in the .env file
  [#13488] - Minor corection to debug; Added funcitonality for getting filtered vars; Added tests
  [#13488] - Initial changes for the feature; adding methods
* upstream/4.0.x:
  Updated changelog
  Updated CFLAG default build param
  keep the actionName as set, do cache the methodName in `getActiveMethod` instead (use action mapping to cover Dispatcher `forward`ing case?)
  move formatter into setter
  give up on `camelize`, use a new approach
  unit tests
  Camel-case the action name (before call in handler)
  Correct pull request template
  Fix .editorconfig
  Amended .gitignore
  Bump version
  Fixed preparing release on AppVeyor
  Update change log
  Regenerated build
  Regenerated ext
  Updating the changelog
* upstream/4.0.x:
  Updated the changelog
  [#13808] - Updating ext folder
  [#13808] - Adjusting tests
  [#13808] - Renaming ACL elements
* upstream/4.0.x:
  Update CHANGELOG-4.0.md
  Updated changelog
  Added geSetMetaData test Modified some unit tests to use metaData
  Modified existing tests to work with the additional MetaData
  Modified Phalcon\Mvc\Model to use Phalcon\Message::setMetaData() instead of setModel()
  Added new MetaData variable to Phalcon\Message. Modified Phalcon\MessageInterface accordingly
  Corrected typo
@niden niden changed the base branch from master to 4.0.x February 11, 2019 19:07
@niden
Copy link
Member Author

niden commented Feb 11, 2019

cc @sergeyklay

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #13820 into 4.0.x will decrease coverage by 0.03%.
The diff coverage is 56.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##            4.0.x   #13820      +/-   ##
==========================================
- Coverage   66.29%   66.25%   -0.04%     
==========================================
  Files         452      450       -2     
  Lines       89864    89576     -288     
==========================================
- Hits        59579    59353     -226     
+ Misses      30285    30223      -62
Impacted Files Coverage Δ
ext/phalcon/messages/messageinterface.zep.c 100% <ø> (ø) ⬆️
ext/phalcon/assets/filters/cssmin.zep.c 22.22% <0%> (-56.73%) ⬇️
ext/phalcon/messages/message.zep.c 93.29% <100%> (ø) ⬆️
ext/phalcon/assets/filters/jsmin.zep.c 77.77% <100%> (-1.17%) ⬇️
ext/phalcon/mvc/model.zep.c 66.76% <28.16%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95dd89e...9599bc5. Read the comment docs.

@niden niden merged commit b5b8ccf into phalcon:4.0.x Feb 12, 2019
@niden niden mentioned this pull request Feb 12, 2019
@niden niden deleted the T13819-remove-minifiers branch March 13, 2019 20:21
@niden niden added the documentation Documentation required label Apr 9, 2019
@niden niden added 4.0 and removed documentation Documentation required labels Dec 2, 2019
@niden niden added bug A bug report status: medium Medium and removed Bug - Medium labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants