Ralf Becker
8589cdd874
using file_get_contents and better error-message
2010-06-02 09:18:27 +00:00
Andreas Stöckel
ca263fc6d8
- Rewrote redirect function
...
- Setting the webserver url in head
2010-06-02 08:10:43 +00:00
Ralf Becker
b9f98321f5
allow template to overwrite link and redirect_link methods
2010-06-01 21:38:00 +00:00
Ralf Becker
a3bb4afe1b
documenting and adding exception and redirect handler to json handler
2010-06-01 18:54:31 +00:00
Andreas Stöckel
0c243b49a3
- Updated JS and PHP egw_json code
...
- Added array_stripslashes() to common_functions.inc.php
- Added json handler (json.php)
2010-06-01 14:20:55 +00:00
Andreas Stöckel
2bbe2e1203
Added PHP and JS JSON libraries for replacement of XAJAX
2010-06-01 12:38:41 +00:00
Klaus Leithoff
2aa6baddcb
postgres: fix for problem with db_backup/update -> no MetaColumns retrieved anymore: if tablenames are quoted, remove the quotes as the use of tablenames in MetaColumns is for comparsion of content of fields in postgres system tables; quoting tablenames breaks comparsion here.
2010-06-01 12:24:29 +00:00
Andreas Stöckel
8bbcafe1c0
Added workaround for bug with CKEdito being too tall
2010-05-31 11:44:08 +00:00
Klaus Leithoff
f6e2163b91
control height of CKEditor; set a more convinient height for signature edit
2010-05-28 08:07:17 +00:00
Klaus Leithoff
226908f7ab
enable toggling of plain to CKEDITOR in felamimail; documenting changes to ckeditor with phpgwapi/js/ckeditor3/egw_integration.txt
2010-05-27 14:37:37 +00:00
Klaus Leithoff
bc2f709a4d
improved skin control, if skin is not chosen by user/default
2010-05-27 10:06:40 +00:00
Andreas Stöckel
8973b4c9b5
Added default skins and added code which converts old ckeditor skins to new ones
2010-05-27 08:04:47 +00:00
Andreas Stöckel
0802dd072b
Fixed bug with CKEditor 3.2.1 not being loaded in some applications
2010-05-26 08:43:01 +00:00
Andreas Stöckel
99106024c4
Made CKEditor checking, whether the given skin actually exists
2010-05-25 14:50:58 +00:00
Andreas Stöckel
12c03a226d
Added support for the new CKEditor 3.2.1
2010-05-25 07:47:57 +00:00
Ralf Becker
5f7efe58a7
remove not used old mime type list
2010-05-22 15:04:32 +00:00
Ralf Becker
79f4a174da
moved old validator class to bookmarks, as it is the only place where it still get used
2010-05-22 14:33:23 +00:00
Ralf Becker
6fd418b27e
fixed PHP Fatal error: Declaration of vfs_stream_wrapper::url_stat() must be compatible with that of iface_stream_wrapper::url_stat()
2010-05-22 11:00:54 +00:00
Ralf Becker
aedaf485b3
fixed bug egw.stylite.de#8079: new symlinks in /apps not visible on same request
2010-05-22 08:41:26 +00:00
Ralf Becker
b0416e0bf1
removed not used/working old xmlrpc application abstration
2010-05-22 07:05:37 +00:00
Klaus Leithoff
3b427a4062
move debug to be the first thing in send->send; make SmtpSend public as it is used by MDN
2010-05-21 11:19:29 +00:00
Jörg Lehrke
e4d0b6737c
Fix egw_ical iterator issues
2010-05-21 06:18:52 +00:00
Ralf Becker
6799864392
fixed wrong language in notifications
2010-05-20 19:32:52 +00:00
Jörg Lehrke
5329baab76
Improve chunked item handling
2010-05-20 13:06:27 +00:00
Jörg Lehrke
fb3cc3f594
Fix chunked item issue (bug#2576)
2010-05-20 10:48:45 +00:00
Ralf Becker
df58928ac6
fail if trying to unlink a directory
2010-05-19 17:33:19 +00:00
Ralf Becker
75a604fad6
"add G to egw_vfs::hsize()"
2010-05-19 09:12:16 +00:00
Andreas Stöckel
892db7c0f2
Resolved problem with some directories that cannot be opened if they contain a symlink, due to a problem with vfs_stream_wrapper::check_symlink_components, which returned that a path doesn't have a symlink in it caused by to the vfs_stream_wrapper internal symlink_cache
2010-05-19 09:01:53 +00:00
Jörg Lehrke
ff9e241961
Fix parameter parser again
2010-05-19 07:02:08 +00:00
Jörg Lehrke
df36afa1ed
Fix DAV issue for neon for GroupDAV, too
2010-05-18 10:45:46 +00:00
Jörg Lehrke
e8298f217f
Fix iCal attendee CN issue
2010-05-18 10:04:29 +00:00
Andreas Stöckel
95891c869f
Added some JavaScript-Code to the date selector which handles clicks on the "Today" button
2010-05-18 09:17:54 +00:00
Jörg Lehrke
27f1fef944
Fix CalDAV invitation issue (Stylite#513)
2010-05-17 14:20:34 +00:00
Ralf Becker
39dfb0b3fe
"invalidate session cache, to make new mounts/unmounts visible in current session"
2010-05-15 20:40:27 +00:00
Jörg Lehrke
11093e933c
Add more tolerance for chunked packages
2010-05-14 13:06:08 +00:00
Ralf Becker
bf898afb61
"removed permannent error_log"
2010-05-13 10:45:37 +00:00
Ralf Becker
e91b0f0cb5
using since php<=5.0 available raw_output=true parameter for md5 and sha1 instead of deprecated and in newer distros no longer available mhash extension
2010-05-13 10:39:48 +00:00
Ralf Becker
beca9c694a
"forgot to switch log_level to 1 (only errors) again ;-)"
2010-05-13 09:27:46 +00:00
Ralf Becker
7bd59d89c8
"Fixed handling of url-special-chars: #?% get urlencoded before returned from this wrapper and all path get urldecode before passing on to php's filesystem functions"
2010-05-13 09:25:39 +00:00
Ralf Becker
46fd3ad561
"Support for basic auth when using PHP CGI"
2010-05-13 08:49:32 +00:00
Ralf Becker
94c31d9508
missing encoding and decoding for attachments
2010-05-12 18:58:16 +00:00
Ralf Becker
259ae6fe24
"fixed not working delete of a preference (was set to an empty string in the db)"
2010-05-12 09:23:50 +00:00
Ralf Becker
8ce9813e4d
"only add \"your session could not be verified\", if a sessionid is given (cookie or on url)"
2010-05-11 16:19:26 +00:00
Ralf Becker
55d6c7ca00
"prefer iconv for windows-874 and tis-620 (Thai) charsets, as they are not supported by mbstring"
2010-05-11 15:38:39 +00:00
Ralf Becker
fd56fb27c3
Correct quoting of special chars in vfs:
...
- # has special meaning in url and is intern always urlencoded as %23
- ? has special meaning in url and is intern always urlencoded as %3F
- % need to be urlencoded as %25, as it's the escape char in urlencoding
(it has not been stored urlencoded in sqlfs so far, there's some
workaround in filemanger_ui to deal with the old unencoded % chars)
- space and + are NOT urlencoded in sqlfs in the DB, they get urlencoded
only for download urls
- " get urlencoded for download urls only as it messes up the html
markup
--> Filenames get urldecoded, before displayed to user
- done manually eg. in messages
- done automatically in new vfs-name widget (both ways)
2010-05-11 15:02:30 +00:00
Nathan Gray
041200a245
Register link hooks for all installed apps, not just the ones the current user has access to. This lets the apps decide if the user has access to the data or not
2010-05-10 19:05:17 +00:00
Ralf Becker
cad3e95d40
remove not needed all mount options, as hidden files are handled now by our vfs (and if hidden files are not accessible, you can not remove directories containing them)
2010-05-10 14:29:30 +00:00
Ralf Becker
5ef9746f90
switching logging per default off and only outputting passwords in log-level 2, as documented
2010-05-10 13:36:30 +00:00
Ralf Becker
d6d582a541
switching logging per default off and only outputting passwords in log-level 2, as documented
2010-05-10 12:46:46 +00:00
Ralf Becker
1caead5ea9
"make sure to not double encode &"
2010-05-09 13:58:57 +00:00