Nathan Gray
|
0af573a3e1
|
Stop setting value.ignore flag in nm headers, it was changing it for all subsequent selectboxes, and doesn't appear needed anymore.
Fixes selectboxes in left/right headers missing values.
|
2014-02-05 16:33:49 +00:00 |
|
Ralf Becker
|
1b9c5d1363
|
display configuration with et2 like [save] [apply] [cancel] buttons, incl. old eTemplate apps
|
2014-02-05 16:25:35 +00:00 |
|
Hadi Nategh
|
37c6013619
|
Set view_range for toolbar in mail display popup, and set the actions from the client-side
|
2014-02-05 16:17:37 +00:00 |
|
Hadi Nategh
|
d78bd208cb
|
Add "view_range" to toolbar widget in order to set range of maximum number of actions which would be displayed by icons and caption, out of range only icons. Additionally, reset the preference to default if all actions dragged out of list
|
2014-02-05 16:04:58 +00:00 |
|
Ralf Becker
|
6e79741c8f
|
using capital REQUEST in method parameter
|
2014-02-05 15:15:00 +00:00 |
|
Ralf Becker
|
3778191a20
|
fixed add event was opened in to big popup when clicking on calendar background, using not egw.open(...,"add") for it
|
2014-02-05 14:32:15 +00:00 |
|
Klaus Leithoff
|
ae96c5333c
|
resolve/work around problem of displaying account info in javasript triggered messages (brackets for emailaddresses) that use the nodes text
|
2014-02-05 13:02:51 +00:00 |
|
Ralf Becker
|
92701be185
|
setting foldernames now as text and (optional) style
|
2014-02-05 12:23:04 +00:00 |
|
Ralf Becker
|
8e35567e6a
|
some more layout fixes for calendar-edit
|
2014-02-05 11:14:44 +00:00 |
|
Ralf Becker
|
4c2e29f960
|
more styling of calendar edit
|
2014-02-05 10:04:13 +00:00 |
|
Klaus Leithoff
|
c36ee4c041
|
resolve/work around problem of displaying account info in tree (brackets for emailaddresses) and further use/display in app.js
|
2014-02-05 09:49:24 +00:00 |
|
Ralf Becker
|
216be238c7
|
putting buttons in a hbox below grid, move "Do not notify" to other checkboxes in general tab and only show describtion textarea in that tab
|
2014-02-05 09:38:40 +00:00 |
|
Klaus Leithoff
|
0c35d75565
|
fix warning in getMessageRawBody
|
2014-02-05 09:24:46 +00:00 |
|
Klaus Leithoff
|
d8a28da9d3
|
use different approach on mailboxExists; try to open, on failure return false, else true; as the listMailbox command does not return shared folders on first level for dovecot (dovecot bug)
|
2014-02-05 09:14:05 +00:00 |
|
Ralf Becker
|
c0c6775e0a
|
added htmlencoding to tree widget and static PHP method to quote and send JSON data
|
2014-02-05 08:54:36 +00:00 |
|
Klaus Leithoff
|
443f8d7507
|
fix for warning Missing argument 2 for egw::redirect()
|
2014-02-05 07:56:09 +00:00 |
|
Ralf Becker
|
e2ee7e49b5
|
pixelegg changes from Tuesday
|
2014-02-05 07:44:01 +00:00 |
|
Klaus Leithoff
|
3539f98176
|
add missing second param for imap_rfc822_parse_adrlist
|
2014-02-04 15:53:48 +00:00 |
|
Ralf Becker
|
ed29d35d8b
|
remove old csv import
|
2014-02-04 13:54:09 +00:00 |
|
Ralf Becker
|
eaf5d3d39b
|
reverted accidently commited changes in infolog
|
2014-02-04 13:52:12 +00:00 |
|
Ralf Becker
|
84d20661c2
|
fixed problem reported by Pedro Ribeiro
|
2014-02-04 13:50:23 +00:00 |
|
Klaus Leithoff
|
247a7f824a
|
try to handle not found image by cid
|
2014-02-04 13:37:26 +00:00 |
|
Hadi Nategh
|
2cce4c30c2
|
Add right class for mail Display header to be able expandable. Need to be applied in pixelegg template too
|
2014-02-04 12:53:58 +00:00 |
|
Hadi Nategh
|
4cce431c6f
|
Change mail display layout, and apply click on expand for url-email instead of tagist. Additionally, build an extra function for url-email expand on click
|
2014-02-04 12:51:15 +00:00 |
|
Klaus Leithoff
|
c9da3b7dfd
|
allow browser to cache content on display of messages
|
2014-02-04 12:31:11 +00:00 |
|
Klaus Leithoff
|
7510c00e50
|
switch display of message in popup to load message body in iframe; on message deletion show one message for userinteraction
|
2014-02-04 11:31:13 +00:00 |
|
Ralf Becker
|
470a204f85
|
renamed status icons to name them like corresponding status
|
2014-02-04 10:34:40 +00:00 |
|
Ralf Becker
|
ad464d2824
|
show backtrace in error_log of validation-errors
|
2014-02-04 09:24:17 +00:00 |
|
Ralf Becker
|
85cd466eda
|
preparing to use egroupware with mbstring.func_overload=0 by using mb_(strlen|substr) where necessary and providing an implementation for mb_*, if mbstring is not available
|
2014-02-04 09:23:43 +00:00 |
|
Ralf Becker
|
6fb70805cb
|
same for list users or groups
|
2014-02-04 09:12:43 +00:00 |
|
Ralf Becker
|
141ff78bbc
|
missing quoting in editing users and groups
|
2014-02-04 08:40:42 +00:00 |
|
Ralf Becker
|
3a618c23d9
|
reverted r45509, as it causes an infinit recursion of set_value calling set_select_options calling set_value and so on
|
2014-02-04 08:27:26 +00:00 |
|
Nathan Gray
|
b8b614220e
|
Revert unneeded change from r45352.
Fixes (hopefully) spacer rows staying when fetching more rows.
|
2014-02-03 23:41:22 +00:00 |
|
Nathan Gray
|
f73943ea8d
|
Update actions when changing between contact & org list
|
2014-02-03 20:13:52 +00:00 |
|
Nathan Gray
|
c4a01a3de9
|
Implement set_actions() so they can be updated from server-size assign
|
2014-02-03 20:05:56 +00:00 |
|
Nathan Gray
|
cffa002dde
|
If value is available in init, keep it so it doesn't get cleared by set_select_options()
Fixes missing organization name
|
2014-02-03 20:05:29 +00:00 |
|
Ralf Becker
|
327123a588
|
preparing to use egroupware with mbstring.func_overload=0 by using mb_(strlen|substr) where necessary and providing an implementation for mb_*, if mbstring is not available
|
2014-02-03 19:57:50 +00:00 |
|
Ralf Becker
|
bb3ad1e5c4
|
et2_required class to display textfields as required, but not actually using required attribute, fixes changing infolog type does not update status for new entries
|
2014-02-03 16:50:36 +00:00 |
|
Nathan Gray
|
2eff897d52
|
Make sure this.et2 is there before trying to use it.
Fixes type error when closing un-viewed mail tab.
|
2014-02-03 16:41:10 +00:00 |
|
Nathan Gray
|
f049892993
|
Make sure admin iframe is there before trying to redirect it, fixes error blocking close of unviewed Admin tab
|
2014-02-03 16:27:17 +00:00 |
|
Nathan Gray
|
0c5ed3aefd
|
Log a warning if etemplate can't find a target parent DOM node (by ID) to help track down future missing widgets.
|
2014-02-03 16:22:27 +00:00 |
|
Hadi Nategh
|
64bfb00bd0
|
Fix AB advanced search Extra tab, not showing the privates cf
|
2014-02-03 16:19:49 +00:00 |
|
Nathan Gray
|
d5acb5f888
|
Don't try to refresh a not-fully-initialized nextmatch.
Fixes type error when switching to an open app that was loaded on login.
|
2014-02-03 16:03:32 +00:00 |
|
Ralf Becker
|
124d15800b
|
renamed offer.png to status.png and use it as default image for all status without an explicit image
|
2014-02-03 14:09:06 +00:00 |
|
Ralf Becker
|
332d4e5a42
|
removed gif images for which we have a png image available, as png is now supported by all browsers
|
2014-02-03 14:04:39 +00:00 |
|
Hadi Nategh
|
ae555175aa
|
Hide history tab for AB Advanced search popup
|
2014-02-03 13:32:34 +00:00 |
|
Ralf Becker
|
628070da5e
|
fixed today button in navigation-calendar to stay in current-view und just change to todays date
|
2014-02-03 11:53:19 +00:00 |
|
Klaus Leithoff
|
f13dca4c34
|
fix for send with copy to additional folder
|
2014-02-03 11:29:12 +00:00 |
|
Ralf Becker
|
c2aad7342f
|
fixed not translated tooltip/label
|
2014-02-03 10:15:47 +00:00 |
|
Ralf Becker
|
84b6e72f4b
|
pixelegg changes up until now
|
2014-02-03 10:05:44 +00:00 |
|