[Debian-islamic-commits] [thawab] branch upstream updated (6556a0f -> 26fa674)
Shanavas M
shanavas-guest at moszumanska.debian.org
Tue Jun 6 08:04:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
shanavas-guest pushed a change to branch upstream
in repository thawab.
from 6556a0f Imported Upstream version 3.2.0
new 26c96ec New upstream version 4.1
new 26fa674 New upstream version 4.1
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Thawab/gtkUi.py | 3 +
Thawab/shamelaUtils.py | 35 +-
thawab-data/themes/default/templates/main.html | 2 +-
thawab-data/themes/{default => neo}/static/fx.css | 1 +
.../themes/{default => neo}/static/ie-fx.css | 0
.../themes/{default => neo}/static/img/about.gif | Bin
thawab-data/themes/neo/static/img/book.png | Bin 0 -> 1438 bytes
.../themes/{default => neo}/static/img/close.gif | Bin
.../themes/{default => neo}/static/img/code.gif | Bin
.../{default => neo}/static/img/external.gif | Bin
thawab-data/themes/neo/static/img/favicon.ico | Bin 0 -> 4822 bytes
.../themes/{default => neo}/static/img/forum.gif | Bin
.../themes/{default => neo}/static/img/get_ffx.png | Bin
thawab-data/themes/neo/static/img/go-back.png | Bin 0 -> 1129 bytes
thawab-data/themes/neo/static/img/go-next.png | Bin 0 -> 1108 bytes
thawab-data/themes/neo/static/img/go-up.png | Bin 0 -> 1074 bytes
thawab-data/themes/neo/static/img/home.png | Bin 0 -> 1874 bytes
.../themes/{default => neo}/static/img/loading.gif | Bin
thawab-data/themes/neo/static/img/logo.png | Bin 0 -> 77673 bytes
.../themes/{default => neo}/static/img/mail.gif | Bin
thawab-data/themes/neo/static/img/print.png | Bin 0 -> 1253 bytes
.../themes/{default => neo}/static/img/quote.gif | Bin
.../themes/{default => neo}/static/img/rpm.gif | Bin
.../{default => neo}/static/img/scrolldn.png | Bin
.../{default => neo}/static/img/scrollup.png | Bin
thawab-data/themes/neo/static/img/search.png | Bin 0 -> 1560 bytes
thawab-data/themes/neo/static/img/spacer.png | Bin 0 -> 1160 bytes
thawab-data/themes/neo/static/img/text.png | Bin 0 -> 1963 bytes
.../themes/{default => neo}/static/img/tree.png | Bin
.../themes/{default => neo}/static/img/up.gif | Bin
.../{default => neo}/static/img/valid-css-blue.gif | Bin
.../static/img/valid-xhtml10-blue.gif | Bin
thawab-data/themes/neo/static/main.css | 493 +++++++++++++++++++++
thawab-data/themes/{default => neo}/static/main.js | 0
.../themes/{default => neo}/static/manual/all.css | 0
.../static/manual/images/important.png | Bin
.../{default => neo}/static/manual/images/note.png | Bin
.../{default => neo}/static/manual/images/tip.png | Bin
.../static/manual/images/warning.png | Bin
.../{default => neo}/static/manual/manual.html | 0
.../themes/{default => neo}/static/print.css | 0
.../themes/{default => neo}/static/th-main.js | 35 +-
.../themes/{default => neo}/static/th-view.js | 53 ++-
.../themes/{default => neo}/templates/footer.html | 20 +-
.../themes/{default => neo}/templates/layout.html | 19 +-
.../themes/{default => neo}/templates/main.html | 57 +--
.../{default => neo}/templates/minisearch.html | 4 +-
thawab-data/themes/neo/templates/view.html | 43 ++
thawab-server | 252 ++++++++++-
thawab.spec | 129 ++++--
50 files changed, 1009 insertions(+), 137 deletions(-)
copy thawab-data/themes/{default => neo}/static/fx.css (99%)
copy thawab-data/themes/{default => neo}/static/ie-fx.css (100%)
copy thawab-data/themes/{default => neo}/static/img/about.gif (100%)
create mode 100644 thawab-data/themes/neo/static/img/book.png
copy thawab-data/themes/{default => neo}/static/img/close.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/code.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/external.gif (100%)
create mode 100644 thawab-data/themes/neo/static/img/favicon.ico
copy thawab-data/themes/{default => neo}/static/img/forum.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/get_ffx.png (100%)
create mode 100644 thawab-data/themes/neo/static/img/go-back.png
create mode 100644 thawab-data/themes/neo/static/img/go-next.png
create mode 100644 thawab-data/themes/neo/static/img/go-up.png
create mode 100644 thawab-data/themes/neo/static/img/home.png
copy thawab-data/themes/{default => neo}/static/img/loading.gif (100%)
create mode 100644 thawab-data/themes/neo/static/img/logo.png
copy thawab-data/themes/{default => neo}/static/img/mail.gif (100%)
create mode 100644 thawab-data/themes/neo/static/img/print.png
copy thawab-data/themes/{default => neo}/static/img/quote.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/rpm.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/scrolldn.png (100%)
copy thawab-data/themes/{default => neo}/static/img/scrollup.png (100%)
create mode 100644 thawab-data/themes/neo/static/img/search.png
create mode 100644 thawab-data/themes/neo/static/img/spacer.png
create mode 100644 thawab-data/themes/neo/static/img/text.png
copy thawab-data/themes/{default => neo}/static/img/tree.png (100%)
copy thawab-data/themes/{default => neo}/static/img/up.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/valid-css-blue.gif (100%)
copy thawab-data/themes/{default => neo}/static/img/valid-xhtml10-blue.gif (100%)
create mode 100644 thawab-data/themes/neo/static/main.css
copy thawab-data/themes/{default => neo}/static/main.js (100%)
copy thawab-data/themes/{default => neo}/static/manual/all.css (100%)
copy thawab-data/themes/{default => neo}/static/manual/images/important.png (100%)
copy thawab-data/themes/{default => neo}/static/manual/images/note.png (100%)
copy thawab-data/themes/{default => neo}/static/manual/images/tip.png (100%)
copy thawab-data/themes/{default => neo}/static/manual/images/warning.png (100%)
copy thawab-data/themes/{default => neo}/static/manual/manual.html (100%)
copy thawab-data/themes/{default => neo}/static/print.css (100%)
copy thawab-data/themes/{default => neo}/static/th-main.js (76%)
copy thawab-data/themes/{default => neo}/static/th-view.js (69%)
copy thawab-data/themes/{default => neo}/templates/footer.html (61%)
copy thawab-data/themes/{default => neo}/templates/layout.html (55%)
copy thawab-data/themes/{default => neo}/templates/main.html (64%)
copy thawab-data/themes/{default => neo}/templates/minisearch.html (81%)
create mode 100644 thawab-data/themes/neo/templates/view.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-islamic/packages/thawab.git
More information about the Debian-islamic-commits
mailing list