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
mokaddem
f4725207fc
chg: [helper:stringFromPath] Added same feature but for array of strings
2020-12-11 10:11:59 +01:00
mokaddem
f279939c8b
chg: [genericElement:single_view] Bit of refactoring and
...
skip_meta_template option
2020-12-11 09:01:46 +01:00
mokaddem
3806533abb
chg: [helpers] Added documentation and tweakings
2020-12-11 08:52:11 +01:00
mokaddem
aebbb3ebd8
chg: [metaTemplates] Outline default template
2020-12-10 17:46:16 +01:00
mokaddem
0a377915f6
chg: [metaTemplate:toggle] Enforce one default template per scope
2020-12-10 17:18:17 +01:00
mokaddem
9a1d254b01
chg: [metaTemplates:index] Improved conflict text
2020-12-10 17:05:51 +01:00
mokaddem
fa49821731
chg: [genericElement:index] Allow support of closure for variables and type
2020-12-10 16:50:46 +01:00
mokaddem
3d647680a0
chg: [genericElements] Perform ajax call when filtering with context
2020-12-10 15:37:39 +01:00
mokaddem
79e34052c8
new: [app] Lots of new helpers for views, js and genericElements
2020-12-10 15:20:30 +01:00
mokaddem
d62639667b
fix: [helper:bootstrap] Closed correct node
2020-12-09 09:30:22 +01:00
mokaddem
a9d808f533
chg: [genericElements:listTopBar] Filtering context are taken from
...
passed data instead of set variables
2020-12-08 15:15:58 +01:00
mokaddem
8cc16b4a69
chg: [component:CRUD] Improved filtering context to be more flexible
...
- Support fields to be taken as quick filters
- Support custom quick filters by specifying the conditions
2020-12-08 15:08:12 +01:00
mokaddem
2de66ff2cf
fix: [component:CRUD] Allow filtering by array of values
2020-12-08 15:07:17 +01:00