cf53019c13
Make the mail subject and the confirmation message translatable.
2011-09-13 18:01:25 +00:00
e31357bd88
Fix date & duration in dataview
2011-09-13 17:37:29 +00:00
516b977472
ability to queue ajax requests on the client and send them as a single ajax request every N ms to the server
...
a) instead of a single request like: new egw_json_request(menuaction, params).sendRequest(true, callback, context);
b) you call: egw.jsonq(menuaction,params,callback,context)
The server callback is identical for both kinds of requests. All egw_json_response methods can be used and the callback is optional.
2011-09-13 17:27:02 +00:00
077acb3fb0
Better warning to help track down offending widget
2011-09-13 17:18:00 +00:00
74b41ec99a
fix bug regarding merge_print with export_limit set in calendar, as calendar may pass a search query instead of a list of ids (this is the reason, why the test within bo_merge on export_limit is not working as expected)
2011-09-13 15:41:31 +00:00
117179ad0f
* Addressbook/LDAP: fixed country handling for mozillaOrgPerson schema, which has two distinct attributes for 2-letter code and arbitrary name
2011-09-13 10:36:03 +00:00
a2730516fe
silence some error log statements
2011-09-13 10:16:29 +00:00
2ed73047df
fixed serveral issues around cached config:
...
- changing config in setup did not update or unset the cache --> instance was NOT using it
- new installs failed, because cache was not configured
- cache command to not configured cache gave fatal error, now they throw a (catchable) exception
2011-09-13 09:25:25 +00:00
d52c72207c
* calendar/importexport/addressbook: calendar introduce new config option to set app specific export_limit; calendar csv export: use enumerate for exporting events as csv; bo_merge: introduce new helper functions to get and check export-limit; addressbook: use new helper functions
2011-09-13 09:05:33 +00:00
55ba753e3c
making 1st param for custumfield_widget construct (ui) optional, to avoid warning
2011-09-13 08:38:16 +00:00
fc1b7cff3c
fixed not shown navbar in configuration
2011-09-13 08:21:25 +00:00
f44558a385
Got link entry working as separate widget
2011-09-12 23:43:39 +00:00
1bf74cc95b
Read only for date
2011-09-12 15:21:42 +00:00
0b96631cd4
Do NOT move start- and end-date, to the earliest exception, as they will NOT be found in CalDAV or ActiveSync, because
...
we only recognice recuring events which start before or in the current timerange and end in or after it or have no end-date.
--> give an error message, as it is a debuging/support nightmare, if this gets silently fixed when reading events.
No idea how this situation (exceptions before startdate) can be created anyway.
2011-09-12 11:04:48 +00:00
132cafc8a9
check if we can use the XSL extension, to not give a fatal error and rendering whole merge-print non-functional AND only keep tags, if XSL is available
2011-09-12 10:51:21 +00:00
9066385fa5
check if we can use the XSL extension, to not give a fatal error and rendering whole merge-print non-functional
2011-09-12 10:21:18 +00:00
2aff9d170b
implementation of old server etemplate::js_pseudo_funcs() on client as et2_js_pseudo_funcs, thought we need to pass the namespace to et2_checkType!!!
2011-09-10 13:16:40 +00:00
d2adcf972d
skip the empty (NULL) row
2011-09-09 19:55:22 +00:00
791f4ae071
remove empty rows required by old etemplate to compensate for header rows
2011-09-09 19:46:44 +00:00
387be881ee
egw.link(_url, _vars) method and using it for JS event handler
2011-09-09 19:41:09 +00:00
18a930446f
Avoid '_node is undefined' error breaking nm
2011-09-09 16:50:44 +00:00
c0962b1ce7
Don't give an exception on null values
2011-09-09 16:46:55 +00:00
4600445527
fixed exception with text "0"
2011-09-09 16:30:20 +00:00
a5ea1f78d9
Get selectbox _appendOptionElement working with empty_label automatically
2011-09-09 15:47:38 +00:00
b1b1ab820a
no need for db schema on the client
2011-09-09 14:56:34 +00:00
df36138012
Changed loading order of dhtmlxcommon
2011-09-09 14:50:50 +00:00
5a994382ed
Added forgotten et2_dataview_view_rowAOI.js
2011-09-09 14:41:11 +00:00
1b74d53608
grid now keeps its average height setting after clearing
2011-09-09 14:40:28 +00:00
2290b04102
Loading data from server in nextmatch widget - readonlys is not processed as it is not so easy to handle
2011-09-09 14:32:55 +00:00
50ad9e4ba0
Included dhtmlx js files in egw_menu_dhtmlx.js, fixed problem with removing action objects, improved egw_include_mgr a bit
2011-09-09 14:03:18 +00:00
e998a1fed5
- sending 25 rows with inital request to client
...
- callback for further rows from client
2011-09-09 14:00:30 +00:00
b045e1f852
stopping permanent error_log
2011-09-09 13:26:54 +00:00
64b4ac7e68
added a static method max_upload_size_message, required by some apps
2011-09-09 13:26:14 +00:00
395f4a804d
added progress-widget
2011-09-09 12:39:27 +00:00
e4b8dfd9f5
working progress widget, thought infolog uses a button with an image, which is a progressbar ...
2011-09-09 12:17:16 +00:00
3ec9de5a30
Removed silver nextmatch background color introduced for debug purposes
2011-09-09 11:44:44 +00:00
4bb00f1475
Fixed problems with include manager. Includes like 'phpgwapi.jquery.jquery.ui' do now work.
2011-09-09 11:41:14 +00:00
58bc3367df
Implemented server-side callback function
2011-09-09 11:29:07 +00:00
2e2600fcc2
adapt php memory limit on client call
2011-09-09 10:47:42 +00:00
45d02dfeb9
Fixed dataview dependencies and got nextmatch-widget load in timesheet.index
2011-09-09 09:57:59 +00:00
476deb3605
query_list(). initialize return value to array(), to allways return an array
2011-09-09 09:41:51 +00:00
65a90eabb8
Defaulting 'null' entries in the content-arrays to {}
2011-09-09 09:28:48 +00:00
efca5500d9
first try of a progress widget, not yet working :-(
2011-09-09 08:29:31 +00:00
bef3880b48
fixed wrong name
2011-09-09 08:28:40 +00:00
c2750ba12b
ensure accounts and group addressbooks are never private!
2011-09-09 06:36:16 +00:00
89991ffb60
Link widget with async file upload + linking
2011-09-09 00:05:46 +00:00
312fcf2e0b
- Change remove file handler to only remove if you click the x, not the whole entry
...
- Add hooks for js functions when upload starts and finishes
2011-09-09 00:05:18 +00:00
492aad7e9b
propset svn:keywords Id
2011-09-08 20:54:06 +00:00
ea03c4032b
implemented link attributes for image-widget and added them to xulio, some docu for describtion
2011-09-08 20:44:53 +00:00
e7af7de431
Pass etemplate_exec_id in POST instead of GET to avoid potential issues with long ids
2011-09-08 20:33:46 +00:00