- 20 Mar, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
-
Daniel Wiesmann yazdı
Thanks to Bas Peschier for pointing this out. Refs #23804.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Pakal and Claude.
-
Loek van Gent yazdı
-
Preston Timmons yazdı
This patch does three major things: * Merges the django.template.debug implementation into django.template.base. * Simplifies the debug implementation. The old implementation copied debug information to every token and node. The django_template_source attribute was set in multiple places, some quite hacky, like django.template.defaulttags.ForNode. Debug information is now annotated in two high-level places: * Template.compile_nodelist for errors during parsing * Node.render_annotated for errors during rendering These were chosen because they have access to the template and context as well as to all exceptions that happen during either the parse or render phase. * Moves the contextual line traceback information creation from django.views.debug into django.template.base.Template. The debug views now only deal with the presentation of the debug information.
-
Yair Chuchem yazdı
-
- 19 Mar, 2015 3 kayıt (commit)
-
-
Loek van Gent yazdı
-
Jon Walsh yazdı
-
Tim Graham yazdı
-
- 18 Mar, 2015 13 kayıt (commit)
-
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
This is a security fix; disclosure to follow shortly.
-
Tim Graham yazdı
-
Karl Hobley yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Carl Meyer for the report and Tim Graham for the review.
-
Bas Peschier yazdı
Tests were using an undocumented keyword argument for easily overriding script prefix while reversing. This is now changed into a test utility which can be used as decorator or context manager.
-
Moritz Sichert yazdı
-
Claude Paroz yazdı
Strings are frozen in anticipation of the Django 1.8 release. Forward port of 1cd2584c from stable/1.8.x
-
Claude Paroz yazdı
The only one translatable string will be handled in the core catalog. Forward port of 1bb712d7 from stable/1.8.x
-
Tim Graham yazdı
-
- 17 Mar, 2015 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Pascal Chambon for the initial patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Josh Smeaton yazdı
-
Josh Smeaton yazdı
-
Andriy Sokolovskiy yazdı
-
Daniel Wiesmann yazdı
Earlier versions of GDAL do not allow the srid to be set to 0, so it should be a required parameter to ensure compatibility.
-
- 16 Mar, 2015 8 kayıt (commit)
-
-
Daniel Wiesmann yazdı
- Instantiation of GDALRaster instances from dict or json data. - Retrieve and write pixel values in GDALBand objects. - Support for the GDALFlushCache in gdal C prototypes - Added private flush method to GDALRaster to make sure all data is written to files when file-based rasters are changed. - Replaced ``ptr`` with ``_ptr`` for internal ptr variable Refs #23804. Thanks Claude Paroz and Tim Graham for the reviews.
-
John Giannelos yazdı
Also added display of migration to stdout when verbosity=3.
-
Marten Kenbeek yazdı
Fixed create_default_site() to use a default value in case settings.SITE_ID isn't set; refs #23945.
-
Preston Timmons yazdı
-
Preston Timmons yazdı
-
Joeri Bekker yazdı
-
Josh Smeaton yazdı
-
Adrian Andreias yazdı
-