Skip to content

Releases: CradlePHP/cradle-system

remove relation recursive logic from system-model-update

23 Jul 16:17
Compare
Choose a tag to compare
2.2.15

remove relation recursive logic from system-model-update

branch release

20 Jun 10:39
Compare
Choose a tag to compare
2.3.0

updating dependencies

Schema and Fieldset Creation Update

28 Feb 03:46
Compare
Choose a tag to compare
  • Now Fieldsets can have the same name as schema names. When creating a fieldset field from a schema form, it will prefer to use the fieldset first, then the schema when there is a naming conflict.
  • Select field now stores the value in data-value for js driven select
  • Fix for removing validation rows in fieldset form
  • Fix for submitting fields with a zero value not saving to the database

Undefined payload fix and fix for search as data and sums

25 Nov 02:17
Compare
Choose a tag to compare
2.2.13

fix for search as data and sums

undefined payload fix

20 Nov 10:34
Compare
Choose a tag to compare
2.2.12

undefined payload fix

removed keys in schema files that are just adding to the overall size

20 Nov 09:35
Compare
Choose a tag to compare
2.2.11

removed keys that are just adding to the overall size

Text align right fix on list format

13 Nov 03:53
Compare
Choose a tag to compare
2.2.10

text align right for numbers

fixed foreach bug on search and checkbox/switch fields turning off

31 Oct 02:59
Compare
Choose a tag to compare

Ability to customize search and detail queries.

25 Oct 03:00
Compare
Choose a tag to compare

Separating search query builder into its own method called searchQuery() and getQuery(). This allows the ability to add extra parameters to the query before executing

Sometimes you want to disable cache in events. Let's play nice :)

25 Apr 13:27
Compare
Choose a tag to compare
2.2.7

Merge branch '2.2' of https://github.com/CradlePHP/cradle-system into…