All Versions
32
Latest Version
Avg Release Cycle
87 days
Latest Release
2857 days ago

Changelog History
Page 3

  • v0.2.3 Changes

    • Add custom sitemap view and OPPS_SITEMAP_LANGUAGE and OPPS_SITEMAP_PUBLICATION_NAME params
    • Create template tag exclude_queryset_by on Containers application
    • Create template tag filter_queryset_by on Containers application
    • ๐Ÿ”„ Change API Engine restframework to piston
    • * Easier to polymorphic work
    • ๐Ÿšš * Old api removed
    • * Create opps.api.ApiKeyAuthentication
    • โž• Add Atom feed urls #119
    • ๐Ÿ›  Fix image_obj template tag when sending Nonetype image
    • Create Opps Vagrant box to help other contributors
    • โž• Added support to ajax requests with extends_parent variable in template context
    • ๐ŸŒฒ Write logging contrib application #275
    • ๐Ÿ›  Fixed run tests on celery, because use Calling Tasks
    • โšก๏ธ Update fixture example
    • ๐Ÿ›  Fix test running on Django 1.5, 1.6 and 1.7 #145
    • โœ… * Change test folder, opps//tests to tests/
    • * Used nose
    • Create OPPS_CORE_APPS, recommend used on INSTALLED_APPS
    • Get queryset (boxes) on get_containerbox (template tags containers), if exist queryset (on containerbox)
    • ๐Ÿ”„ Change ChannelListFilter. Now every parent channel will have an additional /* value on the lookups values
    • Add context breadcrumb on get_context_data generic views (base)
    • Add try_values and cache_obj template tags
    • ๐Ÿ”„ Change BaseBoxAdmin queryset permissions
    • opps.contrib.mobile.middleware do not change settings.TEMPLATE_DIRS on the fly any more, it now use a thread-local variable
    • ๐Ÿ›  Fix breadcrumb context variable
    • Fix template tag get_post_content, change folder name articles to containers (Standard Opps 0.2.x)
    • Fix filter_queryset_by and exclude_queryset_by when queryset is sliced
    • Added extra_context to get_containerbox template tag
    • ๐Ÿ›  Fix spaced and empty string tags creation
    • ๐Ÿ›  Fix embedded album image order on Posts
    • Containers in home page have direct url without channel, example: site.com/content_slug.html instead of site.com/home/content_slug.html
    • ๐Ÿ›  Fix url pattern from flatpages, now accept slugs with dashs
    • Add get_custom_field_value template tag
    • ๐Ÿ›  Fix None hat field on Mirror creation
    • ๐Ÿ›  Fix main_image caption population on Albums
    • โž• Add new hat field on Channel model
    • ๐Ÿ›  Fix channel delete when it has some containers on it.
    • ๐Ÿ›  Fix bug on mirror channel, if not used mirror channel resource, ref #310
    • ๐Ÿ›  Fix TagList when home channel has a different layout. Issue #308
    • โž• Add Exclude field on QuerySet model of Boxes app. Issue #309
  • v0.2.2 Changes

    • ๐Ÿ“œ Used argparse on opps-admin.py (bin) #82
    • ๐Ÿ›  Fix test running on Django >= 1.6 #145
    • More one channel per container (multi channel)
    • Added raw_id_fields on ConfigAdmin
    • ๐Ÿ›  fix bug, wrong crop params on image_obj templatetag, added lists of valid values
    • โž• Add field title_url on class model ContainerBox
    • ๐Ÿ›  fix typo, settings_local.py with the wrong index for the database password 'PASS' is correct and 'PASSWORD'
    • fix bug "List index out of range" in template tag get_containerbox_list
    • ๐Ÿ›  Fix bug, mobile detect not bringing this path (url) #265
    • ๐Ÿ›  Fix sitemaps and added a sitemaps index view
    • ๐Ÿ›  Fix migration (auto user), ContainerBoxContainers add field highlight
  • v0.2.1 Changes

    • Add method get_http_absolute_url on channel model class
    • ๐Ÿ›  Fix sitemap
    • โœ‚ Remove contrib/db_backend , move to opps/db/backends #240
    • ๐Ÿ›  Fix migrate run on postgresql - articles
    • โž• Add ChannelListFilter on HideContainerAdmin list_filter
    • Add lazy translation on child_class list_display on HideContainerAdmin
    • Add OPPS_CONTAINERS_BLACKLIST config on HideContainerAdmin
    • ๐Ÿ›  Fix: image crop example
    • ๐Ÿ‘‰ Used get_descendants (mptt) on generic base view
    • changing datetime.now to timezone.now on search index
    • ๐Ÿ›  Fix unicode treatment JSONField rendering
    • โœ… Write test on opps.db._redis
    • Set dynamic db int, on db drive
    • Fix: get_child recursivelly on template tag get_container_by_channel
    • ๐Ÿ”„ Changelog organize
    • ๐Ÿ›  Fix docs organize
    • โœ‚ Remove Opps theme docs, used default Read the Docs
  • v0.2.0 Changes

    • Content type (Container)
    • Isoled boxes application
    • ContainerBox, generic box (concept)
    • ๐Ÿ‘‰ Used Container in all application
    • Archives, file manager
    • Images used archives
    • ๐Ÿ‘‰ Used RST on README, pypi compatibility
    • โž• Add contrib pattern (like django)
    • โฌ†๏ธ Upgrade haystack to 2.0 (stable)
    • Opps Generic Views
    • ๐Ÿ†• New view format, used to URLs pattern
    • โž• Add Grappelli dependence of the project
    • Create Opps DB (NoSQL Database architecture)
    • โž• Add redis support (Opps BD)
    • Contrib notification, central message exchange between container
    • ๐Ÿ‘ * websocket support
    • ๐Ÿ‘ * sse support
    • ๐Ÿ‘ * long pulling support
    • โž• Add field highlight on ContainerBox option
    • ๐Ÿ›  Fix bug generic view list, get recursive channel list
    • Dynamic fields on container, via JSONField
    • * Text
    • * Textarea
    • * Checkbox
    • * Radio
    • ๐Ÿ›  Fix template tag image_obj
    • โž• Add optional container filtering by child_class in ListView
    • ๐Ÿ›  fix flatpage url
    • โž• Adding .html in containers url
  • v0.1.9

  • v0.1.8 Changes

    • Queryset cache on generic view
    • โž• Add image thumb on ArticleBox
    • Send current site to template {{ SITE }}
    • In /rss feed, filter channels by published and include_in_main_rss
    • RSS Feed now renders in a template
    • Flatpage is content type Article
    • ๐Ÿš‘ Hotfix fix memory leak (articles generic view)
    • Chekc OPPS_PAGINATE_NOT_APP app not used PAGINATE_SUFFIX
    • ๐Ÿ‘‰ Used cache page
  • v0.1.7

  • v0.1.6

  • v0.1.5

  • v0.1.4