Git Product home page Git Product logo

todo.txt-web's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

todo.txt-web's Issues

Login not working

When I go to the page after I have set up my config.php file with a user and password, it put in my user and password and press submit and nothing happens, I can't figure what is wrong.

bookmarking a command

Okay, so this is one of those places where "ls" is distinct from basically every other todo.sh command because it doesn't make any changes, and thus would, conceptually, be safe to bookmark. Even desirable -- there's a number of searches I do regularly and repeatedly that'd be sweet to have on the bookmark bar, e.g. "ls +work -@office" when working from home, that kind of thing.

But POST is used for everything. And it should be for all the ones that make changes, for obvious reasons. But... spitballing... perhaps special casing ls/list to be sent as a GET? (I guess technically that should include all the ls* variants, I just never use them...) Or is there a better way to get what I want, here? (The possibility of which is why I haven't just forked and started coding.) I'd be very happy to discover I'm missing something obvious. :-)

PHP 5.4 breaks `$_POST`

Since PHP 5.4, you are not allowed to overwrite 'superglobal' variables ($_POST is one such variable) according to stackoverflow.
As such doing any action on the website crashes it with error:

PHP Fatal error:  Cannot re-assign auto-global variable _POST in /includes/todo.php on line 4

Fixing this is trivial, as there is no reason to name first argument of get_cmd() "$_POST" any other variable name would work just fine.

I'll submit a pull request fixing this.

Colorfull version.

Hello, I was customizing todo.txt-web and ended up implementing color support for the browser.
It parses the ANSI escapes from CLI output using this nice script and converts them to css colors.

The only thing is that it will break for users with old config settings, so it can't be merged into master.
If you are interested, create a colorfull branch or something and I will submit a pull request there.

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.