You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of https://github.com/Fabrik/fabrik.git:
Added more forceful language to the 'original connection' notice on connection #1, making it clear it needs to match the main J! site connection details.
fixed in windows and in admin - forms calendar buttons not showing
added: caneditrow list plugin - operator option (so can test == or !-=) and access level
fixed: potenail error if nested data set attempted to be rendered in list - for now just converting to a json_string for display purposes
Added group acl setting. ClosesFabrikGH-417
fixed: readonly class not removed from cdd element when populated if please select turned on
Fixing use of undeclared $joinid in renderCheckBoxList() in join element model.
removed default group column width property, as JForm@@filter would subsequently replace empty submitted strings with the default
possible fix for ssl detection with recaptcha element
possible fix for js error which was stopping some users from seeing dropdown suboptions when editing the element
submenu showing twice in cron list
fixed: list menu items with empty prefilters - these were superceeding the list prefilters. Altered fabrikmodalrepeat field so that if no data stored in the menu item, the first row is not shown. Added a [+] icon to th to allow for adding in the first row. Also first row can now be deleted
ClosesFabrikGH-563 - calendar day / week view - events occuring at same times were overlapping - altered width/heights and offsets to fit in better
ClosesFabrikGH-553 - db join error when rendering as multiselect list
update col - use of jinput over jrequest
ClosesFabrikGH-551 - cant empty trash
Added bumping up GROUP_CONCAT_MAX_LEN to 10k, as apparently it defaults to 1k in MySQL, which is truncating things like file paths in AJAX uploads. We now do this in the enable big selects helper, rather than adding YAFO, so folk having truncation issues need to enable that option.
now J 1.7 has a nice date pciker lets use that rather than reinventing the wheel
The text was updated successfully, but these errors were encountered: