Commit Graph
2177 Commits
Author SHA1 Message Date
Renaud Paquay cc8f19196f Remove incorrect line in "IndexPOST" action
The navigation screen doesn't show any part other than "MenuPart".
Calling "UpdateEditorModel" on all the content items in the POST
action causes data loss (slug, title, tags, etc..) when clicking
the "Update All" button.

--HG--
branch : dev
2010-07-31 15:35:08 -07:00
Sébastien Ros dfc90d100a When scaffolding solution items, check ifthe file exists before doing a touch on it
--HG--
branch : dev
2010-07-31 13:54:22 -07:00
Renaud Paquay 1da429cd8c Deletion of content items from index was using wrong ID
We were using the deletion task ID instead of the content item ID.

--HG--
branch : dev
2010-07-30 19:19:53 -07:00
Renaud Paquay 80c994b5c2 Search bug: filter out non existent content items from index
There is latency between the content of the index and the
content items in the database. We need to filter out content
items returned from the indexing service that aren't
published in the database.

--HG--
branch : dev
2010-07-30 19:18:47 -07:00
Renaud Paquay 7a569d3030 Bug fix: Indexing didn't process "unpublish" events
--HG--
branch : dev
2010-07-30 18:44:50 -07:00
Nathan Heskew a6e5f44915 Getting the slug and path of a blog post set when created from live writer.
--HG--
branch : dev
2010-07-30 11:41:42 -07:00
Michael Dorian Bach ffb5e940a9 Merge
--HG--
branch : dev
2010-07-30 11:14:45 -07:00
Jonathan Wall 761b707fed Fixed buttons on Edit Role page.
--HG--
branch : dev
2010-07-30 11:12:49 -07:00
Jonathan Wall 88ac840284 Removed extra text from Browse Gallery page.
--HG--
branch : dev
2010-07-30 11:00:27 -07:00
Jonathan Wall 04bc8b3da3 Removed icon button from comments page.
--HG--
branch : dev
2010-07-30 10:49:45 -07:00
Sebastien Ros 1a9acedbfb Corrected SessionFactoryBuilder tests
--HG--
branch : dev
2010-07-30 10:18:46 -07:00
Sebastien Ros bd06466ebe Merge
--HG--
branch : dev
2010-07-30 09:52:02 -07:00
Sebastien Ros 7d5969ed86 Corrected some unit tests
--HG--
branch : dev
2010-07-30 09:51:30 -07:00
Jonathan Wall 66cd633fe4 Made Add cultures link text larger.
--HG--
branch : dev
2010-07-30 09:44:24 -07:00
Nathan Heskew cddc584e6e Changing the order of a couple of the admin menu's Site Configuration items
- reports, settings, features, models -> features, modules, settings, reports

--HG--
branch : dev
2010-07-30 00:48:18 -07:00
Nathan Heskew 34ae99b417 Removing the hidden propery on the .managewrapper and giving it a little padding
- trading one hacky way to ensure a target area for one that's slightly less so

--HG--
branch : dev
2010-07-29 23:01:59 -07:00
Renaud Paquay 4fc28080db Fix Unit Tests
--HG--
branch : dev
2010-07-29 20:57:55 -07:00
Renaud Paquay 7c2abaf53d Fix feature enable from command line
When enabling features from the command line, we need
a way to signal the WebHost app that the OrchardHost needs
to re-compute the list of activated features.

We enable this by touching and monitoring a local file in "App_Data".
The file is touched whenever a feature is enabled or disabled,
and is monitored by the OrchardHost to watch for a re-initialization.

--HG--
branch : dev
2010-07-29 20:54:25 -07:00
Renaud Paquay a2ee8eff70 Fix background tasks processing on command line
* Don't run background tasks in orchard command line host
* Run background tasks in WebApp host

This required introducing the notion of "ShellRegistrations" through
a new IShellContainerRegistrations insterface, which is executed
everytime a new shell container is created, so that a host (e.g.
command line in this case) has the ability to override default
IXxxDependency registrations.

--HG--
branch : dev
2010-07-29 19:09:48 -07:00
Renaud Paquay 57368adcd1 Merge
--HG--
branch : dev
2010-07-29 18:18:53 -07:00
Sebastien Ros adfde2415f Merge
--HG--
branch : dev
2010-07-29 17:46:13 -07:00
Sebastien Ros 8d2757f27a Refactored packaging module
- Adding source and updating modules are safer

