jcline / fedora-hubs

Forked from fedora-hubs 7 years ago
Clone

faddb5d Move widget templates inside the widget directory

Authored and Committed by abompard 7 years ago
47 files changed. 69 lines added. 69 lines removed.
hubs/widgets/about/__init__.py
file modified
+1 -1
hubs/widgets/about/templates/about.htmlhubs/widgets/templates/about.html
file renamed
+1 -1
hubs/widgets/badges/__init__.py
file modified
+1 -1
hubs/widgets/badges/templates/badges.htmlhubs/widgets/templates/badges.html
file renamed
+1 -1
hubs/widgets/base.py
file modified
+24 -6
hubs/widgets/bugzilla/__init__.py
file modified
+1 -1
hubs/widgets/bugzilla/templates/bugzilla.htmlhubs/widgets/templates/bugzilla.html
file renamed
+1 -1
hubs/widgets/contact/__init__.py
file modified
+1 -1
hubs/widgets/contact/templates/contact.htmlhubs/widgets/templates/contact.html
file renamed
+1 -1
hubs/widgets/dummy/__init__.py
file modified
+1 -1
hubs/widgets/dummy/templates/dummy.htmlhubs/widgets/templates/dummy.html
file renamed
+1 -1
hubs/widgets/fedmsgstats/__init__.py
file modified
+1 -1
hubs/widgets/fedmsgstats/templates/fedmsgstats.htmlhubs/widgets/templates/fedmsgstats.html
file renamed
+1 -1
hubs/widgets/feed/__init__.py
file modified
+1 -1
hubs/widgets/feed/templates/feed.htmlhubs/widgets/templates/feed.html
file renamed
+1 -1
hubs/widgets/fhosted/__init__.py
file modified
+1 -1
hubs/widgets/fhosted/templates/fhosted.htmlhubs/widgets/templates/fedorahosted.html
file renamed
+0 -0
hubs/widgets/github_pr/__init__.py
file modified
+1 -1
hubs/widgets/github_pr/templates/github_pr.htmlhubs/widgets/templates/github_pr.html
file renamed
+1 -1
hubs/widgets/githubissues/__init__.py
file modified
+1 -1
hubs/widgets/githubissues/templates/githubissues.htmlhubs/widgets/templates/githubissues.html
file renamed
+1 -1
hubs/widgets/library/__init__.py
file modified
+1 -1
hubs/widgets/library/templates/library.htmlhubs/widgets/templates/library.html
file renamed
+1 -1
hubs/widgets/linechart/__init__.py
file modified
+1 -1
hubs/widgets/linechart/templates/linechart.htmlhubs/widgets/templates/linechart.html
file renamed
+1 -1
hubs/widgets/meetings/__init__.py
file modified
+1 -1
hubs/widgets/meetings/templates/meetings.htmlhubs/widgets/templates/meetings.html
file renamed
+1 -1
hubs/widgets/memberships/__init__.py
file modified
+1 -1
hubs/widgets/memberships/templates/memberships.htmlhubs/widgets/templates/memberships.html
file renamed
+1 -1
hubs/widgets/pagure_pr/__init__.py
file modified
+1 -1
hubs/widgets/pagure_pr/templates/pagure_pr.htmlhubs/widgets/templates/pagure_pr.html
file renamed
+1 -1
hubs/widgets/pagureissues/__init__.py
file modified
+1 -1
hubs/widgets/pagureissues/templates/pagureissues.htmlhubs/widgets/templates/pagureissues.html
file renamed
+1 -1
hubs/widgets/rules/__init__.py
file modified
+1 -1
hubs/widgets/rules/templates/rules.htmlhubs/widgets/templates/rules.html
file renamed
+1 -1
hubs/widgets/stats/__init__.py
file modified
+1 -1
hubs/widgets/stats/templates/stats.htmlhubs/widgets/templates/stats.html
file renamed
+1 -1
hubs/widgets/sticky/__init__.py
file modified
+1 -1
hubs/widgets/sticky/templates/sticky.htmlhubs/widgets/templates/sticky.html
file renamed
+1 -1
hubs/widgets/subscriptions/__init__.py
file modified
+1 -1
hubs/widgets/subscriptions/templates/subscriptions.htmlhubs/widgets/templates/subscriptions.html
file renamed
+1 -1
hubs/widgets/templating.py
file removed
-19
hubs/widgets/view.py
file modified
+2 -1
hubs/widgets/workflow/pendingacls.py
file modified
+1 -1
hubs/widgets/workflow/templates/pendingacls.htmlhubs/widgets/templates/workflow/pendingacls.html
file renamed
+1 -1
hubs/widgets/workflow/templates/updates2stable.htmlhubs/widgets/templates/workflow/updates2stable.html
file renamed
+1 -1
hubs/widgets/workflow/updates2stable.py
file modified
+1 -1
    Move widget templates inside the widget directory
    
        
hubs/widgets/about/templates/about.html hubs/widgets/templates/about.html
file renamed
+1 -1
hubs/widgets/badges/templates/badges.html hubs/widgets/templates/badges.html
file renamed
+1 -1
file modified
+24 -6
hubs/widgets/bugzilla/templates/bugzilla.html hubs/widgets/templates/bugzilla.html
file renamed
+1 -1
hubs/widgets/contact/templates/contact.html hubs/widgets/templates/contact.html
file renamed
+1 -1
hubs/widgets/dummy/templates/dummy.html hubs/widgets/templates/dummy.html
file renamed
+1 -1
hubs/widgets/fedmsgstats/templates/fedmsgstats.html hubs/widgets/templates/fedmsgstats.html
file renamed
+1 -1
hubs/widgets/feed/templates/feed.html hubs/widgets/templates/feed.html
file renamed
+1 -1
hubs/widgets/fhosted/templates/fhosted.html hubs/widgets/templates/fedorahosted.html
file renamed
file was renamed with no change to the file
hubs/widgets/github_pr/templates/github_pr.html hubs/widgets/templates/github_pr.html
file renamed
+1 -1
hubs/widgets/githubissues/templates/githubissues.html hubs/widgets/templates/githubissues.html
file renamed
+1 -1
hubs/widgets/library/templates/library.html hubs/widgets/templates/library.html
file renamed
+1 -1
hubs/widgets/linechart/templates/linechart.html hubs/widgets/templates/linechart.html
file renamed
+1 -1
hubs/widgets/meetings/templates/meetings.html hubs/widgets/templates/meetings.html
file renamed
+1 -1
hubs/widgets/memberships/templates/memberships.html hubs/widgets/templates/memberships.html
file renamed
+1 -1
hubs/widgets/pagure_pr/templates/pagure_pr.html hubs/widgets/templates/pagure_pr.html
file renamed
+1 -1
hubs/widgets/pagureissues/templates/pagureissues.html hubs/widgets/templates/pagureissues.html
file renamed
+1 -1
hubs/widgets/rules/templates/rules.html hubs/widgets/templates/rules.html
file renamed
+1 -1
hubs/widgets/stats/templates/stats.html hubs/widgets/templates/stats.html
file renamed
+1 -1
hubs/widgets/sticky/templates/sticky.html hubs/widgets/templates/sticky.html
file renamed
+1 -1
hubs/widgets/subscriptions/templates/subscriptions.html hubs/widgets/templates/subscriptions.html
file renamed
+1 -1
file modified
+2 -1
hubs/widgets/workflow/templates/pendingacls.html hubs/widgets/templates/workflow/pendingacls.html
file renamed
+1 -1
hubs/widgets/workflow/templates/updates2stable.html hubs/widgets/templates/workflow/updates2stable.html
file renamed
+1 -1