Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Jul 7, 2021
Commits on Jan 11, 2021
Commits on Jul 24, 2018
-
* Fix xpath-expressions b2c4c7a This change aims to implement support for ALL valid xpath-expressions inside the „expression“-field. See #35 for details. * Fix evaluation of root name as requested 17dd7a7 * Fix Root Node Name 8961139 See #39 (review) -125301233 * Fix Root Node Name a9971a1 * Modify xpath-expressions (#35) f499626 + Better solution for modifying path-expressions (#35) + Fixing some indenting… Fixes #35
-
8e5790b - Added note and links regarding expressions in 2.X - Improved indenting of xml example (for symphonyextensions.com) - Fixed meta links
Commits on Jul 24, 2017
Commits on Apr 19, 2017
-
-
Remove the default // xpath qualifier
It is not always wanted to do force a relative look-up. It may allow to shorten the xpath selectors, but prohibits the usage of xslt functions. This commit also silences any errors/warning emited during evalutation, to prevent a fatal crash during rendering. Fixes #31
Commits on Mar 27, 2017
Commits on Jan 6, 2017
Commits on Nov 9, 2016
-
- Added reflection field handle to `param` node - Moved `root` and `workspace` nodes to `param` node to conform with the front-end XML structure - Added XSLT utitlity instructions
Commits on Jan 29, 2016
-
-
Merge commit 'refs/pull/28/head' of github.com:symphonists/reflection…
…field into integration
-
Instructions to avoid being asked how this has to work with XML Importer - you're free to modify how you se fit. This applies to current version so no need to update versions etc.
Commits on Mar 25, 2015
Commits on Jan 12, 2015
-
-
Merge pull request #26 from jonmifsud/patch-1
Add Support for XML Importer
-
-
Run the Reflection field on Post Create / Edit within the XML Importer by registering for the delegate. For those seeking to use this functionality it is of utmost importance that in the XML Importer you create a 'dummy' entry such as `concat("","")`to create the initial row in the database. Reflection field only does an update on the field, thus if no entry is found in the DB this will remain blank.
Commits on Jul 30, 2014
-
Merge pull request #25 from andrewminton/patch-1
Adding Date Created and Modified Date to XML
Nils Hörrmann committedJul 30, 2014
Commits on Jul 29, 2014
-
Adding Date Created and Modified Date to XML
Added the getXpath function. This allows for reflecting creation date in reflection field. Also added 'Workspace' and 'root' constants for use in reflecting image paths.. i.e. Association_ui_selector type approach