1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
Commit Graph

397 Commits

Author SHA1 Message Date
Hidden Z
42964c6047 pyi2phosts/settings.py: import local_settings after all 2010-11-07 18:06:17 +00:00
Hidden Z
5b5103293a templates/index.html: suggest adding self destination 2010-11-07 17:59:54 +00:00
Hidden Z
56c177852c py-i2phosts-injector: rewrite choosing of hosts.txt file for parsing
Now we doesn't fail when no HOME env var is present.
2010-11-07 17:02:17 +00:00
Hidden Z
17431a7973 templates/faq.html: spelling fixes (tnx 'dr|z3d') 2010-11-07 13:24:13 +00:00
Hidden Z
11453810e0 Use datetime.utcnow() instead of datetime.now() 2010-11-07 12:44:37 +00:00
Hidden Z
e5e82b428c setup.py: include pyi2phosts.postkey.templatetags 2010-11-07 09:29:22 +00:00
Hidden Z
7a1c338662 templates/paginator.html: add total count 2010-11-07 09:22:09 +00:00
Hidden Z
dd440bcb51 base.css: style fixes 2010-11-07 09:04:04 +00:00
Hidden Z
b88ab181c6 base.css: add definition for tr:first-child 2010-11-07 09:03:35 +00:00
Hidden Z
b9386d4a4a pyi2phosts/static/base.css: add rules for "table" and "tr" tags 2010-11-07 08:01:15 +00:00
Hidden Z
b67a9e9cc6 templates/browse.html: add last seen and description 2010-11-07 08:00:08 +00:00
Hidden Z
0806c2ffb0 pyi2phosts/urls.py: pass title to "browse" page 2010-11-07 07:58:25 +00:00
Hidden Z
92098bf0c7 Enable pagination in hosts browsing 2010-11-06 21:14:39 +00:00
Hidden Z
38109637cd base.css: add default styles for paginator 2010-11-06 21:14:06 +00:00
Hidden Z
28de73a660 Add paginator.html template 2010-11-06 21:13:23 +00:00
Hidden Z
5308d0b9f5 Add cool pagination templatetag
http://www.tummy.com/Community/Articles/django-pagination/
2010-11-06 21:12:45 +00:00
Hidden Z
ad77aebe4f pyi2phosts/urls.py: add ordering for hosts browsing 2010-11-06 19:28:19 +00:00
Hidden Z
e3025b02e9 webinterface: add hosts browsing page 2010-11-06 19:11:08 +00:00
Hidden Z
c546f70757 templates/faq.html: add "_list" to "sources" 2010-11-06 19:04:14 +00:00
Hidden Z
30a856fdf9 pyi2phosts/urls.py: use list_detail.object_list for /faq/ url
It is more suitable for this case.
2010-11-06 19:02:22 +00:00
Hidden Z
82b77b8b51 pyi2phosts/urls.py: use callable to get external sources
Needed for prevent queryset caching.
http://docs.djangoproject.com/en/1.2/topics/generic-views/#adding-extra-context
2010-11-06 16:06:23 +00:00
Hidden Z
cff54ef2be pyi2phosts/templates/base.html: add slash to link tag 2010-11-06 08:50:18 +00:00
Hidden Z
c0bdadf0a0 pyi2phosts/templates/jump.html: fix meta tag 2010-11-06 08:49:33 +00:00
Hidden Z
f1f89c0c90 templates/faq.html: improvement by 'user' 2010-11-05 22:11:08 +00:00
Hidden Z
cd3895c7d1 templates/faq.html: apply fixes by 'user' 2010-11-05 22:06:14 +00:00
Hidden Z
b281f034b0 templates/policy.html: correction
Actually we don't require "must be active before registration", we're
require "host must pass availability check for registration".
2010-11-05 21:43:43 +00:00
Hidden Z
5c3feb58bd setup.py: remove "pyi2phosts/other" 2010-11-05 21:26:26 +00:00
Hidden Z
2b9e500d89 Delete unneded pyi2phosts/other/* 2010-11-05 21:21:47 +00:00
Hidden Z
bd7417f900 Implement index view throught django generic views 2010-11-05 21:21:16 +00:00
Hidden Z
12bedec93e pyi2phosts/urls.py: add faq pattern using django generic views 2010-11-05 21:13:21 +00:00
Hidden Z
080af231d2 pyi2phosts/templates/index.html: add link to FAQ page 2010-11-05 21:12:58 +00:00
Hidden Z
1215fc05bc pyi2phosts/templates/base.html: add link to FAQ page 2010-11-05 21:12:27 +00:00
Hidden Z
49dc7ebaf2 Add template for FAQ page 2010-11-05 21:11:44 +00:00
Hidden Z
07a2915235 pyi2phosts/templates/base.html: small fix 2010-11-05 19:54:04 +00:00
Hidden Z
6200a466ff pyi2phosts/postkey/admin.py: order by descending 2010-11-05 19:43:19 +00:00
Hidden Z
d1366aea50 templates/index.html: fix spelling (tnx 'user') 2010-11-05 16:28:58 +00:00
Hidden Z
d5052d2aa0 py-i2phosts-fetcher: don't invoke injector with "-a"
Better let admin to use injector's config for this.
2010-11-05 16:20:00 +00:00
Hidden Z
4f98a4febe pyi2phosts/templates/base.html: remove "id" from menu div 2010-11-05 16:11:57 +00:00
Hidden Z
490f9617c3 base.css: convert menu identifiers to classes 2010-11-05 16:10:48 +00:00
Hidden Z
b268a3157d pyi2phosts/postkey/admin.py: provide b32-link for preview 2010-11-05 15:06:30 +00:00
Hidden Z
8353439c5b pyi2phosts/templates/base.html: fix link to css 2010-11-05 14:53:56 +00:00
Hidden Z
beb46692ae templates/index.html: define block "footer-addon" 2010-11-05 14:39:06 +00:00
Hidden Z
866c451a67 pyi2phosts/other/views.py: pass b32, b64 variables to template 2010-11-05 14:38:38 +00:00
Hidden Z
5ead4d4e78 templates/base.html: add block "footer-addon" inside footer 2010-11-05 14:38:08 +00:00
Hidden Z
a3bf7c9f5c pyi2phosts/settings.py: add MY_B64 2010-11-05 14:37:41 +00:00
Hidden Z
adc7a787f5 py-i2phosts-checker: use get_b32() 2010-11-05 14:29:37 +00:00
Hidden Z
623134e1a2 pyi2phosts/lib/utils.py: add get_b32()
Because we want to use b64->b32 conversion from different places, move
in to our library.
2010-11-05 14:27:51 +00:00
Hidden Z
6b5d731c4b base.css: add div.footer 2010-11-05 14:21:53 +00:00
Hidden Z
5019e5b185 base.css: add errorlist class 2010-11-05 14:12:41 +00:00
Hidden Z
d7c5c6f21a base.css: fix indent 2010-11-05 14:10:54 +00:00