Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
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
addressbook *** empty log message *** 2005-04-24 21:30:37 +00:00
admin patch from <tibolist-at-free.fr>: 2005-04-27 07:56:44 +00:00
calendar Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net 2005-04-15 15:21:52 +00:00
doc updatet build script 2004-11-19 14:35:41 +00:00
etemplate if no left or right header is specified, disable the cell to not create an empty (1 row, 1colum) table 2005-04-24 17:14:41 +00:00
filemanager Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net 2005-04-15 15:21:52 +00:00
infolog Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net 2005-04-15 15:21:52 +00:00
phpgwapi big documentation update 2005-04-25 10:09:10 +00:00
preferences Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net 2005-04-15 15:21:52 +00:00
resources *** empty log message *** 2005-03-21 10:18:30 +00:00
setup *** empty log message *** 2005-04-24 21:30:37 +00:00
.htaccess better let it commented out, because per default is not allowed at all 2003-11-06 06:43:55 +00:00
about.php add link to application behind icon 2004-09-09 20:28:14 +00:00
anon_wrapper.php changes from phpgw to egw dev group 2004-01-26 23:26:19 +00:00
header.inc.php.template new header-template to: 2005-03-03 10:45:52 +00:00
home.php The code was preventing anonymous users to get a home page. Perhaps it was done with anonymous users such as the ones 2004-09-11 23:54:57 +00:00
index.php change the wrong pg name 2004-08-21 17:18:14 +00:00
login.php new header-template to: 2005-03-03 10:45:52 +00:00
logout.php fixed bug [ 1001387 ] Error Emailing Attachments - missing closedir prefents rmdir on win 2004-08-03 14:13:37 +00:00
notify_simple.php make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
notify.php change from phpgw to egw 2004-03-26 19:56:37 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
set_box.php change the wrong pg name 2004-08-21 15:39:30 +00:00
soap.php ereg_replaced 2004-01-01 15:38:15 +00:00
xmlrpc.php added use of cookie or url to pass session id 2004-03-13 17:54:26 +00:00