6a5ede7 merging origin/develop into origin/master for 0.3 release - fully packaged with configurable logging and blocker proposal functionality

Merged and Committed by tflink 11 years ago
49 files changed. 1790 lines added. 1682 lines removed.
.reviewboardrc
file added
+3
alembic.ini
file modified
+5 -0
alembic/versions/1d12b74d12bd_add_userinfo_table.py
file added
+31
blockerbugs.spec
file added
+165
blockerbugs/__init__.py
file modified
+46 -12
blockerbugs/cli.py
file added
+242
blockerbugs/config.py
file modified
+8 -3
blockerbugs/controllers/forms.py
file modified
+6 -1
blockerbugs/controllers/main.py
file modified
+105 -69
blockerbugs/controllers/users.py
file modified
+5 -3
blockerbugs/models/userinfo.py
file added
+36
blockerbugs/static/css/app-foundation.css
file modified
+700 -1053
blockerbugs/static/css/app.css
file modified
+61 -38
blockerbugs/static/img/blockerbugs-logo-light-stg.png
file added
+0
blockerbugs/static/img/repeater-stg.png
file added
+0
blockerbugs/templates/base_nav.html
file modified
+1 -0
blockerbugs/templates/blocker_list.html
file modified
+0 -13
blockerbugs/templates/fas_bugzilla.html
file added
+77
blockerbugs/templates/index.html
file modified
+9 -0
blockerbugs/templates/layout.html
file modified
+24 -3
blockerbugs/templates/login.html
file modified
+4 -0
blockerbugs/templates/milestone_base.html
file modified
+1 -0
blockerbugs/templates/milestone_info.html
file modified
+0 -13
blockerbugs/templates/milestone_stats.html
file modified
+0 -13
blockerbugs/templates/propose_bug.html
file modified
+4 -6
blockerbugs/templates/spin_list.html
file modified
+0 -13
blockerbugs/templates/thanks.html
file modified
+0 -9
blockerbugs/templates/update_list.html
file modified
+0 -13
blockerbugs/util/bug_sync.py
file modified
+29 -4
blockerbugs/util/bz_interface.py
file modified
+18 -7
blockerbugs/util/update_sync.py
file modified
+5 -55
conf/blockerbugs.conf
file modified
+2 -2
conf/blockerbugs.cron.example
file added
+5
conf/settings.py.example
file added
+12
docs/Makefiledoc/Makefile
file renamed
+1 -1
docs/source/blockerbugscli.rst
file added
+112
docs/source/conf.pydoc/source/conf.py
file renamed
+1 -1
docs/source/development.rstdoc/source/development.rst
file renamed
+1 -1
docs/source/index.rstdoc/source/index.rst
file renamed
+2 -2
docs/source/installation.rstdoc/source/installation.rst
file renamed
+0 -0
init_db.sh
file modified
+6 -9
initialize.py
file removed
-143
run_cli.py
file added
+8
sass/app.scss
file modified
+19 -0
setup.py
file modified
+23 -3
sync_db.py
file removed
-117
testing/test_bugchange.py
file modified
+13 -1
testing/test_update_sync.py
file removed
-65
update_blockers.sh
file removed
-9
    merging origin/develop into origin/master for 0.3 release - fully packaged with configurable logging and blocker proposal functionality
    
        
file added
+3
file modified
+5 -0
file added
+165
file modified
+46 -12
file added
+242
file modified
+8 -3
file modified
+105 -69
file modified
+61 -38
empty file added
file modified
+29 -4
file modified
+2 -2
docs/Makefile doc/Makefile
file renamed
+1 -1
docs/source/conf.py doc/source/conf.py
file renamed
+1 -1
docs/source/development.rst doc/source/development.rst
file renamed
+1 -1
docs/source/index.rst doc/source/index.rst
file renamed
+2 -2
docs/source/installation.rst doc/source/installation.rst
file renamed
file was renamed with no change to the file
file modified
+6 -9
file removed
-143
file added
+8
file modified
+19 -0
file modified
+23 -3
file removed
-117
file modified
+13 -1
file removed
-9