mockup/master: Closes #772, search for files and text within files.
Oshane Bailey <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: mockup Branch: refs/heads/master Date: 2017-06-24T18:15:24-05:00 Author: Oshane Bailey (b4oshany) <[email protected]> Commit: https://github.com/plone/mockup/commit/1982f804044de455ee44dafdd4669efdda47ec74 Closes #772, search for files and text within files. Files changed: M .gitignore M CHANGES.rst M mockup/patterns/relateditems/pattern.js diff --git a/.gitignore b/.gitignore index 687ae184..69d17555 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.orig *.egg-info *.py? .idea diff --git a/CHANGES.rst b/CHANGES.rst index 71ff57df..5bebefdb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,14 @@ New features: - Added Anchor (a) tag to the UI views. - Make thumb scale in folder contents listing adjustable/supressable. Replace meaningless paper clip icon (fontello) with mime type icons from mimetype registry. + - Search for files and opening the file upon click + - Search for text within files and opening the file upon click + - Added Bootstrap Dropdown menu to the UI views + - Added Anchor (a) tag to the UI views + + - make thumb size in folder contents listing adjustable/supressable + replace meaningless paper clip icon (fontello) with mime type icons + from mimetype registry https://github.com/plone/Products.CMFPlone/issues/1734 [fgrcon] diff --git a/mockup/patterns/relateditems/pattern.js b/mockup/patterns/relateditems/pattern.js index f10d3145..00ff3883 100644 --- a/mockup/patterns/relateditems/pattern.js +++ b/mockup/patterns/relateditems/pattern.js @@ -98,11 +98,11 @@ define([ 'mockup-utils', 'pat-registry', 'translate', - 'text!mockup-patterns-relateditems-url/templates/breadcrumb.xml', - 'text!mockup-patterns-relateditems-url/templates/favorite.xml', - 'text!mockup-patterns-relateditems-url/templates/result.xml', - 'text!mockup-patterns-relateditems-url/templates/selection.xml', - 'text!mockup-patterns-relateditems-url/templates/toolbar.xml', +// 'text!mockup-patterns-relateditems-url/templates/breadcrumb.xml', +// 'text!mockup-patterns-relateditems-url/templates/favorite.xml', +// 'text!mockup-patterns-relateditems-url/templates/result.xml', +// 'text!mockup-patterns-relateditems-url/templates/selection.xml', +// 'text!mockup-patterns-relateditems-url/templates/toolbar.xml', 'bootstrap-dropdown' ], function($, _, Base, Select2, ButtonView, utils, registry, _t, BreadcrumbTemplate, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot