Commit Graph

21708 Commits

Author SHA1 Message Date
Nathan Gray
5f403e4ce3 Rather than splitting the available screen, enforce some minimum heights. Prevents overlap on small screens 2013-12-04 20:51:28 +00:00
Nathan Gray
834dbe886b Automatically bound change handler returns true to play nice with other change handlers that might be bound. 2013-12-04 19:52:51 +00:00
Ralf Becker
7d9d146241 re-added probably accidently removed et2_taglist_ro ul css 2013-12-04 18:58:51 +00:00
Nathan Gray
2ba1eec06a Fix Save/Cancel buttons in preferences.
Registry section should be 'list', not 'index'.  Also handle deprecated 'view_list' too.
2013-12-04 18:17:01 +00:00
Nathan Gray
2600b84805 Remove Add link row 2013-12-04 15:49:34 +00:00
Klaus Leithoff
2363efafb2 new translations 2013-12-04 13:56:18 +00:00
Klaus Leithoff
7d1421d47e new lang keys 2013-12-04 13:53:06 +00:00
Klaus Leithoff
68f2605cf4 translations generated/retrieved on translation site: Thank you for your contributions 2013-12-04 10:31:41 +00:00
Hadi Nategh
e1bb2a32d3 Fix missing window_close() in addressbook edit popup-> delete button 2013-12-04 09:58:47 +00:00
Klaus Leithoff
2a7b7d9376 display all Adresses popup 2013-12-04 09:52:59 +00:00
Ralf Becker
144da1e76d pixelegg changes from tuesday 2013-12-04 05:23:51 +00:00
Nathan Gray
698efb3039 Better handling of submitting with passed button to properly process the button ID into the value array. Fixes the case where ID like 'button[delete]', previously wound up in button.button[delete]. 2013-12-04 00:15:50 +00:00
Nathan Gray
7148a1f274 Fix broken tree by removing extra line - was not supposed to be there 2013-12-03 21:37:50 +00:00
Klaus Leithoff
2b5f986a75 first sketch for display all emailadresses popup 2013-12-03 16:46:32 +00:00
Klaus Leithoff
1dd472f567 attempt to fix getMailboxes / getMailboxesRecursive 2013-12-03 14:38:50 +00:00
Ralf Becker
0a23e69fdf pixelegg changes from monday 2013-12-03 07:06:08 +00:00
Nathan Gray
001d3176e1 Fix definition export 2013-12-02 23:31:00 +00:00
Nathan Gray
d58a25bbfc Fix not shown import errors & warnings 2013-12-02 23:26:22 +00:00
Nathan Gray
ab72074036 Fix condition 'Add' button 2013-12-02 22:51:05 +00:00
Nathan Gray
985799c463 Better sizing for definition wizard popup
- Remove pretty graphic
- Size contents relative to window width, so you can re-size & get more space.
2013-12-02 22:47:16 +00:00
Nathan Gray
ec118b0839 Nextmatch export button no longer defaults to on, it must now be explicitly set by the application. 2013-12-02 21:27:55 +00:00
Nathan Gray
4c1c710ba9 Implement display of server-side validation errors 2013-12-02 20:35:32 +00:00
Nathan Gray
03cc1af52f - Add etemplate nextmatch favorites to filemanager
- If user tries to enter '' as path, go home rather than throw an exception
2013-12-02 20:13:17 +00:00
Nathan Gray
7f176d54f1 Add a fallback to the fallback.
If an app doesn't support 'list' link entry, use 'index'
2013-12-02 20:11:47 +00:00
Nathan Gray
96d05992c8 Add some missing tooltips to buttons 2013-12-02 18:30:33 +00:00
Nathan Gray
b3be58d8fc Fix read-only n_fn, so it actually makes it to app code. 2013-12-02 18:14:43 +00:00
Nathan Gray
b4703be700 Add save & cancel buttons, they re-direct to selected app's index 2013-12-02 17:38:15 +00:00
Hadi Nategh
7e2b648590 Make the delete button in mail folder's acl popup window a bit more functional 2013-12-02 17:09:35 +00:00
Nathan Gray
9d929dac60 Switch to use prop() for checked, which works (jQuery version difference) 2013-12-02 17:00:51 +00:00
Nathan Gray
fbbe467a7e Unbind previous click handler before setting a new one, or they get doubled. 2013-12-02 16:24:24 +00:00
Nathan Gray
b87a366481 Make edit dialog Subject input full width (again?) 2013-11-29 21:38:52 +00:00
Nathan Gray
0f5cfe1949 Default to user's preferred size, app can dock if desired. Since they already do... 2013-11-29 21:26:35 +00:00
Nathan Gray
8f4fd55313 Align custom fields to top 2013-11-29 18:04:21 +00:00
Nathan Gray
c97d99d8e9 Fix addressbook edit tab sizing 2013-11-29 18:01:44 +00:00
Nathan Gray
6f15f0aa4c Make popups 10px bigger 2013-11-29 17:42:20 +00:00
Hadi Nategh
e9a7228a95 Fix delete buttons with new dialog in mail ACL popup window 2013-11-29 14:59:34 +00:00
Hadi Nategh
8f45c0e639 Replace old dialog delete dialog with new dialog in addressbook edit popup 2013-11-29 14:52:52 +00:00
Klaus Leithoff
ce226a3197 fix messed up addresses by horde for listview too 2013-11-29 13:29:49 +00:00
Klaus Leithoff
d5eb20e3b2 * Infolog/Notification: when notifying asyncronously , make sure possible customfields are read, as search does not supply these
this results in an additional read per entry and user to be notified, but avoids duplicate rows in search results and the extra effort to check for customfields and their values for async notification only
2013-11-29 12:07:19 +00:00
Ralf Becker
defe24b7c0 fixed not working selected_value attribute of checkbox and radio, server-side used (un)set_val as attribute while clientside used (un)selected_value for checkbox and set_value for radio, grrrr ;-) 2013-11-29 05:49:13 +00:00
Ralf Becker
2a32284616 fixed PHP Fatal error: Using $this when not in object context 2013-11-29 05:24:39 +00:00
Ralf Becker
57c2c913d1 fixed new emailadmin stuff to work with postgreSQL 2013-11-29 01:50:49 +00:00
Ralf Becker
aa75f22671 fixed changed name of bullet in sidebox 2013-11-29 00:41:32 +00:00
Ralf Becker
4866478242 fix exception in boetemplate::get_array() 2013-11-29 00:20:56 +00:00
Ralf Becker
4f3f88ae92 fixed not updated sidebox in calendar when using framed template-set, as sidebox is now transported as data attribute, we need to set it in or before header call 2013-11-28 23:18:36 +00:00
Ralf Becker
55549efa00 upps forgot error-log 2013-11-28 20:56:55 +00:00
Ralf Becker
0a21baaf78 enhance svn-helper to "understand" ./svn-helper up means update everything, it is a more efficient then svn up . * 2013-11-28 20:56:07 +00:00
Nathan Gray
6dc8e077ff Revert changes from 44692 2013-11-28 20:28:36 +00:00
Nathan Gray
28bbb266e2 Don't bother translating ID 2013-11-28 20:23:20 +00:00
Ralf Becker
3e471a8fb5 pixelegg changes 2013-11-28 20:21:17 +00:00