Commit Graph

17203 Commits

Author SHA1 Message Date
Klaus Leithoff
f4c8c61719 attempt to fix egroupware.org Bug#2832, invalid emailaddress when emailaddress (personal part) contains double quotes 2011-02-08 13:20:34 +00:00
Klaus Leithoff
161e29bb0f improve of messageuid detection, when appending messages, as sometimes (when server only replies OK/True on appending Messages to a mailbox) you cannot trust the nextuid iformation by folderstatus (at least not with dbmail) 2011-02-07 16:17:08 +00:00
Ralf Becker
2105bb4d2d * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:05:05 +00:00
Klaus Leithoff
4b257aedb3 quieten warning when no participants in function remove_no_acl_invite 2011-02-01 14:31:07 +00:00
Klaus Leithoff
155c6b1b2c * eMail: feature regarding the forward of selected messages (composeAsForward): to be able to choose in preferences if you want to be asked about the forwarding of selected messages 2011-01-27 13:12:28 +00:00
Klaus Leithoff
87297198c0 * eMail: check before signaling that mail has an attachment, even for multipart/mixed 2011-01-27 13:00:43 +00:00
Andreas Stöckel
bfd0871d18 Ported revisions 33494-33496 from trunk to 10.1 (egw.stylite bug 8295) 2011-01-27 09:29:52 +00:00
Klaus Leithoff
dbdb0c092e * eMail: preview now requires user action (click on) 2011-01-26 12:47:09 +00:00
Klaus Leithoff
70ef2448c9 * calendar: PANAMA holidays provided by rafael chacon 2011-01-26 10:44:57 +00:00
Klaus Leithoff
27726a377a * calendar: PANAMA holidays provided by rafael chacon 2011-01-26 10:39:47 +00:00
Nathan Gray
52cf37600d Add importexport links to sidebox 2011-01-26 01:04:31 +00:00
Nathan Gray
a62484d106 If there's only one export definition, select it by default 2011-01-26 01:00:41 +00:00
Nathan Gray
4759228faf Move old definitions to setup dir, remove importexport subdirectory 2011-01-26 00:33:11 +00:00
Nathan Gray
ba485f1338 Look in setup directory for pre-defined definitions, importexport sub-directory is no longer used. 2011-01-26 00:28:14 +00:00
Nathan Gray
e2baa8ab1d Add default import/export definitions 2011-01-26 00:12:19 +00:00
Nathan Gray
74ac5210d0 Add basic import support to timesheet 2011-01-25 23:55:57 +00:00
Nathan Gray
cd817bf4ed Allow a key 'no_add' to turn off the ability to add a new [sub]type. If no add and no delete, the whole first line will be hidden. 2011-01-25 20:32:38 +00:00
Nathan Gray
90308f177c Changes to work with registration rewrite 2011-01-25 17:30:47 +00:00
Nathan Gray
c84ec5752e Fix escaping of double quotes 2011-01-24 16:45:46 +00:00
Nathan Gray
939052437d Fix escaping of double quotes 2011-01-24 16:43:15 +00:00
Christian Binder
b6b7e7bd84 moved erole widget from global class to app-specific class 2011-01-22 17:02:31 +00:00
Ralf Becker
d984898f0a Changelog for 10.1.20110121 2011-01-21 05:22:07 +00:00
Ralf Becker
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
Ralf Becker
3afe73c701 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:17:06 +00:00
Andreas Stöckel
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
Andreas Stöckel
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
Klaus Leithoff
d46605ecf7 check if customfields exists before attempting to merge 2011-01-20 16:45:12 +00:00
Klaus Leithoff
d78217a089 check if customfields exists before attempting to merge 2011-01-20 16:41:51 +00:00
Andreas Stöckel
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
Andreas Stöckel
0f0e57f398 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:11:47 +00:00
Klaus Leithoff
e2b2417170 Changelog for 10.1.20110120 2011-01-20 12:42:04 +00:00
Klaus Leithoff
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
Klaus Leithoff
1abcbb12fc * 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:24:34 +00:00
Christian Binder
0670e247e9 changed retrieving of pm_id and pe_id to etemplate_request::read() (thanks Ralf) - added tiny method to check for global eroles - prevent displaying global eroles in etemplate editor 2011-01-19 16:36:13 +00:00
Nathan Gray
345542b2ab Add 'No country selected' option to index filter to help find contacts with no country selected 2011-01-18 15:57:35 +00:00
Nathan Gray
5301af7a82 Use custom label as label, if it's not just a number 2011-01-18 15:55:42 +00:00
Klaus Leithoff
ded25865e3 Changelog for 10.1.20110117 2011-01-17 11:48:03 +00:00
Klaus Leithoff
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
Klaus Leithoff
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
Klaus Leithoff
ec0550eafa * eMail: not filtering own(ed) emailaddresses out of drafts while reopening them for continued processing 2011-01-17 09:18:24 +00:00
Klaus Leithoff
e637658966 * addressbook: postgres compatibility for distributionlists 2011-01-14 13:00:34 +00:00
Klaus Leithoff
93a07c2ff4 * addressbook: postgres compatibility for distributionlists 2011-01-14 12:58:46 +00:00
Klaus Leithoff
f68e92afd8 * addressbook: check if typefilter is valid (type available), if not remove it 2011-01-14 12:03:21 +00:00
Klaus Leithoff
fa065bb3c9 * addressbook: check if typefilter is valid (type available), if not remove it 2011-01-14 12:01:58 +00:00
Klaus Leithoff
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
Klaus Leithoff
9f45bea953 * adressbook: fix for Stylite Tracker bug#1152; Links for Addressbook where not shown anymore 2011-01-13 12:14:38 +00:00
Klaus Leithoff
fc6a432ce7 * adressbook: fix for Stylite Tracker bug#1152; Links for Addressbook where not shown anymore 2011-01-13 12:09:06 +00:00
Klaus Leithoff
85ec9e5a53 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:57:20 +00:00
Klaus Leithoff
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
Nathan Gray
9c59ef7d0a Escape double quotes 2011-01-12 17:40:59 +00:00