Commit Graph

21067 Commits

Author SHA1 Message Date
f65680a7ae Add CSS to better match egw. Fix chosen sizes using new width attribute. Not perfect, but at least never too small. 2013-07-25 20:28:32 +00:00
15ad58522f preserv open tab, if appname is not chanaged 2013-07-25 16:07:41 +00:00
07ab26dd1b Add sieve rules to mail application 2013-07-25 15:50:24 +00:00
da53230cd2 Add sieve rules to mail application 2013-07-25 15:48:18 +00:00
3c23bd0dfb Add sieve rules to mail application 2013-07-25 15:35:44 +00:00
36eae09fe0 Fix custom image being lost when you're in the edit dialog and click Apply, Save or Apply, Apply 2013-07-25 15:01:41 +00:00
8e85c86f8b * Async service/Backup: updating job to next scheduled time BEFORE running it, to copy with jobs running longer then async frequency of 5min, eg. backup 2013-07-25 13:11:07 +00:00
59c683c359 removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV 2013-07-25 12:18:08 +00:00
71676f982a fixed not working special char detection 2013-07-25 07:21:35 +00:00
37671ac812 fixed handling of attributes stored in data, was depending on order or attributes to work 2013-07-24 10:18:11 +00:00
8ec5425c5a disable minify-ing of javascript, until I find time to fix it, as it stalls testers (css still get minifyed, if debug minify is off in site config) 2013-07-24 07:42:27 +00:00
29e2e36b7a add capability to skip header conversion on get_mailcontent ->converting mail to other app entries (used only for trackermailhandling as of now) 2013-07-24 07:34:17 +00:00
217ecc01e0 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:09:37 +00:00
a46b5b3255 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:03:41 +00:00
6e6b2b7b0a reverted "no need for RegExp replace", as javascript only replace first occurence, if a string given 2013-07-23 14:41:53 +00:00
78f032e063 fixed DISTINCT leading to no data returned (eg. ctag in accounts-addressbook in eSync and CardDAV), DISTINCED added twice and not using so_sql_cf::search if no custom fields defined 2013-07-23 13:50:11 +00:00
bc2133054b fix indention 2013-07-23 13:44:08 +00:00
8242d40d1e no need for RegExp replace 2013-07-23 11:49:16 +00:00
58949008f9 disable outer scrollbar, eg. if rendering time is swichted on 2013-07-23 11:33:23 +00:00
c4caefc9e9 suppress warning on searching for active members 2013-07-23 10:59:56 +00:00
e92e3694ee replace currentapp occurence with egw_appName 2013-07-23 10:12:00 +00:00
0bca64517c fixed SQL error introduced by r43149: multiple identical rows 2013-07-23 07:57:55 +00:00
16191d4db4 rendering quick-add menu on clientside and content-security safe, thought not yet in idots template, also removed not used inline javascript from idots 2013-07-22 19:20:13 +00:00
364fbd0f66 fixed wrong call leading to maximum stack size exhaused error 2013-07-22 14:11:58 +00:00
4ed52a2b16 get notifications-popup ready for content-security, install as object in app.notifications and use data-poll-intervall of script tag to pass poll frequency 2013-07-22 13:29:20 +00:00
5842f5fd07 removed afaik not used currentapp, newer egw_appName can be used instead 2013-07-22 08:09:15 +00:00
f0808f09af fixed action _target.id was id of tree and not of action 2013-07-22 06:34:01 +00:00
f4a6c9859a More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +00:00
f2906a1052 moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 16:47:33 +00:00
f47e0bd59c moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 15:58:08 +00:00
f8c184d860 * All apps/custom fields: fixed multiple identical rows, if custom fields where set (introduced in last package) 2013-07-20 15:56:41 +00:00
b64572d9fc some styling for compose 2013-07-20 15:15:29 +00:00
7085d4b51a Still off by default 2013-07-20 14:33:17 +00:00
cd64ef06dc Fix copy/paste error initializing app.js object 2013-07-20 14:16:21 +00:00
0a37e675bd allow to set a limit of selected entries 2013-07-20 14:03:06 +00:00
bd63529096 Rework etemplate2 loading to use JSON plugin when loading from regular request & AJAX. instead of inline script tag 2013-07-20 13:57:53 +00:00
f60fa14c30 Wrap loadingFinished() in a try / catch, so if one widget has problems it doesn't break the whole template. 2013-07-20 13:54:31 +00:00
0c30eeaee4 Taglist CSS for et2 2013-07-20 13:53:35 +00:00
a21f6aedfe Check to see if autocomplete is available before destroying 2013-07-20 13:51:12 +00:00
99921a823a no more need for default type "popup" 2013-07-20 13:46:17 +00:00
74cb73d2d2 moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 13:45:22 +00:00
d4880a3351 Load & parse etemplate2 if set in egw.js object's data-attributes 2013-07-20 13:42:23 +00:00
26e9792256 Load javascript files before processing other response types, so all JS is available. 2013-07-20 13:41:17 +00:00
23fa7ed233 Make sure node is Draggable / Droppable before trying to undo it - though it probably should be 2013-07-20 13:38:09 +00:00
9d072f9b0b do stuff to implement a store to folder input field 2013-07-20 13:10:17 +00:00
2beadad730 Make sure dialog is created before trying to update buttons 2013-07-20 13:05:03 +00:00
14db2bd42e do some search addresses action for the taglist 2013-07-20 09:27:37 +00:00
40029aa9bf make sure double quotes in title of taglist will be replaced by singlequotes, as they mess up the title/tag/value set 2013-07-20 08:20:04 +00:00
803099a49d do all address fields as taglist in popup display window 2013-07-20 08:02:20 +00:00
bd3e741905 wrap inline javascript with LAB to avoid runtime trouble 2013-07-20 07:53:47 +00:00