Klaus Leithoff
e42f8fa1cd
allow targets for hrefs, as requested with tracker ticket #2894 - no target _blank allowed
2011-03-22 13:16:19 +00:00
Ralf Becker
d168bec8ef
* exceptions in async jobs no longer stop other jobs, but log the exception to Apache error_log
2011-03-21 13:20:49 +00:00
Ralf Becker
eed2810a15
* fixed not working async service test-job
...
$$adr[0] === $($adr[0]) !== ($$adr)[0]
2011-03-21 13:15:04 +00:00
Ralf Becker
221a2d4eb6
read users full name from password file and create email address according to configured rules for automatic created accounts
2011-03-18 13:47:12 +00:00
Nathan Gray
26462b10c8
Escape quotes in user names
2011-03-10 15:51:52 +00:00
Ralf Becker
16851d0d88
add Evolution as know GroupDAV client and disable error_log about not know GroupDAV clients
2011-03-07 13:58:47 +00:00
Ralf Becker
b9e714f40d
* CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
...
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:34:21 +00:00
Ralf Becker
d6c6dc2de0
* fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode())
2011-03-03 15:49:28 +00:00
Klaus Leithoff
617d7dc90a
with php5.3 EncodeQP uses quoted_printable_encode, which messes up content eventually
2011-02-23 13:27:30 +00:00
Ralf Becker
f595a3f334
do NOT allow to change backup_files config if backup is called outside of setup, as it can have a huge impact on the server
2011-01-20 22:21:34 +00:00
Ralf Becker
e0bd41579e
fix common::get_body_attribs() (gave fatal error, because egw_framework::_get_body_attribs() was protected) and add body_attribs to Sitemgr Template3::get_meta()
2011-01-06 21:05:30 +00:00
Ralf Becker
358946b06a
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
2011-01-05 23:13:58 +00:00
Ralf Becker
9ab5949756
removed accidently commited commenting of fallback async run used for rpm/deb packages
2011-01-05 02:44:59 +00:00
Ralf Becker
74a0ff602c
* JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected
...
JSCalendar shows iso8601 week numbers as used eg. in Europe, which are defined for weeks starting on Monday, JSCal used first displayed day (not Monday) to calculate the week number
fix now always uses the Monday to set the week number
US, Canada and middle east uses uses a different week numbering schema than iso8601, which is currently NOT supported by JSCalendar or EGroupware!
2011-01-05 02:40:06 +00:00
Oscar Manuel Gómez Senovilla
b113030cf9
tracker #2789
2011-01-02 15:11:27 +00:00
Oscar Manuel Gómez Senovilla
ad557993a5
Update spanish translation, and some polish files
2011-01-01 23:22:08 +00:00
Ralf Becker
2dab76057a
make NOT the default for cookie auth
2010-12-20 22:06:35 +00:00
Ralf Becker
27928086e6
hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not)
2010-12-20 21:00:53 +00:00
Ralf Becker
f08abdbd83
fixed in handling of 0 as value in checkbox_multiselect (was always selected before)
2010-12-19 22:04:47 +00:00
Klaus Leithoff
2ae764a2e6
adding sub and superscript to purifier config
2010-12-14 15:08:42 +00:00
Klaus Leithoff
90b3c80729
fix for error during editing of extended ACL in filemanager; Report error if path to be checked does not exist; Make sure that array_merge uses a casted return of self::get_eacl in case the internal call will return false
2010-12-08 14:28:45 +00:00
Ralf Becker
2d01173d94
replace PHP5.3 deprecated ereg with preg_match
2010-11-27 09:42:22 +00:00
Klaus Leithoff
b07d097493
handle deprecated warning set_magic_quotes_runtime, do not set magic quotes all the time, only when get_magic_quotes_runtime returns true
2010-11-25 15:04:52 +00:00
Jörg Lehrke
72889a32e3
Fix SyncML device info handling
2010-11-21 18:19:24 +00:00
Jörg Lehrke
fcbdc01839
* Implemented deleteaccount hook for SyncML
...
Optimize SyncML device information handling
2010-11-21 15:17:44 +00:00
Christian Binder
fdcd757ae0
respect max_session_size of -1 correctly (no limit) while reading session files
2010-11-17 16:46:12 +00:00
Ralf Becker
9da1ddf87b
IE fails, if windows name in egw_openWindowCentered2 contains something no a letter, number or underscore --> removing it
2010-11-17 12:32:33 +00:00
Ralf Becker
6fd23408c2
for some reason $this->tpl is no instanciated on the home page in 1.8
2010-11-17 08:06:33 +00:00
Ralf Becker
f7f05beb20
updating preferences object in session too
2010-11-16 14:28:33 +00:00
Ralf Becker
f09ecebb4a
no need to invalidate session cache, if we write the prefs to the session too
2010-11-16 09:37:55 +00:00
Ralf Becker
f9893f96b0
debug switch to get Apache error_log message, why logins fail
2010-11-16 08:55:16 +00:00
Ralf Becker
70ce24bca9
fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware
2010-11-12 09:14:54 +00:00
Ralf Becker
de818e86e3
* telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone)
2010-11-10 10:51:11 +00:00
Klaus Leithoff
e044892c8d
* core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated
2010-11-09 15:23:39 +00:00
Ralf Becker
b70ef59cfd
tell IE > 7 to use it's own mode, not old compatibility mode eg. IE=7 for IE8
2010-11-09 14:50:24 +00:00
Ralf Becker
5b60cb3096
set $options[need_mime] for $dirsontop, as it can NOT work otherwise
2010-11-09 12:58:06 +00:00
Klaus Leithoff
102289e2ff
assumption if strlen>24 and not starting with " it is to be treated as bas64 encoded, falls short of postgres timestamps length; testing for strlen>26 now
2010-11-08 13:26:11 +00:00
Ralf Becker
647ab3e449
if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp
2010-11-04 13:48:48 +00:00
Ralf Becker
5b50417da2
* exceptions get now logged to Apache error_log again
2010-11-04 11:34:20 +00:00
Ralf Becker
ba9871f4c8
switched off forgotten permanent error_log
2010-11-03 10:06:08 +00:00
Klaus Leithoff
c3bd75e917
* email: Icons for eMail FunctionFolders
2010-11-02 14:00:12 +00:00
Ralf Becker
a5e2762a91
fixed not working alternating nextmatch colors of groups in account selection popup
2010-11-02 13:30:28 +00:00
Ralf Becker
a2ff799ab8
fixed wired sorting (no sorting) of groups in account selection popup
2010-11-02 13:04:03 +00:00
Ralf Becker
442728c4cf
new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients
2010-10-31 07:58:40 +00:00
Jörg Lehrke
7c61ffa833
Fix vCard-parser for multible type parameters
2010-10-29 08:40:48 +00:00
Klaus Leithoff
aa4eaefe66
pending translations/keystrings
2010-10-26 12:42:22 +00:00
Ralf Becker
243c778109
fixed bug introduce in fix: no more serialized cat data (like calendar colors) were returned
2010-10-26 07:42:51 +00:00
Ralf Becker
9d26feb253
SiteMgr bugfix: edit category always reads sort as 0, (unserialize data only, if it is serialized)
2010-10-25 18:09:19 +00:00
Ralf Becker
0386d90d37
copied groupdav_hooks from trunk (instead of inaccessible Stylite-EPL-10.1 branch
2010-10-23 08:41:18 +00:00
Ralf Becker
bdb67a03c6
remove groupdav_hooks, to readd it (it was copied from not accessible Stylite-EPL-10.1 branch)
2010-10-23 08:39:14 +00:00