Since a new release is on its way I like to suggest two modifications I
made in my installation:
Skins: I would be happy if different skins can simply assigned to page
names. Right now I put something like "if ($pageArray[0] == 'json')
$BOLTskin = 'json'; " into my engine file to have a special skin for json
files. I was not able to write a hook for that. The most easiest way would
be to put something like pagename.*: skinname into site.config. Maybe
*.pagename.* and *.pagename too.
Output: I also added "output=json" to BOLTfunc from the library file.
I did this
case 'json' : $value = '[ "' . str_replace("\n", '","', $value) . '" ]';
break;
but I suspect there is a better universal solution for that.
Since some javascript functionalities like autocomplete / typeahead /
autosuggest are built on json files it would be nice to have this option
out of the box. I like to run a search on data or info fields and get my
results in json format to feed my js script.
I use 4.x a lot. I made the experience that I cannot rely on webservices
which will often dropped when companies go out of business or change their
business strategy. Even Google dropped a service these days (iGoogle) that
I used a lot. I rebuild and customize some functionalities for me on 4.x
since I hope Boltwire is here to stay :-)
Greetings, Martin
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.