Nathan Gray
|
eec6791213
|
Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded
|
2013-08-14 18:01:22 +00:00 |
|
Nathan Gray
|
42e66e9319
|
Fix detached label not updating
|
2013-08-14 17:35:50 +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
|
6fdeb9f5f8
|
Drag files from desktop anywhere onto filemanager uploads
|
2013-08-09 23:34:42 +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 |
|
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 |
|
Nathan Gray
|
dacc98ae72
|
Add drop_target attribute to support HTML5 dropping of files
|
2013-08-03 19:12:38 +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
|
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
|
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 |
|
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
|
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 |
|
Nathan Gray
|
b3bf5b734f
|
Make unique ID deterministic - use template name
|
2013-07-18 09:21:07 +00:00 |
|
Nathan Gray
|
524f2b0f03
|
Use an etemplate / top template level prefix to avoid DOM ID collisions
|
2013-07-18 09:13:15 +00:00 |
|
Nathan Gray
|
1b270b2d6f
|
Use an etemplate / top template level prefix to avoid DOM ID collisions
|
2013-07-17 13:08:48 +00:00 |
|
Nathan Gray
|
f9b72b05ac
|
Don't need to set ID, framework does it automagically.
|
2013-07-17 12:32:36 +00:00 |
|
Nathan Gray
|
df0dc0f27a
|
If record ID is missing, don't try to get data for it - skip the whole request
|
2013-07-17 09:36:38 +00:00 |
|
Nathan Gray
|
85db39ed4e
|
Support row ids from template:
id="$row_cont[field]"
|
2013-07-16 16:22:20 +00:00 |
|
Ralf Becker
|
92e0ee86a5
|
* All apps: allow to log user-agent and action of all changes in history-log of entries (enable in Admin >> Site configuration)
|
2013-07-11 13:09:23 +00:00 |
|
Nathan Gray
|
4e947b304c
|
Don't complain about read-only required fields
|
2013-07-10 18:25:28 +00:00 |
|
Nathan Gray
|
2bd53e72d4
|
Change evaluation order to get popup selector working again after last fix.
|
2013-07-08 22:24:36 +00:00 |
|
Nathan Gray
|
54eb53cdba
|
When setting a validation error for a widget on a tab, switch to that tab so the user can see it.
|
2013-07-08 21:55:38 +00:00 |
|
Nathan Gray
|
55dc847f95
|
Fix bug where images with numbers in their url were not displayed
|
2013-07-08 19:40:17 +00:00 |
|
Nathan Gray
|
388b0816b7
|
Fix box autorepeat - only repeat children of type box
|
2013-07-08 19:06:28 +00:00 |
|
Nathan Gray
|
e8c394ed54
|
Implement egw action system on grid rows.
NB: This is not nm_actions. See action system (egwAction.prototype.set_onExecute()) for details.
|
2013-07-05 15:13:05 +00:00 |
|
Nathan Gray
|
a0b07635eb
|
I can find no issues with attributes being objects, removing check & warning.
|
2013-07-05 15:03:49 +00:00 |
|
Nathan Gray
|
ab3fbd56bd
|
Promote label attribute from inputWidget to parent valueWidget, fixes missing labels on some readonly widgets
|
2013-07-04 20:42:21 +00:00 |
|
Nathan Gray
|
4d2c969b8f
|
Box children can now auto-repeat if child ID has $
|
2013-07-04 19:38:36 +00:00 |
|
Nathan Gray
|
5e90755cd6
|
Add 'sortable' attribute to grid.
Set it to an AJAX (PHP) callback to enable, and it will be passed the grid ID & new row order whenever the user re-orders the grid rows.
|
2013-07-03 23:16:15 +00:00 |
|
Nathan Gray
|
67d2fb66c2
|
Add a check to prevent total failure in the rare event of bad settings.
|
2013-07-03 23:06:59 +00:00 |
|
Ralf Becker
|
486298a7c9
|
optional parameter for et2_nextmatch.applyFilters(_set) to certain filters before updating the rows, eg. applyFilters({ filter: '', search: ''}); to reset filter to 'all', remove search and update the rows
|
2013-07-03 14:29:17 +00:00 |
|