mokaddem
d61c6c930a
fix: [componenent:CRUD] Fixed oneToMany contextual filters
2021-01-19 12:28:46 +01:00
mokaddem
41948044cd
fix: [sharinggroups] Possibility to remove/add org from sharinggroup
2021-01-18 17:26:35 +01:00
mokaddem
2288e8f66f
chg: [element:generic_index] Added more flexibility in topbar
2021-01-18 17:25:18 +01:00
mokaddem
d974f784b6
fix: [component:CRUD] Support for older PHP versions
2021-01-18 16:21:43 +01:00
mokaddem
cfea15ff03
fix: [component:CRUD] Fixed FULL_GROUP_BY issue and simplified contextual filtering
2021-01-18 16:13:10 +01:00
iglocska
c87f6651dc
new: [fetch] individuals added
2021-01-18 14:08:12 +01:00
mokaddem
3fada66314
chg: [element:generic_index] Contextual filtering button UI improved
2021-01-18 10:39:16 +01:00
mokaddem
8fd36cf534
chg: [command:user] Renamed function toggleDisabled
2021-01-18 10:37:48 +01:00
mokaddem
7f003fec81
chg: [command:user] Option to enable/disable users
2021-01-18 10:06:40 +01:00
mokaddem
7743369da4
chg: [js:bootstrap-helper] Overlay factory supports dark theme and auto rounding
2021-01-18 09:49:20 +01:00
mokaddem
815645767b
chg: [js:api-helper] Allow passing status node overlay config
2021-01-18 09:48:12 +01:00
mokaddem
35c5c7d2d3
chg: [js] Include dark mode variable
2021-01-18 09:47:15 +01:00
mokaddem
c70ce5170f
fix: [element:generic_index] Toggle field passes expected data format
2021-01-18 08:51:16 +01:00
mokaddem
13c8f3f7c5
chg: [element:generic_index] Improved quick filter functionality and UI
2021-01-15 16:58:46 +01:00
mokaddem
c4ef14077f
fix: [element:generic_index] Correctly passes button variable
2021-01-15 14:42:38 +01:00
mokaddem
ff84f87d33
fix: [Component:CRUD] Allow saving metaFields
2021-01-15 14:40:03 +01:00
mokaddem
9873561ac5
chg: [element:generic_index] Usage of additional status node for context filtering
2021-01-15 12:15:36 +01:00
mokaddem
0ff8655fb3
chg: [element:generic_index] Usage of UI factory for group_search
2021-01-15 12:12:55 +01:00
mokaddem
e1a39c2b01
chg: [js:bootstrap-helper] Allow UI.reload to include other status nodes
2021-01-15 12:12:21 +01:00
mokaddem
ba65c60838
chg: [component:CRUD] Pass searched value to the view and allow searching by hitting <enter>
2021-01-15 11:49:20 +01:00
mokaddem
62426e0160
fix: [broods] Fixed quick search
2021-01-15 11:33:13 +01:00
mokaddem
d4ff912e6a
chg: [component:CRUD] Added quick search using LIKE
2021-01-15 11:32:47 +01:00
mokaddem
3fb9dfee86
chg: [js:bootstrap-helper] Added comment
2021-01-15 09:17:44 +01:00
mokaddem
227816fe88
fix: [component:CRUD] Extraction contextual filters based on association type
2021-01-14 16:34:21 +01:00
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