Lombiq
2a0f866f26
Fixing exception when importing Projection Elements with the default layout selected
...
Fixed the export of this previously, this was remaining.
2015-09-08 01:01:23 +02:00
Lombiq
a685517118
Normalizing all catch (Exception ex) lines and adding exception fatality check where applicable, fixes #3949
2015-09-07 00:17:57 +02:00
Lombiq
fcc4a944bb
Fixing that Projection Elements with the Default Layout selected weren't exported
2015-08-30 22:29:12 +02:00
Lombiq
42ff708da8
#5664 : Lucene should page operations with the highest possible page size
2015-08-28 23:38:30 +02:00
Lombiq
6552735df3
Media Library now correctly handles files with a # character in their name, fixes #5421 .
2015-08-16 02:23:11 +02:00
Lombiq
59b3d50e03
Fixing that the empty username validation message wasn't shown on the Lost Password page, fixes #5353
2015-08-16 02:08:12 +02:00
Lombiq
64585223ee
Fixing that Layouts couldn't be export/imported properly because they lacked an identity
2015-08-13 17:02:50 +02:00
Lombiq
06e4d2f7f8
Fixing typo/language
2015-08-11 02:04:57 +02:00
Lombiq
85fd5c8320
Fixing registration settings infoset migration
2015-08-06 21:30:35 +02:00
Lombiq
37a5a7effc
Wrapping ITokenizer injection into Work<> for shape methods to prevent possible DependencyResolutionException.
...
Not doing this can cause "No scope with a Tag matching 'work' is visible from the scope in which the instance was requested." errors with certain token providers.
2015-07-26 00:53:19 +02:00
Lombiq
5420a038ba
The AlwaysAccessible attribute now can be added to controllers (not just to actions), fixes #4504
2015-07-25 13:05:41 +02:00
Lombiq
5f7299cd81
Adding missing OrchardFeature attributes to Dynamic Forms validation services
2015-07-21 23:46:22 +02:00
Lombiq
2a34cb582b
Reverting that form validation services of Dynamic Forms were moved to a separate feature (should be only on dev)
2015-07-21 23:42:58 +02:00
Lombiq
36910e8659
Adding missing OrchardFeature attributes to Dynamic Forms validation services
2015-07-18 14:35:43 +02:00
Lombiq
81034f43d2
Fixing another potential NRE when saving a content item with LocalizationPart for the first time
2015-07-17 18:56:06 +02:00
Lombiq
76b7121935
Adding AJAX-support to the content item controller, fixes #2703
2015-07-16 15:08:39 +02:00
Lombiq
99e05c8a09
Fixing exception in Layouts when a driver was inherited from a custom base driver, fixes #5509
2015-07-16 12:11:38 +02:00
Lombiq
b3980940ef
Adding default classes to Projections layouts, fixes #3405
2015-07-13 17:35:11 +02:00
Lombiq
e74b6ad6f8
Fixing potential NRE in LocalizationPartHandler by adding a nullcheck in LocalizationPartDriver
2015-07-12 19:35:52 +02:00
Lombiq
89c5b2f7de
Fixing that Audit Trail summary item edit link was double-encoded
2015-07-06 01:15:12 +02:00
Lombiq
b6db85b8af
Untabifying CommentPartDriver
2015-07-05 14:19:37 +02:00
Lombiq
4e7e274d85
CSS classes can now be specified for widgets, fixes #5387
2015-06-26 00:34:57 +02:00
Lombiq
31e3072328
Enabling SetupService to harvest recipes from themes too
2015-06-25 16:57:13 +02:00
Lombiq
e10ba8126a
Fixing that ClientHostAddressAccessor failed in a background task
...
This was the case e.g. when roles were modified in a background task with Audit Trail trying to record the event
2015-06-25 00:35:21 +02:00
Lombiq
a7626b78f5
Fixing that instead of just widgets all content items were retrieved in some WidgetsService methods
2015-06-24 16:04:11 +02:00
Lombiq
1d445c5438
Fixing that Custom Forms didn't display a submit button text if there was none configured
...
The button text not being configured can happen on an 1.8 to 1.9 upgrade for example.
2015-06-15 00:07:01 +02:00
Lombiq
6aabc4d9f9
Fixing that the Audit Trail Recycle Bin caused YSOD if a content item didn't have a display text (like Comments)
2015-06-14 23:18:25 +02:00
Lombiq
de9fc2fb5b
Registration and last login date are now tracked for users, fixes #1296
2015-06-13 23:56:40 +02:00
Lombiq
e066e39070
Decoupling Dynamic Forms' root feature from Orchard.Scripting.CSharp and Orchard.Users, fixes #5349
2015-06-13 23:50:26 +02:00
Lombiq
66af4a8cdf
Adding null check for query string parameters in AuditTrail to prevent possible YSOD
2015-06-13 01:02:16 +02:00
Lombiq
81dade1ab4
When a content type gets modified, its items will get re-indexed by a JobsQueue job instead of a custom queue-like implementation. Fixes #4729 .
...
Since this adds a new dependency to Orchard.Indexing it requires #3132 to be fixed.
2015-06-09 14:16:16 +02:00
Lombiq
8a7a300414
Fixing that a JobsQueue job re-queuing itself caused a DB deadlock.
...
JobsQueueProcessor is a singleton, so every IDependency it gets injected should be wrapped into Work<T>.
2015-06-09 14:13:01 +02:00
Lombiq
31a325a810
Implementing alternating row colours for content type and part editors too, fixes #2665
2015-06-09 00:09:54 +02:00
Lombiq
0c7b52e1be
#5355 : Fixing that the selected terms in a TaxonomyField were cleared out when updating an editor group the field isn't displayed in
2015-06-06 00:34:55 +02:00
Lombiq
30411b6be5
#5348 : Splitting ItemDisplayText in two (fixing the fix)
2015-06-06 00:32:29 +02:00
Lombiq
917fd8425f
Fixing ComponentNotRegisteredException during setup, fixes #4159
...
Added fix by jtkech.
2015-05-31 18:15:29 +02:00
Lombiq
ee0bd03c04
Fixing that Output Cache storage providers could fail with an ObjectDisposedException due to a deferred delegate execution causing the usage of dependencies from a disposed lifetime scope.
2015-05-30 01:37:31 +02:00
Lombiq
801d58183a
Fixing that JobsQueue doesn't actually use Task Lease to prevent multiple server nodes from executing the same jobs
2015-05-23 23:54:08 +02:00
Lombiq
443b03fd67
Removing unused folders from TaskLease
2015-05-23 21:49:41 +02:00
Lombiq
d1ae7380e4
Removing empty Controllers folder from Autoroute
2015-05-22 00:19:16 +02:00
Lombiq
0283dc22c5
Warning users when they remove the home page, fixes #4843
2015-05-22 00:18:24 +02:00
Lombiq
2a57a15363
Fixing that in Workflows localized outcomes were used as identifiers, breaking when a localization package was installed.
...
This is a breaking change for localized sites, see 1.10 release notes.
2015-05-20 01:31:15 +02:00
Lombiq
15ccba2b81
Fixing that Orchard.Email Workflows classes weren't actually under the corresponding feature
2015-05-20 00:27:57 +02:00
Lombiq
82602369c6
Formatting Taxonomies source files
2015-05-19 21:46:38 +02:00
Lombiq
3c94d48f59
Adding paging when listing Taxonomies and Taxonomy terms, fixes #4506
2015-05-19 15:32:09 +02:00
Lombiq
d4a8df3e99
Fixing oversight in previous
2015-05-18 20:52:39 +02:00
Lombiq
7ebaf2fd5c
Fixing that CombinedResult is not handled when updating an editor.
2015-05-18 17:19:54 +02:00
Lombiq
052a80474f
Fixing that driver editor posts are executed if grouping was set from placement but the shape hidden
2015-05-18 17:11:21 +02:00
Lombiq
301792f5ed
Adding change password link to the dashboard #3588
2015-05-14 18:10:03 +02:00
Lombiq
3760e12029
Adding the ability to rename workflows, fixes #3570
2015-05-14 18:04:45 +02:00
Lombiq
b98d35305a
Revert "Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729."
...
Commit moved to dev branch as it's not a completely safe change.
This reverts commit 40243f2224 .
2015-05-14 12:54:02 +02:00
Lombiq
1cfbfbce92
Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729 .
2015-05-14 12:51:57 +02:00
Lombiq
40243f2224
Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729 .
2015-05-11 23:17:58 +02:00
Lombiq
91e040e684
Fixing that the technical names of widgets couldn't contain hyphens, see #4981
2015-05-11 16:52:54 +02:00
Lombiq
c73d6c0a91
Removing empty RouteExtension, fixes #2509
2015-05-08 21:14:06 +02:00
Lombiq
9e66ee6560
Revert "Rolling back streams in storage providers, fixes #4860 "
...
This reverts commit f8e82be4b9 .
There are Stream implementation that don't support seeking so we can't do Position resetting just every time.
2015-05-08 16:30:26 +02:00
Lombiq
db0c8c3d1f
Changing all Codeplex issue links to GitHub links
2015-04-15 21:00:20 +02:00
Lombiq
06070fbb03
Wrapping stream usage into using() instead of manual Dispose() in FileSystemStorageProvider
2015-04-15 20:54:39 +02:00
Lombiq
f8e82be4b9
Rolling back streams in storage providers, fixes #4860
2015-04-15 20:45:11 +02:00
Lombiq
566d23ec55
Untabifying Text class
2015-04-15 20:34:28 +02:00
Lombiq
68c0e67aee
Fixing that during saving a content type definition, updating MediaFileNameEditorSettings caused an exception if the Stereotype is empty
2015-04-02 16:36:19 +02:00
Lombiq
5e85d3d872
Untabify CodeGenerationCommands
2015-03-30 00:16:55 +02:00
Lombiq
571f73ee9c
Untabify FeatureManager
2015-03-29 20:28:35 +02:00
Lombiq
8b196c437e
#21181 : Adding the ability for admins to also change password for registered users.
...
Work Item: 21181
2015-03-02 17:19:32 +01:00
Lombiq
53cd06e63e
Fixing that Path Placement Matches couldn't be used for editor templates when being updated.
2015-03-01 02:01:11 +01:00
Lombiq
9f9ed92fdd
Core/Shapes: creating static resource for html5.js
2015-02-28 18:11:59 +01:00
Lombiq
1407ff7fce
Fixing Taxonomies migration return value
2015-02-24 21:31:01 +01:00
Lombiq
9183641da0
#20983 : Removing unneeded and wrong SafeMode Document template and adding simple Document template to Orchard.Setup.
...
Orchard.Setup implicitly depended on the SafeMode theme, removing this dependency now. The Setup Document now depends on Core Shapes because of html5.js, but this is much less risky.
Work Item: 20983
2015-02-21 17:04:51 +01:00
Lombiq
e84a180412
Moving Orchard.Caching extension methods to the same namespace as the service they extend
2015-02-21 15:24:01 +01:00
Lombiq
2b1095b250
Fixing Content and Media Picker document templates' CSS inclusions
2015-02-20 19:40:43 +01:00
Lombiq
1c1bc9d851
#20983 : Removing unneeded and wrong SafeMode Document template
...
Work Item: 20983
2015-02-20 19:26:45 +01:00
Lombiq
26c6017b0a
Untabifying template
2015-02-20 19:23:04 +01:00
Lombiq
0d52799fb0
Deferring Taxonomies term count calculation to a processing engine task, lowering the chance of DB deadlocks
2015-02-20 00:27:11 +01:00
Lombiq
aaf9387cc4
Adding index on Taxonomies TermPartRecord.Path as its frequently queried
2015-02-19 23:18:11 +01:00
Lombiq
c8f65e7110
Updating Rebraces config for VS Update 4
2015-02-12 00:12:11 +01:00
Lombiq
651ad96047
Fixing DefaultOrchardHostTests
2015-02-12 00:12:10 +01:00
Lombiq
c49130293e
Adding null checks to search settings import
2015-02-05 17:39:29 +01:00
Lombiq
10c0baabf4
Implementing proper package uninstall process with features being disabled and uninstalled, then the package being removed.
2015-01-27 18:33:09 +01:00
Lombiq
a14ebfd555
#20367 : Removing IHostEnvironment.IsFullTrust since only full trust is supported any way.
...
Work Item: 20367
2015-01-26 20:32:06 +01:00
Lombiq
8dae8f3d5b
User approval, disabling and challange e-mail re-send is an unsafe operation and should use POST.
2015-01-26 20:21:12 +01:00
Lombiq
e612fc031e
Normalizing line endings in Orchard.Users AdminController
2015-01-26 20:12:23 +01:00
Lombiq
2187f51d48
#21167 : Fixing that Roles tried to access permissions of a feature before its migrations could run.
...
Work Item: 21167
2015-01-26 19:08:57 +01:00
Lombiq
9b882ac313
Fixing NRE with new BlogPost items
2015-01-26 16:32:24 +01:00
Lombiq
d5c85265b5
#21158 : Preventing disabled shells from being started.
...
Work Item: 21158
2015-01-25 22:49:05 +01:00
Lombiq
a6c467106f
Typo
2015-01-25 22:34:42 +01:00
Lombiq
22ee57582d
#20928 : Preventing race condition when starting shells
...
Work Item: 20928
2015-01-25 22:33:27 +01:00
Lombiq
c75b7f4434
Untabifying config files with mixed tabs-spaces
2015-01-22 12:46:29 +01:00
Lombiq
a8ec1935b7
Adding logging for background tasks
2015-01-22 12:44:40 +01:00
Lombiq
07ad6329f6
Fixing ironic typo
2015-01-20 19:01:53 +01:00
Lombiq
604dfb67bf
Streamlining Migrations.cs for Orchard.PublishLater and adding description for ArchiveLaterPart
2015-01-20 18:55:51 +01:00
Lombiq
aa94c1d5f4
Adding missing script inclusions to module and theme shape templates.
2015-01-18 23:29:02 +01:00
Lombiq
2223dc7afa
Adding Uninstall button for modules under Modules/Installed.
2015-01-18 19:18:48 +01:00
Lombiq
7e355a65c2
Refactoring PackagingServicesController, adding UninstallModule action.
2015-01-18 19:15:10 +01:00
Lombiq
857b73052c
Formatting theme templates.
2015-01-18 19:14:10 +01:00
Lombiq
c0983a32ba
Refactoring theme templates, fixing variable names.
2015-01-18 19:11:37 +01:00
Lombiq
25c23a1127
Fixing template compilation error
2015-01-18 18:25:36 +01:00
Lombiq
83f63bc7bc
Formatting Orchard.Modules templates
2015-01-18 16:57:43 +01:00
Lombiq
24967bb8be
Refactoring Modules Index templates to use better local variables.
2015-01-18 16:50:14 +01:00
Lombiq
dc9f54312b
Renaming leftover field in PackageManager
2015-01-18 00:47:58 +01:00
Lombiq
9320e48b09
#20942 : Setup now harvests setup recipes from all modules for the setup screen.
...
Work Item: 20942
2015-01-18 00:26:25 +01:00