Commit Graph

5208 Commits

Author SHA1 Message Date
fc1d69e060 "improved update script, for the case the the old vfs table does not contain / or /home" 2008-04-15 14:49:52 +00:00
9c117aa197 "emptied egw_vfs instead of egw_sqlfs table" 2008-04-15 14:12:01 +00:00
6cc0093543 "update from egw-1.4.004" 2008-04-15 13:02:20 +00:00
b0ebb4d0d8 re-added exidently removed images ;-) 2008-04-15 12:38:45 +00:00
be2fa1c923 "update to fck 2.6" 2008-04-15 12:23:32 +00:00
e4401d7f41 update to FCK 2.6, please note: you probably have to delete your browser cache! 2008-04-15 12:15:22 +00:00
fd987f39d2 "fixed not working delete of sqlfs table" 2008-04-15 10:13:15 +00:00
256163ba98 "check for a valid eGW session" 2008-04-15 08:04:26 +00:00
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
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
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
540901e9c7 Fix config to correctly remove empty values 2008-04-11 13:38:37 +00:00
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
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
6dd130a1f3 fix for the problem, that allowed attribute values where stripped, due to the security bugfix 2008-04-02 08:47:42 +00:00
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
d2024f053f "added some debug code (switched off by default)" 2008-04-01 15:47:37 +00:00
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
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
868345fcb6 "added static to encrypt_pasword" 2008-03-25 17:05:38 +00:00
8a9e4d3d9d "removing unnecessary instancations" 2008-03-25 17:05:08 +00:00
bf31f4e94a "removing unnecessary instancations" 2008-03-25 17:02:09 +00:00
2cd4742695 "removing unnecessary instancations" 2008-03-25 17:00:56 +00:00
0c37486b65 "static html methods and other modernisations" 2008-03-25 16:58:50 +00:00
1c4b1f9636 "using the global db object" 2008-03-25 16:54:16 +00:00
ed5db11312 show session restore time 2008-03-22 16:22:11 +00:00
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
ea3ae107d1 added minimal egw object (egw_minimal), which is shared between egw and setup 2008-03-22 09:29:29 +00:00
9553da2f63 "fixed typo: translations --> translation" 2008-03-22 09:25:41 +00:00
a02a89fbdb "stoped permanent error_log of loaded classes" 2008-03-21 21:02:00 +00:00
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
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
3108861db0 "using global db object" 2008-03-21 17:15:02 +00:00
de74e8b6ce "using global db object" 2008-03-21 11:49:28 +00:00
e71d16ed28 "fixed not working rename of dirs in the old vfs" 2008-03-20 14:21:13 +00:00
2912ec7c61 "fixed broken image title" 2008-03-20 08:32:29 +00:00
dc1797f41a update from 1.4.003 2008-03-19 13:12:13 +00:00
af72b6ea54 fixed problem pointed out by lukasz.pilorz(at)allegro.pl 2008-03-19 11:09:27 +00:00
b98808f87f "added todo's (concept) for extended ACL, WebDAV properties and locks" 2008-03-18 13:17:13 +00:00
4f94d5837d use of global db object and new headers, made all methods of the auth class static 2008-03-15 17:27:36 +00:00
78624aa9e9 "using the global db object" 2008-03-15 15:52:27 +00:00
0927d90e09 "using the global db object" 2008-03-15 15:30:15 +00:00
81a0b796d9 "using the global db object" 2008-03-15 15:11:48 +00:00
ec042e0f4d "using the global db object" 2008-03-15 15:00:15 +00:00
426fc2825e "using the global db object" 2008-03-15 14:52:26 +00:00
7272868ab5 "using the global db object" 2008-03-15 14:19:06 +00:00
3f5c03f91a "removed double include of mounted dirs in egw_vfs::find" 2008-03-14 15:37:33 +00:00
68dfe96fed "new method download_url" 2008-03-14 15:00:06 +00:00
e79c4b3e6a removed left over line, causing name2id to fail and stopping all logins 2008-03-13 20:08:37 +00:00
37a12ac183 "using global db object" 2008-03-13 19:37:09 +00:00