.. |
class.accounts_contacts.inc.php
|
Updates needed for phpwebhosting -> filemanager name change
|
2002-09-21 05:15:32 +00:00 |
class.accounts_ldap.inc.php
|
update accounts_ldap
|
2002-12-18 00:20:46 +00:00 |
class.accounts_shared.inc.php
|
formatting
|
2002-05-26 21:16:25 +00:00 |
class.accounts_sql.inc.php
|
added missing ')' to search string in list function
|
2002-10-11 00:35:11 +00:00 |
class.accounts.inc.php
|
GLOBALS...
|
2001-09-23 19:08:44 +00:00 |
class.acl2.inc.php
|
added new acl class as acl2 while its being tested
|
2003-01-12 20:19:12 +00:00 |
class.acl2.sql
|
added new acl class as acl2 while its being tested
|
2003-01-12 20:19:12 +00:00 |
class.acl.inc.php
|
i sure do like formatting code
|
2001-12-11 01:14:43 +00:00 |
class.app_registry.inc.php
|
removed app_title plus update default layout to use xslt
|
2002-10-26 22:39:19 +00:00 |
class.applications.inc.php
|
removed lang call from class applications, since this caused an english only environment. app_title gets translated in function navbar or wherever its needed
|
2002-11-22 02:27:20 +00:00 |
class.arrayfunctions.inc.php
|
update accounts_ldap
|
2002-12-18 00:20:46 +00:00 |
class.auth_http.inc.php
|
Please test - commiting changes for use with register_globals off
|
2001-09-25 14:52:10 +00:00 |
class.auth_ldap.inc.php
|
update
|
2002-11-24 01:45:28 +00:00 |
class.auth_mail.inc.php
|
GNU Patch #290.
|
2002-09-17 02:47:35 +00:00 |
class.auth_nis.inc.php
|
remove extra ")"
|
2001-12-08 15:37:34 +00:00 |
class.auth_pam.inc.php
|
Add two auth methods, both of which require third party PHP modules (see source)
|
2002-06-24 12:16:50 +00:00 |
class.auth_smb.inc.php
|
Add two auth methods, both of which require third party PHP modules (see source)
|
2002-06-24 12:16:50 +00:00 |
class.auth_sql.inc.php
|
Started working on allowing md5 passwords to be sent from login.php
|
2001-10-02 05:38:35 +00:00 |
class.auth_sqlssl.inc.php
|
fix for BUG# 100527
|
2002-03-10 18:44:59 +00:00 |
class.auth.inc.php
|
Using GLOBALS
|
2001-08-30 19:40:44 +00:00 |
class.browser.inc.php
|
OK, maybe this fixes IE downloads (part of GNU patch #136)
|
2002-04-24 13:27:46 +00:00 |
class.categories.inc.php
|
skwashd's patch to be able to retrive entries with parent_id == 0
|
2003-03-16 22:16:33 +00:00 |
class.clientsniffer.inc.php
|
formatting
|
2001-11-23 19:35:45 +00:00 |
class.common.inc.php
|
update
|
2003-01-04 00:54:55 +00:00 |
class.config.inc.php
|
Fix for addressbook custom fields
|
2002-04-13 03:34:23 +00:00 |
class.contacts_ldap.inc.php
|
Part two of two - implement filter by first char of last name, fullname, or company (for now)
|
2002-05-13 00:43:57 +00:00 |
class.contacts_shared.inc.php
|
Better ldap filtering (GNU Bug# 100340)
|
2002-04-24 12:15:31 +00:00 |
class.contacts_sql.inc.php
|
GNU Patch #488
|
2002-08-22 12:22:58 +00:00 |
class.contacts.inc.php
|
This should allow for another app to load its own contacts class as a replacement
|
2002-05-27 01:32:04 +00:00 |
class.country.inc.php
|
Remove trailing ,
|
2001-07-10 19:43:30 +00:00 |
class.crypto.inc.php
|
Remove email-specific functions
|
2001-12-28 15:31:06 +00:00 |
class.datetime.inc.php
|
reimplemented the days_between function because it led to an infinite recursion in some cases and its simpler/faster now
|
2003-02-26 16:44:11 +00:00 |
class.db_msql.inc.php
|
Formatting
|
2002-02-10 12:04:10 +00:00 |
class.db_mssql.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
class.db_mysql.inc.php
|
fix for bug #2549, patch from ||cw
|
2003-03-13 17:59:45 +00:00 |
class.db_odbc.inc.php
|
formatting
|
2001-09-29 00:33:05 +00:00 |
class.db_oracle.inc.php
|
Fix for Oracle support.
|
2002-04-18 19:14:25 +00:00 |
class.db_pgsql.inc.php
|
fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too
|
2003-03-13 17:44:53 +00:00 |
class.db_sybase.inc.php
|
Formatting
|
2002-02-10 12:04:10 +00:00 |
class.db.inc.php
|
Using GLOBALS
|
2001-09-02 00:27:19 +00:00 |
class.error.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
class.errorlog.inc.php
|
Fixed the parameter substitution. Will now take parameters named either 'p1' or 'p_1'.
|
2002-01-12 22:12:40 +00:00 |
class.gdbutton.inc.php
|
update gdbutton
|
2002-08-30 02:16:15 +00:00 |
class.help_helper.inc.php
|
update help system
|
2002-12-16 01:20:12 +00:00 |
class.help.inc.php
|
update
|
2003-01-04 00:12:48 +00:00 |
class.historylog.inc.php
|
GNU Patch #336
|
2002-06-09 01:30:55 +00:00 |
class.hooks.inc.php
|
added funkwerk layout
|
2002-11-15 05:15:39 +00:00 |
class.http_dav_client.inc.php
|
sim's patch #1217: webdav client cache fix
|
2003-03-04 18:10:15 +00:00 |
class.http.inc.php
|
formatting
|
2001-11-13 14:05:13 +00:00 |
class.interserver.inc.php
|
Small cleanup in the query.
|
2002-02-15 18:57:30 +00:00 |
class.listbox.inc.php
|
update help
|
2002-12-01 03:35:02 +00:00 |
class.log.inc.php
|
formatting
|
2001-10-02 04:38:53 +00:00 |
class.matrixview.inc.php
|
update img path
|
2002-03-15 22:27:31 +00:00 |
class.menutree.inc.php
|
update to use pix in api img dir
|
2002-03-16 03:29:32 +00:00 |
class.msg_base_sock.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
class.msg_base.inc.php
|
formatting
|
2002-05-26 20:09:01 +00:00 |
class.msg_imap_sock.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
class.msg_imap.inc.php
|
format, fix banner
|
2002-05-26 20:14:02 +00:00 |
class.msg_nntp_sock.inc.php
|
formatting
|
2002-05-26 20:22:24 +00:00 |
class.msg_nntp.inc.php
|
formatting
|
2002-05-26 20:22:24 +00:00 |
class.msg_pop3_sock.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
class.msg_pop3.inc.php
|
formatting
|
2002-05-26 20:32:54 +00:00 |
class.msg.inc.php
|
format, fix banner
|
2002-05-26 20:14:02 +00:00 |
class.net_http_client.inc.php
|
Initial commit. Original author Leo West <west_leo@yahoo-REMOVE-.com>, changes from and submitted by Jonathon Sim <sim@zeald.com>
|
2003-02-06 22:43:18 +00:00 |
class.network.inc.php
|
GNU Patch #492.
|
2002-09-01 13:37:10 +00:00 |
class.nextmatchs.inc.php
|
update nm sort function
|
2002-12-05 00:27:37 +00:00 |
class.php_ext.inc.php
|
Clear up syntax error, but trapping dl errors is still impossible...
|
2002-04-22 00:01:18 +00:00 |
class.phpgw.inc.php
|
updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements
|
2002-05-31 08:29:19 +00:00 |
class.ping.inc.php
|
- Added class to check network connections via ping
|
2002-02-19 17:51:09 +00:00 |
class.portalbox.inc.php
|
update help
|
2002-12-01 03:35:02 +00:00 |
class.preferences.inc.php
|
fixed forced prefs
|
2002-12-26 20:43:00 +00:00 |
class.resultbox.inc.php
|
formatting
|
2001-10-02 04:17:19 +00:00 |
class.rssparser.inc.php
|
GLOBALS, format, replace if/else with switch
|
2001-10-02 04:11:39 +00:00 |
class.sbox2.inc.php
|
update
|
2002-10-19 00:42:36 +00:00 |
class.sbox.inc.php
|
It was missing a '.
|
2002-04-15 04:03:09 +00:00 |
class.schema_proc_array.inc.php
|
Fixes for a deprecated call by reference.
|
2002-04-11 14:12:34 +00:00 |
class.schema_proc_mssql.inc.php
|
Fixes for a deprecated call by reference.
|
2002-04-11 14:12:34 +00:00 |
class.schema_proc_mysql.inc.php
|
GNU Patch #304.
|
2002-06-23 17:10:28 +00:00 |
class.schema_proc_pgsql.inc.php
|
fix for postgreSql's AddColumn, to allow to set a default and a not null contraint, they are not allowed in add column in pgSQL
|
2003-03-18 00:07:17 +00:00 |
class.schema_proc.inc.php
|
Fixes for a deprecated call by reference.
|
2002-04-11 14:12:34 +00:00 |
class.send.inc.php
|
GNU Patch #483.
|
2002-09-01 15:03:19 +00:00 |
class.service_contacts.inc.php
|
Add service name wrapper classes for some basic functions
|
2001-09-05 10:46:39 +00:00 |
class.service_notes.inc.php
|
update to reflect new classnames
|
2002-03-20 03:35:42 +00:00 |
class.service_schedule.inc.php
|
Change class names internally to fix object creation (?), add todo
|
2002-03-20 03:30:56 +00:00 |
class.service_todo.inc.php
|
update to reflect new classnames
|
2002-03-20 03:35:42 +00:00 |
class.service.inc.php
|
Adding parts of new app registry system. Initial calls allow get_appby[id/name] and find_new_app. More to follow.
|
2002-02-15 19:05:40 +00:00 |
class.sessions_db.inc.php
|
Last fix for the domain cookie.
|
2002-09-26 03:07:50 +00:00 |
class.sessions_php4.inc.php
|
Last fix for the domain cookie.
|
2002-09-26 03:07:50 +00:00 |
class.sessions.inc.php
|
I think this is nothing more than a formatting change.
|
2002-01-05 02:24:10 +00:00 |
class.setup_detection.inc.php
|
*** empty log message ***
|
2002-12-23 01:29:19 +00:00 |
class.setup_html.inc.php
|
fix multidomain header-generation
|
2003-03-05 14:21:49 +00:00 |
class.setup_process.inc.php
|
update to install admin/prefs/api at once during new install
|
2002-12-19 23:33:44 +00:00 |
class.setup_translation.inc.php
|
More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable.
|
2002-04-30 03:35:52 +00:00 |
class.setup.inc.php
|
removed app_title plus update default layout to use xslt
|
2002-10-26 22:39:19 +00:00 |
class.soap_client.inc.php
|
Fixes to allow for support of server auth using soap with/without ssl
|
2001-08-18 20:31:47 +00:00 |
class.soap_parser.inc.php
|
Cleanup some globals, commented crap
|
2002-01-29 00:48:03 +00:00 |
class.soap_server.inc.php
|
Rollback soap server class to workable state, make login/logout work
|
2001-12-10 02:09:17 +00:00 |
class.soapclient.inc.php
|
add license info from original
|
2001-09-28 21:31:39 +00:00 |
class.soapmsg.inc.php
|
Rollback soap server class to workable state, make login/logout work
|
2001-12-10 02:09:17 +00:00 |
class.soapval.inc.php
|
Cleanup some globals, commented crap
|
2002-01-29 00:48:03 +00:00 |
class.tar.inc.php
|
Added new class for reading/writing tar(gz) files. This was written by
|
2002-04-20 16:31:16 +00:00 |
class.Template.inc.php
|
update xslt
|
2002-10-26 00:33:22 +00:00 |
class.translation_file.inc.php
|
updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements
|
2002-05-31 08:29:19 +00:00 |
class.translation_sql.inc.php
|
fix wrong user lang setting
|
2002-10-18 22:53:12 +00:00 |
class.translation.inc.php
|
Use GLOBALS
|
2001-08-31 08:45:44 +00:00 |
class.utilities.inc.php
|
GLOBALS, format, replace if/else with switch
|
2001-10-02 04:11:39 +00:00 |
class.validator.inc.php
|
switching to is_???
|
2002-03-08 04:02:44 +00:00 |
class.vcard.inc.php
|
formatting
|
2001-10-02 04:32:21 +00:00 |
class.vfs_dav.inc.php
|
Initial commit. From Jonathon Sim <sim@zeald.com>
|
2003-02-06 22:45:05 +00:00 |
class.vfs_shared.inc.php
|
sim's patch #1218: vfs patch (to implement "view" method)
|
2003-03-04 18:15:38 +00:00 |
class.vfs_sql.inc.php
|
Move shared variables and functions to vfs_shared
|
2003-02-17 19:34:56 +00:00 |
class.vfs.inc.php
|
Load vfs_shared class
|
2003-02-17 19:35:52 +00:00 |
class.wsdl.inc.php
|
format, add headers
|
2001-10-17 22:08:38 +00:00 |
class.xml_check.inc.php
|
These are useful classes we can use
|
2002-09-23 22:36:11 +00:00 |
class.xml.inc.php
|
added a php class that allow us to parse XML files without having php XML
|
2001-05-08 23:26:42 +00:00 |
class.xmlrpc_client.inc.php
|
Change user-agent to phpGroupWare
|
2002-05-27 00:52:00 +00:00 |
class.xmlrpc_server.inc.php
|
Add encoding to return value
|
2002-05-27 00:40:30 +00:00 |
class.xmlrpcmsg.inc.php
|
Add encoding to output
|
2002-05-27 00:50:28 +00:00 |
class.xmlrpcresp.inc.php
|
Finally fix return values, I hope
|
2001-12-06 15:51:06 +00:00 |
class.xmlrpcval.inc.php
|
Add one other weird exclusion in createobject() (this should fix passing 0
|
2002-02-09 21:19:22 +00:00 |
class.xmltool.inc.php
|
update xslt
|
2002-10-26 00:33:22 +00:00 |
class.xpath.inc.php
|
These are useful classes we can use
|
2002-09-23 22:36:11 +00:00 |
class.xslttemplates.inc.php
|
update
|
2002-11-15 22:31:51 +00:00 |
common_functions.inc.php
|
oops. left debug line in safe_args()
|
2003-01-12 03:46:38 +00:00 |
footer.inc.php
|
made changes to the loading of the header, navbar, appheader, and footers
|
2002-05-24 10:38:03 +00:00 |
functions.inc.php
|
update
|
2003-01-04 00:54:55 +00:00 |
php3_support_functions.inc.php
|
remove echo
|
2002-04-20 16:57:56 +00:00 |
phpgw_mime.types
|
New mime types added.
|
2001-12-15 04:25:24 +00:00 |
soap_functions.inc.php
|
removed app_title plus update default layout to use xslt
|
2002-10-26 22:39:19 +00:00 |
soaplib.soapinterop.php
|
Rollback soap server class to workable state, make login/logout work
|
2001-12-10 02:09:17 +00:00 |
xml_functions.inc.php
|
removed common->phpgw_exit() and fixed all references to it in the core apps and api
|
2002-09-28 20:01:44 +00:00 |
xmlrpc.interop.php
|
Add one other weird exclusion in createobject() (this should fix passing 0
|
2002-02-09 21:19:22 +00:00 |