My Wiki!

VFOSS Work Log

TODOs

  • GG adsense rejected because many links not leading to sites (bottom bar).

Features

  • Ask integration
  • Forum integration
  • Categories / Tags (WIP) branch menu

20200103

2017/02/19

2017/01/31

  • Migrate code to docker deploy
    • Test locally

2016/12/05

Failed steps:

  • changed vfossnews plugin modle and can not migrate: * remove vfossnews/migrates/006
    • makemigrations
    • migrate –> error

Solution: reversed all changes to cms-Plugin model names

2016/11/27

2016/10/11

2016/10/05

Problem

Show nav menu root page on all pages. Useful for top navigation which should contain links to all app. Then in each page/app navigation only show submenu of that app.

Solution

  {% show_menu_below_id current_page.get_root.reverse_id 0 100 1 0 %} 

is the best way, i dont try to put VAR into… Its simply and realyusefull :)

Remove soft-root for app pages and use normal showmenu tag to show the app's child pages: {% showmenu 1 10 0 10 “new_theme/templates/includes/menu/navigation.html” %}

2016/08/28

  • Ansible for master postgres. TODO slave configuration
  • Working with master branch

18-08-2016

  • TODO secrets from settings.py to env.json. Test master then merge production
    • setup postgre on dev machine –> ansible?
      • fail: ansible-playbook vfossdevpostgressetupplaybook.yml -v

25-09-2015

Test misago forum

/home/dang/data/workspace/70projectvfoss/misagodevws

Error

  ImportError: No module named embercliredirects

Wait for future updates.

Integrate Facebook Social Features

  https://pypi.python.org/pypi/django-social-widgets

11-09-2015

03-09-2015

misago master evolves towards version 0.6 (django 1.8)

misago should be installed standalone, with separate env. Integration with existing django project is not supported.

16-08-2015

Pump project to django 1.8.2 and django-cms 3.1.2. TODO: patch applied! update to django-cms 3.1.3

Integrate misago forum: http://localhost/wiki/doku.php?id=projects:vfoss_org:apps:misago_forum

07/9-06-2015

31-05-2015

20150206

CLOSED

20150131

Change working dir:

  /mnt/extdata/workspace/70_project_vfoss/vfoss_django_dev_ws/vfoss_org
  /mnt/extdata/workspace/70_project_vfoss/vfoss_fosd
  [dang@dai142 vfoss_org]$ git remote --verbose
  origin	https://thuydang@bitbucket.org/thuydang/vfossorg_pj.git (fetch)
  origin	https://thuydang@bitbucket.org/thuydang/vfossorg_pj.git (push)

Navigation