Giter Club home page Giter Club logo

impresspages's Introduction

ImpressPages core

This repository is used as a library for the main https://github.com/impresspages/ImpressPages respository. Here are stored the most fundamental features of ImpressPages. In long run, this repository should become into a self sustainable ImpressPages-framework without CMS.

Installation

If you want to use the latest version from github, please follow these steps to get everything up and running.

  1. Create a file called composer.json and put the following content in it:
{
    "require": {
        "impresspages/impresspages": "5.0.*",
        "impresspages/plugin-google-analytics": "*"
    },
    "scripts": {
        "post-install-cmd": ["php vendor/impresspages/impresspages/bin/setup.php public"],
        "post-update-cmd": ["php vendor/impresspages/impresspages/bin/setup.php public"]
    },
    "autoload": {
        "psr-4": {"Plugin\\": "public/Plugin/"}
    }
}
  1. Install all composer dependencies by running composer install

  2. Start a webserver to serve the public directory. You can also use the built-in PHP webserver, switch into the public directory cd public and start the webserver using this command: php -S localhost:8000 index.php

  3. Open your webserver and navigate to whatever address you are using, for example http://localhost:8000.

  4. Follow the setup wizard.

impresspages's People

Contributors

afbora avatar agameanx avatar algimantas avatar arm1n avatar ash0080 avatar chouex avatar chrisv2 avatar cito avatar denistorresan avatar donnysim avatar fedondimopoulos avatar flakerimi avatar gergo85 avatar jankus avatar jshaffstall avatar linksblinker avatar looped avatar marijusimpresspages avatar mariomka avatar maskas avatar meskis avatar mrx avatar nemesiz avatar patrickponey avatar poocart avatar remo avatar rzusto avatar shivas avatar thefobas avatar tombauer avatar

Stargazers

 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  avatar  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

impresspages's Issues

Form tab appearing in version 2.1

Just instaled last version and getting this error in module form:

WARNING require(ip_cms/modules/developer/form/manager.php): failed to open stream: No such file or directory
in C:\Users\User\Desktop\UniServer\www\ipages\ip_cms\backend\cms.php on line 103
Fatal error: require(): Failed opening required 'ip_cms/modules/developer/form/manager.php' (include_path='.;C:/Users/User/Desktop/UniServer/usr/local/php/includes;C:/Users/User/Desktop/UniServer/usr/local/php/pear;C:/Users/User/Desktop/UniServer/home/admin/www/plugins/pear/PEAR') in C:\Users\User\Desktop\UniServer\www\ipages\ip_cms\backend\cms.php on line 103

Searched manager.php in the module and the file is not there (called by cms.php)

Widget cancel button don't work.

Reproduce:

  1. add new widget
  2. press 'cancel'

Response from the server:
{"status":"error","action":"_cancelWidgetResponse","errorMessage":"Widget has no predecessor."}

Undefined http_referer

NOTICE Undefined index: HTTP_REFERER
in /home/patrick/public_html/ip_cms/frontend/site.php on line 633

Your website is not viewable

I've tracked down the problem to that your website http://www.impresspages.org/ doesn't detect or give proper browser encoding. I have to manually change from UTF-8 to "Baltic (Windows 1252)" or "Western" to see your website. Please fix.

(Browser FF 7.0.1)

changes to plugin/module installation search for modules

Problem:
If using ip_plugins directory for development of plugins as git submodules .git folder created by git is scanned, and installation script checking for new modules fails becoz its not module and there is no plugin.ini file inside (and it should be there anyway).

Fix:
Skipping folders with . (dot) in front of name (solves most VCS and DVCS problems)

As this fix is trivial and doesn't influence or brakes system imho should be easy applyable.

I'll add patch too.

text widget: justify

It would be good to add close to text align left, center and right a text justify icon.

Administration generation script improved image size calculation

Removing hardcoded width value of 200px for width and making additional logic to figure out what size to limit (height or width) when image is more than 200px on any axis without distorting (making bigger smaller images, and in case of vertical orientation of image it gets ugly).

Image widgets version 2

The <img alt="" tag and <a title="" are empty in the html output of pages that include images using the widgets. In the content management area, the titles are however still coming up when editing an image widget. Whereabouts in the database is the title string for the images saved ?

RSS does not work.

Fatal error: Call to undefined method Site::generateContent() in D:\xampp\htdocs\ip2.x\ip_themes\lt_pagan\blank.php on line 5

WARNING Illegal string offset 'name'

After install I get this Warnings:

WARNING Illegal string offset 'name'
in E:\UniServer\www\ip\ip_cms\frontend\zone.php on line 65

WARNING Illegal string offset 'template'
in E:\UniServer\www\ip\ip_cms\frontend\zone.php on line 66

WARNING Illegal string offset 'associated_group'
in E:\UniServer\www\ip\ip_cms\frontend\zone.php on line 67

WARNING Illegal string offset 'associated_module'
in E:\UniServer\www\ip\ip_cms\frontend\zone.php on line 68

Images disappearing

This issue hasn't been reproduced in real world, but code analysis shown that such situation is possible. Some images might disappear.

IP 2 rc3

element_wysiwyg checkField() $parametersMod is undefined.

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.