Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 0baa7f22e3 "finished implementation of storing vfs/sqlfs files in the database:
- the used storage (default filesystem) can be switched via a get-parameter in the url mounted (eg. sqlfs://default/?storage=db)
- please note the current (php5.2.6) problems:
a) retriving files via streams does NOT work for PDO_mysql (bindColum(,,PDO::PARAM_LOB) does NOT work, string returned)
(there's a workaround implemented, but it requires to allocate memory for the whole file!)
b) uploading/writing files > 1M fail on PDOStatement::execute() (setting PDO::MYSQL_ATTR_MAX_BUFFER_SIZE does NOT help)
(not sure if that's a bug in PDO/PDO_mysql or an accepted limitation)
--> now we need to implement an easy switch in setup to allow admins to use the db backend (does NOT require an directory outside the docroot)
currently you need to use filemanager/cli.php mount"
2008-10-01 18:01:45 +00:00
addressbook tracker #1723 2008-09-13 20:46:59 +00:00
admin - get session list for session.save_handler='files' working again 2008-08-19 11:54:35 +00:00
calendar "fixed not working multiple week view on home" 2008-09-25 05:54:40 +00:00
doc first try for a 1.6 prerelease package 2008-07-22 12:02:33 +00:00
etemplate "correctly quoting the id's in ajax_search, as single quotes otherwise mess up the javascript in the ajax response (eg. caused by single quotes in Wiki Page Names)" 2008-09-24 11:16:26 +00:00
filemanager New stream-wrapper to mount the regular filesystem into the vfs while 2008-09-30 11:52:56 +00:00
home updated russian translation 2008-07-29 20:40:02 +00:00
importexport Updated russian translation (#1658) and some spanish updates 2008-08-03 19:07:15 +00:00
infolog removed empty row in regular index page 2008-09-22 09:04:19 +00:00
notifications "fixed bug reported on user list: PHP Fatal Error: unknown method egw_session::list_sessions()" 2008-09-09 11:59:34 +00:00
phpgwapi "finished implementation of storing vfs/sqlfs files in the database: 2008-10-01 18:01:45 +00:00
preferences updated spanish translation 2008-08-05 19:13:53 +00:00
resources fixed typo: infor(m)ation 2008-09-10 06:07:19 +00:00
setup Patch from Raphael Alla allowing to specify mysqlt direct in header-admin 2008-09-27 06:56:36 +00:00
timesheet tracker #1726 2008-09-15 17:04:00 +00:00
.htaccess Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
groupdav.php "one more client without session support" 2008-05-19 07:55:37 +00:00
header.inc.php.template "setting the header-template version back to 1.28, to not force anyone to update (as long as I dont have the session encryption ready, which might require some more small fixes in the header template)" 2008-09-23 05:51:22 +00:00
index.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
login.php allow direct error messages instead of just error codes 2008-08-07 20:35:57 +00:00
logout.php reworked etemplate to have static methods and use the new features of egw_db- & html-class 2008-03-09 14:37:57 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php New header.inc.php template 2008-08-21 06:21:32 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
webdav.php moved webdav handler in the root dir, as its now a general service and not only used by filemanager 2008-05-10 21:15:46 +00:00
xajax.php - dont update the session dla, for the xajax notifications query, as it 2008-08-05 11:36:06 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00