Git Product home page Git Product logo

qweb's People

Contributors

antonylesuisse 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

qweb's Issues

Ajax term alternative login methods

I am trying to embed Ajaxterm in my web application that has user authentication. Every user in the web app has a corresponding "user" defined in my server. My intent is to do away with the login in Ajaxterm window because the user is already authenticated through the web app.

On seeing the code, I realize this can be achieved if you pass on the request params (GET, POST, COOKIES) to the launched application via the environment like CGI. That way, I can write a custom application on my server to read the request state and then decide how to behave.

I think allowing this can open up avenues for more enhancements.

Thanks for making such a useful product.

Ajaxterm unable to render anything

It used to work, but today, I only get a grey screen with the status line at the top. The login and password is handled correctly, but displayed in one line, black on grey, in variable-width font. After login, all texts appear anywhere but not left-aligned. (Firefox 34 and Chrome, Windows) Nothing to see in Firebug's console, apart from the Ajax requests.

In Internet Explorer 11 nothing happens at all. No login possible, no blinking box.

This project seems dead by now.

Localhost connection works, remote using Apache proxy does not

I'm not sure this is a problem with Ajaxterm, but I don't know where else to ask for support for this problem. Ajaxterm works perfectly when I connect from localhost. Connecting remotely using the Apache reverse proxy does not work. All I get is a blank page, though it seems to connect to Ajaxterm, because the title of the page is 'Ajaxterm'. I have used Apache SSL for a long time now, so the only thing I changed for proxy setup is the following:

ProxyRequests Off
<Proxy *>
AuthType Basic
AuthName "Enter username/password"
AuthUserFile /etc/httpd/conf/.htpasswd
Require valid-user

ProxyPass /term http://localhost:8022/
ProxyPassReverse /term http://localhost:8022/

Can't run telnet within Ajaxterm window

I've got Ajaxterm running and working fine; the only issue I have with it is that from within the window I can't run telnet. Any other commands I've needed work fine but our reason for implementing Ajaxterm to begin with was to allow web access to a terminal based legacy application.

I'd greatly appreciate any help you can provide.

Support for inheritance

Hello i want to know i support inheritance for templates or what is the way to implement something like this.
I am reading and this project is part of OpeneRP web Addons core.

Regards,

Ajaxterm does not support vi VISUAL LINE inverse video mode

I am using ajaxterm with Firefox, when I edit a text file with vim and hit <shift-v> to use visual highlighting mode, Ajaxterm does not display the inverse video that I see through other terminals (like puTTY or rxvt). I have seen this under both Firefox 3.6 and Firefox 4.0.

sarissa.js patch - support for Firefox 3.6

Please apply the following patch to sarissa.js.

This is to support firefox 3.6.. which otherwise never shows the main window.

             * <li>3 == INTERACTIVE,</li>
             * <li>4 == COMPLETED</li></ul>
             */
-            XMLDocument.prototype.readyState = 0;
+            try {
+                XMLDocument.prototype.readyState = 0;
+            } catch(e) {
+                // XXX on some browsers (Firefox 3.6 at least) this fails,
+                // however I think this is rarely a problem so we just
+                // ignore it here...
+            };
             /**
             * <p>Emulate IE's parseError attribute</p>
             */

[v8] getattr in a t-value

Hi @antonylesuisse !
Is getattr (Python) not available in qweb templates ? Because getattr(object, attr_name) returns a QWebException: "'NoneType' object is not callable".
Thanks.

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.