Louis Charette

Results 25 issues of Louis Charette

### Tasks - [x] Refactor constructor (see below) - [ ] Add built-in caching (at least for base query; to the whole result if possible) - [x] [Add `properties` feature](https://github.com/userfrosting/UserFrosting/issues/835#issuecomment-354397869)...

architecture

**tl;dr : UserFrosting 4.6 doesn't support PHP 8.1, use PHP 8.0.** ----- The following exception can be seen when running UserFrosting 4.6 with PHP 8.1, either in the console or...

confirmed bug

PHP class inheritance means a custom sprinkle that wants to add custom command to the main `bake` command need to chain the right class extension. For example, account already extend...

bakery

Followup from deprecation of per user theme in 4.6.0. See #1131.

templating
Breaking Change

Support for SQL Server on Windows seams broken with UserFrosting 4.2, at least at the testing level. Current AppVeyor error message : ``` SQLSTATE[23000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL...

testing
up-for-grabs
Windows

Since all sprinkles should have a `composer.json` file, it shouldn't be hard to generate the `sprinkles.json` automatically when running `composer update`. A previous concerns was the specific order of sprinkles,...

core feature request
bakery

Title is pretty self explanatory. Yaml/Json file are easier to manipulate and validate than the arrays, which needs to actually be be included and could pose a security risk.

core feature request
internationalization
up-for-grabs

Sprinkles should use the `vendor/sprinkleName` convention to avoid naming conflict long term. Will avoid nasty conflicts when dealing with community sprinkles.

core feature request
long-range planning
needs discussion

If no message is defined in the validation schema, the default english locale from `jquery-validation` widget is displayed. The appropriate [locale](https://github.com/jquery-validation/jquery-validation/tree/master/src/localization) should be loaded instead. The problem is how to...

internationalization
user experience

internationalization
up-for-grabs