Ralf Becker
|
fabc787fc3
|
* ProjectManager: fix SQL error if searching for string containing numbers and underscore or percent
skip user-wildcards (*,?) in is_numeric test, but not SQL wildcards, which get escaped and give sql-error
|
2013-08-14 08:02:23 +00:00 |
|
Nathan Gray
|
7e1a785615
|
Make whole edit dialog a drop target - files will be uploaded & linked
Done in the link widget, so any template with link-to should work.
|
2013-08-13 20:46:23 +00:00 |
|
Nathan Gray
|
952d6f8801
|
Fix file upload in international charsets (Farsi) - use existing egw_vfs::basename() instead
|
2013-08-13 17:03:36 +00:00 |
|
Nathan Gray
|
eade44ec57
|
Fix file upload in international charsets (Farsi)
|
2013-08-13 16:24:12 +00:00 |
|
Nathan Gray
|
6fdeb9f5f8
|
Drag files from desktop anywhere onto filemanager uploads
|
2013-08-09 23:34:42 +00:00 |
|
Nathan Gray
|
b74eec3d3f
|
Reset back to old etemplate
|
2013-08-09 19:19:31 +00:00 |
|
Nathan Gray
|
069325c89d
|
Do not center Filter. It had no effect on short lists, but chosen actually respected the setting
|
2013-08-09 19:18:58 +00:00 |
|
Nathan Gray
|
fefdb42340
|
Change comment caching to object level instead of class level to prevent revealing restricted comments
|
2013-08-09 16:23:50 +00:00 |
|
Ralf Becker
|
c8aa72039f
|
html-encoding is done in etemplate engine
|
2013-08-09 11:17:30 +00:00 |
|
Ralf Becker
|
11f7673408
|
keeping options in format used for select-boxes everywhere else and convert to taglist.setData format just when calling setData, added new method select_all to set_value all items in select_options
|
2013-08-08 08:56:43 +00:00 |
|
Ralf Becker
|
99b6fe41e7
|
fix set_value to work after inital load, eg. on a button press
|
2013-08-07 14:52:12 +00:00 |
|
Klaus Leithoff
|
d2a851931f
|
provide contact-id on errormessage on failure of mail-merge
|
2013-08-07 08:07:24 +00:00 |
|
Ralf Becker
|
b70f4bcd27
|
fixed taglist to no longer require ids to be set in select_options, IF allowFreeEntries is left on its default true
|
2013-08-06 18:31:24 +00:00 |
|
Klaus Leithoff
|
6362e257b1
|
alter message on success/failure of multiple message sending via addressbook mail-merge
|
2013-08-06 13:48:20 +00:00 |
|
Ralf Becker
|
ff536e6f1c
|
* PostgreSQL/Addressbook: fix SQL error in addressbook by organisation and department
|
2013-08-06 12:09:11 +00:00 |
|
Nathan Gray
|
dacc98ae72
|
Add drop_target attribute to support HTML5 dropping of files
|
2013-08-03 19:12:38 +00:00 |
|
Nathan Gray
|
8097119b6c
|
Remove debug
|
2013-08-03 14:46:51 +00:00 |
|
Klaus Leithoff
|
a69df51eaa
|
as insertObject (called by treeObj.addObject) expects id to be either string or object, we cast the option.id in case its a number
|
2013-08-01 09:54:32 +00:00 |
|
Nathan Gray
|
a7180f2f1c
|
Implement validate() so taglist can return values
|
2013-07-31 16:56:17 +00:00 |
|
Klaus Leithoff
|
fbc28c9b62
|
attempt to fix problem of comment-visiblity on multiple assignments of the ticket in question
|
2013-07-31 10:22:07 +00:00 |
|
Nathan Gray
|
72fb016cb4
|
Fix dropdown + favorites menu not doing anything when clicked.
|
2013-07-30 14:17:36 +00:00 |
|
Nathan Gray
|
6b537a1358
|
Add taglist-email sub-type, uses specific data source, formatting, and some client-side validation for just emails.
|
2013-07-30 14:16:47 +00:00 |
|
Ralf Becker
|
a293de8614
|
fix not working full submits if etemplate is etemplate_old and app uses etemplate_new
|
2013-07-30 12:21:19 +00:00 |
|
Ralf Becker
|
f41c0d1a72
|
fixed "PHP Parse error: syntax error, unexpected \ (T_NS_SEPARATOR)" error caused by email validation, also added error_log for these type of parse-errors
|
2013-07-30 09:11:33 +00:00 |
|
Ralf Becker
|
200a8860bf
|
* eTemplate/all apps: (silently) limit number of links shown to 1000 newest, to not run into memory_limit or max_execution_time and assuming noone will scroll further down anyway
|
2013-07-26 09:38:38 +00:00 |
|
Ralf Becker
|
d483b2a564
|
* PostgreSQL/ProjectManager/InfoLog: invalid SQL opening a new entry InfoLog entry
can not "SELECT * FROM table ... GROUP BY *" has to be "SELECT table.* ... FROM table GROUP BY table.*"
|
2013-07-26 06:57:23 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
0bca64517c
|
fixed SQL error introduced by r43149: multiple identical rows
|
2013-07-23 07:57:55 +00:00 |
|
Ralf Becker
|
364fbd0f66
|
fixed wrong call leading to maximum stack size exhaused error
|
2013-07-22 14:11:58 +00:00 |
|
Ralf Becker
|
f0808f09af
|
fixed action _target.id was id of tree and not of action
|
2013-07-22 06:34:01 +00:00 |
|
Nathan Gray
|
f4a6c9859a
|
More fixes forjQuery/jQueryUI update issues
|
2013-07-20 17:20:55 +00:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Nathan Gray
|
7085d4b51a
|
Still off by default
|
2013-07-20 14:33:17 +00:00 |
|
Klaus Leithoff
|
0a37e675bd
|
allow to set a limit of selected entries
|
2013-07-20 14:03:06 +00:00 |
|
Nathan Gray
|
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 |
|
Nathan Gray
|
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 |
|
Nathan Gray
|
0c30eeaee4
|
Taglist CSS for et2
|
2013-07-20 13:53:35 +00:00 |
|
Nathan Gray
|
a21f6aedfe
|
Check to see if autocomplete is available before destroying
|
2013-07-20 13:51:12 +00:00 |
|
Ralf Becker
|
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 |
|
Nathan Gray
|
2beadad730
|
Make sure dialog is created before trying to update buttons
|
2013-07-20 13:05:03 +00:00 |
|
Nathan Gray
|
49ef157e69
|
Continued development on taglist widget:
- More attributes
- Fix missing parent class and action system handlers
|
2013-07-19 15:07:35 +00:00 |
|
Nathan Gray
|
d2d0fa1fcd
|
Check for proper type (string) if I want to use string functions
|
2013-07-19 12:38:52 +00:00 |
|
Nathan Gray
|
36b5590882
|
Fix wrong argument order to jQuery.proxy()
|
2013-07-19 12:37:47 +00:00 |
|
Nathan Gray
|
b7ad0d33f8
|
Make sure onclick callback functions (specified as app.appname.funcname, or a real function) get all parameters passed, and they always can have a reference to the responsible widget
|
2013-07-19 12:36:59 +00:00 |
|
Nathan Gray
|
5b5a3ad58f
|
Fix copy-paste error in js attribute check
|
2013-07-19 10:55:07 +00:00 |
|
Nathan Gray
|
eb18408771
|
jQueryUI update changes where custom renderer hides
|
2013-07-19 09:31:00 +00:00 |
|
Nathan Gray
|
4ae6094d8d
|
New tag list widget, supports ajax & static options
|
2013-07-18 15:27:39 +00:00 |
|
Nathan Gray
|
14ebff54c9
|
Changes from updating jQuery & jQuery UI to latest versions
|
2013-07-18 15:26:41 +00:00 |
|