Commit Graph

2172 Commits

Author SHA1 Message Date
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
Renaud Paquay
b5a093e632 Merge
--HG--
branch : dev
2010-07-28 14:15:03 -07:00
Renaud Paquay
c874c9ab7b Merge
--HG--
branch : dev
2010-07-28 14:14:01 -07:00
Nathan Heskew
2c9eb65542 Fixing comment validation with out of the box spam protection enabled and changed the label of the URL setting to more accurately describe what it's for
--HG--
branch : dev
2010-07-28 14:12:44 -07:00
Renaud Paquay
89a3186cef Merge OrchardCLI.exe with Orchard.exe
--HG--
branch : dev
2010-07-28 14:11:28 -07:00
Sebastien Ros
6f84968bf2 Merge
--HG--
branch : dev
2010-07-28 14:01:44 -07:00