Commit Graph

1626 Commits (fb83ae6701c735f968013efa43be63c5f1154665)

Author SHA1 Message Date
mokaddem 65252a39ff fix: [broods:edit] Include organisation dropdown data 2021-01-14 15:33:01 +01:00
mokaddem 6685838308 fix: [component:CRUDComponent] Take data linked to the current table
Performs a query similar to a right join instead of dumping the table for composed contextual filters
2021-01-14 15:30:16 +01:00
mokaddem 93f1467d5e chg: [broods] Moved to use the new factories 2021-01-14 12:42:05 +01:00
mokaddem 36cc3d82fe new: [js:bootstrap-helper] Added support of text in overlay 2021-01-14 12:04:24 +01:00
mokaddem 691032551b chg: Added support of displayOnSuccess, non-dismissable modals and some
house cleaning
2021-01-14 11:33:51 +01:00
mokaddem 41ca17ef36 Merge branch 'main' of github.com:cerebrate-project/cerebrate into namespaced-metatemplates 2021-01-14 09:15:37 +01:00
mokaddem e217862504 chg: [command:updater] Added draft of meta-template update 2021-01-14 08:55:28 +01:00
mokaddem 1031079c92 chg: [command:updater] Draft of manual updater script 2021-01-13 15:19:26 +01:00
iglocska 3cee213b53
Merge branch 'main' of github.com:cerebrate-project/cerebrate into main 2021-01-13 14:32:39 +01:00
iglocska 4745599d2b
chg: [ACL] update to include broods 2021-01-13 14:31:50 +01:00
iglocska c3a96c27af
new: [broods] added
- Cerebrate <-> Cerebrate sync
- explore remote cerebrate instances
- fetch data from remote (orgs, individuals)
- run connection tests with a remote instance
- check the version, sync user privileges on the remote
2021-01-13 14:30:44 +01:00
iglocska b0ee85cb12
new: [UI] connection test field added for the brood index 2021-01-13 14:29:54 +01:00
iglocska 7402476f0c
new: [templates] generic ajax form added 2021-01-13 14:29:29 +01:00
iglocska 867b7a22a1
fix: [cleanup] unused var in single view 2021-01-13 14:29:03 +01:00
iglocska c223dcede5
new: [custom pagination] component added
- simply paginate arrays as opposed to going to the DB for data
- just use $this->CustomPagination->paginate($array);

- it will automatically use the pagination options passed in the request
- compatible with the default cakePHP pagination helper
2021-01-13 14:24:52 +01:00
iglocska e092a95951
new: [js] added connection test script 2021-01-13 14:24:07 +01:00
iglocska 1a1a7b9107
fix: [index] search fixed
- correctly persist url parameters when searching
2021-01-13 14:23:11 +01:00
iglocska d6bef47ce9
fix: [org] field in the index table fixed
- removed debug
- correct extraction of the data
- show links for the orgs to the org view
2021-01-13 14:22:15 +01:00
iglocska 7a195aed93
chg: [baseurl] exposed as an easy to reach variable in all views 2021-01-13 14:21:25 +01:00
mokaddem db1286074a Merge branch 'main' of github.com:cerebrate-project/cerebrate into namespaced-metatemplates 2021-01-13 14:21:11 +01:00
iglocska 1a6505bf61
chg: [Aligntments] setAlignment function moved to its appropriate model 2021-01-13 14:20:53 +01:00
iglocska 539ce4b99a
chg: [internal] saveMetafields moved to AppTable 2021-01-13 14:20:29 +01:00
iglocska af3d2dd6d9
new: [individuals] table capture functions added 2021-01-13 14:20:06 +01:00
mokaddem 0bd90916f7 chg: [js:bootstrap-helper] new functionalities and refacto 2021-01-13 14:20:04 +01:00
iglocska a47dd94011
new: [Organisation] table capture function added 2021-01-13 14:19:45 +01:00
mokaddem 1a08670671 chg: [js:api] new functionalities and refacto 2021-01-13 14:19:22 +01:00
iglocska 7159034e9e
chg: [CRUD component] internal changes
- removed saveMetaFields function from the component
- fixed issues with associations being patched in automatically for add/edit
2021-01-13 14:18:26 +01:00
mokaddem 35165129b9 chg: [helpers:DataFromPathHelper] Simplified usage 2021-01-13 14:17:55 +01:00
mokaddem dbeef75d0d chg: [helpers:bootstrap] Added support of variant in tabs 2021-01-13 14:16:52 +01:00
mokaddem a4bb09253f chg: [sharinggroup] Improved support of CRUDComponent 2021-01-13 14:15:53 +01:00
mokaddem adc4a776a8 chg: [element:genericElements] Button placement consistency in generic modal 2021-01-12 11:59:35 +01:00
mokaddem 41f96dedcb fix: [js:bootstrap-helper] Correctly returns promise 2021-01-12 11:36:33 +01:00
mokaddem cd8d537273 chg: [js:bootstrap-helper] Overlay factory correctly supports variant for both elements 2021-01-12 11:30:15 +01:00
mokaddem 1753ce387e chg: [element:genericElements] UI improvements in index factory 2021-01-12 10:56:47 +01:00
mokaddem 43118f21eb chg: [js:api-helper] Renamed function 2021-01-12 10:21:54 +01:00
mokaddem b93dd49232 chg: [component:CRUD] Remove usage of custom header + added custom form
validation feedback
2021-01-12 10:16:58 +01:00
mokaddem 7029341e40 fix: [user] Allow password update and hiden confirm_password field 2021-01-12 08:50:01 +01:00
mokaddem 974d3197e8 chg: [controllers] Bug fixes and usage of UI factory 2021-01-11 16:28:07 +01:00
mokaddem a5e3ded892 chg: [genericElements:indexTable] Improved UI of toggle field 2021-01-11 14:21:46 +01:00
mokaddem 899fa27a45 chg: [component:CRUD] Improved flexibility 2021-01-11 12:48:58 +01:00
Andras Iklody 5ab228d12f
Update README.md 2020-12-23 11:06:31 +01:00
mokaddem 2d26bc597f chg: [Component:CRUDComponent] Default `allow_all` to true when context filtering 2020-12-15 16:44:39 +01:00
mokaddem 30246dfc70 chg: [genericElements:indexTable] Added documentation for toggle field 2020-12-15 16:36:53 +01:00
mokaddem dddc7d1a12 chg: [genericElements:indexTable] Added option in toggle field to skip full index reload 2020-12-15 16:14:06 +01:00
mokaddem 0347d7dfda chg: [js:api-helper] Added documentation 2020-12-15 15:49:07 +01:00
mokaddem 5782e29642 fix: [genericElements] Fixed Usage of bootstrap-helper's overlay 2020-12-15 15:00:21 +01:00
iglocska 7e4580e50a
new: [drawio] graphs added 2020-12-15 13:56:13 +01:00
mokaddem a4cf1a8036 chg: [js:bootstrap-helper] Added documentation 2020-12-15 13:40:26 +01:00
mokaddem f9bf1c6f55 chg: [generic] Added Modal from URL support
- Support Form submission
- Success / Fail callbacks
- Modal reloading in case of validation errors
2020-12-15 10:40:49 +01:00
mokaddem ae0272a62c chg: [js-helper] Added quick methods and more documentation 2020-12-11 10:38:43 +01:00