Nathan Gray
|
cf75387f56
|
Get custom selectbox options working
|
2011-10-12 20:56:11 +00:00 |
|
Nathan Gray
|
0700876775
|
Handle null values
|
2011-10-12 20:04:16 +00:00 |
|
Nathan Gray
|
cc8891820c
|
Don't overwrite options passed into constructor, merge them
|
2011-10-12 19:55:33 +00:00 |
|
Nathan Gray
|
5b26a5faed
|
Get nextmatch header down to one line, hopefully looking a little nicer
|
2011-10-12 19:06:52 +00:00 |
|
Nathan Gray
|
5cab1f7811
|
Get filter labels into header
|
2011-10-12 16:42:22 +00:00 |
|
Nathan Gray
|
ea406d3e85
|
Fix deleteDOMNode() -> removeDOMNode(), fixes labels for selectboxes, probably others
|
2011-10-12 16:37:56 +00:00 |
|
Nathan Gray
|
a09c277ae7
|
Log a warning if et2_insertLinkText is called without a node
|
2011-10-12 16:34:52 +00:00 |
|
Nathan Gray
|
338b14fc9d
|
_rebuildContainer() doesn't take parameters
|
2011-10-12 16:27:50 +00:00 |
|
Klaus Leithoff
|
1621485da9
|
* import/export: fix for failed export on not set limit for nonadmins on standard export (handle empty export_limit since it will be casted to 0 on (int))
|
2011-10-12 10:37:35 +00:00 |
|
Nathan Gray
|
a11673dc8f
|
Give a warning when the detached nodes are missing, to help track them down
|
2011-10-11 20:07:57 +00:00 |
|
Nathan Gray
|
0c2866a133
|
Rework fetching values from content & setting values in nextmatch
|
2011-10-11 18:18:58 +00:00 |
|
Nathan Gray
|
06e03d2137
|
Make sure customfields widget has an ID, or it can't access settings client-side
|
2011-10-11 18:15:51 +00:00 |
|
Nathan Gray
|
5e3362b3b7
|
Get some custom fields working
|
2011-10-07 16:59:50 +00:00 |
|
Nathan Gray
|
a33accfdbb
|
If an empty value is passed, make sure text is cleared
|
2011-10-07 16:58:36 +00:00 |
|
Nathan Gray
|
575d21b962
|
Progress on custom fields widgets
|
2011-10-06 23:44:55 +00:00 |
|
Nathan Gray
|
d88d25b704
|
Use namespace for nextmatch so children can get their data in the standard way
|
2011-10-06 23:10:08 +00:00 |
|
Nathan Gray
|
ed76f0491e
|
Expand sub-arrays that are indexed by form-name ('a[b][c]') into actual sub-arrays so perspectives work properly
|
2011-10-06 23:08:15 +00:00 |
|
Nathan Gray
|
be79886301
|
Add a warning if trying to set an attribute to an Object, so it doesn't just disappear
|
2011-10-06 23:04:40 +00:00 |
|
Nathan Gray
|
08f5e28d00
|
Override getPath() to push nextmatch's ID in
|
2011-10-06 16:38:51 +00:00 |
|
Nathan Gray
|
c9e4d6801d
|
Add getPath() to core widget so widgets can override it
|
2011-10-06 16:33:55 +00:00 |
|
Nathan Gray
|
66ea661e08
|
Try to handle partial template names - row as well as app.function.row
|
2011-10-06 15:23:24 +00:00 |
|
Nathan Gray
|
f67bfba58d
|
Let transformer handle trying to change sel_options
|
2011-10-05 22:27:35 +00:00 |
|
Nathan Gray
|
dfe5d21ea4
|
Save as default checkbox - still a problem getting value on server
|
2011-10-05 16:12:40 +00:00 |
|
Nathan Gray
|
a9b4bfdaba
|
Move column selection popup to nextmatch
|
2011-10-04 21:45:54 +00:00 |
|
Nathan Gray
|
99cad7bd37
|
Update for attributes moved to options sub-property
|
2011-10-03 17:50:29 +00:00 |
|
Nathan Gray
|
4c593038b0
|
Update nm query when column selection changes, re-query only when columns added
|
2011-10-03 17:14:17 +00:00 |
|
Nathan Gray
|
3c1bebf3f1
|
Fix missing current app...
|
2011-10-03 16:02:41 +00:00 |
|
Nathan Gray
|
155e3ab3b5
|
Fix error when sorting/filtering (showed up in timesheet)
|
2011-10-03 15:34:10 +00:00 |
|
Nathan Gray
|
c230e5f99a
|
Send category options - header doesn't use a template, so they have to be passed
|
2011-10-03 14:56:20 +00:00 |
|
Andreas Stöckel
|
8f9db8e353
|
Implemented own code for column resizing as jQuery-UI did not work properly with FF
|
2011-10-03 13:42:56 +00:00 |
|
Nathan Gray
|
b706d7d13d
|
Fix undefined var breaking linking
|
2011-09-30 16:19:09 +00:00 |
|
Nathan Gray
|
16d010becf
|
If hooked, keep app in extension_data to persist across etemplate loops. Fixes lost infolog custom fields in addressbook view when changing nm filters
|
2011-09-30 14:59:41 +00:00 |
|
Nathan Gray
|
43e75da558
|
Start of column resizing. Works OK in chrome, FF needs some work.
|
2011-09-29 22:57:42 +00:00 |
|
Nathan Gray
|
c956d6571b
|
Column selection using default or preference
|
2011-09-29 19:35:20 +00:00 |
|
Nathan Gray
|
168b79bc14
|
Implement called, but not defined, set_visibility() to update column visibility
|
2011-09-29 19:21:38 +00:00 |
|
Nathan Gray
|
18f73b21b9
|
Handling for setting value (for multiple-select) with an array or object
|
2011-09-29 19:20:20 +00:00 |
|
Nathan Gray
|
9b7cd5019c
|
Silence some messages about missing attribute attributes
|
2011-09-27 23:44:07 +00:00 |
|
Nathan Gray
|
a1d344077e
|
Set current column filter values
|
2011-09-27 23:16:54 +00:00 |
|
Nathan Gray
|
36c39cf4b8
|
Get filterheaders working
|
2011-09-27 17:58:10 +00:00 |
|
Nathan Gray
|
4e8fe1bb2c
|
Layout & some functionallity for nm header
|
2011-09-27 00:16:00 +00:00 |
|
Nathan Gray
|
c5237863c2
|
Get filter options into nm header
|
2011-09-26 19:11:01 +00:00 |
|
Nathan Gray
|
b41745afdb
|
Get js in row buttons working (again)
|
2011-09-26 16:19:09 +00:00 |
|
Nathan Gray
|
29501fc027
|
Add set_value() so selectbox can show current value
|
2011-09-26 16:01:42 +00:00 |
|
Nathan Gray
|
0ace096701
|
Start nextmatch header
|
2011-09-23 19:09:52 +00:00 |
|
Nathan Gray
|
c622957b40
|
Handle if button onclick didn't get compiled. Still a problem with variable insertion though
|
2011-09-22 23:03:37 +00:00 |
|
Nathan Gray
|
f7b2a2b02f
|
Set text last, in case title is undefined - it breaks the chaining
|
2011-09-22 21:40:21 +00:00 |
|
Nathan Gray
|
96bb751a26
|
Allow full URLs as images, don't try to split off the app
|
2011-09-22 21:39:34 +00:00 |
|
Nathan Gray
|
04f4287091
|
Declare variable before using it
|
2011-09-22 21:39:02 +00:00 |
|
Nathan Gray
|
860d37912b
|
If value is '', don't show a unit either
|
2011-09-22 21:28:26 +00:00 |
|
Nathan Gray
|
390bb1f6f0
|
Get all button images working (in timesheet & infolog list at least)
|
2011-09-22 21:23:30 +00:00 |
|