Code Monkey home page Code Monkey logo

drupal7-framework's People

Contributors

adrecruz avatar dooug avatar dsdobrzynski avatar generalredneck avatar greg-1-anderson avatar johnrosswvsu avatar leolandotan avatar lhridley avatar luukyb avatar timhtheos avatar winmillwill avatar zkanda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drupal7-framework's Issues

CKEditor 4 not recognized by WYSIWYG

After doing a fresh install the WYSIWYG module can't detect the version of the CKEditor library due to an issue in Drupal.org. This causes the Promet Default text format features to not be successfully reverted.

My initial solution is to

{
    "type": "package",
    "package": {
        "name": "promet/drupal7-framework-patches",
        "version": "1.0.0",
        "type": "patches",
        "require": {
            "netresearch/composer-patches-plugin": "~1.0",
            "drupal/wysiwyg": "7.2.2"
        },
        "extra": {
            "patches": {
                "drupal/wysiwyg": {
                  "7.2.2": [
                        {
                            "title": "Ckeditor 4.0 - The version of CKEditor could not be detected.",
                            "url": "https://www.drupal.org/files/wysiwyg-ckeditor4-1853550-4.patch"
                        }
                    ]
                }
            }
        }
    }
}
  • Include the "patch package" into the require array "promet/drupal7-framework-patches": "~1.0.0",
  • Remove the "drupal/wysiwyg": "7.*", from the require array since we have declared it inside the "patch package".
  • Then do composer update

Any thoughts on this issue and solution or should we focus on Replace the wysiwyg module by the ckeditor module ?

Remove global gitignore lines

A good practice for extension files that should never, ever, being added to git (.DS_Store, .vagrant, sass-cache ...) should be ignored using global gitignore file on your computer, not specially on the gitignore file of the project.
On how to do it, see "Create a global .gitignore" https://help.github.com/articles/ignoring-files/

I suggest removing the following lines from the gitignore file :
.vagrant/
.DS_Store
.bundle
.ruby-version
.sass-cache

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.