SamTodo
open-source PHP task management application |
Visit our IRC channel: #samtodo on irc.freenode.net |
download demo svn forums |
what is SamTodo?
SamTodo is a simple PHP application that makes managing a todo list as easy as possible. SamTodo allows for a prioritized and categorized listing of information ensuring that you won't forget important tasks again. The source code is easy to understand and the entire program is stylized using CSS (so it can be easily adapted to your needs). SamTodo only requires access to a web server that supports MySQL and PHP.
IF YOU NEED ANY HELP DON'T BE AFRAID TO ASK IN THE FORUMS
|
version 1.1 (5-17-08) LATEST RELEASE
- Features
- Categories
- HTML descriptions for tasks
- Login/out system for privacy
- Percent completion field for tasks
- Prioritization field for tasks
- Sortable/restrictable lists with task descriptions onMouseOver
- Changes
- Style added for error messages
- Hover on rows added to category editor
- A width limit has been placed on task tool tips
- Problem when editing a task item (category always staying the same) has been addressed
- Updated files
- jscripts/wz_tooltip/wz_tooltip.js
- _model/global/act_config.php
- _model/main/act_task_editor.php
- _view/global/css_global.php
- _view/main/dsp_cat_editor.php
- _view/main/dsp_task_editor.php
- Known issues
- Safari 3.04 for Windows: The error was: "unknown error" ((null):10053)
- Technologies used (Credit to)
COMMENT ON THIS RELEASE
installation instructions
REPORT ANY BUGS OR ISSUES IN THE FORUMS
- Upload the samtodo folder to your hosting
- Import samtodo.sql into a MySQL database
- Edit lines 24-27, 40, 46-47 in _model/global/act_config.php to match your settings and preference
- SECURITY RECOMMENDATION: Change line 3 in _model/global/act_session.php to a unique session name
- Visit your website ./samtodo/, and enjoy!
|
future functionality PLANNED FOR LATER RELEASES
- An install/configure script
- Cookie-based logins
- More date functionality (such as Closed On, Completed On, Opened On date)
- Multiple task deletion/closing
- Multiple user accounts/account creation system (with Posted By, Last Updated, and Last Updated By fields)
- Nested categorization
- Search field for tasks
|
|
|
SamTodo [http://samjlevy.com/samtodo], open-source PHP task management application
Copyright (C) 2008 Samuel Levy [http://samjlevy.com]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Samuel Levy