Ralf Becker
ea398a45de
added more info about groupdav
2009-03-30 14:07:46 +00:00
Ralf Becker
b93a450394
"- added more licenses with urls (LGPL, PHP, GPL3)
...
- fixed not displayed information, if setup info is in an other apps setup file (eg. GroupDAV or Website)
- added support different navbar icon name"
2009-03-30 14:06:39 +00:00
Klaus Leithoff
5522a6b907
Feature Request 1968: Display gray up/down arrows for first/last message in message window
2009-03-30 12:17:27 +00:00
Ralf Becker
873ee33dc7
"- fixed not working symlinks to other symlinks
...
- added a symlink cache (only per request) to cut down db accesses"
2009-03-30 11:18:58 +00:00
Ralf Becker
d006ef24f9
"as PDO allows to use named params without colon prefix, switched to that, as it's close to the way we use our own db class"
2009-03-30 11:17:30 +00:00
Ralf Becker
b976659346
"removed unnecessary ambersand in url creation, if no extravars"
2009-03-30 08:17:28 +00:00
Ralf Becker
7f9aace528
"- sqlfs is now fully case-sensitiv (before it was partly case-insensitiv)
...
- symlinks are now read by url_stat and dir_opendir and stored in the stat cache, to minimize DB accesses
- negative url_stat calles (not found) are now stored in the stat cache too, to minimize DB access
- added new log level 3, which adds method-name and line number to the sql statements"
2009-03-27 19:10:16 +00:00
Ralf Becker
881225849d
"fixed not shown comments and other properties, if path contained a symlink"
2009-03-27 19:03:29 +00:00
Ralf Becker
9e8ef4d851
"some permanent logging (switched off by default) and only running chown, chgrp, chmod if mkdir succeeds"
2009-03-27 18:05:42 +00:00
Ralf Becker
b54d0dab25
"fixed invinit recursion (causing a segfault) when trying to create a home directory"
2009-03-27 17:39:37 +00:00
Ralf Becker
3b0f5e5ab2
PDO compatibilty function fetchSingle() was renamed in PDO to
...
fetchColumn($column_num=0): now both are available in ADOdb, thought
fetchSingle is depricated and should no longer be used!
2009-03-25 09:03:36 +00:00
Ralf Becker
cc9d7445c3
"fix concat to allow filenames containing \"..\""
2009-03-24 17:19:38 +00:00
Ralf Becker
5501dd0fc3
"fixed some problem with the new symlinks (specially between different stream-wrappers) and added a permanent loggin facility"
2009-03-24 13:58:01 +00:00
Ralf Becker
e966c73feb
"make profind and get_eacl fail silent, if backend does not support them"
2009-03-24 13:56:22 +00:00
Ralf Becker
55d2aaa3ee
Implemented symlinks for eGW's VFS:
...
- sqlfs can store now symlinks (implements symlink and readlink)
- vfs resolves symlinks before calling a mounted stream-wrapper
--> symlinks can be between different mount-points
- filemanger can create symlinks and follows them
- etemplate vfs_widget displays symlinks (to be improved)
Happy testing :-)
2009-03-19 20:12:35 +00:00
Ralf Becker
97126e417f
Make all methods of common class static, to allow an easiert use.
...
eg: $owner_label = common::grab_owner_name($uid);
2009-03-16 12:49:31 +00:00
Ralf Becker
01e2e1fa72
"removed extension of the accounts class, which is not used since r24948"
2009-03-13 12:55:40 +00:00
Ralf Becker
efb3189b49
"fixed CreateObject to not suppress the error, if it cant find a class file or there are eg. syntax errors in it
...
--> now you can find the error in the error_log and dont get only a blank page
(also optimized it so far, that we first try to autoload the class and use the diverse \"magic\" only if that fails)"
2009-03-13 12:47:53 +00:00
Klaus Leithoff
1f8068eb52
dont use the titlecache if id is an array
2009-03-06 12:28:39 +00:00
Ralf Becker
dd41d422e9
"fixing high minimize memory usage (important for huge number of accounts)"
2009-03-05 15:17:45 +00:00
Ralf Becker
b413a39b49
"some more compatibility stuff (table-name as variable)"
2009-02-25 14:35:43 +00:00
Ralf Becker
8ff2025051
"resetting array pointer for old code relying on it"
2009-02-25 12:59:28 +00:00
Christian Binder
b3b7487ad1
eGroupWare popup: Complete re-style of css and markup (nearly no visible changes but a lot of cleanup). eGWpopup now has a scrollbar for long messages. Changed non-validating color lightgray of idots to its numeric value. Renamed notificationwindow completely to egwpopup.
2009-02-23 20:45:31 +00:00
Ralf Becker
bdcb10ea2d
Enable etemplate to mark rows of a grid / table as part of the header or
...
footer to repeat them on each printed page.
2009-02-23 13:21:28 +00:00
Klaus Leithoff
f62eccd9a7
fixing a problem regarding the passing on of the charset information, as some clients get confused if there is a blank between the word charset and the equual sign.
2009-02-09 15:17:26 +00:00
Klaus Leithoff
be859fa1f6
fixing various webdav problems, regarding pathbuilding
2009-01-29 18:58:52 +00:00
Nathan Gray
c2ca3760b7
Work around bug in Safari (OS X) Version 3.2.1 (5525.27.1) on multi-domain sites
2009-01-27 18:31:28 +00:00
Klaus Leithoff
87247b6ca4
adding some debug and have it commented out to research the issue in tracker #1876 (Timesheet, in detail view, not shows link to the owner project)
2009-01-27 15:14:56 +00:00
Klaus Leithoff
d330fe9934
bugfix for typo in class-var
2009-01-13 11:41:56 +00:00
Stefan Becker
48e7312a27
fixed small Bug, that IE 6 is not giving the unsecure warning, if ssl is used
2009-01-06 12:07:46 +00:00
Ralf Becker
a40b1c6bfb
Reworked the categories class to query all cats from the database once
...
per session and then operate on that cache.
This deliminates ~25 database queries for each sitemgr page.
Test carefully before applying this to a production sytem!
2008-12-17 20:05:19 +00:00
Klaus Leithoff
76faf17eb0
strange phenomenon with existing debug variable
2008-12-09 15:25:26 +00:00
Klaus Leithoff
0ec64072a2
enabling more info FOR THE ERROR_LOG
2008-12-09 14:02:22 +00:00
Klaus Leithoff
5cf2da77fa
directing debug to error_log
2008-12-09 14:02:17 +00:00
Klaus Leithoff
80c3da850d
enable debug for send class to be passed to phpmailer/smtp
2008-12-09 14:02:13 +00:00
Klaus Leithoff
91c5e6d23c
print out the standard substitutes, if debug is switched on
2008-12-09 13:07:29 +00:00
Klaus Leithoff
f28eed1973
enabling debug in some cases, switched off, as default
2008-12-09 12:59:03 +00:00
Klaus Leithoff
e025a14a08
putting some debug into the send class to find problems more easily
2008-12-05 10:26:07 +00:00
Ralf Becker
1eb956fdf5
"- do not send session data for clients doing no sessions to memcached
...
- use 10min session lifetime for GroupDAV as for anonymous sessions"
2008-11-25 19:36:02 +00:00
Ralf Becker
519b385186
setting trunk version to 1.7.001
2008-11-24 10:51:59 +00:00
Oscar Manuel Gómez Senovilla
12d6d29540
Support for Indonesian. Tracker #1832
2008-11-23 13:32:49 +00:00
Ralf Becker
6f442ea296
"check if we really need to convert the charset, as it's not perfect and can do some damage"
2008-11-23 13:08:06 +00:00
Ralf Becker
cb511f3213
"- fixed broken ñ in Español
...
- renamed language \"English / US\" to just \"English\""
2008-11-23 09:22:54 +00:00
Ralf Becker
0123dc5d89
"dont log failed login attempts for the anon user, as it is a simple dos to sitemgr"
2008-11-22 08:14:59 +00:00
Ralf Becker
92c5157b90
add grant host to db creation
2008-11-18 19:58:11 +00:00
Ralf Becker
2b14c3de30
nicer login and got anon tabs working again
2008-11-17 20:28:09 +00:00
Ralf Becker
8dcc91a390
typos and missing file
2008-11-16 15:36:37 +00:00
Ralf Becker
1baa158195
Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>:
...
- change the processing of slowsync, to use the content_map instead of
trying to build a new one. This caused duplication issues on the
client if multiple similar records where stored, because only the first
one found in the server-db was matched, These duplicate entries at client
side had no entry at serverside, so deleting the wrong one
on the client (the content with a valid map entry) could cause
unwanted data loss at server side, because it is impossible for the
user to see what is a duplicate, and what is not.
see also:
http://www.nabble.com/again---syncml-duplication-issue-to20333619s3741.html
- reenabled UID from syncml clients, because it was partly used this caused
issues during SlowSync if the content was changed.
- infolog, calendar if a uid is found in the provided data, allway try to
find the corresponding content first using only the UID, instead of
using the content-id taken from content_map.
also fixed:
- a few fixes in ./notes
- creating an entry on the client that can not be imported,
(Example, Nokia E Series Appointment without a Title)
will no longer create an invalid content-map entry
However, at client side this is still counted in the Protocol as
Server-Add
2008-11-16 10:42:29 +00:00
Ralf Becker
ec51405e95
"cater for wider logo in 1.6"
2008-11-16 08:56:02 +00:00
Ralf Becker
aad4117be2
bit nicer login sreen with new default theme
2008-11-16 07:16:19 +00:00