Commit Graph

4355 Commits

Author SHA1 Message Date
jowall
063dbfd0a8 Fixed padding on navigation submenu items.
--HG--
branch : dev
2011-02-17 15:27:05 -08:00
jowall
3d6a2c369f Fixed content zone on widgets admin page.
--HG--
branch : dev
2011-02-17 15:08:46 -08:00
Suha Can
1f69312ba9 Implementation of migration/update handler for recipes.
Updating blog.recipe.xml with some features/migrations.
Refactoring a recipe step queue utility method.

--HG--
branch : recipe
2011-02-17 14:35:25 -08:00
jowall
fe5ef56ed9 CSS updates to buttons in admin.
--HG--
branch : dev
2011-02-17 12:50:32 -08:00
Suha Can
80bc0a9df8 Implementation of the command handler for recipes. Recipes now can execute commands.
--HG--
branch : recipe
2011-02-17 12:32:41 -08:00
jowall
05d482a382 Hover states added for all menu items.
--HG--
branch : dev
2011-02-17 11:57:20 -08:00
jowall
0e301982d6 More changes to the admin nav and tabs CSS.
--HG--
branch : dev
2011-02-17 11:49:59 -08:00
Suha Can
36d37b859e Implementation of the metadata handler for recipes.
Removing calls to the ContentDefinitionManager::AlterTypeDefinition from Setup.
Updating recipe file.

--HG--
branch : recipe
2011-02-17 11:21:46 -08:00
Nathan Heskew
fe1362e544 Some work on the admin menu.
Still a work in progress.
Also need to think about splitting the module-specific icons (and relevent CSS) into their own respective modules (not just to see how many CSS files we can get the admin to load on the initial request, BTW)...

--HG--
branch : dev
2011-02-17 10:22:55 -08:00
Andre Rodrigues
788a9fed77 Adding recently installed indication.
--HG--
branch : dev
2011-02-17 09:17:49 -08:00
Andre Rodrigues
508ebed3fd Adding missing "@".
--HG--
branch : dev
2011-02-17 06:59:24 -08:00
Suha Can
ddf29e6c08 Adding a front-end controller for recipes that returns recipe execution status from the journal so we can poll it when finishing setup.
--HG--
branch : recipe
2011-02-16 17:48:28 -08:00
Suha Can
4218725a77 RecipeJournal implementation.
- IStorageProvider based journal implementation for the recipe pipeline.
- Was needed as the existing reporting capability was found insufficient.

--HG--
branch : recipe
2011-02-16 17:16:15 -08:00
Sebastien Ros
2bc030e1ca Merge
--HG--
branch : dev
2011-02-16 16:52:17 -08:00
Sebastien Ros
4abf761d4a Removing dead code
--HG--
branch : dev
2011-02-16 16:51:21 -08:00
jowall
28836fe81c CSS tweak to tabs.
--HG--
branch : dev
2011-02-16 16:43:08 -08:00
jowall
7cbd9f7e7a Initial CSS for tabs.
--HG--
branch : dev
2011-02-16 16:21:13 -08:00
jowall
00f13fd838 More updates to the CSS for background images.
--HG--
branch : dev
2011-02-16 15:16:23 -08:00
Dave Reed
165644972a Replacing OpenAjax with a jQuery solution.
--HG--
branch : dev
2011-02-16 14:55:51 -08:00
Suha Can
8f699ea418 Finishing the implementation of recipe execution
StepQueue is now based off an IAppDataFolder

--HG--
branch : recipe
2011-02-16 14:41:10 -08:00
Nathan Heskew
8c8aed694b Adding a "selected" class to the appropriate first and second level menu items in the (main) menu.
--HG--
branch : dev
2011-02-16 13:19:21 -08:00
jowall
b5beb34994 Added "sticky" footer.
--HG--
branch : dev
2011-02-16 12:49:44 -08:00
Dave Reed
2ef3bae5c2 Merge
--HG--
branch : dev
2011-02-16 11:13:36 -08:00
Dave Reed
aefbacd59f Remove upload parameter from mediapicker, it already knows it.
Improve thumbnail centering.

