Code Monkey home page Code Monkey logo

editease's People

Watchers

James Cloos avatar

editease's Issues

No Updates?

Hello,
i want to ask if editease gets an update?
Or stoped the development?

Thanks

Original issue reported on code.google.com by [email protected] on 22 Apr 2011 at 1:16

editEase logs in with any username/password!

What steps will reproduce the problem?
1. Normal installation
2. Changed the values of default user/password in config.php
3. tried to login

What is the expected output? What do you see instead?

A login deny action, instead it logged me in.

What version of the product are you using? On what operating system?

Windows XP 2P2, tested it on:
Chrome 13.0.782.215 m
FireFox 5.0

Please provide any additional information below.

I have integrated editEase on my site, done a normal installation, changed the 
paths config.php to reflect on my installation and changed the default values 
of user/password login, if you type the correct username and a false password 
it wont log you in, if you provide another username and any password it logs 
you in easily!

if it might help, i have also other jquery plugins on my page:
jquery-1.4.2.min.js
jquery.easing.1.3.min.js

Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 11:56

Installation: there is no file called "_eeInstall.php"

hello out there,

i'd like to install this nice script, i downloaded the newest version and want 
to start the installation with the file "_eeInstall.php". the folder "_ee" 
contains only a file called "_eeInstallx.php". i tried with that, it doesn't 
work: "The requested URL /_ee/_eeInstall.php was not found on this server". so 
i renamed the file to "_eeInstall.php". but then i get an "Fatal error: Call to 
undefined function: array_walk_recursive() in ../_ee/_eeInstall.php on line 51" 
(censored path).
what's up with me an this script or server?
thanks a lot for helping me!

fill

Original issue reported on code.google.com by [email protected] on 9 Oct 2010 at 1:43

Borders around pictures and jumping in text <ul>

Hi everyone,

I downloaded editease 1.5.1 and I want to create a border around my
picture. It will appear in the editor but not on my page. Does anyone
recognize this problem? I've tried it also on the demo pages but there is
also the same problem. 
Also with the jumping in of text <ul> something goes wrong. In the editor
you'll see the jumping, but not on the page.

My page: http://www.dekantoorfreak.nl, codes are the same as on the demo page.

Can anyone help me to solve this problem?

Thanks!

Wouter


Original issue reported on code.google.com by [email protected] on 3 Jan 2010 at 11:34

Edits don't save

What steps will reproduce the problem?
1. Login
2. Edit a block of text and save
3. Logout and refresh the page

What is the expected output? What do you see instead?
The changes made should be saved. When I refresh the page, the "Lorem Ipsum" 
comes back, in place of the text I typed in.

What version of the product are you using? On what operating system?
Using iMac 2011 with Firefox


Please provide any additional information below.

When I log BACK in after refreshing the page, my edits are still in the editing 
box...


Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 11:26

Image selector does not list any images when the directory contains periods (.)

