Nathan Gray
|
43459e53a5
|
Fix sub-categories not included when exporting search results
|
2015-09-04 18:58:48 +00:00 |
|
Nathan Gray
|
1b20e4aa7c
|
Stop admin tree from jumping back to the top when you click some links
|
2015-09-04 18:37:17 +00:00 |
|
Ralf Becker
|
de66a0a10e
|
fix issue pointed out by Andrew McNicol
|
2015-09-03 16:21:34 +00:00 |
|
Nathan Gray
|
6e973a0804
|
Fix etemplate request getting destroyed even though attribute changed
|
2015-09-03 14:58:26 +00:00 |
|
Ralf Becker
|
f78d61de3d
|
give an error message "%1 does NOT have a password (userPassword attribute) or we are not allowed to read it!", if LDAP does not allow us to read passwords
|
2015-09-03 09:02:59 +00:00 |
|
Ralf Becker
|
ea5d2cf00d
|
values for depth are 0, 1, "infinit" or not set which has to be interpreted as "infinit"
|
2015-09-03 06:54:31 +00:00 |
|
Nathan Gray
|
26623dac40
|
Fix opening linked directories gave error instead of opening in filemanager
|
2015-09-02 20:13:51 +00:00 |
|
Ralf Becker
|
f664d58032
|
do not show warning of force Depth: 0, if depth is already 0
|
2015-09-02 13:39:03 +00:00 |
|
Ralf Becker
|
88293f3e72
|
* All apps: fix broken group-favorites
|
2015-09-02 13:10:19 +00:00 |
|
Hadi Nategh
|
1563f9d43a
|
* Mail/preferences: Add Preview Pane option into mail preferences in order to be able to show/hide mail preview pane (split panel)
|
2015-09-02 13:00:35 +00:00 |
|
Ralf Becker
|
beeaf21521
|
Update timezones always reports nothing to update, as automatic called init_static() already done the update
|
2015-09-02 12:46:46 +00:00 |
|
Ralf Becker
|
a0c153f066
|
* Calendar/CalDAV: update timezones to 2015e from Thunderbird zones.json
from https://hg.mozilla.org/comm-central/raw-file/tip/calendar/timezones/zones.json
removes dependency to PHP sqlight extension
|
2015-09-02 12:08:08 +00:00 |
|
Ralf Becker
|
230bc4efb2
|
* Calendar/CalDAV: update timezones to 2015e from Thunderbird zones.json
from https://hg.mozilla.org/comm-central/raw-file/tip/calendar/timezones/zones.json
removes dependency to PHP sqlight extension
|
2015-09-02 12:07:14 +00:00 |
|
Hadi Nategh
|
a44e9a6f9e
|
* Mail/preferences: Add Preview Pane option into mail preferences in order to be able to show/hide mail preview pane (split panel)
|
2015-09-02 09:31:47 +00:00 |
|
Ralf Becker
|
c6395a1f5a
|
fix not working setup/setup-cli.php --setup-cmd-ldap <domain>,<config-user>,<config-pw> sub_command=passwords_to_sql
|
2015-09-01 18:46:26 +00:00 |
|
Ralf Becker
|
328712af0d
|
fix not working setup/setup-cli.php --setup-cmd-ldap <domain>,<config-user>,<config-pw> sub_command=passwords_to_sql
|
2015-09-01 18:46:07 +00:00 |
|
Hadi Nategh
|
50643b6716
|
Mailvelope backup/restore integration WIP:
- Add initial backup
- Add restore backup
|
2015-09-01 17:07:42 +00:00 |
|
Ralf Becker
|
a26e86ee1e
|
Change egw_addressbook.contact_pubkey to 16k as an ascii-armored 4096 bit PGP key is ~12k
|
2015-09-01 13:44:21 +00:00 |
|
Hadi Nategh
|
187406187b
|
Fix mail's send button does not work in some occasions:
- CKEditor has its own submit handler which was making conflict with our autocomplete submit
|
2015-09-01 13:38:22 +00:00 |
|
Hadi Nategh
|
15a8df624c
|
Fix mail's send button does not work in some occasions:
- CKEditor has its own submit handler which was making conflict with our autocomplete submit
|
2015-09-01 12:05:40 +00:00 |
|
Ralf Becker
|
a9f7fbc31d
|
fix for Univention removing quotes in /etc/lsb-release http://errata.univention.de/ucs/4.0/286.html
|
2015-09-01 11:10:17 +00:00 |
|
Ralf Becker
|
b0039949af
|
fix for Univention removing quotes in /etc/lsb-release http://errata.univention.de/ucs/4.0/286.html
|
2015-09-01 11:09:41 +00:00 |
|
Nathan Gray
|
ed39c529da
|
Fix vfsUpload widget did not display its value
|
2015-08-31 22:32:50 +00:00 |
|
Nathan Gray
|
16e4ad1078
|
Fix etemplate request getting destroyed even though attribute changed
|
2015-08-31 17:12:48 +00:00 |
|
Hadi Nategh
|
d721de7ee9
|
Mailvelope backup/restore integration WIP:
- Add PGP Encryption menu into sidebox of mail and infolog
- Create Backup/Restore operation dialog
|
2015-08-31 16:40:33 +00:00 |
|
Ralf Becker
|
1f099b9d81
|
setting index url from setup containing ajax=true
|
2015-08-31 15:50:10 +00:00 |
|
Ralf Becker
|
284ffa7f13
|
IE JSON-serializes arrays passed in from different window contextx (eg. popups) as objects (it looses object-type of array), causing them to be JSON serialized as objects and loosing parameters which are undefined
JSON.strigify([123,undefined]) --> "{0:123}" instead of "[123,null]"
|
2015-08-31 12:21:11 +00:00 |
|
Ralf Becker
|
38d7f53a16
|
IE JSON-serializes arrays passed in from different window contextx (eg. popups) as objects (it looses object-type of array), causing them to be JSON serialized as objects and loosing parameters which are undefined
JSON.strigify([123,undefined]) --> "{0:123}" instead of "[123,null]"
|
2015-08-31 12:19:56 +00:00 |
|
Ralf Becker
|
a96d7d50be
|
silence permanent error_log
|
2015-08-31 12:02:01 +00:00 |
|
Ralf Becker
|
251bc40954
|
silence permanent error_log
|
2015-08-31 11:58:45 +00:00 |
|
Ralf Becker
|
49873b317a
|
only unlock, if we have a lock(-token)
|
2015-08-31 10:49:58 +00:00 |
|
Ralf Becker
|
1b8194a8d3
|
only unlock, if we have a lock(-token)
|
2015-08-31 10:49:17 +00:00 |
|
Hadi Nategh
|
5a8bc26f2d
|
Mailvelope backup/restore integration WIP
|
2015-08-27 17:38:18 +00:00 |
|
Hadi Nategh
|
ea114fe1b7
|
Fix mail integration vfs attachments not working for infolog, tracker and calendar
|
2015-08-27 13:05:19 +00:00 |
|
Ralf Becker
|
188e31c9c1
|
not working database gave a database error instead of instructions how to create the database
|
2015-08-27 12:30:16 +00:00 |
|
Ralf Becker
|
6231e7e43b
|
not working database gave a database error instead of instructions how to create the database
|
2015-08-27 12:29:49 +00:00 |
|
Ralf Becker
|
263a5f5f2c
|
* Calendar: fix not working "no filter" favorite
|
2015-08-27 12:03:29 +00:00 |
|
Ralf Becker
|
b55fcedaca
|
fixing r53501: group-favorite has escaped name visible after reload
|
2015-08-27 11:51:09 +00:00 |
|
Ralf Becker
|
cb58e015ac
|
fixing r53501: group-favorite has escaped name visible after reload
|
2015-08-27 11:40:18 +00:00 |
|
Ralf Becker
|
dc09db26fa
|
* All apps: some favorites could not be deleted (reappeared after reload/next login)
|
2015-08-27 11:33:07 +00:00 |
|
Ralf Becker
|
4615c6c3db
|
* All apps: some favorites could not be deleted (reappeared after reload/next login)
|
2015-08-27 11:31:31 +00:00 |
|
Hadi Nategh
|
7a57615e38
|
Fix mail integration vfs attachments not working for infolog, tracker and calendar
|
2015-08-27 10:12:55 +00:00 |
|
Ralf Becker
|
e93962c85e
|
if pdf-thumbnail-creation is not available, generate a single scaled-down pdf-icon and backported other thumbnail stuff from trunk
|
2015-08-27 09:32:06 +00:00 |
|
Ralf Becker
|
fb147edad5
|
if pdf-thumbnail-creation is not available, generate a single scaled-down pdf-icon
|
2015-08-27 09:30:20 +00:00 |
|
Ralf Becker
|
5df88334bc
|
* Calendar: fixed SQL error in list-view
|
2015-08-27 08:23:46 +00:00 |
|
Ralf Becker
|
3a309cee11
|
* Calendar: fixed SQL error in list-view
|
2015-08-27 08:22:46 +00:00 |
|
Nathan Gray
|
509d47bbce
|
Fix opening linked directories gave error instead of opening in filemanager
|
2015-08-26 17:08:37 +00:00 |
|
Ralf Becker
|
d5e8935dd2
|
copy 14.3 changelog to trunk to satisfy update checker
|
2015-08-26 16:46:18 +00:00 |
|
Ralf Becker
|
36c5d92fac
|
* CardDAV/Addressbook: fixed not working adding or update of photo
|
2015-08-26 16:39:10 +00:00 |
|
Ralf Becker
|
c4d554149a
|
* CardDAV/Addressbook: fixed not working adding or update of photo
|
2015-08-26 16:38:43 +00:00 |
|