abompard / fedora-hubs

Forked from fedora-hubs 7 years ago
Clone

df2130c Replace the chrome wrapper with template inheritance

Authored and Committed by abompard 7 years ago
51 files changed. 170 lines added. 119 lines removed.
hubs/tests/test_widgets/test_about.py
file modified
+3 -1
hubs/tests/test_widgets/test_library.py
file modified
+1 -0
hubs/widgets/about/__init__.py
file modified
+5 -3
hubs/widgets/badges/__init__.py
file modified
+3 -3
hubs/widgets/bugzilla/__init__.py
file modified
+1 -2
hubs/widgets/chrome.py
file removed
-34
hubs/widgets/contact/__init__.py
file modified
+0 -2
hubs/widgets/dummy/__init__.py
file modified
+4 -3
hubs/widgets/fedmsgstats/__init__.py
file modified
+0 -2
hubs/widgets/feed/__init__.py
file modified
+1 -2
hubs/widgets/fhosted/__init__.py
file modified
+4 -3
hubs/widgets/github_pr/__init__.py
file modified
+1 -2
hubs/widgets/githubissues/__init__.py
file modified
+1 -2
hubs/widgets/library/__init__.py
file modified
+4 -3
hubs/widgets/linechart/__init__.py
file modified
+4 -3
hubs/widgets/meetings/__init__.py
file modified
+1 -2
hubs/widgets/memberships/__init__.py
file modified
+1 -2
hubs/widgets/pagure_pr/__init__.py
file modified
+4 -3
hubs/widgets/pagureissues/__init__.py
file modified
+4 -3
hubs/widgets/rules/__init__.py
file modified
+0 -2
hubs/widgets/stats/__init__.py
file modified
+0 -2
hubs/widgets/sticky/__init__.py
file modified
+5 -3
hubs/widgets/subscriptions/__init__.py
file modified
+3 -3
hubs/widgets/templates/about.html
file modified
+4 -0
hubs/widgets/templates/badges.html
file modified
+5 -1
hubs/widgets/templates/bugzilla.html
file modified
+4 -0
hubs/widgets/templates/contact.html
file modified
+4 -0
hubs/widgets/templates/dummy.html
file modified
+4 -0
hubs/widgets/templates/fedmsgstats.html
file modified
+4 -0
hubs/widgets/templates/fedorahosted.html
file modified
+4 -0
hubs/widgets/templates/feed.html
file modified
+4 -0
hubs/widgets/templates/github_pr.html
file modified
+4 -0
hubs/widgets/templates/githubissues.html
file modified
+4 -0
hubs/widgets/templates/library.html
file modified
+4 -0
hubs/widgets/templates/linechart.html
file modified
+4 -0
hubs/widgets/templates/meeting_footer.html
file removed
-7
hubs/widgets/templates/meetings.html
file modified
+15 -0
hubs/widgets/templates/memberships.html
file modified
+4 -0
hubs/widgets/templates/pagure_pr.html
file modified
+4 -0
hubs/widgets/templates/pagureissues.html
file modified
+4 -0
hubs/widgets/templates/panel.html
file modified
+9 -7
hubs/widgets/templates/panel_heading.html
file removed
-3
hubs/widgets/templates/rules.html
file modified
+4 -0
hubs/widgets/templates/stats.html
file modified
+4 -0
hubs/widgets/templates/sticky.html
file modified
+4 -0
hubs/widgets/templates/subscriptions.html
file modified
+4 -0
hubs/widgets/templates/workflow/pendingacls.html
file modified
+6 -0
hubs/widgets/templates/workflow/updates2stable.html
file modified
+4 -0
hubs/widgets/view.py
file modified
+1 -8
hubs/widgets/workflow/pendingacls.py
file modified
+4 -4
hubs/widgets/workflow/updates2stable.py
file modified
+4 -4
    Replace the chrome wrapper with template inheritance
    
        
file removed
-34
file modified
+1 -8