Commit Graph

4576 Commits

Author SHA1 Message Date
Suha Can
f2ce9c0329 Hooking up an import export service.
--HG--
branch : dev
2011-03-10 13:02:19 -08:00
Suha Can
aafdc8941f Import view and controller to permit importing data recipes.
--HG--
branch : dev
2011-03-10 12:47:52 -08:00
Dave Reed
ebdbb38ad1 Merge
--HG--
branch : dev
2011-03-10 11:46:33 -08:00
Suha Can
dbce4188ab Moving the import export menu to the bottom of the pole.
--HG--
branch : dev
2011-03-10 11:45:41 -08:00
Dave Reed
deb5513737 Initial new List Management UI.
--HG--
branch : dev
2011-03-10 11:45:07 -08:00
Suha Can
ec409007d0 Adding menu and a tabbed import/export management in the admin.
--HG--
branch : dev
2011-03-10 11:42:30 -08:00
Dave Reed
6c068e45ef ContainersPathConstraintUpdater catches errors due to missing migrations.
--HG--
branch : dev
2011-03-10 11:39:28 -08:00
Dave Reed
e0dada5fb0 Fixing ambiguous call in containable, containerwidget, and customproperties drivers.
--HG--
branch : dev
2011-03-10 11:38:43 -08:00
Dave Reed
9fae6c83a7 Renaming 'Remove' actions to 'Delete' across the admin, except when 'removing' parts or fields from a content type, where 'remove' is more appropriate.
--HG--
branch : dev
2011-03-10 11:22:17 -08:00
Dave Reed
c44ca04676 Deleting media files was broke. And when it failed, it double failed with a NullReferenceException while redirecting you.
--HG--
branch : dev
2011-03-10 11:17:04 -08:00
Suha Can
ab6632e0ba Adding an import export module.
--HG--
branch : dev
2011-03-10 10:59:20 -08:00
Dave Reed
2bf6e1b58e Merge
--HG--
branch : dev
2011-03-09 17:11:25 -08:00
Dave Reed
05512f4781 Auto-submit filters just use the first apply button in the form, no id required.
--HG--
branch : dev
2011-03-09 17:03:33 -08:00
Andre Rodrigues
5d09b29257 Merge
--HG--
branch : dev
2011-03-09 17:02:09 -08:00
Andre Rodrigues
9f0a08fc6c Fixing small issue in feature listing in the detailed installation page from the gallery.
--HG--
branch : dev
2011-03-09 17:01:43 -08:00
Sebastien Ros
c96f4eea41 Merge
--HG--
branch : dev
2011-03-09 16:57:31 -08:00
Sebastien Ros
254e8dd6a6 Adding mor ejQuery UI scripts
--HG--
branch : dev
2011-03-09 16:44:55 -08:00
Dave Reed
d7add40ed1 Making auto-submit dropdowns in admin more of an opt-in feature for the markup.
--HG--
branch : dev
2011-03-09 16:24:41 -08:00
Sebastien Ros
0cd33ab25d Implementing new Shape Tracing features
--HG--
branch : dev
extra : transplant_source : %8C%9B%3AQh0V%E1V%D3%A6%82%11%C7%DA%14%A0B%EC%17
2011-03-09 16:06:37 -08:00
bertrandleroy
e6384ffca7 Adding CodeMirror to credits
--HG--
branch : dev
2011-03-09 15:24:31 -08:00
Dave Reed
9f03e64afb Updating text of adminmenupart to be consistent with regular menupart.
--HG--
branch : dev
2011-03-09 14:08:30 -08:00
Sebastien Ros
c79dfef20d Improving Shape Tracing syntax coloration, and fixing little bugs
--HG--
branch : dev
2011-03-09 13:49:06 -08:00
Sebastien Ros
67afadffb0 Adding missing files
--HG--
branch : dev
2011-03-08 13:19:42 -08:00
Sebastien Ros
84d221c203 Adding syntax highlighting to Shape Tracing
--HG--
branch : dev
2011-03-08 13:18:58 -08:00
Andre Rodrigues
c13cb4d7d2 Posting bulk actions through Javascript
--HG--
branch : dev
2011-03-07 15:31:22 -08:00
Sebastien Ros
8a110c692d #17445 - Fixing index management in data migrations
--HG--
branch : dev
extra : transplant_source : %C08yTv%40%C4%BERtb%5DL%5B%BA%81%3B%DA%DD%F9
2011-03-07 15:25:28 -08:00
Dave Reed
7c05a99dd2 Lists needs to depend on Navigation due to the new part reference.
--HG--
branch : dev
2011-03-07 15:01:25 -08:00
Dave Reed
abb0df9b6d Added an AdminMenuPart to Navigation which lets you stick a content item onto the admin menu (e.g. a blog).
--HG--
branch : dev
2011-03-07 14:20:06 -08:00
Andre Rodrigues
0361a7103a Fixing/improving more spec flows.
--HG--
branch : dev
2011-03-07 13:37:46 -08:00
Andre Rodrigues
e7a2ce067b Fixing some spec flows.
--HG--
branch : dev
2011-03-07 11:48:00 -08:00
Dave Reed
0d92ef27fa Lists no longer need to specialize the entire Content.SummaryAdmin shape by using the new AdminLink metadata.
--HG--
branch : dev
2011-03-07 11:04:48 -08:00
Sebastien Ros
7e16aebada Using IProcessEngine to schedule batched indexing; Modifying
IIndexingTaskExecutor to handle index deletiong in order to prevent
concurrency issues.

