Sebastien Ros
4abf761d4a
Removing dead code
...
--HG--
branch : dev
2011-02-16 16:51:21 -08:00
Dave Reed
abdfb9a25b
Add missing openajax.js
...
--HG--
branch : dev
2011-02-11 15:39:18 -08:00
Dave Reed
533af426f2
Including OpenAjax.js in admin pages as our client-side event bus.
...
e.g.:
OpenAjax.hub.subscribe("orchard.someeventname.*, function(name, eventdata) { });
OpenAjax.hub.publish("orchard.someeventname.somethingspecific", eventdata);
--HG--
branch : dev
2011-02-11 15:37:50 -08:00
Andre Rodrigues
14a7ada113
Converting local navs to a new core shape (AKA making louis happy :))
...
--HG--
branch : dev
2011-02-11 14:13:38 -08:00
Sebastien Ros
02c07875f7
Sanitizing @Display(Model) usage
...
--HG--
branch : dev
2011-02-09 17:59:52 -08:00
andrerod
5d55e95506
#17111 : Correcting fix. Fixing specflows.
...
--HG--
branch : dev
2011-02-09 00:07:12 -08:00
Dave Reed
11b37286a2
#17286 : ResourceManager should allow condition to be applied.
...
Actually, it did, but this wasn't useful for stylesheets that wanted a different 'media' type. You can now set any attribute in addition to the condition, which would also be great for scripts if you need to set an ID or other script attribute.
--HG--
branch : dev
2011-01-31 20:49:30 -08:00
Dave Reed
9adfa13a56
#17237 : Multiple clicks of Sign-in link cause multiple ReturnUrl values to be appended
...
--HG--
branch : dev
2011-01-31 16:36:23 -08:00
Renaud Paquay
99e4ed8857
Updating version #s to match 1.0 release
...
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Suha Can
dc81f4c8a6
Porting contribution from Kevin Labranche. Fix for 17111
...
--HG--
branch : 1.x
2011-01-14 11:48:06 -08:00
Renaud Paquay
94563832d9
Updating version # to 1.0
...
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
9dde617b29
Merge and fix remaining few permission checks
...
--HG--
branch : 1.x
2011-01-10 13:53:33 -08:00
Renaud Paquay
66a056cf0a
Merge
...
--HG--
branch : 1.x
2011-01-10 13:31:20 -08:00
Renaud Paquay
37909d97a4
Merge
...
--HG--
branch : 1.x
2011-01-07 23:52:32 -08:00
Renaud Paquay
ddb728c181
Work Item: 17116
...
--HG--
branch : 1.x
2011-01-07 22:40:20 -08:00
Renaud Paquay
ea75c55830
Make UI resilient to delete user
...
Work Item: 17101
--HG--
branch : 1.x
2011-01-07 22:28:46 -08:00
Andre Rodrigues
9a729df1c2
Changing "Themes"/"Modules" to "Theme"/"Module" as is in the extension type.
...
--HG--
branch : 1.x
2011-01-07 16:42:03 -08:00
Renaud Paquay
aa8d357998
Fix issue with published and modified dates not properly set
...
--HG--
branch : 1.x
2011-01-06 18:43:26 -08:00
Sebastien Ros
f86c4b1375
Converting the LogOn view to a shape, and adding a ShapeResult to render shapes as an ActionResult without the need of a dedicated view
...
Work Item: 17046
--HG--
branch : 1.x
2011-01-06 15:29:28 -08:00
Sebastien Ros
49ce0f3e7a
Adding link to change password view
...
Work Item: 16341
--HG--
branch : 1.x
2011-01-06 10:55:53 -08:00
andrerod
9838c67424
#17051 : Correcting a few wrong handlers Loaded -> Loading. Adding handlers to hook loaders on Versioning.
...
Fixing small permissions issue on live writter so that the user only gets the blogs that he can edit.
--HG--
branch : 1.x
2010-12-17 17:40:30 -08:00
Louis DeJardin
6358ad20ff
Adjusting permission names which weren't clear from the spec
...
--HG--
branch : 1.x
2010-12-15 21:54:25 -08:00
Andre Rodrigues
023ccbb439
Fixing RoutableService since by default there is no ISlugEventHandler implementation.
...
--HG--
branch : dev
2010-12-15 10:58:21 -08:00
Andre Rodrigues
709101c210
Simplifying slugeventhandler to leverage event bus functionality.
...
--HG--
branch : dev
2010-12-14 23:43:49 -08:00
Nathan Heskew
6bd7e40958
Enabling pre-dating of content from Live Writer
...
--HG--
branch : dev
2010-12-14 13:45:58 -08:00
Nathan Heskew
f40a725c33
More blog post published date cleanup WRT Live Writer
...
--HG--
branch : dev
2010-12-14 13:44:14 -08:00
Nathan Heskew
7113067437
Fixing errors that Live Writer was logging on the client.
...
Fixing errors that Live Writer was having with our datetime format, that we were having with the datetime string Live Writer was giving us and correctly setting an empty response to metaWeblog.getCategories from Orchard.Tags
--HG--
branch : dev
2010-12-14 11:49:42 -08:00
Renaud Paquay
8935efc96c
Update version # to 0.9.0
...
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Andre Rodrigues
48d3f1d647
Updating logger to flush immediately in development and to remove debug appenders in production.
...
--HG--
branch : dev
2010-12-13 14:58:32 -08:00
Nathan Heskew
ff2630e741
Fixing an error wrt the home page being unpublished then published through some other means than the page edit UI resulting in a "404" error page
...
work item: 17003
--HG--
branch : dev
2010-12-10 16:59:28 -08:00
Louis DeJardin
58b29c79ad
Field template alternates based on field name and content part/type name
...
When a ContentShape is returned from a ContentFieldDriver alternates are added automatically
Patterns include:
ShapeName
ShapeName__FieldName
ShapeName__PartName
ShapeName__FieldName__PartName
For content fields the part name is, essentially, always the same as the content type name
Field drivers must add a ContentPart property to the shape they return, or only the field name will be a valid alternate
Updated TextFieldDriver
Fixed a bug where a dash after a dot in a file name was preventing proper harvesting
--HG--
branch : dev
extra : rebase_source : cae3d8cf544628b5f35cfc584ebbedf4d505c8ce
2010-12-10 16:24:03 -08:00
Dave Reed
629a48958f
#17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
...
We did this in a lot of places. Adds a controller extension method that makes this easier.
--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Renaud Paquay
b6205e2295
Merge
...
--HG--
branch : dev
2010-12-10 13:08:42 -08:00
Dave Reed
9a91c4d741
#16825 : Exception in background task.
...
Return null for authenticated user if there is none set and there's no HttpContext.
Somehow the correct owner is already being assigned, so the previously created OwnedScheduledTaskHandler was unnecessary.
--HG--
branch : dev
2010-12-10 12:55:06 -08:00
Renaud Paquay
e9380fb02f
Merge
...
--HG--
branch : dev
2010-12-10 12:03:27 -08:00
Renaud Paquay
9337e12134
Adding differentiator fallback for field locations override
...
Work Item: 16915
--HG--
branch : dev
2010-12-10 11:59:20 -08:00
Andre Rodrigues
ca9c5d7b6a
#16802 : Making slug logic extensible / replaceable through events.
...
--HG--
branch : dev
2010-12-09 18:39:03 -08:00
Andre Rodrigues
035f3d3e9c
#16803 : International characters are allowed to go through and accents are removed.
...
--HG--
branch : dev
2010-12-09 18:03:27 -08:00
Andre Rodrigues
2c16581106
#16797 : Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
...
--HG--
branch : dev
2010-12-09 16:39:06 -08:00
Dave Reed
1295cc8949
#16825 : Exception in background task
...
--HG--
branch : dev
2010-12-09 11:34:57 -08:00
Suha Can
429fabd93c
16974 Create and edit actions don't use the correct permissions
...
--HG--
branch : dev
2010-12-08 18:58:04 -08:00
Suha Can
d8a02d4f3e
16975 ItemController.Preview action in contents module should do permission demand for edit content
...
--HG--
branch : dev
2010-12-08 17:48:40 -08:00
Suha Can
ea760cfe2e
16979 Reports should check for site ownership
...
--HG--
branch : dev
2010-12-08 15:10:07 -08:00
Suha Can
ca78b8acef
16976 Remove change owner of item permission
...
--HG--
branch : dev
2010-12-08 14:47:56 -08:00
Suha Can
65695a4acf
16972 Remove settings permissions
...
--HG--
branch : dev
2010-12-08 14:11:50 -08:00
Suha Can
b3f463fdc6
16973: Rename content permissions
...
--HG--
branch : dev
2010-12-08 13:21:32 -08:00
Nathan Heskew
d8b38b94c1
Adding supportsAutoUpdate to the XmlRpc capabilities to make sure client apps (e.g. Live Writer) keep up to date with the applications capabilities
...
--HG--
branch : dev
2010-12-08 10:57:45 -08:00
Suha Can
c15e4d5ee8
Cleanup & Refactoring
...
--HG--
branch : dev
2010-12-07 17:11:55 -08:00
Suha Can
f6cfeb3d66
Refactoring
...
--HG--
branch : dev
2010-12-07 16:47:30 -08:00
Suha Can
2b7b92c439
Refactoring
...
--HG--
branch : dev
2010-12-07 16:11:29 -08:00