Skip to content
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

[RTM] Feature: searchable pages. #789

Merged
merged 42 commits into from Jul 23, 2015
Merged

[RTM] Feature: searchable pages. #789

merged 42 commits into from Jul 23, 2015

Commits on Feb 6, 2015

  1. first integration of searchable pages as dca mockup

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    7ceed95 View commit details
    Browse the repository at this point in the history
  2. fixed pallets array

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    63a2d16 View commit details
    Browse the repository at this point in the history
  3. cleanup palettes

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    b07952f View commit details
    Browse the repository at this point in the history
  4. updated language files, reorder fields

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    e07c91d View commit details
    Browse the repository at this point in the history
  5. language fallback

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    9f7abbf View commit details
    Browse the repository at this point in the history
  6. added authors, fixed multicolumn

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    fc95c6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d39964 View commit details
    Browse the repository at this point in the history
  8. fix rendersetting palette

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    35fe15e View commit details
    Browse the repository at this point in the history
  9. rework fields, cleanup, simplified

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    93317f7 View commit details
    Browse the repository at this point in the history
  10. maybe... now?

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    01c8287 View commit details
    Browse the repository at this point in the history
  11. added filter parameter overwrite

    Tim Becker authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    d2bb522 View commit details
    Browse the repository at this point in the history
  12. Add the missing dca fields.

    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    8755446 View commit details
    Browse the repository at this point in the history
  13. Add the table events.

    Add the options events for the filter field and the render setting field.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    0a86a64 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3201723 View commit details
    Browse the repository at this point in the history
  15. Add the basic class for contao.

    Add the basic class for adding all new pages for the search index and sidemaps.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    745ee9c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53d3443 View commit details
    Browse the repository at this point in the history
  17. Remove old stuff.

    Remove the $arrConfig variable and the initialization in the constructor. Remove the empty constructor, too.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    d657191 View commit details
    Browse the repository at this point in the history
  18. Change variable call.

    Change the wrong call for $arrEnv to $this->arrEnv.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    0aa342e View commit details
    Browse the repository at this point in the history
  19. Add the new table to the list.

    Add the tl_metamodel_searchable_pages to the list.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    462f768 View commit details
    Browse the repository at this point in the history
  20. Update the subscriber.

    Remove the old subscriber and add one new with all functions.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    4c4cce2 View commit details
    Browse the repository at this point in the history
  21. Add a new subscriber.

    Add a new subscriber for the searchable pages.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    32159b6 View commit details
    Browse the repository at this point in the history
  22. Changes for a new version.

    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    faa448e View commit details
    Browse the repository at this point in the history
  23. Remove a unused operation.

    Remove the unused operation "settings" from the dca.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    67dcc59 View commit details
    Browse the repository at this point in the history
  24. Rename some fields for tl_metamodel_searchable_pages.

    Rename fields in the DCA, database.sql and the language files.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    d1efcb0 View commit details
    Browse the repository at this point in the history
  25. Rework the whole backend handling.

    - Utilize the serivce container.
    - Replace database lookup of filter parameters by retrieving the filter setting from the factory.
    - Remove the static function calls.
    - Add events for the filterparams property.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    7a10d16 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ff7fa4b View commit details
    Browse the repository at this point in the history
  27. Change configuration in tl_metamodel_searchable_pages.

    Change the dca_config and config.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    f5b2428 View commit details
    Browse the repository at this point in the history
  28. Major overhaul of SearchablePages.

    - Make the functions smaller.
    - Utilize url generation.
    - Improve the handling with languages.
    stefanheimes authored and discordier committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    2b38b7e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2015

  1. Make scrutinizer happy.

    stefanheimes committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    9293cfb View commit details
    Browse the repository at this point in the history
  2. Clean code and php doc.

    stefanheimes committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    771ed1c View commit details
    Browse the repository at this point in the history
  3. Make scrutinizer happy.

    stefanheimes committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    5e03463 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Configuration menu
    Copy the full SHA
    c0f646c View commit details
    Browse the repository at this point in the history
  2. Code cleaning.

    stefanheimes committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    96a7170 View commit details
    Browse the repository at this point in the history
  3. Update ...

    - Add a better support for languages
    - Add a better support for url building.
    - Add a check for the rootpage.
    stefanheimes committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    e782ede View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/tng' into searchable_mockup

    Conflicts:
    	src/MetaModels/Item.php
    stefanheimes committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    856b9ef View commit details
    Browse the repository at this point in the history
  5. Change the context handling for the jumpTo.

    No the functions allow a jumpt to page with another language.
    For example: Tagert language is french the jump to page is a english page.
    stefanheimes committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    c7e365e View commit details
    Browse the repository at this point in the history
  6. Code cleaning.

    stefanheimes committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    4bc7b1a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2015

  1. Configuration menu
    Copy the full SHA
    2ff0fa8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Configuration menu
    Copy the full SHA
    713ef3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13ba48 View commit details
    Browse the repository at this point in the history
  3. Add a new flag for the getBaseUrl function.

    With this new flag the function will create a url without a https.
    stefanheimes committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    3a3eb25 View commit details
    Browse the repository at this point in the history
  4. Change the handling in the removeEmptyDetailPages function.

    The function will remove the https and the http from the current url list.
    stefanheimes committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    5823687 View commit details
    Browse the repository at this point in the history