--HG--
branch : indexing
2011-03-05 10:47:20 -08:00
Sebastien Ros
599d892f48 Removing unused methods and refactoring the batch loop
--HG--
branch : indexing
2011-03-04 16:21:19 -08:00
Dave Reed
c158caba49 - Added 'AdminLink' concept to content item metadata, allows content types to determine where clicking their items from admin should go. Defaults to Edit.
- Changed Blogs to use AdminLink, no longer needs to overwrite the entire SummaryAdmin view.
- This will also aid the potential future AdminMenuPart for blogs and lists as it can link to the list details instead of their edit properties.

--HG--
branch : dev
2011-03-04 14:37:44 -08:00
jowall
5e3943e307 Some updates to module CSS.
--HG--
branch : dev
2011-03-04 11:37:14 -08:00
Sebastien Ros
6d3dffd77e Implementing revised indexing loop design
--HG--
branch : indexing
2011-03-04 11:05:19 -08:00
Suha Can
baabfa8c51 Enabling the new Gallery Updates feature in the built-in recipes.
--HG--
branch : dev
2011-03-03 18:21:59 -08:00
Sebastien Ros
32efbc19cc Using lock files instead of IndexSynLock
--HG--
branch : indexing
2011-03-03 14:19:02 -08:00
Dave Reed
628d133cbd MediaPicker: Reduced padding and thumbnail size to increase number of images visible at once a little bit.
--HG--
branch : dev
2011-03-03 10:54:53 -08:00
Sebastien Ros
f50e47bfdd Removing the finalizer and implementing thread safety
--HG--
branch : indexing
2011-03-02 12:33:50 -08:00
Andre Rodrigues
8b2c714286 Merge
--HG--
branch : dev
2011-03-02 10:28:25 -08:00
Andre Rodrigues
072488a651 Using html.dyn instead of inlining document.writes to remove button with javascript.
--HG--
branch : dev
2011-03-02 10:27:49 -08:00
Nathan Heskew
60f7f167ae Fixing a Modules.feature spec test to follow recent admin UI changes.
--HG--
branch : dev
2011-03-02 10:14:36 -08:00
Sebastien Ros
919585be1a Adding a new file locking service
- ILockFileManager to create and check lock files
- ILockFile represent an acquired lock file
- Lock files expire after 10 minutes by default
- Lock files are created in ~/App_Data
- Default implementation provided (as it is in Orchard.Framework)

--HG--
branch : indexing
2011-03-01 22:51:09 -08:00
Andre Rodrigues
9bf5d06068 Inlining button removal.
--HG--
branch : dev
2011-03-01 14:23:41 -08:00
Andre Rodrigues
03ad1babfb Using javascript for the page size chooser.
--HG--
branch : dev
2011-03-01 14:09:00 -08:00
Andre Rodrigues
445f65456a Moving page size chooser to footer.
--HG--
branch : dev
2011-03-01 13:13:48 -08:00
Dave Reed
ccb838e71b MediaService hides the RecipeJournal directory.
--HG--
branch : dev
2011-02-28 16:37:09 -08:00
Dave Reed
b23f5127ad Fix upload image from true IE8
--HG--
branch : dev
2011-02-28 16:25:42 -08:00
Dave Reed
aa232f9635 MediaPicker css -- lock checkbox should be on own line.
--HG--
branch : dev
2011-02-28 15:55:35 -08:00