TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-17-2007, 03:37 PM   #1 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default Project Manager

I was working on this on weekend while I was sick.

Basically this is a basic script that allows you to manage your projects.

Some simple features:
Ajax update project version
Add bugs( update status's )
Add features( this is a feature that say features you would like your project to have ).

Download attachment and view for your self the other features. read the "readme" file, pretty self explanatory.

I got this under the GPL 3 so its open source. Have fun...

I also commented almost everything so its probably easy to implement junk that you need.


To be honest I got to love this script, one of my favorite's that I've made. Helps me organize my stuff also.

I just got a name for it :)
Progect Miracle



Oh yeah theres one feature I forgot to mension :).

When you delete a project,bug,feature it will save everything into the saved folder sorted by what ever you deleted first.

project deletes all bugs,features and project it self into a file for a backup just incase you need that.

You must chmod these folders to 0777:
./saved/
./saved/features/
./saved/projects/
./saved/bugs
Attached Files
File Type: zip project_manager.zip (37.9 KB, 30 views)
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!

Last edited by Nor : 12-17-2007 at 06:13 PM.
Nor is offline  
Reply With Quote
Old 12-17-2007, 03:43 PM   #2 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Screenshots?
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 12-17-2007, 03:49 PM   #3 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default

I'm at school so I'll have to get some 2morrow else you just have to try it out :P . I'm also gonna put it on sourceforge so thats gonna be cool.

Note( there is no graphics... its lightweight and loads quick, you can add your own touches to it ).
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!
Nor is offline  
Reply With Quote
Old 12-17-2007, 05:25 PM   #4 (permalink)
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

Screenshots:

Got some errors:

Then added "error_reporting(false);" at the top of index.php to solve that..

Add Project:


Project Overview:


Project Details:


And the bug manager:


There are more pages but those you'll have to look at yourself

But it looks like a decent project manager, if you're looking for some basic features. I'm sticking with Trac
sjaq is offline  
Reply With Quote
Old 12-17-2007, 06:00 PM   #5 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default

I'll check out that bug. Thanks, What server your running also?(server details please, also works well with PHP 5.2.4).


Oh yeah theres one feature I forgot to mension :).

When you delete a project,bug,feature it will save everything into the saved folder sorted by what ever you deleted first.

project deletes all bugs,features and project it self into a file for a backup just incase you need that.

You must chmod these folders to 0777:
./saved/
./saved/features/
./saved/projects/
./saved/bugs
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!
Nor is offline  
Reply With Quote
Old 12-17-2007, 06:33 PM   #6 (permalink)
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

It's not an error, my setting show warnings when I use depreciated code, so you probably used something that is depreciated.

And I'm using: PHP 5.2.4 & Apache/2.2.6 (Unix)
sjaq is offline  
Reply With Quote
Old 12-17-2007, 06:35 PM   #7 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default

its probably the "&" reference symbol. I,e:

Code:
clean(& $contents );
and other functions...
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!
Nor is offline  
Reply With Quote
Old 12-17-2007, 08:51 PM   #8 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

the cause is that he has tried to pass by reference at 'call-time' i.e. when he calls a function he has already defined. To solve it you need to tell PHP that you will be passing by reference in the function declaration and not in the call:

PHP Code:
function test(&$arg1, &$arg2
also the refernece operator (&) has been depreciated for the 'new' keyword, and i believe that PHP now automatically passes objects around by reference.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:51 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design