Add documentation directory.
[infos-pratiques:etalage.git] / etalage /
2014-06-12 Romain SouffletAdd gadget_type configuration var.
2014-06-02 Romain SouffletAdd unicode marqueur on strings. preprod
2014-06-02 Romain SouffletMerge remote-tracking branch 'origin/schauvel'
2014-06-02 Sébastien Chauvel... slight improvement of save_widgets_urls script (cleanin...
2014-05-27 Sébastien Chauvel... script now use a different var from Piwik, cleaning...
2014-05-27 Romain SouffletAdd a third piwik var in markers.
2014-05-27 Romain SouffletAdd gadget ID to piwik trackers.
2014-05-22 Sébastien Chauvel... Script now (mostly working) add URL not registered...
2014-05-21 Sébastien Chauvel... Remove script that produce CSV; create one that check...
2014-05-06 Romain SouffletBuild "safe inputs" dict to use in JSON var.
2014-05-06 Romain SouffletDon't use inputs in JavaScript area.
2014-05-05 Sébastien Chauvel... add command line options and use same structure as...
2014-05-02 Sébastien Chauvel... Add a script to retrieve Piwik custom variables and...
2014-04-28 Romain SouffletReject misencoded requests to avoid internal errors.
2014-04-18 Romain SouffletUpdate french translation.
2014-04-18 Romain SouffletExtract more message for translation. And translate...
2014-01-13 Romain SouffletFix some pyflakes error.
2014-01-13 Romain SouffletReturn JSON in API Errors instead of HTML.
2014-01-06 Romain SouffletAdd petitpois_url in POIs bson.
2013-12-18 Romain SouffletAdd name for link fields in POI API.
2013-12-17 Romain SouffletCleanup POIs API.
2013-12-17 Romain SouffletAdd complete list of fields in JSON of /api/v1/poi.
2013-12-10 Romain SouffletFix calls to data_to_render_poi.
2013-12-10 Romain SouffletFix JSON encodre error.
2013-12-04 Romain SouffletAdd converter to encode POI objects as JSON
2013-12-04 Romain SouffletFix pyflake warnings.
2013-12-04 Romain SouffletAdd a controller to access POI details through REST...
2013-12-04 Romain SouffletAdd a controller to access POI list through REST API.
2013-12-04 Romain SouffletAdd "page_max_size" argument to categories autocompleter.
2013-11-22 Romain SouffletDeactivate previous link when current page show poi_ind...
2013-11-22 Romain SouffletRemove wrong line in "each" loop.
2013-10-17 Romain SouffletFix POI subclasses initialization.
2013-10-16 Romain SouffletFix default URL to hogan.js
2013-10-03 Romain SouffletAdd a middleware ensuring we can decode URL.
2013-09-02 Romain SouffletFix error when category is None.
2013-09-02 Romain SouffletDisplay all export formats in export pages.
2013-09-02 Romain SouffletAdd hogan.js to environnement.py.
2013-09-02 Romain SouffletUse biryani1 instead of biryani.
2013-09-02 Romain SouffletRemove limits for csv exports.
2013-08-09 Romain SouffletAdd hogan templates to map.js.
2013-06-19 Romain SouffletCreate subclasses for Schemas even if they don't own...
2013-06-19 Romain SouffletUse 'in' instead of deprecated 'has_key'.
2013-06-14 Emmanuel RaviartDon't use poi variable, because it doesn't exist.
2013-06-13 Romain SouffletUse poi_bson instead of non existing poi object.
2013-06-13 Romain SouffletRemove closing '/' in link tag.
2013-06-13 Romain SouffletUse full URL for canonical link.
2013-06-13 Romain SouffletAdd canonical link in POI pages to avoid duplicate...
2013-06-13 Emmanuel RaviartUpdate french localization.
2013-06-12 Romain SouffletUse navbar only when called from poi controller.
2013-06-12 Romain SouffletFix missing argument in mako render.
2013-06-12 Romain SouffletDon't fail when schema isn't found.
2013-06-12 Romain SouffletUse geoJson params in order to keep search params in...
2013-06-12 Romain SouffletCreate a Poi subclass for each schema in each database.
2013-06-12 Romain SouffletAdd previous/back/next buttons to organism pages.
2013-06-12 Romain SouffletFix indexes "ids_by_begin_datetime" and "ids_by_end_dat...
2013-06-11 Romain SouffletAdd icon_url information in a subclass of POI.
2013-06-10 Emmanuel RaviartRemove useless imports.
2013-06-10 Emmanuel RaviartEnsure that when creating a POI it uses a subclass...
2013-06-07 Emmanuel RaviartDon't use easyXDM.DomHelper.requiresJSON because it...
2013-06-06 Emmanuel RaviartImprove use of Piwik configuration and Mako indentation.
2013-06-06 Emmanuel RaviartAdd support for multiple databases of POIs and multiple...
2013-06-06 Emmanuel RaviartUpgrade for Webob 1.2 that uses unicode for script_name...
2013-05-31 Romain SouffletDatetime information must be inserted in the right...
2013-05-27 Romain SouffletAdd scheme to swf URL (fix IE6, 7).
2013-05-16 Romain SouffletAdd quotes arround piwik URLs.
2013-05-13 Romain SouffletReplace hard coded piwik siteId by its configuration...
2013-05-13 Romain SouffletPut piwik URLs in configuration file.
2013-05-07 Romain SouffletLimit bounding box size when searching competence by...
2013-05-06 Romain SouffletAdd piwik marker id in config validator.
2013-05-02 Romain Souffletuse get method to avoir key error.
2013-04-30 Romain SouffletChange précision wording.
2013-04-30 Romain SouffletImport subscribtion check codes from Metanol.
2013-04-24 Romain SouffletFix undefined variable related_territories_id.
2013-04-24 Romain SouffletAdd "handle_competence_territories" config variable.
2013-04-24 Romain SouffletRemove "filter" notion.
2013-04-24 Romain SouffletOpen external links in new tab.
2013-04-19 Emmanuel RaviartDecode request URL and script name before adding them...
2013-04-15 Emmanuel RaviartAdd request URL to JSON responses.
2013-04-12 Emmanuel RaviartReplace controller_name with req.script_name.
2013-04-12 Romain SouffletFix an error when displaying categories error.
2013-04-12 Romain SouffletAdd target="_blank" to feed links.
2013-04-12 Romain SouffletUse document.body instead of document.
2013-04-08 Romain SouffletFix: remove deleted POI from index.
2013-04-08 Romain SouffletWhen sort_key is changed, return to first page
2013-04-08 Romain SouffletIndex slugs in order to improve sorting.
2013-04-05 Romain SouffletParse "container_base_url" and "gadget_id" input params...
2013-04-05 Romain SouffletRemove slugify method from sorting key (performance...
2013-04-05 Romain SouffletChange translation of "Export" from "Exporter" to ...
2013-04-04 Romain SouffletDisplay correctly errors on feed page.
2013-04-02 Romain SouffletFix bug when POIs are deleted in "list_of_tuples" indexes.
2013-03-29 Romain SouffletAdd "list_of_tuples" options to find_existing method.
2013-03-29 Romain SouffletField value can be an ObjectId instead of basestring...
2013-03-29 Romain SouffletHandle date indexes which are not dict (sorted list...
2013-03-21 Romain SouffletSearch among base categories with OR instead of AND.
2013-03-20 Romain SouffletFix flake8 indentation warning.
2013-03-20 Romain SouffletAdd atom feeds for search form.
2013-03-19 Romain SouffletFix flake8 errors.
2013-03-19 Romain SouffletAdd date support.
2013-03-19 Romain SouffletForbid IE to replace relative paths by absolute paths.
2013-03-18 Emmanuel RaviartWhen no territory kind is given (by gadget in URL)...
next