Jack Anderson
20d69ea188
[Legacy] Add system name to config
2022-10-04 13:13:19 +01:00
Clemente Raposo
5d17bf33ea
Fix #61 - [Legacy] Disable datetime timezone conversion in list data retrieval
...
- Do not format list datetimes to user format/timezone. Always send in system timezone
2022-09-29 10:26:54 +01:00
Jack Anderson
d16669e466
[Legacy] Update files md5
2022-09-14 13:12:57 +01:00
Jack Anderson
64efcd1751
[Legacy] Bump version to 8.2.0-beta.2
2022-09-14 13:01:29 +01:00
Jack Anderson
83852a5e2a
[Legacy] Add hideValueIfEmpty configuration to legacy
2022-09-09 12:46:23 +01:00
Clemente Raposo
796b8c0342
[Legacy] Do not generate password for external auth created users
...
- Users that are created by external auth mechanisms like ldap should not get a password auto generated
2022-09-09 12:46:22 +01:00
Clemente Raposo
ea9a58453c
[Legacy] Add CreateUser portability service
2022-09-09 12:46:22 +01:00
balumahendran
63441b34d2
User Wizard Mobile Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
b618b50692
Subpanel Dropdown Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
38fe4b7f98
[Legacy] Group User Page Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
9c59351914
UserWizard Final Page Styling Fixes
2022-09-09 12:46:22 +01:00
Jack Anderson
640c13220e
Update security groups label
...
sw
2022-09-09 12:46:22 +01:00
Jack Anderson
27a41c73f3
[Legacy] Fix roles label
2022-09-09 12:46:22 +01:00
balumahendran
d420c0c2fe
[Legacy] Upload File Btn Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
b1151ecf3e
[Legacy] Resource Calendar Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
9a0fca61be
[Legacy] Email Compose Field Width Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
a6d575db57
[Legacy] Document iframe page styling fixes
2022-09-09 12:46:22 +01:00
Clemente Raposo
0469ce460c
[Legacy] Add login error messages
2022-09-09 12:46:22 +01:00
balumahendran
fff96f5267
[Legacy] ListView Styling Changes - Column Chooser & Filter Fixes
2022-09-09 12:46:22 +01:00
balumahendran
74689cc78e
[Legacy] Save & Cancel Button Overlapping Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
7e9f0a3233
[Legacy] Email Queue Mobile Styling Fixes
2022-09-09 12:46:22 +01:00
balumahendran
91db98eed0
[Legacy] Inbound Email Mobile Styling Fixes
2022-09-09 12:46:21 +01:00
balumahendran
2feffbadab
[Legacy] Email Settings Mobile Fixes
2022-09-09 12:46:21 +01:00
balumahendran
9d91000e28
[Legacy] Campagin Mobile Styling Fixes Latest 11/07
2022-09-09 12:46:21 +01:00
Clemente Raposo
98ab43ce50
[Legacy] Update files md5
2022-09-09 12:46:21 +01:00
Clemente Raposo
e0ccd45ee2
[Legacy] Bump version to 8.2.0-beta
2022-09-09 12:46:21 +01:00
Clemente Raposo
c760739af3
Fix connector migration
2022-09-09 12:46:21 +01:00
Clemente Raposo
c74dfba701
[Legacy] Fix PostUpgrade notice
2022-09-09 12:46:21 +01:00
Clemente Raposo
dd710c23aa
[Legacy] Update Upgrade merge service
2022-09-09 12:46:21 +01:00
Clemente Raposo
340cfd2c28
[Legacy] Add ConfigHandler service
2022-09-09 12:46:20 +01:00
Clemente Raposo
769f0bc8e4
[Legacy] Add active user session check mechanism
...
- Similar to sessionAuthenticate but without redirects
- Checks if current user sessions is still active
- To be used in SuiteCRM 8 side, which does not support http re-directs
2022-09-09 12:46:20 +01:00
Clemente Raposo
f3052ab645
[Legacy] Add init user session support
...
- Allow for initializing a user session without having to authenthicate
- This allows the login to be done only on SuiteCRM 8 side and then the sessions gets initialized in the legacy side
2022-09-09 12:46:20 +01:00
balumahendran
3daf5f5731
[Legacy] Timezone Modal Changes
2022-09-09 12:46:20 +01:00
balumahendran
3d55d0308c
[Legacy] ActionDropdown Label styling fixes
2022-09-09 12:46:20 +01:00
balumahendran
d50b4b9952
[Legacy] Importvcard Styling Fixes
2022-09-09 12:46:20 +01:00
balumahendran
bd8696d88f
[Legacy] Outbound Email Mobile Fixes
2022-09-09 12:46:20 +01:00
Jack Anderson
e433e82e3e
Fix #60 - Add bulk select to subpanels
...
- Add button to record-list-modal
- move the position of the close
2022-08-26 09:37:02 +01:00
Jack Anderson
66804393f2
[Legacy] Update files md5
2022-08-11 14:27:37 +01:00
Jack Anderson
497a9b0d21
[Legacy] Bump version to 8.1.3
2022-08-11 14:04:15 +01:00
Jack Anderson
696388d662
Merge next into suite 8
...
Merge commit '3fb6e4bb8e
' into release/8.1.3
# Conflicts:
# public/legacy/files.md5
# public/legacy/suitecrm_version.php
2022-08-11 14:03:24 +01:00
Clemente Raposo
fdbcc27598
[Legacy] Update files md5
2022-06-06 10:51:13 +01:00
Clemente Raposo
e00ac980e3
[Legacy] Bump version to 8.1.2
2022-06-06 10:51:13 +01:00
Clemente Raposo
205f60ddfe
Fix #98 - Add missing global declaration
...
- Caused problems on install
- Dictionary being populated without being initialized as a global
- modules/TableDictionary.php called with require_onced wasn't loaded again. Since it was already required and loaded.
2022-06-01 11:48:34 +01:00
Clemente Raposo
a85e533d8d
Fix #106 - Add session_dir init check
2022-06-01 11:48:09 +01:00
Clemente Raposo
6f1ee180fe
SuiteCRM 8.1.1 Release
2022-05-24 13:03:36 +01:00
Clemente Raposo
083c44d9bd
[Legacy] Update files md5
2022-05-24 13:01:18 +01:00
Clemente Raposo
3c9c5e7d87
[Legacy] Bump version to 8.1.1
2022-05-24 12:48:15 +01:00
Clemente Raposo
1a0a69737b
Fix email template subject field styling
2022-05-24 12:48:11 +01:00
Clemente Raposo
b5883d1dd7
Add session_gc init check
...
- Only init session_gc if session not active
-- Otherwise error is thrown
2022-05-24 12:48:07 +01:00
Clemente Raposo
c9759d8cfe
Merge next into suite 8
...
Merge commit '05a86ac02f
' into release/8.1.1-pull-next
2022-05-24 12:46:55 +01:00