Brendan Abbott

Results 19 issues of Brendan Abbott

`Fatal error: Call to undefined method General::generatePassword() in /Users/brendanabbott/Sites/example.com/extensions/elasticsearch/content/content.sessions.php on line 261` Oops, due to the last minute removal for security reasons attempting to view this page now throws an...

I came across an issue when using clone that my original inline element was being shown when boxy was executed. To fix this: http://github.com/jaz303/boxy/blob/master/src/javascripts/jquery.boxy.js#L367 should be moved above the previous...

I just spent a few hours debugging why login wasn't working on a server. Turns out it was because [`session_save_path`](http://php.net/manual/en/function.session-save-path.php) wasn't writable. It made me think, is there something we...

1 - Minor

The Datasource class currently uses a mix of handles and ID's when filtering, sorting, including elements and doing parameters. For filtering, it might look something like this, where the keys...

2 - Nominal

I suddenly had a site today go down with a PHP warning about setting the default timezone. It was quite odd because the site was working fine until a random...

2 - Nominal

Our Symphony Log is limited to file rotation logging and doesn't follow any particular standard. Integration with the ever popular and extensible [Monolog](https://github.com/Seldaek/monolog) will allow greater freedom and flexibility to...

2 - Nominal

For simplicity, the parser has been developed as part of the same project. This allowed for a faster development cycle as parser features were able to be implemented the by...

v3

The demo is rather cool and significantly helps others get up to speed with the project _fast_. However, it's rather annoying having to pollute MR's with the rebuild of the...

enhancement
v3

- https://github.com/xyc/react-inspector - https://github.com/Lapple/react-json-inspector Both seem lightweight and offer configuration to expand to a certain level/property out of the box.

v3