Commit Graph

  • 05511a877c MaxTitleLength constant is now Pascal case Andrea Piovanelli 2024-01-19 15:33:13 +0100
  • d943fbd83e
    Added StringComparer and forced lowercase where needed to ensure matching paths to ignore casing. (#8743) Andrea Piovanelli 2024-01-19 10:29:52 +0100
  • e013e00dd4
    Prevent TermsFilter from having to deal with empty strings (#8727) Matteo Piovanelli 2024-01-15 17:15:33 +0100
  • e4db300f27 Added StringComparer and forced lowercase where needed to ensure matching paths to ignore casing. Andrea Piovanelli 2023-12-19 10:26:50 +0100
  • 9644ceda1f
    self closing divs ar not a W3C valid markup: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag. (#8738) Hermes Sbicego 2023-11-17 21:44:27 +0100
  • 30f3e97858 self closing divs ar not a W3C valid markup: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag. HermesSbicego-Laser 2023-11-17 17:29:30 +0100
  • 4e73190ae5
    Makes upgrade to Mailkit fully backward compatible Hermes Sbicego 2023-11-10 08:49:36 +0100
  • deb55b4205 part 2 Dewi 2023-11-08 14:39:13 +0000
  • 0e9547cd19 part 1 Dewi 2023-11-08 14:24:38 +0000
  • 8033d35a3d change base docker image to 209 Dewi 2023-11-08 12:44:07 +0000
  • 12c6f6f8c7 more Dewi 2023-11-08 11:38:24 +0000
  • efa071dc59
    Update SmtpSettingsPart.cs Hermes Sbicego 2023-11-08 12:35:14 +0100
  • c512ddc62d change docker image Dewi 2023-11-08 10:50:58 +0000
  • 36b1bf55e7 init docker Dewi 2023-11-08 09:53:38 +0000
  • 48ca88c86e
    Update src/Orchard.Web/Modules/Orchard.Taxonomies/Projections/TermsFilter.cs Matteo Piovanelli 2023-11-02 18:26:27 +0100
  • df4feb2b73 Implemented ability to add localizations of selected terms to filter Matteo Piovanelli 2023-10-31 14:51:10 +0100
  • 736f468129 fixed some comments Alessandro Agostini 2023-10-30 15:08:09 +0100
  • 6b38c41ce7 Prevent TermsFilter from having to deal with empty strings: filter them out before parsing them to int in form, convert taxonomies to OptionGroups rather than options with no value Matteo Piovanelli 2023-10-30 10:09:13 +0100
  • 3af344e5c9 bugfix: fixed behaviour when overriding a displayOption with the TimeOnly value Alessandro Agostini 2023-10-27 17:25:35 +0200
  • 03884cbd64
    Lazy field loading using content item ContentManager instead of the injected one. (#8725) Andrea Piovanelli 2023-10-27 09:22:24 +0200
  • 34ff85c886 Removed unused _contentManager variable Andrea Piovanelli 2023-10-27 09:03:46 +0200
  • d615abb146 Merge remote-tracking branch 'remotes/origin/1.10.x' into 8724_lazyfieldloading Andrea Piovanelli 2023-10-27 08:44:27 +0200
  • b1b2b0dbf6 Checks culture equality based on strings instead of culture records HermesSbicego-Laser 2023-10-19 18:26:09 +0200
  • 1e50d7a126 fixed initialization of localizedtaxonomyfields Matteo Piovanelli 2023-10-19 17:21:19 +0200
  • 20624c61c7 fixed comparison to find parent blog Matteo Piovanelli 2023-10-19 15:37:45 +0200
  • e7e35b331a cleanup Matteo Piovanelli 2023-10-19 15:04:15 +0200
  • 15911a303f restored selector for expando label/handle Matteo Piovanelli 2023-10-19 09:13:32 +0200
  • 00ee9eebd2 wip fixing Fields/TaxonomyFieldList.cshtml Matteo Piovanelli 2023-10-18 17:36:08 +0200
  • 6d815f15f9 handled the setting in the DateTimeField and DateTimeFieldDriver. Updated the Editor shape Alessandro Agostini 2023-10-25 17:37:11 +0200
  • d2cb962e2b added setting to allow the customization of the field at content level Alessandro Agostini 2023-10-25 08:41:00 +0200
  • 8a8cdbcbcc Lazy field loading using content item ContentManager instead of the injected one. Andrea Piovanelli 2023-10-20 14:09:24 +0200
  • 73bea3c607 replaced a removed method (size()) with a property (length) Alessandro Agostini 2023-10-09 14:36:55 +0200
  • a4be7c68cb
    Fixes null culture (#8723) Hermes Sbicego 2023-09-29 08:42:13 +0200
  • d18b9e93e9
    Prevents to query the database if the requested culture is null or empty Hermes Sbicego 2023-09-15 08:49:26 +0200
  • b1e6677bfc Merge remote-tracking branch 'remotes/orchard/1.10.x' into PR/8688_get_many_skip_queries Matteo Piovanelli 2023-09-08 15:03:47 +0200
  • 65a90d5b46 fixed maxLength initialization in TitlePartSettings.cshtml Alessandro Agostini 2023-09-06 16:32:01 +0200
  • 95cd4c0fb5
    Fixes null culture Hermes Sbicego 2023-09-01 17:42:17 +0200
  • ba0daf3cb0
    Improve Orchard.Layouts UX (#8721) Hermes Sbicego 2023-09-01 10:23:36 +0200
  • 4b480fa8c6
    Update Toolbox.less Hermes Sbicego 2023-08-29 17:33:53 +0200
  • b5bf65789f minified versions and comments HermesSbicego-Laser 2023-08-29 17:26:44 +0200
  • acb4784e91 It makes the toolbox scrollable and sticky to its container in order to improve usability HermesSbicego-Laser 2023-08-29 16:33:42 +0200
  • 905cc01b1a fixed hint text for title Alessandro Agostini 2023-08-29 08:58:23 +0200
  • 44a4b3249e added comment to remind people to update the migration when they change the constant introduced previously Alessandro Agostini 2023-08-28 17:01:23 +0200
  • c75ae5169b changed title length to a constant and updated the recipe Alessandro Agostini 2023-08-28 16:42:09 +0200
  • a71707ac57 Removed where clause Alessandro Agostini 2023-08-08 17:25:33 +0200
  • c32beabbca added missing files Alessandro Agostini 2023-08-08 17:05:38 +0200
  • a46c2dbced added MaxLength setting for TitlePart Alessandro Agostini 2023-08-08 16:50:32 +0200
  • fb52be45fa added MaxLength setting for TextField Alessandro Agostini 2023-08-08 14:34:03 +0200
  • b854839a28
    Implements the "scale" filter to prevent image degradation (#8713) Lucio Fassio 2023-07-31 15:29:15 +0200
  • 790ba95db3 Updated XML helper to support storing and parsing of Guid RichieOrtiz 2023-07-24 08:18:50 -0400
  • fa1a26f059 Updated XML helper to support storing and parsing of Guid RichieOrtiz 2023-07-21 10:46:15 -0400
  • d8bb23a4c4
    Update SslSettingsPartHandler.cs (#8715) Hermes Sbicego 2023-07-21 08:03:42 +0200
  • e46aabe3ba
    Update SslSettingsPartHandler.cs Hermes Sbicego 2023-07-20 17:21:11 +0200
  • 4a39634aef Implementazione del filtro "scale" per non degradare le immagini Giuliano Dessimone 2023-07-14 09:37:38 +0200
  • 64eafbcea8 Merge branch 'issue/8684' into issue/8686-dev Benedek Farkas 2023-07-19 15:46:28 +0200
  • 01b3f2429f Resolving Migration step conflict for Orchard.Projections too, fixing logic Orchard.Core/Common Benedek Farkas 2023-07-18 22:05:59 +0200
  • 37ab0cd8d1 Updating IndexExists logic to only check indexes that belong to the current tenant (except for Default) Benedek Farkas 2023-07-18 19:18:20 +0200
  • 274b4416ec
    Using MailKit instead of SmtpClient (ORCH-267) (#8707) József Horváth 2023-07-17 09:58:16 +0200
  • 3d389df858 Fixing IndexExists for tenants with a table prefix Benedek Farkas 2023-07-14 19:53:45 +0200
  • 8793d4d663 Resolving conflict between 1.10.x and dev in the order of migration steps in Core/Common/Migrations.cs Benedek Farkas 2023-07-14 15:33:02 +0200
  • cc3435f5f5 Using infoset default values instead of Migrations to keep SSL settings when upgrading to MailKit Benedek Farkas 2023-07-13 23:05:00 +0200
  • 0716828a70 Code styling/simplifications Benedek Farkas 2023-07-13 22:34:20 +0200
  • fa6eae4c34 Merge branch 'dev' into issue/8684 Benedek Farkas 2023-07-12 17:00:49 +0200
  • 4043df7a0d
    Consolidating Microsoft.Owin package versions (#8711) Benedek Farkas 2023-07-12 16:59:34 +0200
  • 0c3afcd93e Revert "Grabbing the contents of the compile workflow from 1.10.x" Benedek Farkas 2023-07-12 16:58:03 +0200
  • dba7e4b1c8 Merge branch 'dev' into issue/8710 issue/8710 Benedek Farkas 2023-07-12 16:41:36 +0200
  • 01ba3cabbc Grabbing the contents of the compile workflow from 1.10.x Benedek Farkas 2023-07-12 16:41:14 +0200
  • cb005e70bd Consolidating Microsoft.Owin package versions Benedek Farkas 2023-07-12 16:35:03 +0200
  • 8a6958cec2 Adding migration step to migrate from EnableSsl to EncryptionMethod in SmtpSettingsPart Lombiq 2023-07-11 22:11:08 +0200
  • fe24e1bed4 Fixing encription method is not persisted Lombiq 2023-07-11 21:21:25 +0200
  • b0b95ceafe Merge remote-tracking branch 'origin/dev' into issue/8684 Benedek Farkas 2023-07-11 15:55:16 +0200
  • f1d655d9a8 Merge branch '1.10.x' into issue/8684 Benedek Farkas 2023-07-11 15:53:44 +0200
  • 8006ae9eb5 Improving SmtpSettings.cshtml a bit (port number restrictions, user name box width) Benedek Farkas 2023-07-11 13:42:48 +0200
  • 212143d1a1 Attempting to fix Razor compilation warning about Orchard.Email's reference to System.Net.Http Benedek Farkas 2023-07-11 12:43:06 +0200
  • 30a998f1f0 Removing 2 more references to System.Net.Http that we hopefully don't need at all anymore Benedek Farkas 2023-07-10 21:01:35 +0200
  • f2ebf06d44 Merge remote-tracking branch 'origin/1.10.x' into issue/8691 Benedek Farkas 2023-07-10 20:51:23 +0200
  • 729f8ddd75
    Cache CultureRecords by both Id and Name (#8708) Matteo Piovanelli 2023-07-07 09:58:17 +0200
  • b8f9f5a20c Cache CultureRecords by both Id and Name Matteo Piovanelli 2023-07-06 15:31:38 +0200
  • 2fce952e17 Using MailKit instead of SmtpClient Lombiq 2023-07-06 15:20:46 +0200
  • e78f223e35 added comment for clarity. Removed early call to ToArray Matteo Piovanelli 2023-07-03 16:34:25 +0200
  • 1e4da5055e First attempt at implementing a way to prevent items tat are in session from being fetched again Matteo Piovanelli 2023-06-30 17:47:03 +0200
  • bdba35c704
    Fix bug in updating settings for fields (#8703) Matteo Piovanelli 2023-06-30 08:51:09 +0200
  • 0b001c76c2
    Added flag to display a single model error for MediaLibraryPickerField (#8700) Andrea Piovanelli 2023-06-30 08:49:20 +0200
  • 7c4cc4de57
    Restored formatting for else branches Matteo Piovanelli 2023-06-30 08:48:45 +0200
  • 05079efdd3
    Fix mapping records in nested namespaces (#8681) (#8682) Marek Dzikiewicz 2023-06-29 13:04:23 -0400
  • 824846036e Merge branch 'dev' into issue/8686-dev Benedek Farkas 2023-06-29 10:54:20 +0200
  • 19847d2e95 Merge branch 'issue/8684' into issue/8686-dev Benedek Farkas 2023-06-28 17:18:13 +0200
  • 2be2ecc99e Disabling test execution for now, as tests will be fixed in the issue/8686-dev branch Benedek Farkas 2023-06-28 17:16:25 +0200
  • 642a07f301 Merge branch '1.10.x' into issue/8684 Benedek Farkas 2023-06-28 17:05:51 +0200
  • 731b223f82
    8686: Fixing build and tests on 1.10.x (#8687) Benedek Farkas 2023-06-28 15:11:46 +0200
  • 2ff3ef463f Revert "Adding the compile workflow to the solution" Benedek Farkas 2023-06-28 14:34:15 +0200
  • 9c90dfb830 Revert "Updating the compile workflow to run the build + tests on PR, dev and 1.10.x commits" Benedek Farkas 2023-06-28 14:34:00 +0200
  • 3a69399bd7 Adding the compile workflow to the solution issue/8686 Benedek Farkas 2023-06-28 14:33:23 +0200
  • 2494c7872a Updating the compile workflow to run the build + tests on PR, dev and 1.10.x commits Benedek Farkas 2023-06-28 14:33:01 +0200
  • 711e827258 Updating the compile workflow to run the build + tests on PR, dev and 1.10.x commits Benedek Farkas 2023-06-28 14:27:28 +0200
  • dd512b4ae6 Adding the compile workflow to the solution Benedek Farkas 2023-06-28 14:26:51 +0200
  • 06a6af0672
    Fix bug in updating settings for fields MatteoPiovanelli-Laser-patch-1 Matteo Piovanelli 2023-06-22 10:42:43 +0200
  • bf0c71c4f0
    Added lock on md5 variable to avoid concurrent hash generations for feature list. (#8697) Andrea Piovanelli 2023-06-19 10:04:24 +0200
  • 0485e44378
    filterTaxonomyCulture function is now named with a proper unique name, based on part and field (#8702) Andrea Piovanelli 2023-06-19 10:02:08 +0200
  • e463829cd9 Code refactoring: added variables for part-field differentiator and function name. Andrea Piovanelli 2023-06-16 11:20:04 +0200