Robin Sallis

Results 86 issues of Robin Sallis

The CSS rule... ```css html.aos .InputfieldStateCollapsed { overflow: hidden!important; } ``` ...causes the edit field link to be cut off. ![2019-03-18_140206](https://user-images.githubusercontent.com/1538852/54500936-dfc22a00-4986-11e9-84d2-c1be4dfda79a.png) I removed this rule and things seem to work...

LoginRegister sends the confirmation email with no explicit "from" address, meaning WireMail falls back to the $config->adminEmail address when one is defined. But the adminEmail address is for receiving error...

It would be useful if it was possible to connect a Page ID column in the CSV to the ID property of pages in order to update those pages. This...

It would be cool if the module validated that the selected template is allowed under the selected parent page.

By default the module caches the embed code for each video, but it would be good if it only cached successful embeds. My client had an issue where they attempted...

The video embed is not working on the following types of Vimeo URLs, where "123456789" is the ID of the video: https://vimeo.com/channels/staffpicks/123456789 https://vimeo.com/ondemand/somevideoname/123456789 (should show the trailer for the on...

It would be nice if selectors worked the same across both WireArray/PageArray and PageFinder. For a $pages->find() selector we can use relative time strings and friendly names for page statuses...

Conversation

When the admin search is listing results, using the arrow keys to move the focus up and down the results list causes a Javascript error relating to file JqueryUI.js. Pressing...

Potential Bug

``` $results = $pages->find("template=my_template, sort=my_options_field.sort"); ``` The above does not sort $results according to the sort order of the options field. Also, attempting to reverse the sort order with `sort=-my_options_field.sort`...

A minor styling issue... In Chrome (Windows), the appearance of the 'WireTabs' in the admin theme is not quite right. ![tabs](https://cloud.githubusercontent.com/assets/1538852/15982917/a2447fc4-2fea-11e6-9438-cf4ad557260e.png) I use the following fix in the AdminCustomFiles module:...

Conversation