MCWE (M - Content Web Editor) is a tool that allows web developers / site's administrators to change the site’s design without editing CSS files. It works in browser. One can select HTML elements by clicking on them, and edit their CSS using a Style panel. CSS are saved in database, and then the page is loaded the CSS are added in the style attribute of the HTML elements by using JQeury.

Link to sandbox page: https://www.drupal.org/sandbox/moshnoi/2639992

Link to git command : git clone --branch 7.x-1.x http://git.drupal.org/sandbox/moshnoi/2639992.git mcwe_simple

Comments

moshnoi created an issue. See original summary.

PA robot’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://www.drupal.org/node/2641480

Project 2: https://www.drupal.org/node/2637774

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Issue summary: View changes
Status: Needs review » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxmoshnoi2639992git

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

moshnoi’s picture

Status: Needs work » Needs review

no-unused-vars - function are called in the html
no-undefined - what should i use?
Variable "_SESION" is camel caps format. do not use mixed case (camelCase), use lower case and _ - don't get that!
The module is working and needs review!

klausi’s picture

You need to use "$_SESSION" not "$_SESION" to access the global PHP session system.

moshnoi’s picture

Thanks @klausi.

I have corrected _SESION variable name.

moshnoi’s picture

Status: Needs review » Closed (duplicate)
avpaderno’s picture