Skip to content

Releases: timgatzky/pct_tabletree_widget

1.4.0

29 Jan 12:23
Compare
Choose a tag to compare

Update: Remove the Theme.toggleSelect call and use the new toggle_select class
Update: PHP7 ready

1.3.5

21 Dec 09:17
Compare
Choose a tag to compare

Added: Support custom order source fields. Set with ['eval']['orderField'] = 'myOrderSRC'
Added: Missing data container array in TableTree class
Added: Load the data container of the source table in TableTree class e.g. for permission checks

1.3.4

20 Nov 07:31
Compare
Choose a tag to compare

Fixed: Missing parameter in strpos methode

1.3.3

19 Nov 13:50
Compare
Choose a tag to compare

Update: Add more apache servers to be recognized

1.3.2

15 Oct 09:30
Compare
Choose a tag to compare

Fixed: Check if order field exists before executing the sql query
Fixed: Use Contaos session to fetch root nodes

1.3.1

07 Oct 08:29
Compare
Choose a tag to compare

Fixed: An sql issue when toggling nodes
Added: Support custom panels through $GLOBALS['PCT_TABLETREE_HOOKS']['getCustomPanel'] Hook
Update: General minor updates

1.3.0

30 Sep 07:12
Compare
Choose a tag to compare

Added: Support custom conditions (#6)

1.2.8

25 Sep 09:30
Compare
Choose a tag to compare

Fixed: Load the current dataContainer array only when not loaded before

1.2.7

14 Sep 14:43
Compare
Choose a tag to compare

Added: Support custom order fields (#5)

1.2.6

14 Sep 11:41
Compare
Choose a tag to compare

Fixed: Store values for none multiple fields not as serialized array (#4)