Changelog

release-1.0.8

  • static directory names “staticsite”
  • add jenkins.sh
  • add reset_test_data_db(for PostgreSQL)
  • import pytz for UTC time translation
  • import suds for Webservice interacting

release-1.0.7

  • add authentication function for download file
  • import scss
  • consider PostgreSQL default run on read commited mode
  • add a Default BaseModel
  • just show the root url of ho600_lib
  • add a js function of converting tastypie-datetime
  • make autoreload in uwsgi mode
  • change trunk/local_settings.py to trunk/trunk_local_settings.py
  • add a LoadAfterAppSettings class but put two variables: DEBUG and DATABASES of trunk_local_settings.py in the beginning side of trunk/settings.py
  • static => staticsite
  • change default database system from mysql to PostgreSQL

release-1.0.6

  • auto append from INSTALLED_APPS.settings.MEDIA_BUNDLES
  • seprate the ANOTHER_DEPENDS_MODULES
  • ROOT.local_settings should be loaded in the last;
  • updating depending libs on django-tastypie
  • refactoring loading google hosting libs
  • add collectstatic command in bin/before_deployment.py
  • set absolute path for mediagenerator-static
  • use jQuery plugin style to set custom library
  • import ho600-django-gae-federated-auth lib

release-1.0.5

  • import django-compressor
  • add bugrecord feature: record any bug report in Production Environment

release-1.0.4

  • add “downloads” and “copies” in depends_modules.conf
  • import django-guardian and django-debug-toolbar library
  • modify “ho600_lib.get_template_by_site_and_lang” to change template finding flow
  • add “ho600_lib.static” and “ho600_lib.media” function in ho600_lib/__init__.py for url discovering in templates
  • add “ho600_lib.get_site_from_settings” to get the SITE is user browsing
  • add “bin/monitor_file_and_make_html.sh” to automatically generating sphinx-document
  • add “bin/symbol_to_unicode.py” to convert code(ex, “u65b0”) to “新”, for example
  • add taiwan post code data(臺灣地區郵遞區號前3碼一覽表_9912.xls, 2011/8/15 version) in taiwan_postcode.json
  • add a PostCode Model

release-1.0.3

  • include mimeparse-0.1.3 lib in asset/ directly
  • include python-dateutil-1.5 lib in asset/ directly
  • add context processor: ho600_lib.context_processors.settings
  • add template tags: ho600_lib.templatetags.ho600_lib_tags.use_jqueryui
  • add settings.ANOTHER_DEPENDS_MODULES to copy modules that were needed but not in settings.INSTALLED_APPS
  • use settings.SDK_MODE to find out the execute environment right now
  • recursively load settings.py and local_settings.py in modules
  • insert path to sys.path once

release-1.0.2

  • also delete the top directory of depends moduels

release-1.0.1

  • bin/before_programming is renamed to bin/prepare_programming.
  • can copy multi-hierarchy modules.

release-1.0.0

  • bin/before_programming.py and bin/before_deployment.py are both working.
  • Directory layout is stable.

Project Versions

Table Of Contents

Previous topic

本專案說明(正體中文版)

This Page