Commit 7420d0e
Merge develop into master (#171)
PHP 8.1 changes
* ! Removed magic __get functions from Web, DbObject and DbService
* ! Removed request() from Web in lieu of the Request static class
* ! Also removed cmp_weights(), sendFile(), service(), _callPreListeners() and _callPostListeners() from Web
* Commented out CachedTemplate in Web, expected to be removed in future version
* Added support for code sniffing in Github actions over multiple PHP versions
* Migrated all usages of magic $w::__get method to the proper DbService::getInstance($w) function
* ! Removed unused shorthand _tn and _cn functions from DbObject
* ! Removed snake_case functions in lieu of the matching camelCase counterparts from DbPDO
* ! Removed setMissingResponse() from JsonResponse
* ! Removed getFileExtension(), lookupForSelect() , getStateSelectArray(), formatMoney(), returncorrectdates(), AESencrypt() and AESdecrypt() from functions.php
* ! Updated FluentPDO to latest version
* ! Removed all Lookup functions from AdminService (use LookupService instead)
* Added missing functions to LookupService from point above
* Removed checkPassword() from User model
* Removed $update_salt flag from encryptPassword() function in User model
* Removed getNewMessages() from ChannelService
* Moved from Zend to Laminas (still Zend, just new name)
* Added ability for migrations run on CLI to print errors to screen
* Updated some composer dependencies to latest version
* Updated development Docker container to Ubuntu 20.04 LTS
* Fixed type bugs due to move to PHP 8.x
* Fixed static service instantiation for PHP 8.x
* Fixed some code formatting
* Started adding property types to Web
* Backwards breaking changes to cmfive core:
Potentially breaking changes:
* Updated FluentPDO to add support for PHP8.1
Notices:
* Removed user account creation hook listener in the Inbox module
Post test updates
* Corrected reference to DbPDO
* Tidied up some code that was commented
* Updated workflow to remove reliance on python set up scripts
* Updates to CI scripts
### General features/updates
* Added CountryService methods
* Added AdminService::getCountryWhere() method.
* Added missing returns to User::deleted() method.
* Added profile security vue component
* Added Request::array() method
* Added helper functions to Language model
* Added ability to hide application name on login
* Added better support for enabling/disabling help and search functionality
* Added support for filtering uploadings based on file extension (checks mimetype)
* Added country and language seed
* Added login attempt tracking with account lock
* Added password strength enforcement
* Added automatic logout after inactivity
* Added customisable login field labels
* Added persistent banner for when mfa is required but user doesn't have it on
* Added MFA insight
* Added pagination to user list
* Added antivirus service
* Added support for test_mode banner
* Updated tests
* Updated .github/ci.yml
* Fixed History class doubling up some endpoints
* Fixed several typos.
* Fixed issue with memory usage of uploads
* Fixed issue with insights
* Fixed usage of deprecated sass compiler function
* Fixed issue with short login field size
* Fixed more issues from PHP 8.1 migration
### New design features
* Added ability to compile assets in project modules
* Added new base template designs
* Added dark mode
* Added data-link-target support
* Added dom update event bus,
* Added new Bootstrap html functions
* Added basic animation support
* Added support for multifile upload, inputs. Fix a bug with multiple attachments in FileService
* Added support for quill, added some helper functions
* Removed build artifacts, added multiselect support, changed identifier of Language to 3 letter code
* Added pagination styles, updated inputwithother
* Added form class support to html, updated alerts to be in line with bootstraps styles
* Added responsive table
* Added persistence of theme settings via new user setting feature
* Added 'dataCard' element
* Added splash overly for long processes
* Added support for bootstrap tooltips
* Various spot patches from 8.1 testing (#172)
* Fix: Patching From Module Observations (#173)
* Language migrations if NOTABLE exists vs importDB
* fixes for php8.1 and mysql8 migration
* Db column, (_Typo, strip_tags_STR
* Hide PolyFill dev logging
* Small fixes, null strings and wrong typing
* Some stray non-conditional STRPOS
* Conformed Stray ->log->
Co-authored-by: Alice <alice.hutley@gmail.com>
Co-authored-by: Taliesin Millhouse <taliesinwrmillhouse@gmail.com>
Co-authored-by: Alice Hutley <55948506+Tinystep1@users.noreply.github.com>
Co-authored-by: DerekCrannaford <43056286+DerekCrannaford@users.noreply.github.com>
Co-authored-by: D.Crannaford <derek@2pisoftware.com>
Co-authored-by: Adam Buckley <adam@2pisoftware.com>
Co-authored-by: Dane Evans <dane@2pisoftware.com>
Co-authored-by: Carsten Eckelmann <carsten@2pisoftware.com>
Co-authored-by: Robert Lockerbie <robert@2pisoftware.com>1 parent f4a4bf3 commit 7420d0e
507 files changed
Lines changed: 33574 additions & 5262 deletions
File tree
- .github/workflows
- system
- classes
- components
- html
- cmfive
- form
- inputfield
- utility
- lib/FluentPDO
- src
- Queries
- tests
- Queries
- modules
- admin
- actions
- groups
- maintenance
- migration
- templates
- user
- install/migrations
- seeds
- models
- partials
- actions
- templates
- templates
- migration
- user
- tests/acceptance
- helpers
- auth
- actions
- user
- install/migrations
- models
- templates
- channels
- actions
- email
- processor
- models
- templates
- tests/acceptance/helpers
- favorite
- actions
- assets/css
- models
- partials
- actions
- templates
- file
- actions
- admin
- attachment
- cron
- models
- partials
- actions
- templates
- templates
- form
- actions
- application
- cron
- event
- field
- instance
- mapping
- models
- partials/actions
- templates
- application
- field
- help/actions
- inbox
- actions
- models
- templates
- tests/acceptance
- insights
- actions
- members
- templates
- main
- actions
- models
- partials/actions
- tests/unit
- report
- actions
- connections
- templates
- user
- install/migrations/seeds
- models
- partials/actions
- tests
- acceptance
- helpers
- unit
- search
- actions
- install/migrations
- models
- templates
- tag
- actions
- models
- partials
- actions
- templates
- tests/acceptance
- helpers
- task
- actions
- group
- subscriber
- user
- install/migrations
- models
- partials
- actions
- templates
- templates
- group
- tests/acceptance
- helpers
- timelog
- actions
- models
- partials
- actions
- templates
- templates
- tests/acceptance
- helpers
- templates
- base
- src
- js
- adaptations
- components
- scss
- cmfive
- adaptations
- scss
- vue-components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
23 | 51 | | |
24 | 52 | | |
25 | 53 | | |
26 | 54 | | |
27 | | - | |
28 | | - | |
| 55 | + | |
| 56 | + | |
29 | 57 | | |
30 | | - | |
| 58 | + | |
31 | 59 | | |
32 | 60 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 61 | + | |
49 | 62 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 63 | + | |
78 | 64 | | |
79 | 65 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
84 | 82 | | |
85 | | - | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 86 | + | |
| 87 | + | |
94 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
95 | 119 | | |
96 | 120 | | |
97 | 121 | | |
98 | | - | |
| 122 | + | |
99 | 123 | | |
100 | 124 | | |
101 | 125 | | |
102 | 126 | | |
103 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
104 | 131 | | |
105 | 132 | | |
106 | | - | |
| 133 | + | |
107 | 134 | | |
108 | 135 | | |
109 | 136 | | |
110 | 137 | | |
111 | 138 | | |
112 | | - | |
| 139 | + | |
113 | 140 | | |
114 | 141 | | |
115 | 142 | | |
116 | | - | |
| 143 | + | |
117 | 144 | | |
118 | | - | |
| 145 | + | |
119 | 146 | | |
120 | | - | |
| 147 | + | |
121 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
122 | 155 | | |
123 | 156 | | |
124 | | - | |
| 157 | + | |
125 | 158 | | |
126 | 159 | | |
127 | 160 | | |
128 | 161 | | |
129 | 162 | | |
130 | | - | |
| 163 | + | |
131 | 164 | | |
132 | 165 | | |
133 | 166 | | |
134 | 167 | | |
135 | 168 | | |
136 | | - | |
| 169 | + | |
137 | 170 | | |
138 | 171 | | |
139 | 172 | | |
140 | 173 | | |
141 | 174 | | |
142 | | - | |
| 175 | + | |
143 | 176 | | |
144 | 177 | | |
145 | 178 | | |
146 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
147 | 186 | | |
148 | 187 | | |
149 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments