Commit Graph
100 Commits
Author SHA1 Message Date
bleroy 6e8b4524d0 Delete ghost solution from 2010 from Orchard.ContentTypes module. 2015-08-04 16:50:07 -07:00
Bertrand Le Roy c1359f7a86 Add a heading element that renders as h1-h6 tags. 2015-06-19 18:57:45 -07:00
Bertrand Le Roy 8eea9a6771 Add missing reference to media library from image editor web config so that views compile properly. 2015-06-15 12:42:50 -07:00
Bertrand Le Roy 14172fec51 Fix compilation issue on dynamic forms admin views that use namespaces from layouts. 2015-06-13 16:42:09 -07:00
Bertrand Le Roy e3a9758331 Add a break element that renders the hr tag. 2015-06-11 20:47:37 -07:00
Bertrand Le Roy 564eeacf04 Merge branch '1.9.x' of https://github.com/OrchardCMS/Orchard into 1.9.x 2015-06-11 10:03:57 -07:00
Bertrand Le Roy 47a0a87dc0 Render fieldset as a fieldset in the editor canvas. 2015-06-10 13:10:59 -07:00
Bertrand Le Roy c16de7f20a Fix flashing popup when adding a fieldset to the layout canvas. 2015-06-10 10:26:47 -07:00
Bertrand Le Roy ef3ca907c7 Remove editor completely when adding a fieldset to the layout editor. 2015-06-09 13:48:58 -07:00
Bertrand Le Roy 7a1983b47f Add a fieldset element 2015-06-09 13:08:57 -07:00
Bertrand Le Roy 55f2fb24c2 Fix the case of protocol-less stylesheet URI.
.NET's Uri.IsWellFormedUriString doesn't understand protocol-less URI, resulting in the stylesheet binding strategy mistaking those for local resources, and trying to find alternates. This is wasteful and can lead to subtle bugs. If the method is ever fixed, the new code will die, and everything sill continue to work as expected.
2015-06-04 11:01:46 -07:00
Bertrand Le Roy 8976cc11d1 Update Readme to reflect the most recent mission statement and version number. 2015-05-20 17:38:37 -07:00
Bertrand Le Roy c3c8edf300 Move the chat badge down on readme. 2015-05-20 17:33:55 -07:00
Bertrand Le Roy 3e2dfe0609 Merge branch 'dev' of https://github.com/OrchardCMS/Orchard into dev 2015-05-18 11:28:22 -07:00
Bertrand Le Roy 52c897fd02 Make the default favicon not suck on Firefox. 2015-05-18 11:26:03 -07:00
Bertrand Le Roy d1fa8d4daf Update Readme to reflect the most recent mission statement. 2015-05-06 10:43:45 -07:00
Bertrand Le Roy 070c0bb1d0 Merge branch 'feature/msbuildtypescript' into 1.9-int 2015-03-27 11:28:38 -07:00
Bertrand Le Roy 39b4009e40 Enable TypeScript files to be built with a simple "build typescript" and without taking a dependency on Node.js 2015-03-20 20:14:37 -07:00
Bertrand Le Roy 5fdaeaf519 Improve oEmbed story by enabling the construction of oEmbed items, and the edition of the parameters that came from the oEmbed provider. 2014-12-29 16:09:39 -08:00
Bertrand Le Roy d7edef9bb8 Use TrimStart rather than a loop to remove leading slashes in autoroute driver. 2014-12-03 22:02:18 -08:00
Bertrand Le Roy bd605810a8 Use string.Join instead of obscure and inefficient Aggregate pattern
CultureCommand change actually fixes a benign bug in one of the commands (extra space at the end).
DisplayHelper is clarified by better typing of intermediate results.
2014-12-03 16:31:57 -08:00
Bertrand Le Roy e3ab41a78c #21020: simplified feature css, and removed wrong assumption about the position of the feature boxes. 2014-11-13 13:41:11 -08:00
Bertrand Le Roy 7649724d80 Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2014-10-17 13:17:56 -07:00
Bertrand Le Roy 1540f69a79 Partial identity matches can now be considered as full matches, fixing a bug where import files would create duplicate items if imported several times. 2014-10-17 13:16:34 -07:00
Bertrand Le Roy 75eb816ccd Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2014-10-15 09:14:32 -07:00
Bertrand Le Roy 314f9a4e18 Actions can opt out of anti-forgery by adding [AntiForgeryTokenOrchard(false)] 2014-10-14 17:19:38 -07:00
Bertrand Le Roy 6642d3323c Added Html.HtmlHelperFor helper 2014-09-10 17:08:33 -07:00
Bertrand Le Roy a46f650f60 Optimizing TermsPartHandler 2014-06-13 12:20:04 -07:00
Bertrand Le Roy ae57320926 Adding a database index on MediaPartRecord.FolderPath 2014-06-13 12:19:45 -07:00
Bertrand Le Roy e0c4c87a77 Autoroute slug editor now has "view" link once it's been saved. 2014-05-08 19:09:42 -07:00
Bertrand Le Roy d5c762f51f Added UI to test email settings 2014-05-07 19:58:51 -07:00
Bertrand Le Roy 12230a8312 Fixed None elements in azure media services project. 2014-05-04 15:47:38 -07:00
Bertrand Le Roy fd8a016c05 Email notification settings get properly persisted and displayed 2014-05-04 14:34:47 -07:00
Bertrand Le Roy b99e4201c8 Workflows Timer missing a category, Workflows moved to Workflows category 2014-04-28 10:24:24 -07:00
Bertrand Le Roy af2f57401d #20399: white-listing supported image types, which allows for previously unsupported types like svg to be handled by the document factory instead of causing the image factory to throw. 2014-03-23 12:48:39 -07:00
Bertrand Le Roy 36d3139887 Consistency in summary admin rendering: added itemid attribute and summary class to media summary admin template. 2014-02-12 23:16:50 -08:00
Bertrand Le Roy d10dc31898 This simple change makes it possible to call Display on the same pager twice, which is an important scenario (display pager on top and bottom of list). 2014-02-07 23:06:20 -08:00
Bertrand Le Roy efa37e1d7a Added join types and join condition expressions on HQL API 2014-02-06 17:43:58 -08:00
Bertrand Le Roy 2858fbf660 Fixed unclosed tag in media library field client-side template 2014-01-22 17:36:35 -08:00
Bertrand Le Roy cc9624c741 Added a part setting for TermPart so the page size can be adjusted. 2014-01-18 19:43:08 -08:00
Bertrand Le Roy 529a43c1ed Added a part setting for TermPart so the display type can be changed on child items when displaying the details of the term. 2014-01-18 18:36:11 -08:00
Bertrand Le Roy 87ccd59dc0 SSL transitions from https to http should not be forced on Ajax requests, as they can result in mixed security, and cross-domain failures. 2014-01-05 16:11:33 -08:00
Bertrand Le Roy 6477ddc828 Removed unused tokenizer from notification activity. 2013-11-22 23:04:30 -08:00
Bertrand Le Roy da19df982d Added a logging workflow activity that adds an entry in the application logs 2013-11-22 23:02:20 -08:00
Bertrand Le Roy 5193ba7b0c Made admin pages print pretty: menu is removed, as are save buttons and backgrounds. 2013-11-19 22:03:09 -08:00
Bertrand Le Roy 7abd20f9ec Caching done right 2013-10-09 11:52:07 -07:00
Bertrand Le Roy 5166c16c73 Shifting settings. Settings are now saved into the infoset rather than a record. No migration, no record. 2013-10-08 21:50:02 -07:00
Bertrand Le Roy f7998bc95c SSL module brought into the core distribution 2013-10-07 21:30:20 -07:00
Bertrand Le Roy fec758bb5c Avoiding select n+1 when comments shapes are hidden from a list. 2013-10-07 12:39:01 -07:00
Bertrand Le Roy 29f5463c0d Added Edit button for each image in media library field, restyled buttons, added remove confirmation, prevented accidental navigation when there are pending changes. 2013-09-01 19:07:21 -07:00
Bertrand Le Roy 09376d5b06 Size the media library picker UI using viewport units, to dramatically improve usability with large directory structures, and fix infinite scrolling bug. 2013-08-31 20:40:34 -07:00
Bertrand Le Roy fb052ea341 Moving media library admin script to a separate file. 2013-08-31 20:39:00 -07:00
Bertrand Le Roy e9e5d1f49e #20027: Media library field putting one thumbnail per line in summary admin
Work Item: 20027
2013-08-30 11:16:45 +02:00
Bertrand Le Roy 1bf4658657 Moving the tip.
--HG--
branch : 1.x
2013-08-01 11:53:50 -07:00
Bertrand Le Roy 8695e3481b #19868: Removed PublishLater folder lost in core
--HG--
branch : 1.x
extra : rebase_source : a6064412b30d07da309516884f8ebc5bc030bda5
2013-07-05 19:13:41 -07:00
Bertrand Le Roy c0161b595d Grammar fix on cache admin page.
--HG--
branch : 1.x
2013-07-02 11:38:28 -07:00
Bertrand Le Roy 4b22b828a2 Content base template now outputs attributes and classes
--HG--
branch : 1.x
2013-07-01 13:29:39 -07:00
Bertrand Le Roy 4b41af8f3a Fixed string grammar in upgrade module.
--HG--
branch : 1.x
2013-06-24 17:08:40 -07:00
Bertrand Le Roy 25b947cf5f Adding ellipsis to site title in admin
--HG--
branch : 1.x
2013-06-13 15:09:04 +02:00
Bertrand Le Roy e5dd5790d7 Fixing the overflow on long site names
--HG--
branch : 1.x
extra : rebase_source : 605f8628a741447b1aedcef26496668b45743c8a
2013-06-13 14:50:15 +02:00
Bertrand Le Roy 85aadd8e8b #19728: ResourceManager.Include ignores debug path
--HG--
branch : 1.x
extra : rebase_source : 616d92673f0cf4a77ee9c0e2717b321197c0dcd3
2013-05-19 17:28:19 -07:00
Bertrand Le Roy 9f92036d68 19720: more restricted stereotypes for new manage queries permission.
--HG--
branch : 1.x
2013-05-15 11:11:38 -07:00
Bertrand Le Roy 137a229f9e 19720: Adding Manage Queries permission
--HG--
branch : 1.x
extra : rebase_source : 03c85824bb4fe21f184a2c24c9e000d0e98fc59d
2013-05-15 11:01:17 -07:00
Bertrand Le Roy d74ea1fab9 Site settings load in one query no matter how many settings parts exist.
--HG--
branch : 1.x
2012-12-17 18:31:33 -08:00
Bertrand Le Roy 6850d9d3da Markdown filter should not introduce new lines automatically, to avoid invalid
HTML and to be consistent with the client-side libray used in the editor.