--HG--
branch : dev
2011-02-16 11:12:59 -08:00
Andre Rodrigues
c8d7c8c1c8 Merge
--HG--
branch : dev
2011-02-16 11:05:01 -08:00
Andre Rodrigues
1951b30189 Updating titles to new position.
--HG--
branch : dev
2011-02-16 11:04:36 -08:00
Sebastien Ros
b3d1ac6ae2 Addind a unit test for Search
--HG--
branch : dev
2011-02-16 10:56:04 -08:00
Andre Rodrigues
4bf1b2e389 Updating installed themes page.
--HG--
branch : dev
2011-02-16 10:22:09 -08:00
Nathan Heskew
ec478ec34b Updating the admin layout to not use abs positioning for the fixed-width sidebar w/ a fluid content area.
--HG--
branch : dev
2011-02-16 08:51:47 -08:00
Dave Reed
df39f5a43c Merge
--HG--
branch : dev
2011-02-15 16:25:04 -08:00
Dave Reed
fbf9f79506 Added missing files :)
--HG--
branch : dev
2011-02-15 16:24:34 -08:00
jowall
52e686c172 Added a default icon to the admin menu.
--HG--
branch : dev
2011-02-15 16:20:15 -08:00
Dave Reed
a5dd56f6b9 Merge
--HG--
branch : dev
2011-02-15 16:02:53 -08:00
Dave Reed
a2e177de76 Smoothing over some MediaPicker rough edges.
- Can now upload images to a specific folder
- Can now create folders in gallery tab
- Images are scaled before drawn
- Added throbber on image uploads
- Clicking image ensures Chrome displays the image instead of downloads it
- After uploading image the image is selected

--HG--
branch : dev
2011-02-15 16:02:02 -08:00
jowall
2b3a17e858 Updated primary button.
--HG--
branch : dev
2011-02-15 15:50:01 -08:00
Suha Can
eb24ea67b0 Implementation for the recipe scheduler. It's a work item queue.
The recipe manager queues recipe steps as tasks and the scheduler component schedules/executes them in tasks.

--HG--
branch : recipe
2011-02-15 15:42:21 -08:00
jowall
a38aeb011f Some more updates to the admin CSS.
--HG--
branch : dev
2011-02-15 15:25:20 -08:00
Andre Rodrigues
62ee211557 updating tabs CSS. Moving title to before local navigation.
--HG--
branch : dev
2011-02-15 11:58:26 -08:00
jowall
db7625d137 More updates to the admin menu CSS.
--HG--
branch : dev
2011-02-15 11:45:10 -08:00
jowall
160ba8e138 Merge
--HG--
branch : dev
2011-02-15 11:12:12 -08:00
jowall
2b38e551c7 Initial changes to the admin menu CSS.
--HG--
branch : dev
2011-02-15 11:10:59 -08:00
Andre Rodrigues
54e199ca9b Adding UT.
--HG--
branch : dev
2011-02-15 09:51:52 -08:00
Suha Can
d3e4c2ad68 Hooking up StepExecutor/StepQueue into the recipe manager.
--HG--
branch : recipe
2011-02-14 18:01:37 -08:00
Sebastien Ros
949726c9d9 Improving shape tracing display
--HG--
branch : dev
2011-02-14 17:19:44 -08:00
Sebastien Ros
7957701d99 Addind a unit test on Search
--HG--
branch : dev
2011-02-14 17:06:34 -08:00
Suha Can
8ddb5b55b6 Restyling the recipe dropdown
Roughing in some recipe execution concepts...

--HG--
branch : recipe
2011-02-14 16:30:14 -08:00
Renaud Paquay
07bdb257d6 Temporary workaround until Azure Unit Test can run in CI server
--HG--
branch : dev
2011-02-14 16:08:57 -08:00
Suha Can
b66b738a24 More work for various recipe handlers.
--HG--
branch : recipe
2011-02-14 14:00:48 -08:00
Renaud Paquay
ba1f5082fa Renaming target for Azure build
--HG--
branch : dev
2011-02-14 12:47:03 -08:00
Renaud Paquay
ae701e587b Merge
--HG--
branch : dev
2011-02-14 12:40:11 -08:00