fromcouch / refreak

taskfreak fork
8 stars 4 forks source link

refreak

taskfreak fork

Hi, I'm using Taskfreak from two or three years ago. I made many changes to the original code but is a poor Hell modify this code and finally I decide to make my own Taskfreak.

Actually I'm in development stage.

What is Refreak?

Refreak is a simple but efficient web based task manager written in PHP and Code Igniter. Originally created in September 2005 and maintained by Stan Ozier and Tirzen with their Tirzen Framework.

Features

Future Features

TODO

Stage 3

Please, feel free to add issue or comment.

INSTALL

Parameters for database configuration are in:

application/config/database.php

You only need configure hostname, username, password and database parameters inside database.php. Save it and then access to www.yourdomain.com/install and click Install button.

Also need to modify config variable $config['base_url'] value with your new url in:

application/config/config.php

Additionaly you can configure some parameters in:

application/config/refreak.php

(subtask system are activated in refreak.php)

PLUGINS

You can easy create plugin. I have this part of project in a very beginning stage, but actually anyone can write a plugin. A little example can be found in:

application/plugin/example

Then, go to menu config/Plugin and install.

You can attach the next events. (The parentesis word references the refreak section that plugin fires, every plugin needs to be limited to one section or always section )

EVENTS

List of plugin events fired in Refreak.

PHP Events

Javascript General events