r26211:
Fixed install problems with missing php dom extension, which is required (but not declared) by importexport: - added requirement to importexport/setup/setup.inc.php - gracefully fail if dom is not available - add dom extension to rpm requirements --> this has been reported many times on the list as "missing wiki pages", which is caused by suppressed fatal error in importexports default-records, stoping other apps default records to run
r26210:
"reworked _get_css debug message: - was given if no css function as defined (correct use) - explain a bit more what's wrong"
trunk/phpgwapi/inc/class.egw_framework.inc.php
r26209:
"final 1.6rc1 spec file: - added mysql and php(5)-mysql dependency - added missing etemplate macro - removed not longer used manageheader patch - removed not longer used sitemgr-link symlink"
r26164:
Store pictures now like file attachments with name .picture.jpg (they are suppressed from being displayed as regular attachment). Thumbnails are handled via etemplates thumbnail facility.
r26161:
using z-index to handle layering of the slideoutmenue and the compose button
trunk/felamimail/templates/default/app.css
r26160:
using z-index to handle layering of the slideoutmenue and the compose button
trunk/phpgwapi/templates/default/navbar.tpl
2008-10-10Ralf Becker (ralfbecker)
r26159:
"fixed type causing sitemgr reloads to fail: PHP Fatal error: The script tried to execute a method or access a property of an incomplete object."
r26126:
patch #1624 from Regis Leroy: check resource availablity on search and config to deny resource reservation on private events, plus German translation
r26125:
fix for [eGroupWare-tracker] Bugs #1753: Email Admin wird nicht mehr korrekt angezeigt.
trunk/emailadmin/inc/class.emailadmin_ui.inc.php
r26124:
adding error_log info about _get_css -> deprecated functionality related to the setting of the GLOBALS Array on CreateObject in phpgwapi/inc/common_functions.inc.php which is no longer supported.
trunk/phpgwapi/inc/class.egw_framework.inc.php
2008-10-10Ralf Becker (ralfbecker)
r26123:
"fix from Regis Leroy to allow to set some extra query parms from the calling application"
trunk/etemplate/inc/class.link_widget.inc.php
r26122:
"removed n_files from search() as it causes doublicates, because the clients (eg. outlook) have different fileas options"
r26119:
reworked manageheader: - removed include_root (is now always identical to server_root) - removed mcrypt_version (not relevant to todays php versions) - replaced session_type with session_handler - look is now a bit more like setup and eGroupware itself --> updated header-version to 1.29 forcing everyone to update
r26118:
"found and fixed the real cause, appsession got called after session was commited (and therefore encrypted), these calles get now silently ignored"
r26116:
"hopefully last fix for session encryption: - flag in session if it is encrypted to prevent calling the encryption more then once, which stalls the session-content - egw_session::session_comit() method calls now encrypt() too, as it closes the session, before the destructor is called - hack to fix PHP Fatal error: Cannot use string offset as an array, which happens sometime in felamimail under php5.2 - some more docu"
trunk/phpgwapi/inc/class.egw_session.inc.php
r26115:
"fixed problem with lost password in session, when using session encryption"
trunk/phpgwapi/inc/class.egw_session.inc.php
2008-10-09Klaus Leithoff (leithoff)
r26114:
a couple of lines of more documentation, about the how to enable aspell integration
trunk/phpgwapi/js/fckeditor/egw_integration.txt
r26113:
fix for [eGroupWare-tracker] Bugs #1750: FCKeditor dont use the aspell path from config -documenting the needed skripting for the configured aspell path in egw_integration.txt -re-imported spellcheck (aspell) integration from Jose -switching aspell integration on in fckconfig.js, as documented in FCKeditor_2.x/Developers_Guide/Configuration/Spell_Checker
r26108:
re-added session encryption: - it now also encrypts the egw object and egw_info array, stored in the session - it no longer encrypts every egw_session::appsession() call, but the whole array at once when the egw_session object gets destroyed - mcrypt algo and mode are currently hardcoded to tripledes and ecb, as we dont have the database connection, when they are needed. You can add it as egw_info[server][mcrypt_{algo|mode}] in the header.inc.php - fixed a bug, which let the session grow around 400k(!) each request - if mcrypt or the selected algo/mode is not availible the session encryption is switched off automatic, but an error is logged
r26104:
update to FCK 2.6.3, please note: you probably have to delete your browser cache! this should fix the <br type="_moz"> bug. -added the about button in all egw_config settings, as it enables the user to check the version of the editor -added the show-blocks button in all egw_config settings, as it enables the user to check the structure elements of his document
r26060:
Adding re-planned fields and datasource logic: - The new field (replanned) is used to have a planned (initial planning, and view replanning times, deviation times) - Use icons for the different times (to calrify what time is each, real, planned and replanned)
r26048:
- new vfs-widget to encapsulate common vfs/file related stuff + path with clickable components + human readable size, mode, ... + mime icon with integrated thumbnail creation - link widget uses now vfs-mime for it's icons - thumbnail creation is now switched on with size 32px by default, it can be switched of by the admin or user, in doing so explicitly - mime-icons are moved from filemanager to etemplate, as not everyone installs filemanager - filemanager has now 3 display modi: + Current directory (with subdirs always on top) + Subdirs sorted in + Files from subdirs (shows recursive all files and you can click on the path components thanks to new vfs widget)
r26047:
improve HTMLToText Conversion, fixing a bug reported on the german users list about additional linebreaks for signatures, when sending mails as plain/text
r26045:
addressbook::groupdav: fixing a bug regarding the retrieval of addressbook entrys with groupdav, (occurring when accounts stored in ldap and addresses in sql, and the entry in question is retrieved via uid (as it is possible to retrieve a contact by bassing on an array as contact_id))