What steps will reproduce the problem?
1. Install editease in a folder that contains at least one period (e.g. 
http://www.example.com/sample.folder/_ee)
2. Edit a text area and try to add an image. Click the Browse Server button.
3. The window pops up that lists the image files, but no files are listed.

What is the expected output? What do you see instead?
The window pops up that lists the image files, but no files are listed.

What version of the product are you using? On what operating system?
editease 1.5.1 on a Windows Server

Please provide any additional information below.
I figured out how to fix it. In _ee/cfk_image_list.php, change line 39 from:
        if( in_array($valC[1], $validExtensions) ){ /* remove non image files */
to:
        if( in_array($valC[count($valC)-1], $validExtensions) ){ /* remove non image files */
This will get the last element in the period-separated string (which should be 
the extension). See attached [fixed] file.

Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 2:47

Attachments:

path issue (fixed) - left issue here for the news add ins by flying....

I've uploaded the _ee directory. I tried going to /_ee/_eeInstall.php, but
it didn't exist. It was instead called _eeInstallx.php, so I renamed that
file and removed the x.

I made sure that I'd changed config.php to 777, as well as the _ee directory.

I was then able to see the form, so I filled it out. However, I then got a
page telling me there had been a problem:
"Woohoo there, I need to be able to write to your config.php  file (in the
directory _ee).
Can you change permissions on it to 0777 or 0757 and try again.
Try Again"
(I tried again, repeatedly)

Looking at the config.php file, it seems to now contain the form data, but
the <?php tag does not have an end - it ends in "without trailing slash".

The page is hosted on a linux server.

Any idea what the problem could be?
Thanks,
thugsb

Original issue reported on code.google.com by [email protected] on 24 Feb 2010 at 12:31

Fresh install worked for a while

What steps will reproduce the problem?
1.
2.
3.
Trying to login and it sticks at login page

What version of the product are you using? On what operating system?
123-reg hosting

Please provide any additional information below.

I installed a fresh version of editease and corrected all the path issues and 
it worked for a while all of a sudden I cannot login is sticks and the login 
page

Original issue reported on code.google.com by [email protected] on 10 Oct 2011 at 4:54

Having trouble making only the text of a link editable.

Hello,

I'm trying to make only the text of a logo link editable.
This is the code:

<h1 id="logo"><a class="e-ease" id="data_logo" href="index.php"><?php 
include("content/data_logo.txt");?></a></h1>



I would like to be able to edit just the text of the link like any other text 
area. After clicking the 'click to edit' icon, the text does become editable, 
but it still functions as a link, so when I click the text to edit it, it 
follows the link back to index.php. Also, there is no outline to distinguish it 
as an editable region.

I'm using the latest version of EE, 1.5.1

If anyone might know a solution to this problem, I would be very grateful.

Thanks a lot guys!!!





Original issue reported on code.google.com by [email protected] on 1 Dec 2010 at 3:53

No scrollbar on the image manager

What steps will reproduce the problem?
1. Login to the editor 
2. Click the "Click to Edit" box
3. Click on the Image icon
4. click the Browse Server button 

What is the expected output? What do you see instead?
The browsing window does not have a scroll bar.  In certain cases you can use 
the page down/page up buttons however this work around does not always work on 
every computer.


What version of the product are you using? On what operating system?
editEase 1.5ish on a Linux server

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 11:41

tried to add jquery-fancybox

What steps will reproduce the problem?
1. I installed editease in his own folder (editease) and change the pathes
2. Editease works without problems.
3. Then i tried to add jquery fancybox (fancybox.net) without success.
(works on a "normal" testsite without editease)

What is the expected output? What do you see instead?
No errors, but no fancybox.

What version of the product are you using? On what operating system?
newest version of editease.

Please provide any additional information below.
May be this cant work, but perhaps there are special pathes to add?
I want to add pictures with editease and have fancybox.
Thanks for this very cool CMS!


Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 5:09

Can't login after install

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

I am installing editease on a local computer with xampp
After installation I can't login

Original issue reported on code.google.com by [email protected] on 13 Mar 2010 at 9:26

Attachments:

dynamic content

Hey, I just had a question actually...
How can I use the editEase system for a dynamic loading header or sidebar?

In other words, I have a 10 page website, and I want to load the same exact
header onto each page by using an include script like you do in php.

<div id="header>  <?php include 'headerContent.php'; ?>  </div>


would you recommend I continue to use that, and then, just add the editease
activation to the top of the "headerContent.php" page ?

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 2:43

Not compatible with jquery 1.4.2

What steps will reproduce the problem?
1. install edit ease with jquery 1.4.2
2. login
3.

What is the expected output? What do you see instead?
instead of it working, you can click on the divs and nothing happens. Safari's 
saying 
"Syntax Error unrecognized expression : #"

What version of the product are you using? On what operating system?
1.5ish
safari 5.0.3 (LATEST)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 7:29

Prevent inadvertant use of browser shortut keys from killing the modal window

What steps will reproduce the problem?
1. Using shortcut keys in browser

Accidentally hitting cmd left or right arrow or cmd [ or ] depending on
platform and browser will kill the simplemodal window and with that you
loose your edit.  

If possible, it would be nice to disable these shortcuts while in the modal
edit window.


Original issue reported on code.google.com by [email protected] on 21 Dec 2009 at 8:14

Not compatible with chrome

What steps will reproduce the problem?
1. use the normal code
2. test it on Google Chrome (browser)
3. login to admin

What is the expected output? What do you see instead?
the 'click to edit' appear, and nothing appear, for some reason, but if I 
use other browser, it works...

What version of the product are you using? On what operating system?
the latest one (I DLed today - 29 May 2010), Windows XP / Vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 May 2010 at 2:42

Can't get editable areas to open for editing if editease'd files are put into domain's sub-directories.

What steps will reproduce the problem?
1. The normal steps that worked elsewhere.
2.
3.

What is the expected output? What do you see instead?
Expect normal edit window.


What version of the product are you using? On what operating system?
I'm on a Linux server.

Please provide any additional information below.
Up until now, the installation  works for pages in the top folders of the 
domains. 

I just tried putting editable pages in folders below the top and they don't 
fail to log in, no errors occurs, but the edit window is not opening.

I have tried all sorts of things with the config file, the link that calls for 
editing to no avail.

FYI:

My editease'd has been install (forever) in [my-site]/ee/_ee

All my editease'd [working] pages are at [my-site]/[editease'd-pages]

My new editease'd [not-working] pages are at 
[my-site]/[sub-folder]/[sub-folder]/[editease'd-pages]

The new pages display fine and even open the editor, but show no editable areas 
with links for editing.

Any ideas?

Original issue reported on code.google.com by [email protected] on 2 May 2012 at 12:51

Doesn't work in Firefox

Great work, I solved all path issues quickly and implemented editease on page 
http://forumbelgrade.net/program.php.
Unfortunately, Firefox doesn't support it! *admin link doesn't show up*
I've tested page in Chrome and IE, works fine.

Another question - where is the style for login dialog - I had to unlink c.css 
because it creates conflict with my other styles - now I don't have transparent 
black background when login dialog shows up.
Thank you...


Original issue reported on code.google.com by [email protected] on 17 Nov 2011 at 4:02

Cannot delete or rename files on Windows Server (Windows permissions)

I don't know if there is a fix. This is more of a help guide for other people 
using editease on a Windows server rather than a *nix server.

This is FOR WINDOWS ONLY! If you are having problems on *nix (linux or unix), 
you will need to set permissions as described in the install file.

What steps will reproduce the problem?
1. Install editease on a Windows web server
2. Click the "online File Manager" button (upper right - folder icon with a 
magnifying glass)
3. Any files (including the ee-logo-f.png and uses-jq.png) have neither the 
delete file icon (red X), nor the rename file icon (paper with pencil).

What is the expected output? What do you see instead?
I expect to see the the delete file icon (red X) and the rename file icon 
(paper with pencil) for each file. Instead they are missing.

What version of the product are you using? On what operating system?
editease 1.5.1 on Windows Server

Please provide any additional information below.
I have set the file permissions correctly by giving Internet Guest Account 
(servername\ISR_servername) "modify" permissions to the "files" folder and the 
"inc" folder. But due to the way Windows does permissions, it always returns 
666 for files and 777 for folders no matter what. I had to replace lines 
170-173 with lines 164-167. Then it works. It is a hack, but it works. See 
attached [fixed] file.

If anyone has knowledge of how to retrieve and check permissions from Windows 
server, please chime in.

Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 3:06

Attachments:

How do I do to get the admin-link to work?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Hi, Im new to jQuery and I have a fair knowledge of php but I dont
understand how I can get the admin-loginlink to work... this is my code
right now:

<span id="fti"><a href="#fti">admin</a></span> <!-- this is the placement
for the login link -->

        </div>
    </div>
    <div class="clear"></div>
</div>




</div>
    </div>
    <!-- END: Footer wrapper -->

</div>
<!-- END: Main page wrapper -->

<script type="text/javascript" src="js/jquery-latest.js"></script>
<script type="text/javascript" src="_ee/editease.jquery.js"></script>
<script type="text/javascript">
<!--
$(document).ready(function(){
    // load editEase login link and data into the page
    // - using first variable as link name
    $("#fti").editease('admin','/editease/_ee');    
});
-->
</script>

</body>
</html>

How should it be so it works?

Thx
Peter Eisenschmidt
[email protected]


Original issue reported on code.google.com by [email protected] on 24 May 2010 at 2:56

Project Ownership/Help

Hello,

I have no way to contact you so i hope that you get this message. I dont see 
your making any updates to the project(im sure your a busy guy). I planned on 
making something similar to this project when i bumped into this project. There 
are some things that i would like to clean up and thought it would be a waste 
if i didn't contribute them. Would you mind adding me to the project? If not do 
you mind giving me permission to make a spin off?

Thanks!

Jeremy

Original issue reported on code.google.com by [email protected] on 6 Feb 2012 at 4:07

Problem adding forms

What steps will reproduce the problem?
1. go to any editable block
2. add a simple form with some submit button
3. Save
4. "click to edit" again
5. You'll see the Submit button out of the edit box (see attachment)
6. The Save button doesn't work any more

What is the expected output? What do you see instead?
Fix it or some tip / walk-around

What version of the product are you using? 
It just happended the same at the very demo page

On what operating system?
Windows XP


Original issue reported on code.google.com by [email protected] on 28 Sep 2010 at 6:30

Attachments:

Translation to Danish (with european characters)

What steps will reproduce the problem?
1. Updating text-strings to danish with Æ, Ø, and Å



What is the expected output? What do you see instead?
Ex. is (Choose page) that should look like (Vælg side) looks like: (V�lg 
side)

What version of the product are you using? On what operating system?
1.5.1 on Windows 7. Hosted on One.com

Please provide any additional information below.
I think I should write some encoding, but I don't know where?

Original issue reported on code.google.com by [email protected] on 21 Jul 2010 at 7:36

php error

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Hello,
yesterday I installed editEase now and get the following errors:

get-contents]: failed to open stream: Permission denied in 
C:\xampp\htdocs\editease\_ee\getfile.php on line 56

Warning: file_get_contents(C:\xampp\htdocs\editeease\_ee) 
[function.file-get-contents]: failed to open stream: Permission denied in 
C:\xampp\htdocs\editease\_ee\cfk-edit.php on line 11


Warning: file_get_contents(C:\xampp\htdocs\editease\_ee) 
[function.file-get-contents]: failed to open stream: Permission denied in 
C:\xampp\htdocs\editeease\_ee\getfile.php on line 56

thanks


Original issue reported on code.google.com by [email protected] on 16 Sep 2010 at 5:22

Problems with saving

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Hi 

I have managed to get the adminlink to work but I cant save the changes I
make in the editor, I get this message:
"The file inc_data_02.txt is not writable, please CHMOD permissions to 757
or 777"

But I have set permissions to 777 on everything on the server....do you
have any idea why it wont work?

One more thing is that when I click on the edit button for say "the first
textfield below the heading field", the editor starts but it doesnt bring
the text with to the editor, so the editorfield is blank...and ideas why?

//Peter E


Original issue reported on code.google.com by [email protected] on 4 Jun 2010 at 11:34

Login box doesnt work

When i go to the demo page @
http://jquerystuff.com/editease/
everything works fine.
but if i go to:
http://jquerystuff.com/editease/contact.php
and click on the admin link down the bottom right, the login box that
appears looks different and doesnt work.
this is the same login box that i am getting after i have installed editease.
is there a solution to this?
thanks

Josh

Original issue reported on code.google.com by [email protected] on 20 Nov 2009 at 6:25

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.