Git Product home page Git Product logo

respond's People

Contributors

axis80 avatar cweiske avatar joebordes avatar lsolomon-iworks avatar madoublet avatar puresoft 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

respond's Issues

Fatal error before create (installation)

Hi,

I just wanted to try your promising Framework, but before I could "create" it, I've got the following error: "Fatal error: Cannot redeclare class Generator in ...\respond\libs\Generator.php on line 4"

Documentation: Domain mapping & Workflow

After the first istall a bunch of questions are rising up:

  1. Could you suggest a domain mapping configuration to take advantage of RespondCms on an ideal workflow ?
  2. Is RespondCms able to manage more than one site at time ?

Thank you in advance ; )

Files interface does not allow file deletion.

Clicking on the deletion icon next to a file overlays the browser window with translucent black and doesn't actually delete the file in question. The only way to recover is to hit the back button in the browser.

Same result in Chrome 30, Firefox 24, and Safari 7.

Update problem Blog 2.6 > 2.7

Hi, I have problem after update of 2.6 to 2.7 - Blog not function for websites created of 2.6 - New websites work normally.

Thanks

Problem for switch site

Bonjour, tout d'abord félicitation pour Repond2. Je suis tomber dessus quelque temps après ça sortie et j'en suis tomber amoureux.
Donc voila tout allez bien jusqu'au jour ou j'ai voulu crée un second site. Une fois la création du nouveaux site/user fait, il m'est ( en tant que SuperAdmin ) impossible d’utiliser la fonction Switch pour administrer le second site, la page ce bloque des que je demande a Switch ....
Auriez vous une idée du problème ?


Hello, first of all congratulations for Repond2. I'm falling over some time after this release and I'm falling in love.
So that's all going well until one day I wanted to create a second site. Once the creation of new website / user fact, it is me (as a super admin) can not use the Switch function to administer the second site, it blocks the page I request switch ....
Do you have an idea of the problem?

moving blocks in editor is not working

I am getting a swap() not a function error in javascript when trying tto move a block up or down in the editor.

I added the jquery extension in the file plugins/jquery.respondedit.js to js/respondeditor.js and it works. That may not be the correct solution but hopefully it will give you enough insight to fix it without spending too much time.

diff --git a/js/respond.Editor.js b/js/respond.Editor.js
index d0d5bbc..35ed1a5 100644
--- a/js/respond.Editor.js
+++ b/js/respond.Editor.js
@@ -3,6 +3,17 @@
 */
 var respond = respond || {};

+//swaps nodes
+jQuery.fn.swap = function(b){ 
+       b = jQuery(b)[0]; 
+       var a = this[0]; 
+       var t = a.parentNode.insertBefore(document.createTextNode(''), a); 
+       b.parentNode.insertBefore(a, b); 
+       t.parentNode.insertBefore(b, t); 
+       t.parentNode.removeChild(t); 
+       return this; 
+};
+
 // holds current row and node
 respond.currnode = null;
 respond.currrow = null;

Added undefined.php script

Playing around with the files I restored setup.php and lost my database connection. I was redirected to and "undefined" page which did not exist so I added one.
In case you want to add it to main branch

joebordes/Respond@318ca64

Example plugin realtime does not work.

I just installed respond2 and start testing it, I can install the real time plugin but at runtime the apache logs says this:

[Sun Oct 13 14:35:33 2013] [error] [client 127.0.0.1] PHP Warning: include(plugins/samplert/render.php): failed to open stream: No such file or directory in /home/mingo/dev/php/Respond2/sites/dadbiz/index.php on line 142
[Sun Oct 13 14:35:33 2013] [error] [client 127.0.0.1] PHP Stack trace:
[Sun Oct 13 14:35:33 2013] [error] [client 127.0.0.1] PHP 1. {main}() /home/mingo/dev/php/Respond2/sites/dadbiz/index.php:0

There is a folder called plugin on the sites/dadbiz folder but no samplert/render.php, is it supposed to be copied there on install in th editor ?

Menu does not update to new names for page types

When changing the name of a page category the change is not reflected in the menu, leading to broken menu links.

I noticed this when editing out Swedish letters in page categories, which turns out were not supported (though this is a different issue).

Keep up the great work with Respond! Me and a colleague are testing integrating it with a number of our projects, and we may start exposing real clients to it soon.

Suggested new feature - Create

Hi, I think interesting add error message on the create.php website page. If email exists, Friendly_Id and other.

Thanks

Some English translation fixes

Hi,

While I was translating to es_es I found a few strings in the English file that may require some fixes:

: htmlDialog.php:28

msgid "Add your HTML, JS, or HTML here"
should be:
msgid "Add your HTML, JS, or PHP here"


Shouldn't these be the same:

msgid "Confirm that you want to delete"
msgid "Confirm you want to delete:"

