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
|
13e593a7f1
|
Handle entities in selects other than cat_id
|
2013-07-08 21:16:45 +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
|
6091d6eb76
|
Fix box autorepeat - only repeat box children, fix $row expansion inside a grid so regular boxes don't break
|
2013-07-08 18:58:07 +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 |
|
Ralf Becker
|
93eac83b8a
|
fixed wrong bracket causing SQL error: is not unique
|
2013-07-04 16:42:33 +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 |
|
Ralf Becker
|
349da32512
|
allow to set name attribute of iframe (to be used as target in links)
|
2013-07-03 14:26:33 +00:00 |
|
Ralf Becker
|
98f13d3e55
|
new method to specify images of a given node or standard images for new node (not specifying them), fixed merging of dynamicly loaded data, which was not taking recursive struture into account and -1 as id to update, using new id of new data in that case
|
2013-07-02 18:24:32 +00:00 |
|
Ralf Becker
|
ffceaf445a
|
prototype for an admin app using et2 and a navigation tree, need to set index url in database: UPDATE egw_applications SET app_index="admin.admin_ui.index&ajax=true" WHERE app_name="admin" (dont forget to clear cache)
|
2013-07-01 17:07:07 +00:00 |
|
Ralf Becker
|
9a4693822c
|
* PostgreSQL: automatic fix GROUP BY clause to contain all non-aggregate selected columns, to work around SQL errors, caused by this MySQL "optimisation"
|
2013-06-28 10:44:46 +00:00 |
|
Nathan Gray
|
533f141bc2
|
nextmatch is always valid too
|
2013-06-26 22:23:41 +00:00 |
|
Nathan Gray
|
0c6f70005a
|
Implement some basic client-side validation (required)
|
2013-06-26 20:50:10 +00:00 |
|
Nathan Gray
|
7142d632a5
|
Implement htmlarea ascii mode
|
2013-06-26 19:34:14 +00:00 |
|
Nathan Gray
|
8f2248b6ab
|
When setting nextmatch filters, accept empty values too
|
2013-06-26 18:04:51 +00:00 |
|
Nathan Gray
|
c20029dfd6
|
Process entities returned along with row data in all cases
|
2013-06-26 17:28:51 +00:00 |
|
Nathan Gray
|
0fa6386b1c
|
Avoid XSS by using CSS to keep line breaks intact instead.
|
2013-06-26 14:11:54 +00:00 |
|
Nathan Gray
|
35da74fac0
|
Make sure there's a 'None' option if the select-account is not required so user is not forced to pick an account.
|
2013-06-25 22:15:09 +00:00 |
|
Nathan Gray
|
c8d2953c85
|
Check that input is created before using it, avoids error when chosen gets involved.
|
2013-06-25 21:56:08 +00:00 |
|
Nathan Gray
|
3ddf4a0300
|
Fix read-only selectboxes rejecting some values (same as r42732)
|
2013-06-25 21:38:11 +00:00 |
|
Nathan Gray
|
442c9e6356
|
- Add required attribute to radiobox so it can pass it on to radio buttons
- Add detached DOM support to play nice in datagrid rows
|
2013-06-25 20:53:39 +00:00 |
|
Nathan Gray
|
ac45bd0625
|
Implement server side required check on custom fields
|
2013-06-25 20:49:13 +00:00 |
|
Nathan Gray
|
059e82a01b
|
Change newlines to <br /> in read-only text to preserve multi-line data.
|
2013-06-25 17:48:48 +00:00 |
|
Nathan Gray
|
d2031034f1
|
Silence some more messages by providing attribute info
|
2013-06-25 16:44:50 +00:00 |
|
Nathan Gray
|
f33e49b4a5
|
Fix validation failure from menulist interfering.
|
2013-06-25 15:49:10 +00:00 |
|
Nathan Gray
|
e0b576e822
|
Fix read-only selectboxes not being translated
|
2013-06-25 14:37:24 +00:00 |
|
Nathan Gray
|
a05ac6fa11
|
Fix checkboxes using defaults not returning boolean
|
2013-06-24 23:03:55 +00:00 |
|
Nathan Gray
|
80ae80098e
|
Fix disabled grid rows still being created.
While not ideal (prevents modification / un-disabling after), this prevents some problems with doubled IDs
|
2013-06-24 20:50:37 +00:00 |
|
Nathan Gray
|
bcbc42135d
|
Fix country filters - custom filters with type select now modified to nextmatch-filterheader, not regular select
|
2013-06-24 20:49:27 +00:00 |
|
Nathan Gray
|
eaa0cb6fa0
|
Need to trigger chosen update for single selects too
|
2013-06-19 19:01:42 +00:00 |
|
Nathan Gray
|
bcd52bb375
|
Better fix for some widgets not being properly initialized (that doesn't break others)
|
2013-06-19 18:11:30 +00:00 |
|
Nathan Gray
|
865151f977
|
Use value as string, so we don't fail if invalid data is passed
|
2013-06-19 18:06:59 +00:00 |
|
Nathan Gray
|
625dae0c59
|
Fix select options with label & title not always working in rows
|
2013-06-19 15:14:56 +00:00 |
|
Nathan Gray
|
9bfdbfccaf
|
Fix some customfields not getting pre-processed or losing value
|
2013-06-18 23:26:43 +00:00 |
|
Nathan Gray
|
c952141839
|
Fix for some widgets with sub-type not being initialized properly
|
2013-06-18 23:24:55 +00:00 |
|
Nathan Gray
|
683a624710
|
Fix for some customfield dates going missing
|
2013-06-18 23:24:14 +00:00 |
|
Nathan Gray
|
1b3c8d15c8
|
Fix for HTML site/general configuration overwriting customfield settings
|
2013-06-18 23:23:42 +00:00 |
|
Nathan Gray
|
8a2c791be3
|
For radiobox customfields, implement "empty" first value = extra group label
|
2013-06-18 20:55:13 +00:00 |
|
Nathan Gray
|
0cd63aefc2
|
Fix missing custom selectbox rows attribute
|
2013-06-18 17:16:08 +00:00 |
|
Nathan Gray
|
c87a5d6806
|
Implement csv max,display for custom field text length
|
2013-06-18 17:03:06 +00:00 |
|
Nathan Gray
|
3f003ea3fb
|
Fix default checkboxes not getting validated
|
2013-06-18 16:39:26 +00:00 |
|
Nathan Gray
|
b7f83ef31f
|
Use a static variable to handle expansion when initializing with content set (validation)
|
2013-06-18 16:38:27 +00:00 |
|