Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 23, 2014

  1. Update field for Symphony 2.4 - Widget::wrapFormElementWithError ha…

    …d been changed to simpler and easier to remember `Widget::Error` :).
    ahwayakchih committed Jul 23, 2014

Commits on Aug 23, 2013

  1. Prepare for release.

    ahwayakchih committed Aug 23, 2013
  2. Adding new feature: "matches" and "matches not" operands. Thanks to b…

    …zerangue for asking about validating for numeric values :).
    ahwayakchih committed Aug 23, 2013

Commits on Mar 4, 2013

  1. expression column should not use default, because it may cause erro…

    …r (TEXT columns cannot use default value). This fixes #5 reported by @danielepennati (thanks!).
    ahwayakchih committed Mar 4, 2013

Commits on Jul 11, 2012

  1. v1.2.2 release.

    ahwayakchih committed Jul 11, 2012

Commits on Jul 1, 2012

  1. Added tokenizer generated with a help of http://pegjs.majda.cz/. Not …

    …used yet. Added list of parameters available for use in Conditionalizer textarea. Fixed code that extracts parameters from data-sources and moved it into Conditionalizer library.
    ahwayakchih committed Jul 1, 2012

Commits on Jun 28, 2012

  1. Fixed handling of whitespace inside values used in expression. Expres…

    …sion input fields are now textareas. Shows nice error box after conditions were not met for saving an entry.
    ahwayakchih committed Jun 28, 2012

Commits on Jun 26, 2012

  1. Merge branch 'master' of github.com:ahwayakchih/filterfield

    Conflicts:
    	extension.driver.php
    ahwayakchih committed Jun 26, 2012
  2. Better conversion from "Field: Filter". Added Conditionalizer to data…

    …-source edit pages, so Conditionalizer fields are not required anymore (and data-source can be omitted earlier in the process) and conditions can be applied to any type of data-source, e.g., Dynamic XML :).
    ahwayakchih committed Jun 26, 2012
  3. Update for Symphony 2.3. This drops compatibility with Symphony 2.2. …

    …Changed name from `filterfield` to `conditionalizer`.
    ahwayakchih committed Jun 26, 2012

Commits on Dec 17, 2011

  1. Merge pull request #2 from kirkstrobeck/master

    Add "IF NOT EXISTS" to install() function. Thanks kirkstrobeck!
    ahwayakchih committed Dec 17, 2011

Commits on Jun 29, 2011

  1. Added internal "hide" attribute that is always set to "yes" (because …

    …filter field does not show up on publish pages).
    ahwayakchih committed Jun 29, 2011

Commits on May 24, 2011

  1. Fixed tag names on data source edit page (there were two $ instead …

    …of one). Fixed example in code comment.
    ahwayakchih committed May 24, 2011

Commits on Apr 24, 2011

  1. A lot of fixes. Expressions will now be properly validated on Data So…

    …urce and Section edit pages and errors will be shown if syntax is invalid. From now on it is possible to filter Data Source by both expression and field value ('yes' or 'no').
    ahwayakchih committed Apr 24, 2011
  2. Cleanup.

    ahwayakchih committed Apr 24, 2011

Commits on Apr 23, 2011

  1. Finally added publish filtering. Based on code from Reflection extens…

    …ion and event.section.php (part of Symphony). Field now stores 'yes' or 'no' value (depends on return from publish filtering expresssion).
    ahwayakchih committed Apr 23, 2011
  2. Resign from {entry/field} (at least for now). Allow using {posted-fie…

    …ld} instead. So, if POST field name is "fields[published]" one can use "{published}" to get POSTed value.
    ahwayakchih committed Apr 23, 2011
Older