معرفی شرکت ها


ftw.dashboard.portlets.recentlymodified-1.3.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Recently modified portlet for the dashboard
ویژگی مقدار
سیستم عامل -
نام فایل ftw.dashboard.portlets.recentlymodified-1.3.3
نام ftw.dashboard.portlets.recentlymodified
نسخه کتابخانه 1.3.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philipp Gross
ایمیل نویسنده mailto:info@4teamwork.ch
آدرس صفحه اصلی https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified
آدرس اینترنتی https://pypi.org/project/ftw.dashboard.portlets.recentlymodified/
مجوز GPL2
Overview ======== The ``ftw.dashboard.portlets.recentlymodified`` implements a recentlyModified Portlet, which shows the last changes from a defined section. Compatibility ============= Plone 4.1 --------- .. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.1.x.cfg/badge/icon :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.1.x.cfg Plone 4.2 --------- .. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.2.x.cfg/badge/icon :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.2.x.cfg Plone 4.3 --------- .. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.3.x.cfg/badge/icon :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.3.x.cfg Install ======= - Add ``ftw.dashboard.portlets.recentlymodified`` to your buildout configuration :: [instance] eggs = ftw.dashboard.portlets.recentlymodified - Run buildout - Install ``ftw.dashboard.portlets.recentlymodified`` in portal_setup Links ===== - Github: https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified - Issues: https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified/issues - Pypi: http://pypi.python.org/pypi/ftw.dashboard.portlets.recentlymodified - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.dashboard.portlets.recentlymodified Maintainer ========== This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_. ``ftw.dashboard.portlets.recentlymodified`` is licensed under GNU General Public License, version 2. Changelog ========= 1.3.3 (2016-10-27) ------------------ - Update portlet template to make the portlet class more generic [elioschmutz] 1.3.2 (2016-01-22) ------------------ - Fix typos. [mbaechtold] 1.3.1 (2016-01-15) ------------------ - Fix portlet creation if no ``UserPortletAssignmentMapping`` exists. Normally, plone initialize a ``UserPortletAssignmentMapping`` for the ``dashboard`` on first login. If we use ldap-users, this event will not be triggered correctly. If we add a recentlymodifed portlet with such a user through the "Watch changes"-action, the portlet will not be created. This fix creates a ``UserPortletAssignmentMapping`` on portlet creation if it does not exist. [elioschmutz] 1.3.0 (2015-05-11) ------------------ - Exclude contents from the members folder and the custom ``recently_modified_view`` (this is configurable in plone.app.registry through ``ftw.dashboard.portlets.recentlymodified.exclude_members_folder``). [mbaechtold] 1.2.8 (2013-09-23) ------------------ - Add functionality to exclude portal_types over the plone.app.registry. [elioschmutz] 1.2.7 (2013-04-17) ------------------ - Replace jq by $. [mathias.leimgruber] - Added upgradestep to add a description to action, wich is shown as tooltip. [Julian Infanger] 1.2.6 (2012-10-16) ------------------ - Fixed typo in translation. [Julian Infanger] 1.2.5 (2012-05-07) ------------------ - Use new test buildout config [mathias.leimgruber] - Added some tests. [mathias.leimgruber] 1.2.4 (2012-03-12) ------------------ - Removed unused product pipbox. [Julian Infanger] 1.2.3 (2012-03-05) ------------------ - Use Ueberselection widget for path attribute. [mathias.leimgruber] - section attr is no longer required. [mathias.leimgruber] - Show contenttype class if there is no icon for this type. [Julian Infanger] - Show ModificationDate in recently modified portlet. [Julian Infanger] - Fixed HTML markup: only make one dl containing multiple dt- and dd-tags. [Julian Infanger] - Added some French translations [ttschanz] - Removed div around images and added class for sprites. [Julian Infanger] - Fixed typo in actions description. [Julian Infanger] - Fixed UnicodeDecodeError occurs on pages with Umlaute. [Julian Infanger] - Fixed indent, added missing semicolon. [Julian Infanger] - Portlet rendering: add content type css class. [jone] - Portlet rendering: do not display icon if there is none. [jone] - Add recently modified portlet: do not use title_or_id for dexterity support. [jone] - Translate portlet title in "plone" domain. [jone] 1.2.2 (2011-12-21) ------------------ - adjust title of portlet [eschmutz] - add tests [eschmutz] 1.2.1 (2011-03-30) ------------------ - added jquery.smartTruncation to truncate long text [eschmutz] 1.2.0 ----- - change functionality of the preview_link property (for more details read README.txt) [phgross] - fixed namespaces in setup.py [phgross] - fixed some templates and css styles, so that it work's fine with plone4 [phgross] - fixed portlet, so that it work too on a Topic [phgross] 1.1.4 ----- - added the property preview_link to the ftw.dashboard portal_properties. True: i-icon = preview, title = link to the object, False: title = preview - fixed the more link, work now with a portal recentlymodified portlet 1.1.3 ----- - fixed errors in the page template 1.1.2 ----- - added check, if the type is in the typesUseViewActionInListings properties - added more link on the portlet footer, wich show an standard recently_modified_view 1.1.1 ----- - fixed bug: working now also with none section, then it search over the whole portal (section = portal) 1.1 --- - added Lightbox preview functionality, with the Product pipox. - changed the link to the standard view of the respectively type 1.0 --- - initial release


نحوه نصب


نصب پکیج whl ftw.dashboard.portlets.recentlymodified-1.3.3:

    pip install ftw.dashboard.portlets.recentlymodified-1.3.3.whl


نصب پکیج tar.gz ftw.dashboard.portlets.recentlymodified-1.3.3:

    pip install ftw.dashboard.portlets.recentlymodified-1.3.3.tar.gz