.. |
adodb
|
some more PostgreSQL stuff from ADOdb 5.11
|
2011-04-10 15:06:22 +00:00 |
fpdf
|
|
|
horde
|
* Fix WBXML namespache issue (bug 3048)
|
2011-10-15 22:46:13 +00:00 |
htmlpurifier
|
no need to run expensive mb_substr 3 times
|
2011-06-08 10:41:22 +00:00 |
savant2
|
|
|
class.about.inc.php
|
|
|
class.accounts_ldap.inc.php
|
make basic data of current user available via egw.user(_field)
|
2011-08-31 12:17:34 +00:00 |
class.accounts_sql.inc.php
|
make basic data of current user available via egw.user(_field)
|
2011-08-31 12:17:34 +00:00 |
class.accounts.inc.php
|
no need for db schema on the client
|
2011-09-09 14:56:34 +00:00 |
class.acl.inc.php
|
forgot required changes in acl class, to read grants of a different user
|
2011-06-26 13:00:51 +00:00 |
class.applications.inc.php
|
|
|
class.arrayfunctions.inc.php
|
|
|
class.asyncservice.inc.php
|
order returned async jobs by execution time
|
2011-04-10 15:08:49 +00:00 |
class.auth_ads.inc.php
|
|
|
class.auth_cas.inc.php
|
|
|
class.auth_fallback.inc.php
|
if ldap with fallback sql, we may be able to fetch and set the password last change date, if we are on primary, so check if the method exists instead of returning false.
|
2011-09-26 15:20:40 +00:00 |
class.auth_fallbackmail2sql.inc.php
|
check if method exists for the fallback_auth, before calling get/setLastPwdChange
|
2011-09-26 11:01:16 +00:00 |
class.auth_http.inc.php
|
|
|
class.auth_ldap.inc.php
|
as the timestamp used for ldap is not the unixtimestamp, we just use time for updating the session cache on auth_alpwchange_val
|
2011-09-23 11:10:05 +00:00 |
class.auth_mail.inc.php
|
|
|
class.auth_nis.inc.php
|
|
|
class.auth_pam.inc.php
|
|
|
class.auth_sql.inc.php
|
set the session cache for auth_alpwchange_val in methods for changepassword too
|
2011-09-23 09:56:12 +00:00 |
class.auth_sqlssl.inc.php
|
|
|
class.auth.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 09:52:43 +00:00 |
class.bolink.inc.php
|
stream wrapper interface is now eGW VFS interface
|
2008-04-14 05:52:24 +00:00 |
class.browser.inc.php
|
|
|
class.categories.inc.php
|
Allow setting owner when creating a new category
|
2011-07-06 15:09:08 +00:00 |
class.common.inc.php
|
- fixed image map was empty created when not loged in (now directories are used and not $GLOBALS['egw_info']['apps'])
|
2011-08-31 10:16:12 +00:00 |
class.config.inc.php
|
fixed wrong timing in serialization of array, when storing arrays as config values, probably also fixing last issue of community bug #3059
|
2011-10-20 11:41:20 +00:00 |
class.contacts.inc.php
|
|
|
class.contenthistory.inc.php
|
|
|
class.country.inc.php
|
|
|
class.creditspoint.inc.php
|
|
|
class.db_backup.inc.php
|
do not restore install_id, as that would give two systems with identical install_id
|
2011-05-07 17:09:52 +00:00 |
class.db.inc.php
|
|
|
class.dragdrop.inc.php
|
reverting accidently commit r34595
|
2011-04-10 15:05:47 +00:00 |
class.egw_cache_apc.inc.php
|
|
|
class.egw_cache_files.inc.php
|
fix typo
|
2011-11-02 14:57:41 +00:00 |
class.egw_cache_memcache.inc.php
|
|
|
class.egw_cache.inc.php
|
fixed exception stalling new installs
|
2011-11-10 10:09:37 +00:00 |
class.egw_ckeditor_config.inc.php
|
* API: updating CKEDITOR to version 3.6.2, altering editor modes and availability of toolbar options
|
2011-10-28 09:12:40 +00:00 |
class.egw_datetime.inc.php
|
|
|
class.egw_db.inc.php
|
casting boolean explicitly to string, as ADODB_postgres64::qstr() has an unwanted special handling for boolean types, causing eg. query in CalDAV for resources throw an invalid SQL exception under PostgreSQL
|
2011-10-25 07:49:54 +00:00 |
class.egw_digest_auth.inc.php
|
|
|
class.egw_exception.inc.php
|
|
|
class.egw_find_iterator.inc.php
|
|
|
class.egw_framework.inc.php
|
Return an array, not null, if there are no preferences for the app
|
2011-11-09 16:32:42 +00:00 |
class.egw_grid_columns.inc.php
|
Added selected change event to grid component, reverted change with drag'n'drop and window.top
|
2011-03-31 12:17:46 +00:00 |
class.egw_ical_iterator.inc.php
|
|
|
class.egw_include_mgr.inc.php
|
silence php-warning; silence error_log
|
2011-11-10 14:39:07 +00:00 |
class.egw_index.inc.php
|
|
|
class.egw_json.inc.php
|
fixed fatal error, if there are no parameters
|
2011-09-14 14:22:17 +00:00 |
class.egw_keymanager.inc.php
|
Shotcuts are now generated on the server side, made key codes class constans
|
2011-06-25 14:27:30 +00:00 |
class.egw_link.inc.php
|
check if we are already trying to unlink the entry, to avoid an infinit recursion
|
2011-09-15 16:35:28 +00:00 |
class.egw_mailer.inc.php
|
make sure there is no whitespace leading or trailling the host string, when attempting to send
|
2011-07-21 12:11:17 +00:00 |
class.egw_session_files.inc.php
|
|
|
class.egw_session_memcache.inc.php
|
|
|
class.egw_session.inc.php
|
patch to fix problem with ->not able to see mail<- egw_instant_load.html not found. provided by Vladimir Kolobkov; Thanks a lot
|
2011-07-25 15:52:22 +00:00 |
class.egw_time.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 09:52:43 +00:00 |
class.egw_vfs.inc.php
|
% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()
|
2011-09-07 08:40:52 +00:00 |
class.egw.inc.php
|
fix bug reported on devel-list:
|
2011-08-29 05:58:54 +00:00 |
class.error.inc.php
|
|
|
class.errorlog.inc.php
|
|
|
class.filesystem_stream_wrapper.inc.php
|
|
|
class.global_stream_wrapper.inc.php
|
|
|
class.groupdav_handler.inc.php
|
fixed not working update of events, as etag2value still expected EGw- -wGE around ETag
|
2011-11-08 21:02:47 +00:00 |
class.groupdav_hooks.inc.php
|
* CalDAV/GroupDAV/InfoLog: making synced InfoLog types configurable and moved getctag method to infolog_bo in preparation of InfoLog eSync support
|
2011-09-28 12:35:53 +00:00 |
class.groupdav_principals.inc.php
|
disabled NOT working addressbook-findshared report, which is only used in 10.6, but currently creates and error with 10.6 addressbook
|
2011-11-14 11:54:59 +00:00 |
class.groupdav.inc.php
|
removed calendar-preference "color for Apple iCal", as it set a single color for all calendars you have access too, storing and returning color set by iCal (untested)
|
2011-11-09 13:23:53 +00:00 |
class.historylog.inc.php
|
|
|
class.hooks.inc.php
|
API: introduce register_single_app_hook to be able to add or update one hook for an required app. register added/updated hooks with ->location; calendar and addressbook are using this to insert export_limit hook if not available. use app hook to fetch app specific export limit with import_export side_menu additions too
|
2011-09-15 16:53:20 +00:00 |
class.html.inc.php
|
check availaility of htmlarea before opening compose as html or html mails as html for reply; implement check based on http_user_agent for user agent known to be not compliant with ckeditor (android); allow class attribute for div, blockquote, a and img
|
2011-10-31 10:28:30 +00:00 |
class.http.inc.php
|
|
|
class.iface_stream_wrapper.inc.php
|
|
|
class.interserver.inc.php
|
|
|
class.jscalendar.inc.php
|
* jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
|
2011-07-03 09:00:36 +00:00 |
class.kses.inc.php
|
|
|
class.ldap.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 09:52:43 +00:00 |
class.ldapserverinfo.inc.php
|
|
|
class.links_stream_wrapper.inc.php
|
some more debug stuff, switched off by default
|
2011-06-28 17:20:19 +00:00 |
class.listbox.inc.php
|
|
|
class.log.inc.php
|
|
|
class.mime_magic.inc.php
|
|
|
class.network.inc.php
|
sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests
|
2011-08-03 13:36:59 +00:00 |
class.nextmatchs.inc.php
|
|
|
class.PclZip.inc.php
|
|
|
class.pdf.inc.php
|
reverting accidently commit r34595
|
2011-04-10 15:05:47 +00:00 |
class.pdmlwrapper.inc.php
|
|
|
class.phpmailer.inc.php
|
add missing default translation for lang key tls
|
2011-07-14 08:54:30 +00:00 |
class.portalbox.inc.php
|
|
|
class.preferences.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 09:52:43 +00:00 |
class.resultbox.inc.php
|
|
|
class.rssparser.inc.php
|
move from old projct to new one
|
2004-05-05 12:06:13 +00:00 |
class.schema_proc.inc.php
|
fix for PostgreSQL notification update not working: some stuff is NOT to be quoted
|
2011-05-18 10:12:32 +00:00 |
class.send.inc.php
|
catch exeption on CreateObject of bopreferences, if no felamimail is available
|
2011-10-17 08:41:43 +00:00 |
class.sessions_db.inc.php
|
|
|
class.smbhash.inc.php
|
|
|
class.smtp.php
|
|
|
class.soap_client.inc.php
|
|
|
class.soap_parser.inc.php
|
|
|
class.soap_server.inc.php
|
|
|
class.soapclient.inc.php
|
|
|
class.soapmsg.inc.php
|
|
|
class.soapval.inc.php
|
|
|
class.solink.inc.php
|
* API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts
|
2011-09-07 14:47:51 +00:00 |
class.sqlfs_stream_wrapper.inc.php
|
fixed not sorted eacls
|
2011-06-25 04:53:35 +00:00 |
class.Template.inc.php
|
fixed unknowns="remove" to remove more strict (only variable names with letterns, numbers, underscore and dash), as it messes up json otherwise
|
2011-06-02 13:30:21 +00:00 |
class.tplsavant2.inc.php
|
|
|
class.translation.inc.php
|
in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install
|
2011-11-10 10:24:37 +00:00 |
class.uiaccountsel.inc.php
|
|
|
class.vfs_home_hooks.inc.php
|
* Admin/VFS/LDAP: on saving a group, check if group directory exists and create it if not
|
2011-06-10 11:00:40 +00:00 |
class.vfs_stream_wrapper.inc.php
|
allow to use LDAP homeDirectory attribute as $home in mount-url
|
2011-11-15 06:56:32 +00:00 |
class.vfs_webdav_server.inc.php
|
fixed no longer possible direct access/mount of VFS root via WebDAV after r36606
|
2011-09-19 11:39:46 +00:00 |
class.wsdl.inc.php
|
|
|
class.xml.inc.php
|
|
|
class.xmlrpc_client.inc.php
|
|
|
class.xmlrpc_server_epi.inc.php
|
|
|
class.xmlrpc_server_php.inc.php
|
|
|
class.xmlrpc_server.inc.php
|
|
|
class.xmlrpcmsg.inc.php
|
|
|
class.xmlrpcresp.inc.php
|
|
|
class.xmlrpcval.inc.php
|
|
|
common_functions.inc.php
|
* Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
|
2011-05-04 07:52:45 +00:00 |
functions.inc.php
|
* API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes
|
2011-09-26 09:52:43 +00:00 |
jscalendar-setup.php
|
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
|
2011-04-09 11:24:50 +00:00 |
soap_functions.inc.php
|
|
|
soaplib.soapinterop.php
|
|
|
xml_functions.inc.php
|
|
|
xmlrpc.interop.php
|
|
|