Commit Graph

16902 Commits

Author SHA1 Message Date
Ralf Becker
b8bd234838 * Weeknumbers in calendar views, were wrong for week-start-day other then Monday
iso8601 defines them only for week starting Monday, so we use now the Monday to calculate the week-number, even if user prefers an other startday
2011-01-05 22:30:35 +00:00
Ralf Becker
d50bfdab5a * dont give sql error in gathering statistic data, if table does not exists (eg. Gallery is not installed) 2011-01-05 08:35:47 +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
Ralf Becker
c0132e7ef7 * Calendar: invite rights, should NOT implicate a freebusy rights (users with invite rights could see freebusy times of other users) 2011-01-04 19:56:14 +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
Nathan Gray
f4e6b3a79d Add cal_id to edit dialog and list view like tracker, infolog 2010-12-20 23:10:06 +00:00
Nathan Gray
c3431dfb85 Use common::egw_exit() instead of just exit for extra cleanup 2010-12-20 22:50:51 +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
Nathan Gray
b07fed35a7 Avoid extra output after file 2010-12-20 15:47:04 +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
a8a8e1d6f2 * CSV Export: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 15:11:33 +00:00
Klaus Leithoff
5cd49ff707 * ImportExport: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 14:51:39 +00:00
Klaus Leithoff
2ae764a2e6 adding sub and superscript to purifier config 2010-12-14 15:08:42 +00:00
Klaus Leithoff
ba2f3105fb using bocontacts->default_addressbook for add_default; do not try to rebuild the logic of bo construct 2010-12-13 13:22:00 +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
Klaus Leithoff
87679b035f revert r33328 as it fails for mysql 2010-12-08 08:58:54 +00:00
Klaus Leithoff
e87b56523c remove forgotten error log statement 2010-12-07 15:33:08 +00:00
Klaus Leithoff
20ce8ff14c filter @ from n_fn when trying to add the email via addressbook.email dialog 2010-12-07 15:17:05 +00:00
Klaus Leithoff
ad6d5cb4c8 fix for postgres 2010-12-07 11:35:41 +00:00
Ralf Becker
e42a151dd1 search extra account repository for birthdays too 2010-12-06 18:41:00 +00:00
Ralf Becker
1db7a3d067 * fixed birthday of contacts/accounts in LDAP could not be modified in addressbook 2010-12-06 18:29:59 +00:00
Klaus Leithoff
350b8f897f * eMail: fixed error reported with the user-list: Warning on Felamimail, error array_merge in line 1600 2010-12-06 16:20:05 +00:00
Klaus Leithoff
8d45385f5d * eMail: remove invalid -at- when occurring in full name, when adding address to email; skip addresses that produce a parse error while parsed with imap_rfc822_parse_adrlist 2010-12-06 15:07:06 +00:00
Ralf Becker
3c18c28281 fix for bug #2053: in edit categories, egw shows the KB menu in english rather than the locale 2010-12-06 08:52:29 +00:00
Klaus Leithoff
f710cead49 fixing a typo reported by David.C Rankin 2010-12-06 08:39:04 +00:00
Klaus Leithoff
06de1f0949 * Notifications: fix dont try to notify when none is set/forced for folders to check for new mails; dont try to notify when email as module is not enabled for the particular user 2010-12-03 10:46:04 +00:00
Ralf Becker
7d0da9712d readjusted patch as suse does not allow .orig in builds 2010-12-01 15:14:46 +00:00
Klaus Leithoff
7701f5b46b * eMail: fix for a problem reported with FreeBSD regarding the generation of random strings for temp-filenames 2010-12-01 14:16:59 +00:00
Ralf Becker
f1265e17b0 Changelog for 1.8.001.20101201 2010-12-01 14:03:28 +00:00
Ralf Becker
c9fcff4026 * fixed not working automatic install (stalls after installing core apps, because existing tables get NOT refreshed) 2010-12-01 11:27:33 +00:00
Nathan Gray
2eda1476cf Merge custom fields when merging contacts 2010-11-29 20:48:15 +00:00
Klaus Leithoff
793ba3e6ea dont use the global template object anymore; do our own now 2010-11-29 11:45:39 +00:00
Klaus Leithoff
50841e4b0b dont use the global template object anymore; do our own now 2010-11-29 11:27:55 +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
Klaus Leithoff
8a1e78775f fix problem regarding IE Error for onclick="#" as action 2010-11-22 14:07:30 +00:00
Klaus Leithoff
059a00c0a2 fix for broken send_to mail links 2010-11-22 12:56:49 +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
Klaus Leithoff
e96292d75a rework of linkifying email adresses in displayed message bodys 2010-11-18 08:42:36 +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
a515836e43 certain common prefs (language, template, ...) require the session to be re-created, happend formerly always, but it now optimized away ;-) 2010-11-17 13:36:56 +00:00
Ralf Becker
e128716435 fixed wrong parameter for egw_link::get_links() $only_app, causing extra_links, eg. projectmanager link not to work, if links are not already supplied, like in infolog view mode 2010-11-17 13:09:20 +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
Klaus Leithoff
066270db32 * eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755 2010-11-17 09:53:16 +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