Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,810 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,388 downloads
    Wine 1.4.1 / 1.6 RC2
    1,378 downloads
    BackTrack 5 R3
    1,339 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,125 downloads
    Red Hat Linux 9
    1,109 downloads
    VLC 2.0.7
    978 downloads
    Ubuntu 10.04.4 LTS
    882 downloads
    Red Hat Enterprise
    Linux 6.4

    798 downloads
    Ubuntu 12.04.2 LTS
    762 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 371
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 625
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-15

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > Internet > Plone Extensions > plone.app.search > Changelog

    plone.app.search 1.1.0 - Changelog


    What's new in plone.app.search 1.1.0:

    November 30th, 2012

    · Fix attribute error when portal_syndication can not be found. [maurits]



    What's new in plone.app.search 1.0.5:

    September 1st, 2012

    · Search.filter_query() checks for any valid indexes specified in request to prevent empty catalog searches, instead of limiting searches to require either SearchableText or Subject query. This is more permissive, but accomplishes the same goal with better generality (possibly allowing various cases including the calendar portlet using to @@search, instead of deprecated search.pt in Products.CMFPlone). [seanupton]
    · Define navigation_root_url in search.pt when used in search-results macro. [seanupton]



    What's new in plone.app.search 1.0.4:

    August 27th, 2012

    · Fixed regression when using search_results macro from outside template. [thomasdesvenain]
    · Don't assume that SearchableText is going to be in any url with a GET request. [eleddy]



    What's new in plone.app.search 1.0.2:

    February 8th, 2012

    · Fix @@search if the parameter SearchableText is missing in the URL.
    · Adapt selenium tests for more recent selenium versions. [gaudenz]



    What's new in plone.app.search 1.0.1:

    October 18th, 2011

    · Fix @@search view to return results when we are only looking for a Subject. Refs http://dev.plone.org/plone/ticket/12232 [ggozad]
    · Translations moved to plone.app.locales. [vincentfretin]



    What's new in plone.app.search 1.0:

    July 19th, 2011

    · Restrict AJAX handling of the batch navigation links to the search results page only and prevent it influencing all of the batch navigations in the site. [spliter]
    · Re-structuring the JS actions, happening after successful call to @@updated_search to make the animations smoother. [spliter]
    · Labels for the 'New items since' section of the 'Filter the results' dropdown are actual labels now. References http://dev.plone.org/plone/ticket/12005 [spliter]
    · Don't make the search view available only on folderish items, since the context is not used within the view and it needs to be available for plone.app.collection. [davisagli]
    · Handle a portal_type criterion specified as a dictionary. [davisagli]
    · Don't abort the query entirely in filter_query if no SearchableText was specified. [davisagli]
    · Re-add unbatched option to the search results method (it is used by plone.app.collection). [davisagli]
    · RSS link is being updated after changing search term and updating the results with ajax call. [spliter]
    · Search term is updated after ajax calls [spliter]
    · Add MANIFEST.in. [WouterVH]
    · Added plone.app.contentlisting as a dependency for the package. [spliter]
    · Added title and description to the GS profile. [spliter]
    · Moved search.js from CMFPlone into the package. [spliter]
    · Fixed catalog query to treat 'use_types_blacklist' parameter properly so that types excluded from search at @@search-controlpanel would not show up in the search results page. [spliter]
    · Fixed the issue with 'relevance' sorting option when it was not highlighted as the current one after getting back to it after some ajax calls. [spliter]
    · Moved performance and selenium tests to dedicated tests folders in order to exclude those from the general testing. [spliter]
    · Fixed a bug that prevented @@search to work for authenticated members. [zupo]
    · Selenium test for standard @@search view without interactions. [spliter]
    · Base for Selenium tests and basic test. [zupo]
    · 'Close' button for advanced search filter column [spliter]
    · Moved the duplicate of the search button in search form to the bottom of the "filter" column in order to have better accessibility when JS is disabled. Referencese http://dev.plone.org/plone/ticket/9352 [spliter]
    · Ajax calls to update search results on the fly. Referencese http://dev.plone.org/plone/ticket/9352 [spliter]
    · Replaced url in search results with a Location -> it displays the search results item's first-level folder aka. a section. For first-level items, nothing is displayed. [zupo]
    · New view for the fetching search results on the fly. Referencese http://dev.plone.org/plone/ticket/9352 [spliter, witsch]
    · Advanced search form a.k.a. Search filter is being merged into search result with JS hide/show. [spliter]
    · Added truncating the search result's location url, in case it's too long. [zupo]
    · Added condition to only display modification date if it is different than publication date. [zupo]
    · Merge the advanced and basic searches into one. [dukebody]
    · Added publication date to a search result. [zupo]
    · Styling the author and modification date of a search result to look like it was proposed in PLIP #9352. [zupo]
    · Add RSS icon to the search feed results and clarify associated text. [dukebody]
    · Display a short modification date using toLocalizedTime with long_format parameter set to false. [zupo]
    · Hide documentbyline when user is anonymous and the allow anonymous view about setting is set to false. [robgietema]
    · Fixed author url. [robgietema]
    · Show username when fullname is not specified. [robgietema]
    · Fixed template layout. [robgietema]
    · Removed querybuilder and unused views. [robgietema]
    · Initial checkin. [elvix]




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM