master
Name already in use
Commits on Nov 19, 2020
Commits on Jul 23, 2014
-
Update field for Symphony 2.4 -
Widget::wrapFormElementWithError
ha……d been changed to simpler and easier to remember `Widget::Error` :).
Commits on Aug 24, 2013
Commits on Aug 23, 2013
-
-
Adding new feature: "matches" and "matches not" operands. Thanks to b…
…zerangue for asking about validating for numeric values :).
Commits on Mar 4, 2013
-
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!).
Commits on Jul 11, 2012
Commits on Jul 1, 2012
-
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.
Commits on Jun 28, 2012
-
-
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.
Commits on Jun 26, 2012
-
Merge branch 'master' of github.com:ahwayakchih/filterfield
Conflicts: extension.driver.php
-
-
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 :).
-
Update for Symphony 2.3. This drops compatibility with Symphony 2.2. …
…Changed name from `filterfield` to `conditionalizer`.
Commits on Dec 17, 2011
-
Merge pull request #2 from kirkstrobeck/master
Add "IF NOT EXISTS" to install() function. Thanks kirkstrobeck!
-
Commits on Jun 29, 2011
-
Added internal "hide" attribute that is always set to "yes" (because …
…filter field does not show up on publish pages).
Commits on May 24, 2011
-
Fixed tag names on data source edit page (there were two
$
instead ……of one). Fixed example in code comment.
Commits on Apr 24, 2011
-
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').
-
-
Commits on Apr 23, 2011
-
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).
-
-
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.