colymba
079fb7fa36
UI behavior and visual enhancements
...
Switch Actions to FormActions buttons and add colored visual hints about
items status.
2012-08-10 00:30:50 +03:00
colymba
c67408bb90
Hide edit Form when update completed
2012-08-09 20:50:55 +03:00
colymba
feb39651bf
FIX: only remove 'ID' off of imageFieldName
...
avoid conflict with imageFieldName containing 'ID'/'id' in their name
2012-08-09 20:28:52 +03:00
colymba
4e5271f527
FIX: fix field class detection
...
using the action function that returns the class...
2012-08-09 20:25:08 +03:00
colymba
b8a0a1e14f
API: added forbidden filed classes
...
Some fields classes break the component. These have been added to a
forbidden list and cannot be removed from the blacklist.
2012-08-09 20:24:33 +03:00
colymba
c916d6ac12
FIX: editable fields list is an object in JSON
...
JSON output transformed array into object.
2012-08-09 19:38:20 +03:00
colymba
fe8e41aa40
cleaning up the code
2012-08-08 00:02:13 +03:00
colymba
cf0a3262f7
NEW: Defined global path to components folder
...
defined BULK_EDIT_TOOLS_PATH as root folder for Components, usefull in
Requirements and make install easier.
2012-08-07 23:56:59 +03:00
colymba
a141aba650
API: defined components set's HTML fragment
...
All bulk edit tools will now use "bulk-edit-tools" HTML fragment,
defined in base component GridFieldBulkEditingTools. Previous
"GridFieldBulkEditingTools" is now GridFieldBulkEditingHelper.
2012-08-07 23:51:54 +03:00
colymba
65d1e7c5cb
API: custom upload folder
...
Possibility to set a custom upload folder through Component $config
2012-08-07 22:40:12 +03:00
colymba
1e260d2b48
API: Request Handler use $config + EditingTools
2012-07-28 14:17:19 +03:00
colymba
bed1372a45
API: Finish up EditingTools Functions
...
edit fn that returns and filters cms fields
2012-07-28 14:16:05 +03:00
colymba
205ec30778
API: getModelDataFields() uses className as param
...
passing the whole gridField was useless and probably not future proof
2012-07-25 21:30:43 +03:00
colymba
07f404abf7
API: Removed useless old functions
...
useless since all is to be done through the config variable
2012-07-25 21:08:31 +03:00
colymba
05d12695f6
FIX: Cancel button always available
...
Cancel button does not depends on crumbs
2012-07-25 20:59:50 +03:00
colymba
58e348eac1
helper class functions structure
2012-07-20 21:26:34 +03:00
colymba
45e9d34c46
API: switched component to new $config system
...
removed useless variables and functions
2012-07-20 21:15:53 +03:00
colymba
2baad766c3
New helper class with common functions
...
for future usage
2012-07-20 21:04:38 +03:00
colymba
bdb3ce7c5e
API: Added config vars to component
...
Switching all component settings to a config variable with getter and
setter
2012-07-20 21:02:45 +03:00
colymba
86e2773663
Test if a field is returned by getCMSFields()
...
Should not happen unless the field was manually removed within
getCMSFields()
2012-07-19 15:54:19 +03:00
colymba
26690ba84d
FIX: formFields were not return in nested set
...
fieldByName() doesn't work in nested sets (i.e. when Tabs are used). If
no field is return this is now coupled with dataFields()
2012-07-19 15:50:23 +03:00
colymba
8a4066bef9
FIX: X-Include-JS requirements load order
...
UploadField.js was always loaded last, causing the new template not to
load and crashing the whole thing.
Simply calling the forTemplate() method earlier, makes all the Form's
requirements (including UploadField.js) being loaded first
2012-07-19 15:48:17 +03:00
colymba
0567bb0841
DOC: Updated README
2012-07-19 15:03:50 +03:00
colymba
d11d992e93
DOC: Updated README with samples
2012-07-19 15:00:11 +03:00
colymba
1ac1c88cd6
Updated comments and Readme
...
Added comments and credits and updated README
2012-07-18 15:26:30 +03:00
colymba
56a4bb4681
FIX: delay JS remplate loading
...
template was still loaded before UploadField.js, now loaded on document
ready()
2012-07-18 12:37:15 +03:00
colymba
a4a6a53503
FIX: JS requirements load order
...
Custom requirement to be loaded after UploadField as it depends on
tmpl.js
Was crashing is IE and silently in Chrome
2012-07-18 11:57:01 +03:00
colymba
1460009272
Updating readme
2012-07-18 02:27:28 +03:00
colymba
51b9518492
Automatic Fields detection + EditForm generation
...
Component now finds the Image relation and all 'editable fields' itself.
Also gets the edit Forms from the record's getCMSFields()
+ other little fixes
2012-07-18 02:12:10 +03:00
colymba
f010fda4a6
FIX: Change form output method
...
Fixes SecurityID issue with form not being displayed
2012-07-17 01:21:44 +03:00
colymba
e610d42e44
DOC: Updating Readme file
2012-07-16 23:45:14 +03:00
colymba
cb55fe2d89
Initial commit with files
2012-07-16 23:39:01 +03:00
colymba
393abfcb70
Updating Readme
2012-07-16 23:31:51 +03:00
Thierry Francois
ba5b871c0c
Initial commit
2012-07-16 11:51:13 -07:00