Skip to content

Releases: dharple/todo

Back to Life

17 Jan 04:45
Compare
Choose a tag to compare
Back to Life Pre-release
Pre-release

Changed

  • Updated the software to work under a modern version of PHP.
    • Add an autoloader, namespaces, little things.
    • Removed deprecated functions and features.

Fixed

  • An injection attack on the login page, in the laziest way possible.

Out of the Archive

17 Jan 04:43
Compare
Choose a tag to compare
Out of the Archive Pre-release
Pre-release

Notes

  • This was my todo list software for years. It was quickly thrown together and
    then hacked as needed. It has some interesting features, and I brought it
    back to life so I could port it to a modern framework.
  • It ran on a local machine, and I cannot recommend running it on a production
    machine in this state. It was also meant to work with gpc_magic_quotes;
    without that option, it is vulnerable to injection attacks.

Committed to an old repo on 2007-10-03.