msgid "Confirm that you want to remove:"
msgid "Confirm you want to remove:"

I would eliminate the ones without the "that"


msgid "Remove Cateogry"


msgid "The password and retype fields must match"
msgid "The password and retype must match"
msgid "The password must match the retype field"

leave only one, translators will appreciate :-)


msgid ""
"Updates to the menu will not be reflected until the site is re-published.."
msgid ""
"Updates to the menu will not be reflected until the site is re-published."


Hope that helps.
Joe
TSolucio

Site view

Hi I add a link for site view in: modules/menu.php

<a class="signout" target="_blank" href="http://<?php print $viewSite; ?>" title="<?php print _("View site"); ?>"><i class="fa fa-eye"></i></a>

File

Hello, I have problem with in file page. Not Loading files...

Missing some translation strings??

It seems that locale/messages.pot is missing some strings.
At least some from modules/menu.php are missing:

: modules/menu.php:22

msgid "Manage your Site"
msgstr ""

: modules/menu.php:33

msgid "Advanced Configurations"
msgstr ""

there may be more.

Browser compatibility

Blog problem, IE 9 or below

Menu problem, IE 8 or below

You think in change?

Thanks...

Undefined Offset

Notice: Undefined offset: 0 in /libs/Utilities.php on line 30

I get this notice sometimes. I will investigate this further when I have a second

Ideas and request !

Hello it's me again ^^
Would you they can manage category in the blog for the futur version?
You can also add on modules/menu.php

factor HTML header code from backend scripts

joebordes/Respond@d9b5ffa

This seems to be working correctly and now I can test Spanish (es_es UTF8) translation correctly. I have already seen a few mistakes which I will post soon.

As to the viability of this patch, I tried to make it flexible but at the same time not too complicated to use. I'm not sure if this is a good approach as we could have simply added the meta-utf8 tag to all pages, but the way I have set it up it will be very easy to modify the headers of all the scripts in the future f needed.

Joe
TSolucio

PD: I tried to make a pull request but it seems I can't do that for a commit.

Carousel in "list posts" view has wrong image source

When a blog post has a "slideshow," it doesn't display properly in the "list posts" view.

In the "list posts" view, the "slideshow" widget looks for images one level higher than their actual location, e.g. if the image is at http://[hostname]/respond/sites/[site]/files/image.JPG
it tries to display the image from
http://[hostname]/respond/sites/files/image.JPG

In the individual post view, the images display correctly.

I'm using 2.7 from the dev branch.

markdown editing?

hello,

respond seems like having a very good design.
as the docs are a little thin: does the editor allow markdown?

thanks in advance,

jon

(Respond 2.7) Pasting plaintext with linefeeds into a paragraph block completely messes up the editor

Here's a walkthrough screencast: http://screencast.com/t/GwC5mvhJoaU

How to reproduce:

  1. Open NotePad and type "Line 1" then press Return twice and type "Line 2". Copy this plaintext onto your clipboard.
  2. Create a new page in the Respond admin, add a paragraph block to it, and paste in the plaintext. Click the "Save and Publish" button.
  3. If you view the page on the front end you will see that the content displays correctly. If you load it again in the back end (by going back to pages and then opening the page again) you will see that it has turned into a stack of broken images.

Old icon class - CSS

In / sites / common / modules / file.php

My suggestion is:

<?php
    $file_icon = 'fa fa-file-text-o';

    if($ext=='pdf'){
        $file_icon = 'fa fa-file-text-o';
    }
    else if($ext=='doc' || $ext=='docx'){
        $file_icon = 'fa fa-file-text-o';
    }
    else if($ext=='png' || $ext=='jpg' || $ext=='jpeg' || $ext='gif'){
        $file_icon = 'fa fa-picture-o';
    }
?>

Editor Insert \

Hello, again people.

When save the page, after " is inserted \ - Is it normal?

Thanks you

bindtextdomain() issue

Fatal error: Call to undefined function bindtextdomain() in \www\libs\Utilities.php on line 12

Multiple carousels in one page

When I add multiple carousels (slideshows) to one page, they all get the same id; adding images to one adds to all, and clicking any carousel advances the first one.

Cut and paste glitch in table editor.

Love the table editor, but discovered a weird glitch while working with some large tables. If you cut data from one row and paste it into another the final result looks like this:

cut and paste glitch

Inspecting the rendered html for one of the cells shows this: <span style="background-color: rgb(255, 255, 255);">Gonzaga Prep</span>, but there is no indication in the editor that the cell data should have any additional style formatting.

Update plugin variable error

When I update variables in Sample Published plugin:

  • I could update variable 1 times only, after that when i update, the variable not change. I must return to pages, edit page again.

And another mirror problem is return button must return back to pages ( i think so), not return backward, which due to return problem after preview.

install question

I changed the entries in the db.php and app.php, then ran create.php but site is not created. Should i set something more than it?

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.