Commit Graph

10 Commits

Author SHA1 Message Date
Ralf Becker
aac9ec7d10 phpgw --> egw 2005-10-14 17:03:16 +00:00
Ralf Becker
483ad2cec4 patch from <tibolist-at-free.fr>:
code logic was wrong and it was using an API method that is
also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method
cmp_version_long().


1) the code logic:
it get versions for the current app and for the api from file
(app/setup/setup.inc.php) and from DB.
it loops over this 2 apps (app, and api), and set a $_current to true or
false. this variable value is defined by the last app check in the loop
(the API) => then if your API version is up to date, your application
version is also. which was wrong for me. Well in the attached file i
change the code logic.
2005-04-27 07:56:44 +00:00
Miles Lott
ecd7fdb9ea fix banner 2004-03-01 00:57:01 +00:00
reinerj
80ea30c5b1 changes from phpgw to egw dev group 2004-01-26 23:26:19 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
ceb
405e2b5c65 removed app_title 2002-10-26 22:40:09 +00:00
Miles Lott
6c8ce90ce0 Fix version check and display 2002-02-17 15:34:13 +00:00
Miles Lott
63f8f96f3f This should now report correctly that the API is current 2002-01-04 04:43:00 +00:00
Miles Lott
4c6c40c322 fix version check 2001-09-28 14:09:22 +00:00
Miles Lott
477991e9f4 Add additional config to show currentapp and api upgrade status 2001-09-16 15:09:52 +00:00