-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contentlet search filter and add contentlet to a page #13292
Milestone
Comments
fmontes
added a commit
to dotCMS/core-web
that referenced
this issue
Jan 11, 2018
fmontes
added a commit
that referenced
this issue
Jan 11, 2018
wezell
pushed a commit
that referenced
this issue
Jan 19, 2018
* #13292 Contentlet search filter and add contentlet to a page * Make work forms and widgets * Added new starter * #13321: Avoiding factory method with API find call inside (#13443) * #13429 (#13432) * Updating commit reference for src/main/enterprise * Added new starter * Adding new content from edit-mode * merge * removing TODO
fmontes
pushed a commit
to dotCMS/core-web
that referenced
this issue
Jan 19, 2018
jgambarios
pushed a commit
that referenced
this issue
Feb 2, 2018
* #12619 Update edit content to match the rows and columns from content types * fixing messages * #13315 fixed * #13315 sonarcube * #13315 mas sonarcube * fixing broken ContentTypeUtilTest * Return PageView object after saving layout * #13270 fixes layout manager, but we still need to copy themes * Can't save new containers in a layout * refactoring * refactoring * merge * #13352 adding drag and drop to workflow builder * #13352 cool new hover trick * #13352 we didn't need api changed * #13352 * #13325 development branch * doing constructor public again * #13325 added toString methods to template designer * #13325 blow up page if template has bad data * #13325 throw error if template does not have a drawed body * #13325 moving the velocity mode renderer to the VelocityModeHandler * creating neew fields type: RowField and ColumnField * adding ColumnField into JsonSubTypes * #13325 fixes null container in getContainersInTemplate * #13325 fixes widget and form written out in loop * #13325 fixes double // duplication * #13325 invalidate container by object and not string * #13325 reverted edit_contentlet changes * #13325 showing template image if exists * #13325 fixes content drag and drop for new content * #13325 fixing template picker * #13395 CopyContentlet done * #13424 fixes the mysql lockup issue * #13425 fixes container invalidation * #13424 fixes the mysql lockup issue * #13425 containers now invalidating * #13424 closes the preparedstatement * #13425 cache key corrected for files * #13425 reverting log4j and others * Issue 13440 drawed templates (#13441) * Fix TreeTransformer for Oracle. (#13439) * #13440 draw your templates * #nocode allow columns to be accesses by int * #nocode workflow steps still needs love * #Added the work to create the system workflow on UT * #13174 fixing a log * Issue 13292 add contentlet search (#13448) * #13292 Contentlet search filter and add contentlet to a page * Make work forms and widgets * Added new starter * #13321: Avoiding factory method with API find call inside (#13443) * #13429 (#13432) * Updating commit reference for src/main/enterprise * Added new starter * Adding new content from edit-mode * merge * removing TODO * #13449 adds libsass support * #13449 adds libsass support * #13449 adds libsass support * #13449 adds libsass support * #13174 feedback fixes * #13449 fixed if condition * #13449 reverting sass * #13449 velocity cache invalidation * #13452 added content can be moved from container to container * #13452 save contentlet to container, allow content selection * #13452 auto-add who can use and actionlet when selected * #13452 hide row/column fields from ui * #13452 contentlet velocity cache not invalidating * saving sidebar's width property * Fixing error when try to add a form content * fixed sidebar not saving * fixing error when saving the template's sidebar * saving the sidebar width in lowercase * saving the sidebar's width in lowercase * #13475 cache invalidations again * #13482 * #13452 allows you to select content type to add * #13390 cherry-pick the email fix * #13390 removing all the old velocity files * #13482 * #13452 container velocity cache * merge y saving uuid * merge and saving uuid * #13452 respect tree order * Removing tika jar #13482 * #13452 ng-content-select * #13452 ng-content-select * #13452 fixed an npe on content versions and made minor changes to workflow list * Add CategoryAjax * #13482 * Add edit contentlet toolbar lang * #13504 uses outputstream rather than writer * #13452 adds basetype to content search * fixing nocode tests * Fix error with extra call to _fillStructures in Firefox * Adding base type to the ContentEvent when a content is add * revert context.xml change * Adding page fields to renderHTML end point * #13482 * #13482 * cleaned up the page resource return * cleaned up the page resource return * more page resource cleanup * more page resource cleanup * hopefully final renderHTML result * Adding messages * added CopyActionlet to imports * Cleaning imports * Missing javassist #13482 * Updating repackaged cactus.integration.ant jar #13482 * Missing dependency #13482 * Adding hibernate back #13482 * #13482 * #13482 * Updating aws repackaged jars #13482 * Changing jar version #13482 * Updating milton repackaged jars #13482 * Changing jar version #13482 * Updating daisydiff repackaged jar #13482 * Adding tika bundle and related osgi bundles as system bundles in order to exclude them from the OSGI portlet #13482 * Changing back ee version #13482
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a I user I want to be able to search for content to add or add new contentlets.
Acceptance Criteria
ng-contentlet-selector.html
to an.jsp
and get the content types from there.The text was updated successfully, but these errors were encountered: