fmII
Sun, Oct 12th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:00 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]
Theme topics | Apps | Resources | Window Managers | Afterstep | Blackbox | Enlightenment | Fluxbox | GTK | IceWM | KDE | MetaCity | Sawfish | Window Maker

 TidalWave 1.1.13 (Default)
Section: Unix

 

Added: Mon, Oct 6th 2003 15:57 UTC (5 years, 0 months ago) Updated: Tue, Mar 30th 2004 17:27 UTC (4 years, 6 months ago)


About:
Tidal Wave is a recursive project-tracking Web application. It can be used by organizations to keep entire teams on time and on target for getting multiple projects done. A single project can own sub- projects that are sorted by either due date or priority (that choice is easily configurable), and each sub-project can be owned by an entirely different person. If project A relies on project B, that is clearly visible with the recursive project tree view. A manager can clearly see that what employee A is doing is holding up employee B's work.

Release focus: Major bugfixes

Changes:
instances of $db_tidal_* have been fixed to be $db_table_* like they should be. This fix only changed mysql.php.

Author:
GNUGeek [contact developer]

Rating:
7.95/10.00 (1 vote)

Homepage:
http://jtevans.kilnar.com/projects/tidalwave/
Tar/GZ:
http://jtevans.kilnar.com/projects/files/tidalwave-1.1.5.tar.gz
Tar/BZ2:
http://jtevans.kilnar.com/projects/files/tidalwave-1.1.5.tar.bz2
Zip:
http://jtevans.kilnar.com/projects/files/tidalwave-1.1.5.zip

Trove categories: [change]
[Development Status]  6 - Mature
[Environment]  Web Environment
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  OS Independent
[Programming Language]  PHP
[Topic]  Information Management, Information Management :: Workflow Frameworks

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» GNUGeek (Owner)

» Rating: 7.95/10.00 (Rank N/A)
» Vitality: 0.00% (Rank 12732)
» Popularity: 1.15% (Rank 5027)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 10,514
   URL hits: 6,773
   Subscribers: 28

Other projects from the same categories:
WIKINDX
Projectory
Bombardier Installer
DVD Manager
Abitare

Users who subscribed to this project also subscribed to:
mod_auth_pamacea
IVS Milter
Rsync Incremental Backup Script
DBSlayer
Mansect / Seealso


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.1.5 31-Mar-2004 GNU General Public License (GPL) Homepage Tar/GZ

 Releases

Version Focus Date
1.1.5 Major bugfixes 31-Mar-2004 01:27
1.1.4 Minor bugfixes 03-Feb-2004 20:00
1.1.13 Major bugfixes 30-Jan-2004 23:00
1.1.2 Minor feature enhancements 17-Jan-2004 09:18
1.1.1 Major bugfixes 07-Oct-2003 16:57
1.1.0 Initial freshmeat announcement 07-Oct-2003 04:37

 Comments

[»] errors during setup script
by Michael Pohl - Jan 29th 2004 07:25:42

I received errors for the user, theme, and status option creation portions of the setup process. There were several instances to undefined variables named $db_tidal_* ($db_tidal_user, $db_tidal_theme, etc.) in mysql.php. I updated each to $db_table_*, and setup.php successfully ran.

[reply] [top]


    [»] Re: errors during setup script
    by GNUGeek - Jan 30th 2004 12:05:34


    > I received errors for the user, theme,
    > and status option creation portions of
    > the setup process. There were several
    > instances to undefined variables named
    > $db_tidal_* ($db_tidal_user,
    > $db_tidal_theme, etc.) in mysql.php. I
    > updated each to $db_table_*, and
    > setup.php successfully ran.

    This issue is now fixed in version 1.1.3 of Tidal Wave.

    --
    -- John Evans The GNUGeek

    [reply] [top]


[»] Error in setup.php - Solution here!
by Dr Kanzie - Oct 7th 2003 08:22:15

I just installed the application and after setting up the mysql-specific informaiton in the php-file mentioned I tried to run the setup.php that creates tables and populate them. However this one gave me a mysterious error saying that it couldn't create one of the tables, but then that it found that very table.

After a bit of investigation I found the cause of the problem, a typo in the tables type-definitions found in mysql.php, called by setup.php. It defines one of the fields as CARCHAR(16) instead of the more proper (but less fun) VARCHAR(16). Changing this value manually makes setup.php run smooth as silk. Since you can reload setup.php as many times as you like nothing can be broken here.

I attach the function where the error is to be found:
function setup_create_table_theme() {
global $db_table_theme;
return(run_sql("CREATE TABLE $db_table_theme (theme_id TINYINT NOT NULL AUTO_I
NCREMENT, theme_name VARCHAR(32) NOT NULL, theme_bgcolor VARCHAR(16) NOT NULL, t
heme_text VARCHAR(16) NOT NULL, theme_link VARCHAR(16) NOT NULL, theme_vlink VAR
CHAR(16) NOT NULL, theme_alink VARCHAR(16) NOT NULL, theme_topmargin TINYINT UNS
IGNED, theme_leftmargin TINYINT UNSIGNED, theme_marginwidth TINYINT UNSIGNED, th
eme_marginheight TINYINT UNSIGNED, theme_input_bg VARCHAR(16), theme_input_txt V
ARCHAR(16), PRIMARY KEY(theme_id), UNIQUE(theme_name)) TYPE=MyISAM;"));
}

[reply] [top]


    [»] Re: Error in setup.php - Solution here!
    by GNUGeek - Oct 7th 2003 08:33:30


    > I just installed the application and
    > after setting up the mysql-specific
    > informaiton in the php-file mentioned I
    > tried to run the setup.php that creates
    > tables and populate them. However this
    > one gave me a mysterious error saying
    > that it couldn't create one of the
    > tables, but then that it found that very
    > table.

    This bug has been taken care of with version 1.1.1 of Tidal Wave.

    --
    -- John Evans The GNUGeek

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs