Sami Mokaddem
63593cfd56
new: [CRUD:index] Allow exporting data into csv
...
- Added CSVConverter tool and CSV server request detector
2023-11-02 08:08:06 +01:00
Sami Mokaddem
16a50c08a3
fix: [helper:formFieldMassage] Correctly check for key to avoid debug output
2023-03-21 09:52:28 +01:00
Sami Mokaddem
c8e5823393
chg: [helper:bootstrap] Make sure to output the value even if it's a `0`
2023-02-27 11:13:40 +01:00
Sami Mokaddem
480e4a65fe
fix: [elements:bootstrapTabs] Removed unused options
2023-02-27 10:43:59 +01:00
Sami Mokaddem
73c4baac31
chg: [helper:bootstrap] Added support of ID option
2023-02-24 10:04:18 +01:00
Sami Mokaddem
6eb5106153
new: [ui:formInfo] Rafactored formInfo and added support of field description
...
Can be done by using the `tooltip` key on the field configuration
2023-02-24 10:03:45 +01:00
Sami Mokaddem
c0636b89ab
fix: [bootstrap:table] Fixed typo and pass field config for indexed arrays
2023-02-14 10:31:23 +01:00
Sami Mokaddem
d4ad5f2fb3
chg: [bootstrap:collapse] Allow disabling card formating
2023-02-14 10:30:46 +01:00
Sami Mokaddem
9013a7ce2b
chg: [boostrapElement:dropdownMenu] Added support of `attrs` parameter for menu entry
2023-02-13 15:18:07 +01:00
Sami Mokaddem
5388b4d185
chg: [BootstrapHelper:dropdownMenu] Added support of class for menu entries
2023-01-19 10:25:52 +01:00
Sami Mokaddem
fb418ca0b4
chg: [BootstrapHelper:modal] Added support of scrolling in modal body
...
- For the pleasure of @iglocska
2023-01-19 10:24:59 +01:00
Sami Mokaddem
c49e3ac508
new: [bootstrap-helper:badge] Added support of ID and icon
2022-12-02 09:49:37 +01:00
Sami Mokaddem
6e6107dc46
fix: [bootstrap-helper:table] Relax some argument typing
2022-12-02 09:49:03 +01:00
Sami Mokaddem
abd9e04a0f
chg: [helper:bootstrap] Added more documentation and typing
2022-11-28 10:01:18 +01:00
Sami Mokaddem
b7a446cd56
chg: [helper:bootstrap] Added documentation
2022-11-28 09:06:24 +01:00
Sami Mokaddem
e1115c1f64
chg: [helper:bootstrapModal] Improved doc
2022-11-28 08:43:45 +01:00
Sami Mokaddem
71164e5135
chg: [layout:user_profile] Improved UI
2022-11-28 08:37:00 +01:00
Sami Mokaddem
2c840c7d4f
chg: [herlper:bootstrap] Major refactor of the BootstrapHelper to make it more modular + added documentation
2022-11-28 08:36:17 +01:00
Sami Mokaddem
efe96d85c4
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop
2022-11-14 09:08:44 +01:00
iglocska
9d2c152a4e
chg: [bootstrap helper] added warning/info/danger fields
2022-11-09 14:03:16 +01:00
Sami Mokaddem
351b90d843
fix: [helper:boostrap] Make sure all properties are passed to the button component
2022-10-28 09:11:21 +02:00
Sami Mokaddem
e98290fcba
chg: [helper:bootstrap] Added support of icon in confirm modal button
2022-10-25 10:30:11 +02:00
Sami Mokaddem
ddfc83af6f
chg: [navigation:socialProvider] Improved UI for SSO profile management
2022-10-21 14:14:38 +02:00
Sami Mokaddem
96041cc71a
chg: [genericIndex:select_visible_columns] Show meta-template versions
2022-09-29 17:54:58 +02:00
Sami Mokaddem
d55c1fd5d1
fix: [helper:bootstrap] Allow HTML param to have value equal to 0
2022-06-08 11:05:55 +02:00
Sami Mokaddem
033792396c
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop-unstable
2022-03-08 17:13:19 +01:00
Sami Mokaddem
d1cf408163
new: [helpers:bootstrap] Added notification bubble
2022-02-08 17:57:20 +01:00
Sami Mokaddem
b01d75aaa6
fix: [helpers:bootstrap] Support of cell variant in table
2022-02-07 13:25:33 +01:00
Sami Mokaddem
b8bc79e072
new: [helper:valueGetter] Helper to help execute closure to get a value if needed
2022-01-21 09:07:21 +01:00
Sami Mokaddem
324ac1ce40
Merge branch 'develop' of github.com:cerebrate-project/cerebrate into refactor-metatemplates
2022-01-20 09:00:45 +01:00
Sami Mokaddem
1c81257b75
fix: [helpers:bootstrap] Table's cell generator gets the correct row index
2022-01-17 15:22:52 +01:00
Sami Mokaddem
8b5bb087e4
fix: [helper:bootstrap] Support of string and array for badge's class parameter
2021-12-08 11:05:52 +01:00
iglocska
1e31f4d1dd
new: [ACL Helper] check access for controller / action pair for given user
...
- accesible everywhere in the UI
2021-12-01 14:25:34 +01:00
Sami Mokaddem
da889c4ca2
fix: [helpers:bootstrap] Make sure to sanitize passed text
2021-12-01 08:26:17 +01:00
Sami Mokaddem
ef41d71c8b
chg: [helper:bootstrap] Improved dropdown menu badge UI
2021-11-23 16:27:01 +01:00
Sami Mokaddem
87ac0f7569
chg: [helpers:bootstrap] Formatted file
2021-11-23 15:29:55 +01:00
Sami Mokaddem
560832654e
chg: [helper:boostrap] Support of list of string for class in card
2021-11-15 11:47:17 +01:00
Sami Mokaddem
7cf7363009
chg: [genericElements:index_table] Moved description to a tooltip
...
Description describing indexes are great when discovering an app for the first time but start taking important place and become useless when users gets to know the app better. Moving it to a tooltip makes sense in that regard.
2021-11-15 08:29:16 +01:00
Sami Mokaddem
a376055095
chg: [helper:bootstrap] Support of header in dropdown menu
2021-11-10 09:29:27 +01:00
Sami Mokaddem
69f8375422
chg: [helper:bootstrap] Added support of badge in dropdown menu entries
2021-11-10 08:54:43 +01:00
Sami Mokaddem
fc436e89e2
chg: [element:genericForm] Usage of bootstrap component to generate ajax modal
2021-11-05 17:44:05 +01:00
Sami Mokaddem
4f084e6beb
chg: [app] Various layout improvements for responsiveness
2021-11-04 10:47:03 +01:00
Sami Mokaddem
9373c35bc6
chg: [metaTemplate] Started refactoring the whole feature
...
Objective of the refactoring is to:
Simplified metafields searches and started to add support of multi-field and edition
2021-11-03 11:47:10 +01:00
Sami Mokaddem
51d93d40af
chg: [ui] Various UI improvement and cleanup
...
New according bootstrap component and small UI enhancements
2021-10-28 09:27:30 +02:00
Sami Mokaddem
43dfacfe72
chg: [genericElement:indexTable] Refactored code and added support of compact display
2021-10-20 11:28:39 +02:00
Sami Mokaddem
b811d2ed99
chg: [helpers:bootstrap] Added dropdown menu helper
2021-10-20 09:36:32 +02:00
Sami Mokaddem
78180fa90f
new: [userSettings] Added complete support of user settings
...
Including support of bookmarks, sidebar behavior and theming
2021-10-18 13:28:26 +02:00
Sami Mokaddem
ef707d89f2
fix: [helpers:bootstrap] UI issue in button
...
Buttons with icon should have margin only if they contain text
2021-10-08 16:53:00 +02:00
Sami Mokaddem
07a4ebfc92
chg: [ui:keycloak] Nice login and logged-in UI
2021-10-04 13:15:47 +02:00
Sami Mokaddem
aeae59285e
chg: [helper:bootstrap] Support of picture in buttons
2021-10-04 13:06:41 +02:00