Viestit paikassa Github

I’ve worked around that enum error by adding this

24. heinäkuuta 2014 klo 13.53
Sijainti: Vianhallintajärjestelmät: Github
Avainsanat: ownCloud

I’ve worked around that enum error (since before owncloud 7 already) by adding this in 3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php:

@@ -661,6 +661,7 @@
     protected function initializeDoctrineTypeMappings()
     {
         $this->doctrineTypeMapping = array(
+            'enum' => 'string',
             'tinyint'       => 'boolean',
             'smallint'      => 'smallint',
             'mediumint'     => 'integer',

Vastaa viestiin sen kontekstissa (Github)

Post-processing should also rip out (at least) id, class and style

26. huhtikuuta 2013 klo 15.34
Sijainti: Vianhallintajärjestelmät: Github

I think post-processing should also rip out (at least) id, class and style attributes from the content. Some pages I fetch using feedmod have elements with ids such as ”overlay” in them that pick up tt-rss’s styling, making things look wonky.

Vastaa viestiin sen kontekstissa (Github)

« Uudempia