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
2005-04-24 21:30:37 +00:00
2005-04-27 07:56:44 +00:00
2004-11-19 14:35:41 +00:00
2005-04-25 10:09:10 +00:00
2005-03-21 10:18:30 +00:00
2005-04-24 21:30:37 +00:00
2004-09-09 20:28:14 +00:00
2004-08-21 17:18:14 +00:00
2005-03-03 10:45:52 +00:00
2004-03-26 19:56:37 +00:00
2004-08-21 15:39:30 +00:00
2004-01-01 15:38:15 +00:00
Languages
PHP 55%
TypeScript 18.5%
JavaScript 10.6%
CSS 10%
Less 2%
Other 3.9%