--HG--
branch : dev
2010-07-29 17:45:40 -07:00
Sebastien Ros 39b33a1832 Updated index for robustness
--HG--
branch : dev
2010-07-29 17:44:37 -07:00
Sebastien Ros b1324bc7a4 Changed cache key for regenerating the configuration it if there are setup issues
--HG--
branch : dev
2010-07-29 17:44:15 -07:00
Michael Dorian Bach 7baf7c663e Resolved CSS spacing issues related to the SQL Server options in Add Multi-Tenant UI.
--HG--
branch : dev
2010-07-29 17:27:43 -07:00
Sebastien Ros ef55b203d2 Updated gallery feed url
--HG--
branch : dev
2010-07-29 15:55:19 -07:00
Sebastien Ros 564e6c528b Instead of “~/modules” use “~/feed” in the gallery
--HG--
branch : dev
rename : src/Tools/PackageIndexReferenceImplementation/Controllers/ModulesController.cs => src/Tools/PackageIndexReferenceImplementation/Controllers/FeedController.cs
2010-07-29 15:53:40 -07:00
Sebastien Ros 5741737edc Removed the link to the Register page in the gallery
--HG--
branch : dev
2010-07-29 15:49:45 -07:00
Sebastien Ros 8d9925a75b Corrected search index bug preventing dynamic items from being indexed if they didn't have a common aspect
- Added a lock on write operations
- Changed Indexing event handler to intercept all ContentPart instances

--HG--
branch : dev
2010-07-29 15:44:15 -07:00
Jonathan Wall 2078932f41 Fixed install/download links on browse gallery page.
--HG--
branch : dev
2010-07-29 15:36:34 -07:00
Michael Dorian Bach ac38c496cf Merge
--HG--
branch : dev
2010-07-29 14:41:06 -07:00
Renaud Paquay cb4d7d1c43 Register blog feed in Drivers
This makes feed registration more resilient to routing overrides.

--HG--
branch : dev
2010-07-29 13:55:52 -07:00
Jonathan Wall 78493d3f75 Fix translations spacing on themes. Added ie button styles.
--HG--
branch : dev
2010-07-29 12:47:26 -07:00
Michael Dorian Bach 27df578b1c Fixed various styling issues with Corporate theme.
--HG--
branch : dev
2010-07-29 12:46:21 -07:00
Jonathan Wall 8e25eb923b Merge
--HG--
branch : dev
2010-07-29 12:44:47 -07:00
Jonathan Wall cec1b3b8d6 Made all textbox fields have the same padding in the admin.
--HG--
branch : dev
2010-07-29 12:40:24 -07:00
Bertrand Le Roy 496f8bc814 French translation fixes
--HG--
branch : dev
2010-07-29 12:40:11 -07:00
Sebastien Ros da148300e0 Filter unpublished items when displaying tags
--HG--
branch : dev
2010-07-29 11:25:26 -07:00
Nathan Heskew 8a215ef0a6 Fixing up the RoutePartDriver so it doesn't throw and exception when the slug is null.
--HG--
branch : dev
2010-07-29 09:40:06 -07:00
Nathan Heskew 7e6cbf091f Changing the Blog Create action to not try to add the blog slug to the blog slug constraint until after model state validation is verified.
--HG--
branch : dev
2010-07-29 09:31:35 -07:00
Bertrand Le Roy b70858cf5c Merge
--HG--
branch : dev
2010-07-28 18:17:42 -07:00
Bertrand Le Roy 5b00b516cf More French translation fixes.
--HG--
branch : dev
2010-07-28 18:16:24 -07:00
Renaud Paquay 0cb5617dd3 Merge
--HG--
branch : dev
2010-07-28 18:14:39 -07:00
Renaud Paquay aa7077af22 Fix enable feature from command line
If we enable a feature from the command line, we need the host to
recompute it's list of shell topologies on the next request
of the web application.

We enable this by making the OrchardHost watch for file changes
on the "cache.dat" file (topology cache)

--HG--
branch : dev
2010-07-28 18:14:22 -07:00
Renaud Paquay 395a97f527 Remove unneeded attribute
--HG--
branch : dev
2010-07-28 18:12:31 -07:00
Sebastien Ros 6b8a4dd07e Add missing file entry in project
--HG--
branch : dev
2010-07-28 17:14:39 -07:00
Sebastien Ros 46b00503d2 Remove the self-subscription of user accounts from the feed on OrchardProject.net
--HG--
branch : dev
2010-07-28 17:11:41 -07:00
Sebastien Ros 53a2210b19 Merge
--HG--
branch : dev
2010-07-28 16:34:41 -07:00
Sebastien Ros bb2ecbb0fd Refactored Tags module
--HG--
branch : dev
2010-07-28 16:33:53 -07:00
Jonathan Wall f934dc208c Fix translations spacing on themes.
--HG--
branch : dev
2010-07-28 14:36:31 -07:00