Commit Graph

22875 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
69a336d58b * 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:37 +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
e4e725b5bc removed ancient "mark untranslated strings with *" site configuration, as it is unnecessary and breaks links-stream-wrapper and WebDAV 2013-07-25 12:18:43 +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
8695076798 * EMailAdmin/Setup: disabling certificate validation on imaps connection by default for new profiles (can be enabled in EMailAdmin) 2013-07-25 09:05:04 +00:00
2fd1e98eee * Filemanager/eMail: on attaching files to emails from filemanager; if there is a plus sign within the path, we have to encode it, so the file can be found by filesize after urldecode 2013-07-25 07:54:47 +00:00
be0c913c35 * Admin/Preferences: fixed not working special char detection in passwords, if you required 4 character classes it always failed 2013-07-25 07:24:33 +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
d10dc3ac8b fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:09:07 +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
3fc090ba33 fix sql error, if contact_bday is not aliases as bday (works too if it is alias) 2013-07-23 15:03:12 +00:00
4557a1d24d reverted "no need for RegExp replace", as javascript only replace first occurence, if a string given 2013-07-23 14:42:24 +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
02917ec5bf 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:48:08 +00:00
bc2133054b fix indention 2013-07-23 13:44:08 +00:00
b883bf86e5 fix indention 2013-07-23 13:43:00 +00:00
8242d40d1e no need for RegExp replace 2013-07-23 11:49:16 +00:00
daf247f3ad fixed tail-window did not scroll to bottom automatic after jQuery update 2013-07-23 11:45:57 +00:00
58949008f9 disable outer scrollbar, eg. if rendering time is swichted on 2013-07-23 11:33:23 +00:00
ae86519a58 disable outer scrollbar, eg. if rendering time is swichted on 2013-07-23 11:32:29 +00:00
c4caefc9e9 suppress warning on searching for active members 2013-07-23 10:59:56 +00:00
46e8c16016 suppress warning on searching for active members 2013-07-23 10:58:43 +00:00
e92e3694ee replace currentapp occurence with egw_appName 2013-07-23 10:12:00 +00:00
56bc1768c9 fixed an other SQL error caused by prefixing columns with DISTINCT: id in field-list is ambigous 2013-07-23 09:35:19 +00:00
dbd43126c8 * All apps/custom fields: fixed multiple identical rows, if custom fields where set (introduced in last package) 2013-07-23 07:58:51 +00:00
0bca64517c fixed SQL error introduced by r43149: multiple identical rows 2013-07-23 07:57:55 +00:00
c0d040342b * eMail/Activesync: improve behavior on connection failure. Return 503 Service unavailable/Retry After on Connection error.
Exception that was thrown previously after the 503 header did overwrite the 503 header with a 500 header (so now we should have the behavior as intended)
2013-07-23 07:16:22 +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