Commit Graph

16919 Commits

Author SHA1 Message Date
ffd3a3e709 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:19:40 +00:00
694dc8fc9f Reverted to old revision as having a 10.1 as a remote application is not needed 2011-01-20 20:14:18 +00:00
0df7e3b69e Reverted to old revision as having a 10.1 as a remote application is not needed 2011-01-20 20:11:37 +00:00
d78217a089 check if customfields exists before attempting to merge 2011-01-20 16:41:51 +00:00
ef09307743 Got remote applications in the jdots template finally working as they should - this unfortunately required a lot of 'dirty' hacks, as egroupware had not been designed to do this. So e.g. there had to be a litte bit code added to the login page, which prevented it from redirecting to a page with a full framework rebuild. 2011-01-20 14:12:12 +00:00
e2b2417170 Changelog for 10.1.20110120 2011-01-20 12:42:04 +00:00
ce1a9f2516 * eMail: fix stripping too much text, extended: apply solution of r33526 to infolog and tracker, when mail is converted while/after sending 2011-01-20 12:26:21 +00:00
ded25865e3 Changelog for 10.1.20110117 2011-01-17 11:48:03 +00:00
f2a092d810 * eMail: avoid adding/showing NIL@NIL and the chosen identity as replyto (it will be set while sending anyway) as addressline, upon opening drafted messages 2011-01-17 11:07:55 +00:00
8105fbfa6e * eMail: while saving as draft, some servers do not return the uid of the saved message, in this case reopening for continued editing failes; try guessing the uid by using nextuid from folderstatus, to avoid this error 2011-01-17 10:08:43 +00:00
ec0550eafa * eMail: not filtering own(ed) emailaddresses out of drafts while reopening them for continued processing 2011-01-17 09:18:24 +00:00
e637658966 * addressbook: postgres compatibility for distributionlists 2011-01-14 13:00:34 +00:00
f68e92afd8 * addressbook: check if typefilter is valid (type available), if not remove it 2011-01-14 12:03:21 +00:00
11db1a8224 fix from A.Stoeckel for IE8/9 problems with sidebar reload; check if mainscreen javascript is available before calling it 2011-01-14 09:11:44 +00:00
9f45bea953 * adressbook: fix for Stylite Tracker bug#1152; Links for Addressbook where not shown anymore 2011-01-13 12:14:38 +00:00
ac52f999c3 fix problem with assumedly broken ZipArchives with OpenOffice Documents used with ZipArchive on SLES11; try opening the archive anyway, even if the onening with CHECKCONS failes. Report that to error_log, and try to proceed before failing fataly 2011-01-13 10:53:53 +00:00
9c59ef7d0a Escape double quotes 2011-01-12 17:40:59 +00:00
582a06caf2 Translate field names 2011-01-12 17:17:37 +00:00
6511f42e43 * eMail: email to infolog -> fix for not decoded senderinformation 2011-01-12 12:00:53 +00:00
0656e82a85 Check if get_errors() exists before calling it to prevent fatal error 2011-01-11 18:07:30 +00:00
77b3db9b53 wrong translation for EGroupware, probably a typo 2011-01-10 12:21:41 +00:00
33303117e7 fix typo found/fixed by jaytraxx 2011-01-10 10:16:18 +00:00
cdae6fcd66 array as text for CC in eMail message, when replying/forwarding mail to multiple CC (reported by german user list): fixed typo 2011-01-10 09:45:40 +00:00
177711fa69 - fixed status of all recurrences get set to "unknown", if status of a single recurrence get changed
- merged again revert r32957: fixed conflict check of resource quantity and storage of changed quantity in existing events
(changed quantity was used for conflict check, but not stored!)
2011-01-07 07:59:21 +00:00
c33ad5c2ba 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 20:56:14 +00:00
c8afbf93d5 * addressbook: fix for attempt to remove non existing link; happens when addressbook read returns nothing, that may be caused by trying to merge an addressbook-entry with nonexisting customfields array 2011-01-06 14:15:41 +00:00
b275b34c74 fixed corrupted non-ascii chars in deleted message 2011-01-06 05:00:26 +00:00
a69f61a9dd 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:10:20 +00:00
fb7b06b692 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 22:54:31 +00:00
6687a41576 * 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:28:29 +00:00
8032a5155e * felamimail/infolog: fix for stripping too much text when strip_tags stumbles over assumed broken tags; happens sometimes, when converting a text-only mail to infolog and the mail has stuff like: <1 USD/p 2011-01-05 11:36:04 +00:00
ee0b4722b4 * dont give sql error in gathering statistic data, if table does not exists (eg. Gallery is not installed) 2011-01-05 08:33:49 +00:00
a7654640c4 - moved ctag generation to addressbook_bo
- include deleted contacts in ctag generation, as otherwise deleting entries does NOT change ctag
2011-01-05 05:26:32 +00:00
907cb1aaa4 * 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:36:12 +00:00
14d46cea5a * Calendar: invite rights, should NOT implicate a freebusy rights (users with invite rights could see freebusy times of other users) 2011-01-04 19:30:57 +00:00
8865ecbe35 Make the type icon in the definition list clickable, it will 'run' that definition 2011-01-03 16:53:27 +00:00
14ff63ea0f Confirm before deleting multiple files 2010-12-20 23:24:49 +00:00
b4a3be38bc Add cal_id to edit dialog and list view like tracker, infolog 2010-12-20 22:58:43 +00:00
4a5a0571f8 Use common::egw_exit() instead of just exit for extra cleanup 2010-12-20 22:48:46 +00:00
30f975494c make NOT the default for cookie auth 2010-12-20 22:03:39 +00:00
aa78a4c93b hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not) 2010-12-20 20:59:14 +00:00
1e88e8dc96 Avoid extra output after file 2010-12-20 15:34:29 +00:00
66e60ff200 Fix SyncML addressbook handling 2010-12-19 22:25:30 +00:00
de8e93cfe9 fixed in handling of 0 as value in checkbox_multiselect (was always selected before) 2010-12-19 21:59:00 +00:00
8a0db95b46 * eMail: allow recognition of multipart/report as mails with attachments 2010-12-17 12:28:24 +00:00
5dee0f6197 Changelog for 10.1.20101216 2010-12-16 15:28:46 +00:00
79cb6b8eee * CSV Export: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 15:11:25 +00:00
c05b748bc0 * ImportExport: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 14:50:29 +00:00
b6e61ce94f Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:11:02 +00:00
68ecf2c7fb Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-15 23:10:08 +00:00