Commit Graph

15133 Commits

Author SHA1 Message Date
71063707a4 "found and fixed the real cause, appsession got called after session was commited (and therefore encrypted), these calles get now silently ignored" 2008-10-09 12:24:41 +00:00
8edc407e4d "quitent error_log from commit_session" 2008-10-09 12:12:48 +00:00
d9c93f845d "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"
2008-10-09 11:55:09 +00:00
d7f5835422 "fixed problem with lost password in session, when using session encryption" 2008-10-09 09:54:24 +00:00
a1a5d156a9 a couple of lines of more documentation, about the how to enable aspell integration 2008-10-09 08:55:03 +00:00
b12f35a56d 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
2008-10-09 08:52:29 +00:00
2349c28fa8 phpgw --> egw 2008-10-08 18:40:01 +00:00
94da0682cd 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
2008-10-08 18:38:30 +00:00
29af6786d1 "fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list" 2008-10-08 15:28:37 +00:00
8f6cf0ac8f quitening warnings, if charset is unknown (mb_convert_encoding), as it may happen, with parts of emails (header information, ...) 2008-10-08 11:18:43 +00:00
260ce05397 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
2008-10-08 10:16:30 +00:00
bad25ee249 Fix not correctly set of $this->prefs['show_times'] pref (because of addition of info_replanned_time columnt to the header) 2008-10-08 09:40:23 +00:00
cf83c28592 Timesheet small fix for renamed classes uiinfolog -> infolog_ui 2008-10-08 08:15:14 +00:00
fdb1b050f7 Infolog renaming classes minor fix (botimesheet -> timesheet_bo) 2008-10-08 08:13:17 +00:00
226df83e0b "fixed bug reported from David Ranking on the devel list: cat list looses status, while editing global cat" 2008-10-08 07:55:49 +00:00
9e61c0bc91 "fixed typo in filename of infolog_ical class" 2008-10-08 07:45:35 +00:00
8375a909f7 "only complain about not found files (not found dirs dont matter)" 2008-10-08 07:26:51 +00:00
bb1ed52c7f updating version and dependencies for 1.6 2008-10-07 18:04:59 +00:00
d60d8376e1 - classnames according to new naming schema
- file_access method
- updated version and dependencies for 1.6
2008-10-07 17:57:50 +00:00
ca27910040 "new constructor name" 2008-10-07 17:16:24 +00:00
9bca7a7689 moved phpgw compatibility stuff into common_functions.inc.php 2008-10-07 15:50:53 +00:00
724a88f99b propset Id 2008-10-07 15:42:51 +00:00
e2a0af67cc "Grrr: MyDMS mixes egw_info and phpgw_info" 2008-10-07 15:40:24 +00:00
d1af997d8a "fixed not working MyDMS reported on the user list, you have to re-generate the header via setup >> header-admin" 2008-10-07 15:32:34 +00:00
a8a19dd194 Adding Holiday of Estland Reprted by Toomas Kihulane Patch #1494 2008-10-07 14:18:04 +00:00
a7b3ed7902 moved xmlrpc code to own class boinfolog, to keep the old xmlrpc
functions and get a cleaner code for no xmlrpc
2008-10-07 14:01:33 +00:00
0c2d0c1ff0 "removed unnecessary and not longer working include of class.uietemplate.inc.php" 2008-10-07 13:15:53 +00:00
ffce747ddc "fixed typo" 2008-10-07 13:12:31 +00:00
2c1eec5832 uiinfolog --> infolog_ui 2008-10-07 13:04:49 +00:00
98a1d706ae "an other uiinfolog" 2008-10-07 13:00:03 +00:00
fa1996a0c9 uiinfolog --> infolog_ui 2008-10-07 12:56:18 +00:00
7f9df0d051 - renamed class to new naming convention
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00
aceef3f548 "header update" 2008-10-07 12:25:28 +00:00
b4540c337c "removed unnecessary include" 2008-10-07 12:24:15 +00:00
9e85c8e343 renamed uietemplate to etemplate, to save unnecessary include, as gtk isnt used in a long time 2008-10-07 09:14:17 +00:00
338f3f246f file_access hook for attachments 2008-10-07 09:05:48 +00:00
9fd543d8c6 file_access hook for attachments 2008-10-07 09:03:01 +00:00
e720c3f4ac "docu update" 2008-10-07 09:00:19 +00:00
38d3ac65ff - using new class naming schema
- version and dependencies for 1.6
- file_access hook for attachments
2008-10-07 08:57:09 +00:00
72115c0ae4 added saving states to user prefs in calendar. the only saved state until now is owner, but this can be simply extended in future. 2008-10-07 08:57:09 +00:00
c3e40ade99 added an array of replacement names to ease the transition to the new class naming scheme: app_class 2008-10-07 08:51:14 +00:00
1a8f6ed1bd New field replanned time with for pm integration, also icons in list view to diferentiate real, planned and replanned times. 2008-10-07 08:40:46 +00:00
ccb20466a1 Adding shared images to use in infolog and pm 2008-10-07 08:35:39 +00:00
858485ad30 "fixed Bug #1663 'More News' not visible in sitemgr when limit is 1, -> so_sql, is now giving back the numbers of total" 2008-10-07 08:17:09 +00:00
f1641b22fc "update API and etemplate dependency" 2008-10-07 07:23:08 +00:00
4222f03ac5 version to 1.6 incl. API dependences 2008-10-07 07:21:23 +00:00
61a23ba829 "update API and etemplate dependency" 2008-10-07 07:17:12 +00:00
1da86275f9 version to 1.6 incl. API dependences 2008-10-07 06:59:07 +00:00
06f6d3e9b9 width 100% for index list 2008-10-07 05:33:52 +00:00
071fb06b8a no translation and no word-wrap for vfs (filename) widget 2008-10-07 05:33:27 +00:00