Nathan Gray
|
9419fec5c6
|
Forgotten config template
|
2012-12-18 15:31:09 +00:00 |
|
Klaus Leithoff
|
8ad8f4f155
|
* eMail/Sieve: fix bug regarding the failed login to SIEVE on userDefined-Accounts
|
2012-12-18 12:29:23 +00:00 |
|
Nathan Gray
|
2f2ad58e98
|
Implement 'No notifications' flag when importing iCal
|
2012-12-17 23:56:56 +00:00 |
|
Nathan Gray
|
a0738bd2f4
|
Add a global signature to change messages. Set it in notifications site configuration.
|
2012-12-17 23:18:28 +00:00 |
|
Nathan Gray
|
a3513a9797
|
Add history logging & delete protection
|
2012-12-17 22:14:32 +00:00 |
|
Nathan Gray
|
72b30aaf93
|
Add accessory_of field to import/export & update import plugin
|
2012-12-17 19:03:10 +00:00 |
|
Nathan Gray
|
0791bbb9f1
|
Implement importing fields that are primary keys/links to a record in another app
|
2012-12-17 18:50:03 +00:00 |
|
Nathan Gray
|
ca3bb185ad
|
Use checkbox list for fields to update / fields to copy, add a button to toggle all
|
2012-12-17 16:31:56 +00:00 |
|
Klaus Leithoff
|
ff16579e5d
|
* email: allow cid as overall url schema; handle background url in htmLawed, as background is not allowed except for body, but commonly used with other tags (e.g. in td); control schema for background in hook_tag
|
2012-12-17 15:09:14 +00:00 |
|
Klaus Leithoff
|
5d8531f66f
|
adapt comment
|
2012-12-17 14:44:18 +00:00 |
|
Klaus Leithoff
|
7756258aa7
|
* eMail: allow to retrieve and show inline background images
|
2012-12-17 14:40:52 +00:00 |
|
Klaus Leithoff
|
a210fbc3c7
|
* email: allow cid as overall url schema; handle background url in htmLawed, as background is not allowed except for body, but commonly used with other tags (e.g. in td); control schema for background in hook_tag
|
2012-12-17 14:39:00 +00:00 |
|
Klaus Leithoff
|
14f97b2b4a
|
* eMail: absent-notice via timed sieve; if using timed sieve and 6933start_date6933 and/or 6933end_date6933 and common dateformat could not be retrieved as runtime, replacement resulted in a empty string, causing the intended from/to information to be lost
|
2012-12-17 08:45:08 +00:00 |
|
Klaus Leithoff
|
590df29839
|
* email: fix bug regarding the failed fetch of user defined identities; (as identities have not been fetched unless user defined accounts right was granted);
|
2012-12-14 12:19:47 +00:00 |
|
Klaus Leithoff
|
bd7bcb3796
|
* Password: when using accounts stored in sql, and smtp is of emailadmin_smtp_sql (server must support this, and must be implemented that way) we do change passwords for mailaccounts as well, even the account is stored in sql, as the egroupware database is auth base for the mailserver
|
2012-12-13 16:53:48 +00:00 |
|
Klaus Leithoff
|
666f4f0162
|
* Password: when using accounts stored in sql, and smtp is of emailadmin_smtp_sql (server must support this, and must be implemented that way) we do change passwords for mailaccounts as well, even the account is stored in sql, as the egroupware database is auth base for the mailserver
|
2012-12-13 16:52:29 +00:00 |
|
Klaus Leithoff
|
3367609f45
|
add missing functions; used when outputbuffering is active; may not be complete; as we never use InitResponseArray
|
2012-12-13 16:32:02 +00:00 |
|
Klaus Leithoff
|
ee4ceba548
|
* eMailAdministration: if account is forward only; do not query IMAP Server for Quota; as there is no real mailbox
|
2012-12-13 11:00:41 +00:00 |
|
Nathan Gray
|
6c03b0ec39
|
Try to avoid conflicts between framework's egw_appWindow() & jsapi's egw_appWindow()
|
2012-12-12 19:45:27 +00:00 |
|
Nathan Gray
|
82ef388640
|
Update resources app
|
2012-12-12 16:57:18 +00:00 |
|
Nathan Gray
|
39057e7900
|
Allow to specify app in egw::link() pseudo function
|
2012-12-12 16:57:00 +00:00 |
|
Klaus Leithoff
|
9fd220db83
|
* Calendar/eSync: performance optimization: we only want to fetch the owners events, where he is a participant to, as we assume, events feature the user as the organizer only, are of no use in a users calendar on a mobile device
|
2012-12-12 13:34:18 +00:00 |
|
Klaus Leithoff
|
4aae715fd7
|
* Calendar/eSync: performance optimization: we only want to fetch the owners events, where he is a participant to, as we assume, events feature the user as the organizer only, are of no use in a users calendar on a mobile device
|
2012-12-12 13:33:41 +00:00 |
|
Klaus Leithoff
|
1a56b1516c
|
* Calendar: fix for problem with moving alarms on series when next occurrence is an exception in the way that it is deleted for that time; we use a different method to read the next occurrence of a series now; (as old method also fetched deleted exceptions as next occurrence)
|
2012-12-12 13:29:03 +00:00 |
|
Klaus Leithoff
|
a0656be9e6
|
Changelog for 11.1.20121212
|
2012-12-12 12:56:15 +00:00 |
|
Klaus Leithoff
|
43c555a66e
|
remove CR from start and end of lang string line read from file, as it breaks stuff e.g. in eMail module
|
2012-12-12 10:19:06 +00:00 |
|
Klaus Leithoff
|
c3d2170518
|
remove CR from start and end of lang string line read from file, as it breaks stuff e.g. in eMail module
|
2012-12-12 10:18:40 +00:00 |
|
Klaus Leithoff
|
11fb8b40dd
|
* API/Translation: fix bug with missing german umlauts as first letter of words; ( as php5.3.3 with squeeze does not support splitting lines with fgetcsv while reading properly if the first letter after the delimiter is a german umlaut (UTF8 representation thereoff))
|
2012-12-12 09:44:12 +00:00 |
|
Klaus Leithoff
|
36bc7871c1
|
* API/Translation: fix bug with missing german umlauts as first letter of words; ( as php5.3.3 with squeeze does not support splitting lines with fgetcsv while reading properly if the first letter after the delimiter is a german umlaut (UTF8 representation thereoff))
|
2012-12-12 09:42:56 +00:00 |
|
Ralf Becker
|
213fc4291c
|
fixes from Stefan Werfling for older php versions, where ENT_XML1 is not defined
|
2012-12-12 03:25:12 +00:00 |
|
Nathan Gray
|
64c653f253
|
Remove selected accessories from checked list when deleting resource. Deleting the resource deletes all accessories, and gives an error if we try to delete it after that
|
2012-12-12 00:28:54 +00:00 |
|
Nathan Gray
|
f00bee861f
|
Give multiselect boxes full width
|
2012-12-11 17:50:22 +00:00 |
|
Nathan Gray
|
c067e2ccb7
|
Do the check in a way that matches correctly for all
|
2012-12-11 15:31:35 +00:00 |
|
Nathan Gray
|
cf5269f6d1
|
Check for empty user font preference span, and remove it so empty checks still work
|
2012-12-10 23:10:58 +00:00 |
|
Klaus Leithoff
|
f94e480b8a
|
missing translations
|
2012-12-10 16:56:16 +00:00 |
|
Klaus Leithoff
|
e29cd447ab
|
missing translations
|
2012-12-10 16:53:19 +00:00 |
|
Nathan Gray
|
340fec0611
|
- Remove debug
- Change font in results to match selected option and other selectboxes
|
2012-12-10 16:16:58 +00:00 |
|
Klaus Leithoff
|
0886b77a3c
|
* eMail/async vacation; if failed by exception or returnvalue is false, reschedule
|
2012-12-10 16:12:49 +00:00 |
|
Nathan Gray
|
f3f2f4d9ab
|
Clear checked array before adding all resources - duplicates cause errors
|
2012-12-10 15:44:30 +00:00 |
|
Ralf Becker
|
3e3dda8149
|
* Java notifier app from Stefan Werfling, added translation and egw-configuration on download
|
2012-12-09 05:56:42 +00:00 |
|
Klaus Leithoff
|
67425171f5
|
preserve ACL Edit Active State on FolderChange
|
2012-12-07 15:01:25 +00:00 |
|
Klaus Leithoff
|
0be74c9b87
|
different method to read the next occourrence of a series; (as old method also fetched deleted exeptions as next occurrence)
|
2012-12-07 14:10:51 +00:00 |
|
Nathan Gray
|
9fc51055cd
|
Use common rte preference
|
2012-12-06 17:14:18 +00:00 |
|
Klaus Leithoff
|
cb3e3d176b
|
* Calendar: fix for missing 6933to-firstname6933 and 6933to-lastname6933 replacements
|
2012-12-06 12:02:11 +00:00 |
|
Klaus Leithoff
|
83981b9cad
|
* Calendar: fix for missing 2568to-firstname2568 and 2568to-lastname2568 replacements
|
2012-12-06 12:01:05 +00:00 |
|
Nathan Gray
|
cbb88e22cb
|
Remove other places trying to set default ckEditor toolbar mode - using common preference
|
2012-12-05 20:22:13 +00:00 |
|
Nathan Gray
|
85c15e42fd
|
Use preference for ckEditor features by default
|
2012-12-05 19:58:37 +00:00 |
|
Nathan Gray
|
b67e2533b7
|
Fix missing bold on 'Features of the editor'
|
2012-12-05 19:36:03 +00:00 |
|
Nathan Gray
|
d14337da40
|
- Always use chosen for calendar resource select
- Change sidebox/context add resource to always add a resource, never an accessory
- Fix link to calendar (planner) to open in calendar app/tab
|
2012-12-05 19:25:32 +00:00 |
|
Nathan Gray
|
661572206c
|
Allow to specify app in egw::link() pseudo function
|
2012-12-05 18:16:42 +00:00 |
|