Results 9 issues of David Oliver

Firstly, apologies if this has already been discussed and decided on in the past. I think the ability to attach a data source to all pages should be in the...

Feature Request

Ubuntu 18.04, sitediff installed via Docker. ## 1.0.0 Unless I'm doing something wrong, sitediff seems to use the "after" site twice instead of both the "before" and "after" sites. With...

My test: ```elixir test "creates support_request and returns support_request ID when data is valid", %{conn: conn} do body = ~s( #{@create_attrs.sampler_id} #{@create_attrs.contact_name} #{@create_attrs.contact_email} #{@create_attrs.title} #{@create_attrs.details} ) conn = conn |>...

future
discussion wanted

![screenshot from 2016-06-08 14 16 09](https://cloud.githubusercontent.com/assets/192853/15894059/013a12b4-2d84-11e6-9ec2-201b44811a67.png) In Symphony 2.7.x branch in both Firefox and Chromium.

Fixed in integration
Bug

![screenshot from 2016-06-08 14 22 21](https://cloud.githubusercontent.com/assets/192853/15894142/8da30e36-2d84-11e6-8e65-9b954c00ad56.png) In the New recipe adder, there's now a 'New Recipe' select option. Shouldn't this still be 'Direct display' as in previous versions?

Fixed in integration
Bug

I found that the following resulted in incorrect CSS and the olive-light colour was not applied: ``` @variables colors { olive-light:#D0D6AB; olive:#BAC28A; .... ``` I swapped the first two variables...

See individual commits for details of amendments.

Version: 0.6.2 (Symphony 2.2.5) I have the following in an event: ``` $products_query = new SymQLQuery(); $products_query ->select('name, brand, instances') ->from('products') ->perPage(999); foreach ($_SESSION['sym-cart'] as $key => $item) { $products_query->where('instances',...

bug

While setting up my views for those occasions when I simply want to replace all of the page content rather than small portions, I found that a direct child of...