Commit Graph

4858 Commits

Author SHA1 Message Date
Klaus Leithoff
d8111bfbe2 fixing a problem regarding the custom sessionhandler memcache:
we need to (re-)load our custom memcache session handler, as session_destroy unloads it somehow.
2008-07-02 14:35:01 +00:00
Régis Leroy
9392e504b3 bad french translation of search -> bug in ajax_widget detecting search string 2008-06-17 14:34:00 +00:00
Ralf Becker
7eab124b15 dont try oids for new postgres versions 2008-05-31 05:51:12 +00:00
Ralf Becker
506a6573c8 function_backtrace:
- dont output first function param for unserialize()
- limit output of function param to 64 chars
2008-04-18 15:37:55 +00:00
Ralf Becker
8cbe7774a8 fixed quoting 2008-04-16 13:23:44 +00:00
Ralf Becker
84c5ba593f re-imported spellcheck (aspell) integration from Jose 2008-04-15 19:22:59 +00:00
Ralf Becker
e8ad7a52f7 "fixed \"toolbar set \"egw_simple\" doesn't exist\" error in fmail" 2008-04-15 19:02:25 +00:00
Ralf Becker
40dd625139 1.4.004 FCKeditor update (2.6) & security release 2008-04-15 13:05:31 +00:00
Ralf Becker
81a955b8a4 backported FCKeditor 2.6 and security fixes to 1.4 2008-04-15 12:52:45 +00:00
Ralf Becker
b0ebb4d0d8 re-added exidently removed images ;-) 2008-04-15 12:38:45 +00:00
Ralf Becker
be2fa1c923 "update to fck 2.6" 2008-04-15 12:23:32 +00:00
Ralf Becker
e4401d7f41 update to FCK 2.6, please note: you probably have to delete your browser cache! 2008-04-15 12:15:22 +00:00
Ralf Becker
fd987f39d2 "fixed not working delete of sqlfs table" 2008-04-15 10:13:15 +00:00
Ralf Becker
256163ba98 "check for a valid eGW session" 2008-04-15 08:04:26 +00:00
Ralf Becker
a58cd51617 "- remove index.{html|php} added by apache, which causes the upload/browsing in some apache configs to fail
- check for a valid eGW session"
2008-04-15 08:04:11 +00:00
Ralf Becker
30c265a5c7 "remove index.{html|php} added by apache, which causes the upload/browsing in some apache configs to fail" 2008-04-15 08:02:13 +00:00
Ralf Becker
501df49cbb stream wrapper interface is now eGW VFS interface
- if you already run the 1.5.003 update (AND modified anything in the VFS), you have to re-run it, to not loose your modifications or risk an inconsistent VFS (DB does not match filesystem)
- to re-run the 1.5.003 update (only if your version is already 1.5.003 or bigger!) run the following sql:
UPDATE egw_applications SET app_version=1.5.002 WHERE app_name=phpgwapi
- the new vfs supports now an extended ACL, if that is supported by the backend (sqlfs only currently)
- eacl allows to set separate recursive acl rights for different users or groups on a directory (and subdirs)
- former group grants of group dirs are converted to eacl, thought we only support read or read+write access (no extra add or delete)
- attachments via the links class now also use a stream wrapper interface (links_stream_wrapper) and WebDAV as download handler (which requires no longer filemanager run rights)
2008-04-14 05:52:24 +00:00
Nathan Gray
540901e9c7 Fix config to correctly remove empty values 2008-04-11 13:38:37 +00:00
Klaus Leithoff
3b874ad66f added fields created/modified to the retrieval of the single account info.
added accountstatus/created/modified to the retrieval of the account list.
2008-04-10 09:06:24 +00:00
Klaus Leithoff
5693038f9f added fields created/modified to the retrieval of the single account info.
added accountstatus/created/modified to the retrieval of the account list
2008-04-10 09:06:00 +00:00
Klaus Leithoff
b1c8db9ee8 fix for the problem, that allowed attribute values where stripped, due to the security bugfix 2008-04-02 09:16:00 +00:00
Klaus Leithoff
6dd130a1f3 fix for the problem, that allowed attribute values where stripped, due to the security bugfix 2008-04-02 08:47:42 +00:00
Ralf Becker
801d387582 "if links of multiple id's of one app were queried and there was a link between two of them, it was only returned for one" 2008-04-01 15:49:30 +00:00
Ralf Becker
d2024f053f "added some debug code (switched off by default)" 2008-04-01 15:47:37 +00:00
Ralf Becker
7e22bf1347 "New method try_lang(), usefull for exception handlers or early stages of the initialisation of the egw object,
as calling lang would try to load the translations, evtl. cause more errors, eg. because there's no db-connection."
2008-04-01 10:47:50 +00:00
Ralf Becker
3d909d4776 fixed fatal error "Exception thrown without a stack frame in Unknown on line 0", if DB does not exist when calling the regular eGW url 2008-04-01 10:33:54 +00:00
Ralf Becker
868345fcb6 "added static to encrypt_pasword" 2008-03-25 17:05:38 +00:00
Ralf Becker
8a9e4d3d9d "removing unnecessary instancations" 2008-03-25 17:05:08 +00:00
Ralf Becker
bf31f4e94a "removing unnecessary instancations" 2008-03-25 17:02:09 +00:00
Ralf Becker
2cd4742695 "removing unnecessary instancations" 2008-03-25 17:00:56 +00:00
Ralf Becker
0c37486b65 "static html methods and other modernisations" 2008-03-25 16:58:50 +00:00
Ralf Becker
1c4b1f9636 "using the global db object" 2008-03-25 16:54:16 +00:00
Ralf Becker
ed5db11312 show session restore time 2008-03-22 16:22:11 +00:00
Ralf Becker
011103b903 "import trunk langfiles in utf-8" 2008-03-22 12:37:14 +00:00
Ralf Becker
eb2303adc8 "prevent that anyone switches the global db object to an app != 'phpgwapi' (you have to clone it before doing that)" 2008-03-22 12:32:24 +00:00
Ralf Becker
8e83c8c883 merged 24845 to 1.4: added missing default for new $strip parameter of categories::name2id() added by Patric, to be compatible with the current code not giving that parameter and generating warnings because of that 2008-03-22 09:47:09 +00:00
Ralf Becker
ea3ae107d1 added minimal egw object (egw_minimal), which is shared between egw and setup 2008-03-22 09:29:29 +00:00
Ralf Becker
9553da2f63 "fixed typo: translations --> translation" 2008-03-22 09:25:41 +00:00
Ralf Becker
a02a89fbdb "stoped permanent error_log of loaded classes" 2008-03-21 21:02:00 +00:00
Ralf Becker
ac04409df7 dynamically autoloading sub-object of egw-object, moved __wakeup methods to concerned classes and other "modernsations" ;-) 2008-03-21 20:50:13 +00:00
Ralf Becker
3bf9ad5efa dynamically autoloading sub-object of egw-object, moved __wakeup methods to concerned classes and other "modernsations" ;-) 2008-03-21 20:11:59 +00:00
Ralf Becker
3108861db0 "using global db object" 2008-03-21 17:15:02 +00:00
Ralf Becker
de74e8b6ce "using global db object" 2008-03-21 11:49:28 +00:00
Ralf Becker
e71d16ed28 "fixed not working rename of dirs in the old vfs" 2008-03-20 14:21:13 +00:00
Ralf Becker
2912ec7c61 "fixed broken image title" 2008-03-20 08:32:29 +00:00
Ralf Becker
00ea4968e0 reverted Lars commit 24952, as it requires php5 and 1.4 is suposed to work with php4.3+ 2008-03-19 20:11:58 +00:00
Ralf Becker
d27055b2fd reverted Lars commit 24954, as it requires php5 and 1.4 is suposed to work with php4.3+ 2008-03-19 20:10:30 +00:00
Ralf Becker
cf5515c1ef reverted Lars commit 24953, as it requires php5 and 1.4 is suposed to work with php4.3+ 2008-03-19 20:07:30 +00:00
Ralf Becker
397c1bcf89 reverted Lars commit 24950, as it requires php5 and 1.4 is suposed to work with php4.3+ 2008-03-19 20:00:49 +00:00
Ralf Becker
dc1797f41a update from 1.4.003 2008-03-19 13:12:13 +00:00