Nicolas Brassard

Results 46 issues of Nicolas Brassard

I've run into this bug 2 times today.... I've wanted to overwrite a static method, but could not since the code uses `self::` instead of `static::` which prevents late static...

Enhancement

This discussion started [there](https://github.com/symphonists/system_date_fields/issues/13) but is related to the core. Basically: - saving the same timestamp in two different representations (GMT and localized) is useless and increases the probability of...

2 - Nominal

To prevent accidental usage of mode as a query string in the frontend. Yes? No? Aware of any extension that uses $_GET['mode'] ? (BTW, they should not...)

Task
1 - Minor
Needs update script

Affected Symphony version(s) : ALL PHP version(s) : ALL OS(es) : ALL Right now, only section events can be filterable. I'd like to make all events filterable. Any body against...

1 - Minor

Affected Symphony version(s) : 2.7.0 (all) PHP version(s) : all OS(es) : all As discussed in #2763, we must stop sending clear text password in responses.

2 - Nominal

This would make it possible to write ``` php $entry->id ``` instead of ``` php $entry->get('id') ``` Your thoughts ?

Enhancement

While this can lead to a performance impact, it would speed up iterative development a lot. comments ?

Feature Request
Datasource Editor

Looks like the future of password hashes in php. You do not even have to generate the salt your self. http://php.net/manual/en/function.password-hash.php

3 - Major

My guess it that it is a problem with `Lang::createHandle()` See #286

needs testing
needs help
bug

This is required for Symphony 2.7.1 See symphonycms/symphony-2#2781 Ported from 38dfb2545cda2ade41c675289df096891aef8dfc Ref #161 DO NOT MERGE NOW. This is a reminder only. Will be tackle with the others problems of...