Code Monkey home page Code Monkey logo

cone.app's Introduction

Conestack

This package contains the constack organization docs and a setup for working on packages of this organization.

Install System dependencies (Debian/Ubuntu):

$ make dependencies

Install development environment:

$ make project-install

Build docs:

$ make docs

Run tests:

$ make test

Cleanup development environment:

$ make project-clean

Cleanup development environment including sources directory:

$ make project-full-clean

Happy hacking!

cone.app's People

Contributors

agitator avatar annegilles avatar attilaolah avatar chaoflow avatar jensens avatar lenadax avatar rnixx avatar saiyagin avatar thet avatar timgates42 avatar toalba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cone.app's Issues

Make application root customizable

Currently application root is always an instance of cone.app.model.AppRoot. There's no way to properly provide a custom application root implementation. Add and implement cone.root.factory configuration property and use it for creating app root if set.

Missing configure.zcml

Please add something like this:

<?xml version="1.0" encoding="utf-8" ?>
<configure xmlns="http://pylonshq.com/pyramid">

  <include package="pyramid_zcml" />
  <include package="bdajax" />
  <include package="yafowil.widget.datetime" />
  <include package="yafowil.widget.richtext" />
  <include package="yafowil.widget.dict" />

  <scan package=".browser" />

  <view
    for="*"
    view=".browser.static_view"
    name="static"
  />

  <authtktauthenticationpolicy
    secret="secret"
    cookie_name="__ac__"
    secure="false"
    include_ip="false"
    callback=".authentication.groupcallback"
  />

  <aclauthorizationpolicy />

</configure>

General Exception Views

Currently, the general error view always returns an bdajax action response.

Fix for regular JSON requests.

Check for ajax forms.

APP_PATH

cone.app.init

XXX: is this needed anywhere? If not, let's remove it.

APP_PATH = os.environ.get('APP_PATH', '')

APP_PATH is currently used to determine the directory containing file based application configuration. So, yes, it's needed, but the
name is probably confusing, or at least not very significant.

We might rename this. Suggestions?

Fix form continuation

If error occurred during ajax form processing, the error gets displayed properly, but all subsequent submits in the same browser window fail.

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.