Nathan Gray
|
00805a6d21
|
Handle possibility that custom field filter is already an array
|
2012-07-24 22:57:27 +00:00 |
|
Nathan Gray
|
63fb4f1c7f
|
Fix bug with empty / '' select option being rejected
|
2012-07-24 22:55:49 +00:00 |
|
Nathan Gray
|
778ecd04ba
|
Basic implementation of server side of url widget
|
2012-07-24 22:54:42 +00:00 |
|
Nathan Gray
|
a6371947bb
|
Get linked image from array working
|
2012-07-24 21:16:44 +00:00 |
|
Nathan Gray
|
276a2516cf
|
Implement et2_IDetachedDOM for url widget
|
2012-07-24 19:59:55 +00:00 |
|
Nathan Gray
|
fc253e2564
|
Scan for widgets, or they won't all be read. ex: a template with listbox will never know to read etemplate_widget_menupopup
|
2012-07-24 17:48:55 +00:00 |
|
Nathan Gray
|
60c350b55e
|
Get private custom fields working
|
2012-07-24 16:37:24 +00:00 |
|
Nathan Gray
|
fa69637b82
|
Silence some warnings, mostly about attributes
|
2012-07-23 23:54:16 +00:00 |
|
Nathan Gray
|
0fa5e2ee49
|
Make sure there's a template name before requesting it from server
|
2012-07-23 23:51:47 +00:00 |
|
Nathan Gray
|
9abe56ff94
|
Check modifications array for attributes too - catches attributes set by app (eg: disabled)
|
2012-07-23 23:48:11 +00:00 |
|
Nathan Gray
|
d37beb2def
|
Fix non-integer date check
|
2012-07-23 22:45:24 +00:00 |
|
Nathan Gray
|
df9f42ba3a
|
Pre-process non-integer dates / times before sending
|
2012-07-23 22:42:09 +00:00 |
|
Nathan Gray
|
e6ac48db13
|
Do not open an array perspective if the entry is null
|
2012-07-23 22:05:54 +00:00 |
|
Nathan Gray
|
60f474da12
|
Only create new request if it doesn't already exist. Fixes missing information when app constructor creates new template, and get_rows is called for the first time from a new instance
|
2012-07-23 20:06:54 +00:00 |
|
Nathan Gray
|
e5c508a609
|
Move align interface with the rest
|
2012-07-23 18:01:04 +00:00 |
|
Nathan Gray
|
b5b98f9a8b
|
Tables in the main part of hbox need to be inline, or the block display ruins layout. Maybe a better way for this though
|
2012-07-23 18:00:31 +00:00 |
|
Nathan Gray
|
6c53a6f067
|
Set value type to integer, removes warning about string & fixes missing file size
|
2012-07-23 17:59:09 +00:00 |
|
Nathan Gray
|
7e17ba49c0
|
Improve error message to include expected format
|
2012-07-23 17:58:04 +00:00 |
|
Christian Binder
|
5668a6d9db
|
et2_widget_itempicker select and multiselect functionality
|
2012-07-22 18:37:17 +00:00 |
|
Christian Binder
|
e5b1cdcb70
|
next step for et2_widget_itempicker (rudimentary display of search results)
|
2012-07-21 10:50:04 +00:00 |
|
Ralf Becker
|
130dded1e2
|
added automatic conversation of boolean columns on select (update/insert is already done by quote), get automatic enabled by setup_table or you have to set has_bools to true
|
2012-07-21 09:51:22 +00:00 |
|
Ralf Becker
|
e89f63148c
|
if dir is not writable, download xet file
|
2012-07-18 17:39:42 +00:00 |
|
Ralf Becker
|
e85d49c343
|
fixed class attribute of box-widgets got not imported
|
2012-07-18 17:39:15 +00:00 |
|
Nathan Gray
|
f198fb8f6e
|
Lets try this theme for a while, see how it looks
|
2012-07-18 16:50:49 +00:00 |
|
Nathan Gray
|
6049fb0998
|
Not needed anymore, framework loads the theme CSS
|
2012-07-18 16:47:49 +00:00 |
|
Nathan Gray
|
128d8ce29c
|
Make sure we get updated get_rows query in all cases
|
2012-07-16 23:00:44 +00:00 |
|
Nathan Gray
|
5b0a009e5f
|
Send back current nm filters in submit
|
2012-07-16 20:48:50 +00:00 |
|
Nathan Gray
|
4454d4b2e3
|
Tabs check parent (usually a row) for height setting, and apply it to tabs
|
2012-07-16 15:17:23 +00:00 |
|
Nathan Gray
|
c510b5f15f
|
Dates need more space for seconds
|
2012-07-16 14:35:36 +00:00 |
|
Christian Binder
|
b3a4ad5240
|
very first attempt for et2_widget_itempicker implementation
|
2012-07-14 15:38:02 +00:00 |
|
Nathan Gray
|
dcba97a2ae
|
Fix custom field filtering
|
2012-07-11 20:30:33 +00:00 |
|
Nathan Gray
|
4c41c36251
|
Add 'All' option to category filter if missing to match old etemplate
|
2012-07-11 20:10:20 +00:00 |
|
Nathan Gray
|
09542d6327
|
Ignore some properties to silence warnings
|
2012-07-11 20:09:15 +00:00 |
|
Nathan Gray
|
a7110e4912
|
Add label attribute to valueWidget to support most read-only widgets
|
2012-07-11 20:08:32 +00:00 |
|
Nathan Gray
|
fa30d335e3
|
Detect a submit from old etemplate & pass it off
|
2012-07-11 20:06:37 +00:00 |
|
Nathan Gray
|
8c8171c88b
|
Tighten up CSS a little
|
2012-07-11 19:01:06 +00:00 |
|
Nathan Gray
|
cc00b3c0ba
|
Fix sticky parent filter
|
2012-07-11 16:01:14 +00:00 |
|
Nathan Gray
|
a1078e6b0a
|
Get description menuaction style popups working
|
2012-07-10 23:13:05 +00:00 |
|
Nathan Gray
|
7e77eff672
|
More involved searching for where sel_options could be. Added nm[rows][sel_options][ID] as an option
|
2012-07-10 22:23:44 +00:00 |
|
Nathan Gray
|
f29d9ce72d
|
- Keep internal value synced with widget value
- Handle case when rows attribute is specified, and rows legacy option is used for empty_label
|
2012-07-10 22:20:13 +00:00 |
|
Nathan Gray
|
c1a7b2de01
|
Create content array in constructor too, some things need that
|
2012-07-10 22:16:44 +00:00 |
|
Nathan Gray
|
7e80a90caf
|
Fix disabled tags evaluating to true when not set
|
2012-07-10 18:06:44 +00:00 |
|
Nathan Gray
|
9365cf8363
|
Request unknown templates from the server
|
2012-07-09 21:29:02 +00:00 |
|
Nathan Gray
|
cd2f674b7e
|
Allow apps to add tabs through modifications array
|
2012-07-09 21:26:24 +00:00 |
|
Nathan Gray
|
8c9bbfd676
|
Create the request object when the new etemplate object is created, otherwise it's not available for apps to set attributes
|
2012-07-09 21:24:47 +00:00 |
|
Nathan Gray
|
5da191b583
|
Add context menu item to directly open file information popup for linked file
|
2012-07-09 19:05:06 +00:00 |
|
Nathan Gray
|
bd3c1ae405
|
Add some comments
|
2012-07-09 19:04:32 +00:00 |
|
Nathan Gray
|
2f191414dd
|
Support [legacy] options in the widget type after a :
|
2012-07-09 16:57:19 +00:00 |
|
Nathan Gray
|
6757828779
|
Add application legacy option
|
2012-07-09 16:54:58 +00:00 |
|
Nathan Gray
|
6a7b991fb7
|
Make sure search button / header is visible even for short selectboxes
|
2012-07-05 20:16:19 +00:00 |
|