You can subscribe to this list here.
2006 |
Jan
(4) |
Feb
(9) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Serge R. <sj...@gm...> - 2006-03-05 23:46:19
|
The sourceforge forum and mailing list are not the most user-friendly place= s to talk about gtd-php. So I have created two new forums at http://toae.org/boards/ where users can more easily ask questions, share ideas, hacks, or anything related to the package. I would encourage all subscribers here to move on over to the new forums. cheers, serge p.s. version 0.5 of gtd-php should be out in a week or so with a good numbe= r of new enhancements. |
From: Philip S. <phi...@gm...> - 2006-03-01 05:51:18
|
I and several colleagues have had this problem. We resolved it by adding several "contexts" and associating actions with them. I referred to David Allen's book for some ideas on contexts; I began with "telephone calls", "errands", "at office", "at home." The idea is to connect the opportunities with the tasks. I hope this works for you. Cheers, Phil -- Philip Stephens http://geography.sdsu.edu/People/students.html "Science is what we understand well enough to explain to a computer." Donald E. Knuth |
From: Serge R. <sj...@gm...> - 2006-02-28 15:32:05
|
On 2/27/06, Michael Giffin <mij...@ya...> wrote: > > Hi everyone, > > i am using gtd-php 0.4 on OS X 10.3.9 with PHP 5.1.2 (installed from the > entropy pkg for OS X). so far, the system seems to work, except that whe= n > i > enter Next Actions, they do appear under the related project, but if i > click > Reports > Next Actions , i get Nothing Found. > > any help would be appreciated. so you are entering the NextActions under New > NextActions and then it fails to show up under the project you specified. is that correct? what is supposed to happen is that after you enter the NextActions under Ne= w > NextActions the project report for that associated project should be displayed with the new NA added. if i understand your problem correctly, i cannot reproduce it on 0S 10.4.4with PHP 4.4.0. my suspicion is it is a php version issue, but i can't confirm that at the moment. one possibility is to downgrade php from 5.1.2 to 4.4.0 (or some pre 5.0version as there seem to be some breakage in things moving from 4.x - 5.x). anyone else have other ideas? s. |
From: Michael G. <mij...@ya...> - 2006-02-28 06:53:20
|
Hi everyone, i am using gtd-php 0.4 on OS X 10.3.9 with PHP 5.1.2 (installed from the entropy pkg for OS X). so far, the system seems to work, except that when i enter Next Actions, they do appear under the related project, but if i click Reports > Next Actions , i get Nothing Found. any help would be appreciated. mike __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Boris D. <bor...@ya...> - 2006-02-10 17:15:30
|
Any HTML color can be put into the color code box. A complete list is seen in below link. http://www.w3schools.com/html/html_colornames.asp |
From: Boris D. <bor...@ya...> - 2006-02-10 16:35:11
|
From: Boris D. <bor...@ya...> - 2006-02-10 16:31:17
|
Hi, I modified attached GTD files for color coding. Currently when user goes to Reports-->Contexts he gets a list of all next actions by time duration and by time. I thought, as list of actions gets longer, it might be useful to color code the actions by project. Right now the code is changed so that only the 'Date Created' is color coded by project. It can easily be changed. Attached are 5 files that were changed: 1. makegtd.sql 2. newProject 3. editProject 4. reportContext 5. listProjects One problem: I cant figure why when I edit or change the Color Code once it has been entered the edit doesnt get saved? One question: I am not sure if this color coding idea will just make it all too busy and , if not, then where is the best place to put color---perhaps just a small colored dot at end of line? Thanks Boris |
From: tsr <tsr...@ts...> - 2006-02-05 17:16:00
|
Hi, Ok, so now I made one change that currently doesn't make sense, but might do in the future :-) I've altered the syntax for the config-file so that it now looks like: <?php $config =3D array ( db_host =3D> my_host, db_db =3D> my_database, ... ); ?> This will make it extremely easy to create an automatic setup-script and settings-page. I've done changes to all the latest files (version 0.4) to reflect the change, what should I do with them? /Tomas l=C3=B6r 2006-02-04 klockan 14:58 -0800 skrev Serge Rey: >=20 >=20 > On 2/4/06, tsr <tsr...@ts...> wrote: > Hi! > =20 > Finnaly found this project that I've been looking for the last > couple of > months :-) >=20 > hi tomas, >=20 > glad to hear you finally found it ;-> >=20 >=20 > Now I wonder a couple of things. I've downloaded the code, > installed it, > and so for I'm quite happy with what I see. >=20 > also good to hear.=20 >=20 >=20 > The things I'm not very happy with are: >=20 > comments are always welcome.=20 >=20 >=20 > - installation: sql, my mysql-server complained about all the > 'CHARSET=3Dlatin1', I removed them and it seems to work fine, > what's the > catch? >=20 >=20 > dunno. basically i use dumped my personal db structure and rolled that > into the initialization script.=20 >=20 >=20 > - installation: why manual?, I imagine it would be pretty > straight > forward to create a basic setup.php-script installing the > software > (which would ideally make it possible to not only choose the > db, but > also: > - db table-prefix > - site name > - site-language > - theme (I've done a minor change in the code to allow for > this)=20 > ). I might look into this later, if people seem interrested, > or much > later if people are not :-) >=20 > something like this would be extremely helpful to the user who doesn't > want to muck around under the hood.=20 > =20 >=20 > - localisation, I'm making some minor changes to implement a > basic > localisation-scheme. >=20 > that would also make the package relevant to a much wider user base. > again, a great idea!=20 >=20 >=20 > - The license, why not just a GPL, so that others, like me can > contribute in an open way? >=20 > lol! i've done other projects under the GPL and i get comments like > "why GPL, why not BSD?". > you are the first one to ask about the license on this project. the > BSD license allows for contributions - but maybe you mean you would > prefer to contribute to projects that were under GPL rather than BSD? > i can certainly understand that and would consider changing the > license for future releases if serious contributors felt strongly on > this point.=20 >=20 >=20 > Ok, that was my first impression, happy using/coding! >=20 >=20 > great to hear from you. please keep me updated on your ideas/coding. >=20 > cheers, >=20 > serge >=20 >=20 >=20 >=20 |
From: Serge R. <sj...@gm...> - 2006-02-05 01:19:49
|
2006-02-04 Version 0.4 - Fixed IE layout bug (Mike Kober) - Added Contexts summary table (Serge Rey) Links: online demo http://gtd-php.sf.net/gtd download http://sourceforge.net/project/showfiles.php?group_id=3D157107 -- Serge Rey http://geography.sdsu.edu/People/Faculty/rey.html |
From: Serge R. <sj...@gm...> - 2006-02-04 22:58:41
|
On 2/4/06, tsr <tsr...@ts...> wrote: > > Hi! > > Finnaly found this project that I've been looking for the last couple of > months :-) hi tomas, glad to hear you finally found it ;-> Now I wonder a couple of things. I've downloaded the code, installed it, > and so for I'm quite happy with what I see. also good to hear. The things I'm not very happy with are: comments are always welcome. - installation: sql, my mysql-server complained about all the > 'CHARSET=3Dlatin1', I removed them and it seems to work fine, what's the > catch? dunno. basically i use dumped my personal db structure and rolled that into the initialization script. - installation: why manual?, I imagine it would be pretty straight > forward to create a basic setup.php-script installing the software > (which would ideally make it possible to not only choose the db, but > also: > - db table-prefix > - site name > - site-language > - theme (I've done a minor change in the code to allow for this) > ). I might look into this later, if people seem interrested, or much > later if people are not :-) something like this would be extremely helpful to the user who doesn't want to muck around under the hood. - localisation, I'm making some minor changes to implement a basic > localisation-scheme. that would also make the package relevant to a much wider user base. again= , a great idea! - The license, why not just a GPL, so that others, like me can > contribute in an open way? lol! i've done other projects under the GPL and i get comments like "why GPL, why not BSD?". you are the first one to ask about the license on this project. the BSD license allows for contributions - but maybe you mean you would prefer to contribute to projects that were under GPL rather than BSD? i can certainly understand that and would consider changing the license for future releases if serious contributors felt strongly on this point. Ok, that was my first impression, happy using/coding! great to hear from you. please keep me updated on your ideas/coding. cheers, serge |
From: tsr <tsr...@ts...> - 2006-02-04 22:35:20
|
Hi! Finnaly found this project that I've been looking for the last couple of months :-) Now I wonder a couple of things. I've downloaded the code, installed it, and so for I'm quite happy with what I see. The things I'm not very happy with are: - installation: sql, my mysql-server complained about all the 'CHARSET=latin1', I removed them and it seems to work fine, what's the catch? - installation: why manual?, I imagine it would be pretty straight forward to create a basic setup.php-script installing the software (which would ideally make it possible to not only choose the db, but also: - db table-prefix - site name - site-language - theme (I've done a minor change in the code to allow for this) ). I might look into this later, if people seem interrested, or much later if people are not :-) - localisation, I'm making some minor changes to implement a basic localisation-scheme. - The license, why not just a GPL, so that others, like me can contribute in an open way? Ok, that was my first impression, happy using/coding! /Tomas |
From: Serge R. <sj...@gm...> - 2006-01-28 18:44:46
|
Version 0.3 is out. Demo: http://gtd-php.sourceforge.net/gtd/ Download: http://sourceforge.net/project/showfiles.php?group_id=3D157107 Change log: 2006-01-28 Version 0.3 - Fixed count of completed/non-completed nextActions (Serge Rey) - Fixed plural useage on summary.php (Serge Rey) - Fixed showing table headings when there are no NAs in project report (Serge Rey) - Fixed showing table headings when there are no WOs in project report (Serge Rey) - Fixed showing table headings when there are no Nas in context report (Serge Rey) - Added delete checkbox on editNextAction form (Serge Rey) - Added complete checkbox on editNextAction form (Serge Rey) - Added complete checkbox on next actions report form (Serge Rey) - Added complete checkbox on context report form (Serge Rey) - Changed tarball and zip archive to include gtd directory (Thanks to Vicki Brown) 2006-01-21 Version 0.2 - css and layout redesign (Jason Brown) - refresh on update and new nextActions (Serge Rey) - meta links on side bar (Serge Rey) 2006-01-15 Version 0.1 (Windy) Thanks to everyone who offered suggestions/criticisms/bug reports. Keep the= m coming! s. -- Serge Rey http://geography.sdsu.edu/People/Faculty/rey.html |
From: Serge R. <sj...@gm...> - 2006-01-22 19:37:26
|
We would definitely like to hear from the users of gtd-php. If there are things you would like to see in the package, please post a feature request at: https://sourceforge.net/tracker/?atid=3D802472&group_id=3D157107&func= =3Dbrowse If you come across a bug, please post it at: https://sourceforge.net/tracker/?group_id=3D157107&atid=3D802469 You can also get help by posting your question/issue here on this list, or in the forum: https://sourceforge.net/forum/forum.php?forum_id=3D528282 or you can submit a support request at: https://sourceforge.net/tracker/?group_id=3D157107&atid=3D802470 s. |
From: Serge R. <sj...@gm...> - 2006-01-21 22:32:19
|
Version 0.2 of gtd-php is out. You can check out the demo <http://gtd-php.sourceforge.net/gtd/index.php>and download the new release here <http://http://sourceforge.net/project/showfiles.php?group_id=3D157107= >. -- Serge Rey http://geography.sdsu.edu/People/Faculty/rey.html |
From: Serge R. <sj...@gm...> - 2006-01-18 15:23:40
|
For those of you hitting any MySQL bumps during the install of gtd-php you may want to see this blog entry<http://www.b2blog.com/2006/01/gtd-php-steps-to-install.htm>to see if it flattens any bumps. Also remember to read the install section of the manual<http://gtd-php.sf.net/doc/install.pdf> . s. |