62a559e498
fix retrieval of attachments for display of attachment-list in display-popup plus indicator for attachments in message list (including preview)
2014-02-13 12:59:43 +00:00
8d48058f22
historylog need to use $this->id as namespace for sel_options to NOT overwrite regular sel_options, fixes addressbook-selection in addressbook.edit contains all users instead of only ones user has rights for
2014-02-13 12:50:29 +00:00
241db52e18
Add some more actions to mail display toolbar
2014-02-13 11:30:05 +00:00
23b8fa0dc8
Show mail Display toolbar actions as dropdown, for those actions which has children
2014-02-13 11:07:43 +00:00
5151217b61
Fix error, "description is not supported by this widget class" in mail subscription popup
2014-02-13 11:05:00 +00:00
80d74f863e
fixed typo in adding classes causing image to be lost and cleaned up adding of classes
2014-02-13 11:00:29 +00:00
a33ca94d27
Style header and footer of mail ACL dialog
2014-02-13 10:52:29 +00:00
1529a14db7
Add another attribute to toolbar, called flat_list, in order to define wheter show actions with children as button or dropdown
2014-02-13 10:40:39 +00:00
8525d55080
fixed phone popup (opening on [More...]) does not show always shown numbers (work, cell, home, fax) and if they are prefered, also changes made to them get not propagated back
2014-02-13 10:06:18 +00:00
8d86f8496b
fixed radiobutton not (always) returning correct value plus fixing ide warnings
2014-02-13 09:50:49 +00:00
e84d243b5d
Fix "Cc" and "Bcc" expander button
2014-02-13 08:16:14 +00:00
09272770a9
Avoid error if server sends numeric ID by checking type
2014-02-13 00:36:36 +00:00
96e44c018f
Fix bug where loss of focus from clicking on a button did not trigger blur in time.
...
Fixes typing an email address & clicking send does not enter address into to field
2014-02-12 23:32:56 +00:00
614736e4e3
Handle lost bar position by reverting to 50%, same as too close to edge
2014-02-12 22:51:55 +00:00
f0d7751496
removed caret from group favorites, fixed prefered favorite was not show correct initialy nor updated
2014-02-12 21:51:25 +00:00
6dfc3ef819
Add Stylite's file a file dialog to menu, if available
2014-02-12 21:46:27 +00:00
153c4b7e8d
Fix lost focus, and remove unneeded stuff
2014-02-12 21:25:59 +00:00
1134c6a4b9
Fix deleting first row not working properly
2014-02-12 21:25:24 +00:00
4a7c0204a0
fixed just added favorite can NOT be used as default for dropdown button (gave alert "No default set")
2014-02-12 20:55:10 +00:00
0ea2df92d8
fixed some javascript errors and ide warnings (long way to go)
2014-02-12 20:12:59 +00:00
fbaa1ecdc2
when renaming a tree node, need to change id in action object and action object interface, when deleting we need to delete whole object not just id of interface (splice renumbers array, while delete sets deleted item to undefined!)
2014-02-12 20:12:02 +00:00
082f3242ee
fix Syntax error while parsing "You can use $$start$$ for the above start date and $$end$$ for the end date." at 13, expected variable identifier and fixed IDE warnings
2014-02-12 19:32:34 +00:00
75316761b2
added FF name
2014-02-12 18:40:01 +00:00
9ca2ec2329
Silence error log
2014-02-12 18:35:04 +00:00
b8938e66ff
Somehow calendar sidebox does not exist when normal initialization happens, so re-initialize it (again) here.
2014-02-12 17:36:20 +00:00
1ca01da9b0
Fix missing group ID when deleting group favorites, fixes unable to delete group favorites
2014-02-12 17:33:22 +00:00
17b8bfcc95
fixed javascript error "max is undefined"
2014-02-12 16:36:51 +00:00
dfb1be231d
Fix TypeError: Cannot read property 'view' of undefined when clicking on some calendar favorites
2014-02-12 16:17:58 +00:00
d68349fa1b
pixelegg changes until now
2014-02-12 15:50:24 +00:00
197b999d35
adding a css class for cancel, delete or yes/no buttons to "old" etemplate
2014-02-12 15:36:47 +00:00
4f2cc1456e
adding a css class for cancel, delete or yes/no buttons and default background images
2014-02-12 15:18:18 +00:00
375854327d
adding a css class for cancel, delete or yes/no buttons
2014-02-12 15:17:54 +00:00
9debaa7804
translations from our translation server
2014-02-12 14:58:34 +00:00
a11c1ba439
translations from our translation server
2014-02-12 13:20:17 +00:00
9da0b4c9e2
harden CheckFolderNoSelect to ensure that we are ablen to enter tree context
2014-02-12 13:10:04 +00:00
6d23dfbd31
take care that calendar lang is loaded before opening calendar_uiforms.meeting
2014-02-12 12:05:22 +00:00
874b4b594f
Fix warning "Argument #1 is not an array" in calendar conflict
2014-02-12 11:59:32 +00:00
22b66c9e3d
fix javascript error when clicking on a group favorite (state.state is undefined)
2014-02-12 11:23:04 +00:00
7c02cd3cd4
explicitly loading addressbook css for CRM view and moved loading of infolog javascript to its hook
2014-02-12 11:07:33 +00:00
934650c64a
fix a problem regarding the deletion from messages from display-popup; handle glitch of name used for downloading attachments
2014-02-12 10:56:44 +00:00
3ec6ffe264
deal with situation that storage quota on html5 localstorage is exceeded:
...
- browser/user can limit quota, we then get an exception which must NOT stall EGroupware!
- we set a smaller MAX_LOGS of 200 instead of current 1000
- if currently more log items stored OR if exception.name=="QuotaExceededError" we clear whole log (trying to clear old limit of 1000 messages)
2014-02-12 10:38:39 +00:00
e9a3d69e46
Fix calendar ignore conflict when the conflict is not from resources
2014-02-12 10:26:34 +00:00
384756ff71
explicitly allow svg for logo in navbar
2014-02-12 08:34:33 +00:00
af0876708f
reverting fix deprecated warning returnValue use preventDefault() in jquery
2014-02-12 08:17:47 +00:00
0a5001ea11
explicitly allow svg for logo in login screen
2014-02-12 08:14:07 +00:00
85e844fd9b
fix deprecated warning returnValue use preventDefault()
2014-02-12 08:10:58 +00:00
f99ae4af0d
pixelegg changes from Tuesday
2014-02-12 08:10:11 +00:00
55a7d7352e
Don't preserve message, fixes confusion if it shows again.
2014-02-11 23:18:24 +00:00
eb8ea32d97
Change loading order so tab widget is in DOM before loading children. Matches other widgets, and avoids errors in CKEditor which needs the DOMNode to be in the tree.
2014-02-11 22:44:06 +00:00
5450085a54
Avoid error if value sent was not a string. Warning is also sent to console by framework, but this prevents errors.
2014-02-11 22:40:58 +00:00