--HG--
branch : 1.x
2013-04-05 12:38:52 -07:00
Bertrand Le Roy 2485fdf1ff Style tweaking for Markdown editor
--HG--
branch : 1.x
extra : rebase_source : f1877375866e7a17fdc7857638e674de720eee89
2013-03-07 17:47:30 -08:00
Bertrand Le Roy 57258ec8e8 Merge
--HG--
branch : 1.x
2013-03-07 00:34:59 -08:00
Bertrand Le Roy 38a6b710bf Merge
--HG--
branch : 1.x
2013-03-07 00:32:36 -08:00
Bertrand Le Roy d4a25ec097 19501: Markdown editor and preview split vertically instead of horizontally
--HG--
branch : 1.x
2013-03-07 00:32:04 -08:00
Bertrand Le Roy 36db106607 Merge
--HG--
branch : 1.x
2013-02-21 22:29:50 -08:00
Bertrand Le Roy 65443d9058 Updated comment for better accuracy about shape and template names.
--HG--
branch : 1.x
2013-02-21 22:29:31 -08:00
Bertrand Le Roy 2f0f6804e9 Merge
--HG--
branch : 1.x
2013-02-10 13:08:09 -08:00
Bertrand Le Roy 3e490fcb52 Corrected inaccurate comments (found by csadnt)
--HG--
branch : 1.x
2013-02-10 13:07:55 -08:00
Bertrand Le Roy b6e4ddcaef Merge
--HG--
branch : 1.x
2013-02-05 13:20:49 -08:00
Bertrand Le Roy f7ecffc797 Merge
--HG--
branch : 1.x
2013-02-05 13:19:31 -08:00
Bertrand Le Roy 98c99eaf3b 19275: Fixed typo
--HG--
branch : 1.x
2013-02-05 13:18:23 -08:00
Bertrand Le Roy c78eb66811 Merge
--HG--
branch : 1.x
2013-02-05 10:42:18 -08:00
Bertrand Le Roy 2a6937bfc2 Typo corrections, courtesy of Antoine Griffard
--HG--
branch : 1.x
2013-02-05 10:42:01 -08:00
Bertrand Le Roy 274e3b9067 Typo fix
--HG--
branch : 1.x
2013-02-01 22:34:47 -08:00
Bertrand Le Roy e9742f6aae Removing extra $1 after newlines in text field front-end rendering.
--HG--
branch : 1.x
2012-11-08 18:36:01 -08:00
Bertrand Le Roy 4fdb31d80d Merge
--HG--
branch : 1.x
2012-09-27 11:16:48 -07:00
Bertrand Le Roy 1cdfcba76a #19065: Version of jQueryUI in manifest inconsistent with actual included script
--HG--
branch : 1.x
2012-09-26 20:59:47 -07:00
Bertrand Le Roy c2e2c3cfec #19009: Textarea shape shouldn't add CR after value.
--HG--
branch : 1.x
2012-09-06 16:51:34 -07:00
Bertrand Le Roy 159e94c286 Added missing differentiator in DateTime and Link fields (fixes 18987).
--HG--
branch : 1.x
2012-08-26 19:22:43 -07:00
Bertrand Le Roy b8ef6ffffc Merge
--HG--
branch : 1.x
2012-08-23 15:06:20 -07:00
Bertrand Le Roy d41363fed7 Typo fixed.
--HG--
branch : 1.x
2012-08-23 15:05:43 -07:00
Bertrand Le Roy d216132a4b Minor refactoring to enable a localized string to be picked up by loc tool.
--HG--
branch : 1.x
2012-08-22 18:46:15 -07:00
Bertrand Le Roy 792318d6b7 Merge
--HG--
branch : 1.x
2012-08-20 18:04:42 -07:00
Bertrand Le Roy ae0cb74d4f New media picker field front-end template using relative paths.
--HG--
branch : 1.x
2012-08-20 18:03:09 -07:00
Bertrand Le Roy 1d6deaaabb Merge
--HG--
branch : 1.x
2012-08-16 14:33:58 -07:00
Bertrand Le Roy 08ae18eb58 Merge
--HG--
branch : 1.x
2012-08-15 19:42:51 -07:00
Bertrand Le Roy 595abfcdcd Media/web.config should be content, not none in proj file
--HG--
branch : 1.x
2012-08-15 19:40:26 -07:00
Bertrand Le Roy bfe86d3d02 Merge
--HG--
branch : 1.x
2012-08-13 11:24:18 -07:00
Bertrand Le Roy a0713098a8 Not rendering media field if no URL or in summary display types.
--HG--
branch : 1.x
2012-08-13 08:56:50 -07:00
Bertrand Le Roy 5efc22844e Media picker field fixes
--HG--
branch : 1.x
2012-08-13 08:46:12 -07:00
Bertrand Le Roy 81cc9282ef Fixed typo in error message.
--HG--
branch : 1.x
2012-08-12 18:25:15 -07:00
Bertrand Le Roy 55127c80f6 Added thumbnails for pictures in media folder view.
--HG--
branch : 1.x
2012-08-12 18:02:02 -07:00
Bertrand Le Roy 7d29c140c0 Tests for media helper IsPicture extension method
--HG--
branch : 1.x
2012-08-12 17:27:53 -07:00
Bertrand Le Roy 9d0cc7b3a5 Not breaking media editor for images, and refactoring into ext method.
--HG--
branch : 1.x
2012-08-12 17:17:08 -07:00
Bertrand Le Roy 7e3453d26e Adding link to media from media editor in case it's not indetified as an image.
--HG--
branch : 1.x
2012-08-12 17:04:42 -07:00