Commit Graph
2148 Commits
Author SHA1 Message Date
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 78493d3f75 Fix translations spacing on themes. Added ie button styles.
--HG--
branch : dev
2010-07-29 12:47:26 -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
Sebastien Ros 63ce9ea1e5 Add Orchard Module Gallery Feed by default in Gallery module
--HG--
branch : dev
2010-07-28 14:01:29 -07:00
Sebastien Ros 334223f532 Changed Modules Gallery url to /Modules instead of /Atom
--HG--
branch : dev
2010-07-28 13:45:29 -07:00
Nathan Heskew b5b5241335 Fixing the setting of route's slug and path in the RoutePartDriver
--HG--
branch : dev
2010-07-28 13:45:10 -07:00
Sebastien Ros 0ee57bdf6e Corrected Tags deletion
- When a content item is deleted, correctly delete tags if there are no other content items attached to it
- When searching for a non existing tag, don't display an error message and a null reference exception anymore

--HG--
branch : dev
2010-07-28 13:39:56 -07:00
Renaud Paquay dcda153286 Merge
--HG--
branch : dev
2010-07-28 13:07:35 -07:00
Renaud Paquay f846335852 Fix command line parser to support quotes
--HG--
branch : dev
2010-07-28 13:06:48 -07:00
Renaud Paquay b2be561e3f Use ConcurrentDictionary to simplify code
--HG--
branch : dev
2010-07-28 13:06:27 -07:00
Renaud Paquay 82cb85bba1 Fix concurrency issue accessing Dictionary instance
--HG--
branch : dev
2010-07-28 13:06:11 -07:00
Sebastien Ros fa9a75aa9f Corrected invalid scripts retrieval from Azure
--HG--
branch : dev
2010-07-28 13:01:45 -07:00
Sebastien Ros e1feef58e7 Corrected field initialization for automatic indexing events
--HG--
branch : dev
2010-07-28 11:52:29 -07:00
Sebastien Ros 26f3568813 Corrected Azure build
--HG--
branch : dev
2010-07-28 11:52:03 -07:00
Renaud Paquay ad2a798335 Merge
--HG--
branch : dev
2010-07-27 19:52:28 -07:00
Renaud Paquay 8d619260c9 Adding "title" field index from RoutePart
--HG--
branch : dev
2010-07-27 19:50:59 -07:00
Sébastien Ros 999369225e When a search result doesn't exist, it is not displayed
- Might occur when a deleted content is searched before the index is updated (short time), eventually when the search is triggered on another server of a farm

--HG--
branch : dev
2010-07-27 19:46:07 -07:00
Renaud Paquay d64a0e8aaa Add "ApplicationPath" in tenant URL
--HG--
branch : dev
2010-07-27 19:45:22 -07:00
Renaud Paquay 3bb06ec058 Properly close the steam when writing
--HG--
branch : dev
2010-07-27 19:45:01 -07:00
Sébastien Ros 06bc8f6888 When a content item is modified the indexing events are fired
--HG--
branch : dev
2010-07-27 19:44:39 -07:00
Renaud Paquay 13b077e91c Make display of Atom feed content more resilient
--HG--
branch : dev
2010-07-27 19:13:14 -07:00
Renaud Paquay 17f318e362 Merge
--HG--
branch : dev
2010-07-27 18:47:51 -07:00
Renaud Paquay 67e1923003 Fix blog import command to set "Path" property
--HG--
branch : dev
2010-07-27 18:47:19 -07:00
Renaud Paquay 1cc9b5e334 Increase field length limit
--HG--
branch : dev
2010-07-27 18:39:17 -07:00
Renaud Paquay f077291cf7 Fix intermitent error with persisted nhibernate configuration
--HG--
branch : dev
2010-07-27 18:36:07 -07:00
Bertrand Le Roy c20ff5fa51 French localization fixes.
--HG--
branch : dev
2010-07-27 18:19:15 -07:00
Jonathan Wall 06f210e0a0 Fixed translations rendering on all themes.
--HG--
branch : dev
2010-07-27 16:41:48 -07:00