PCoder
4d4472f0d3
Set blog rss feed for all blog template
2018-08-30 09:47:29 +02:00
PCoder
e27317aeab
Move rss icon from the header to the footer
2018-08-07 23:24:02 +02:00
PCoder
0a3f51361f
Add RSS feed icon and link
2018-08-07 21:58:50 +02:00
PCoder
d6a404d49d
Add missing placeholder
2018-07-16 22:38:29 +02:00
PCoder
c97e2c55f3
Add missing content block in the blog_ungleich.html template file
2018-07-14 19:03:04 +02:00
M.Ravi
b3cdbbcae2
Move placeholder to blog_ungleich
...
This was the cause why the structure/content switch was not available on the blog page
2018-07-11 18:51:16 +02:00
Arvind Tiwari
1a692bc88f
merge master
2018-04-21 22:39:44 +05:30
M.Ravi
b3d36c1be3
Reformat code
2018-04-17 18:12:45 +02:00
M.Ravi
7d211b3333
Modify PostListViewUngleich: Filter posts by category if specified
2018-04-17 16:17:46 +02:00
PCoder
ee35fbd784
Attempt to filter blogs by category
2018-04-17 11:49:01 +02:00
Arvind Tiwari
5679289329
replaced cms_menu with static menu
2018-04-12 22:24:50 +05:30
Arvind Tiwari
f4b6949d39
corrected favicon link on pages
2018-04-09 02:16:57 +05:30
PCoder
edf4a87fa9
blog: Redirect user to ungleich home on ungliech logo click
2017-11-10 21:26:51 +01:00
Andrii Marynets
c7feed6a73
Delete commented code
2017-07-13 23:50:11 +03:00
Andrii Marynets
a8be59d7a2
Add GA to all important apps
2017-07-13 22:53:15 +03:00
PCoder
29b2688935
Added missing space in the blog's date text
2017-07-09 20:13:58 +05:30
Siarhei Puhach
edcfd3e9f4
Added Flake8 lib and fixed PEP8 violations
2017-06-29 17:34:40 +03:00
modulos
37a9629408
Add more translations
2017-05-30 15:57:36 +02:00
Modulos
c9be516e9b
Remove author from blog_item
2017-04-12 12:30:29 +02:00
Levi
bdfb37bf83
fixing footer year
2017-01-11 12:10:33 -05:00
Levi
a84a88479f
Fixed #2789 #2788 #2790 #2812 #2811
2016-12-13 10:54:05 -05:00
Levi
2a4b6e973d
Downgrading django from 1.10 to 1.9. Added supports.html. Added supports view . Fixing post supports style. Working on # #2689 Removing links from supportus.html. . Working on # #2689 FIxed history fonts style and color . Working on # #2689 Finished supportus.html. Working on # #2689 Tagging post. Working on # #2689 Fixing broken links history.html. Working on #2674 Deactivate membership. Working on #2686 Reactivate membership
2016-11-17 21:08:16 -05:00
Levi
fe52e61668
Configured django-filer plugin. Added thumbnail of 630x200 to each post in post list view. Now when the user click on digitalglarus on contact form in ungleich landing page, he is redirected to digitalglarus home.Started to change index digitalglarus styleChanged ungleich css. Fixed image thumbnail on post item list . Added email template after an user has been charge for his monthly donation. Fixed command to make donations charge, if there is any error with one donator, it skip him and go on to the next.Added new header to digitalglarus page. Added menu to new digitalglarus landing
2016-08-04 01:07:41 -05:00
Levi
5fce858923
Changed donations.html table style, Added pagination to donations list view. Hiding donate now button if the user is logged in and already has a donation.Handled the case when an user has not donations yet in donations.html view. Fixed bug on donation signup
2016-08-03 00:50:33 -05:00
Levi
7cd5244fdc
Added PostListViewUngleichTest, Added PostDetailViewUngleich, Converted detail ungleich post view into Class Based Django view, Added translations to ungleich landing page
2016-07-15 00:14:51 -05:00
Levi
2b50f9fdd9
As an admin I want to be able to create a custom use. As an user I want to see listed only posts in the current selected language. As an user I want to be able to switch languages between EN-DE
2016-06-23 21:32:51 -05:00
Levi
6d029fdeb5
Added cron to send email and fixing settings error
2016-06-16 01:04:48 -05:00
Efstratios Goudelis
32e488d457
Fixed issue with publish flag not be respected when getting blog posts for the site blog.
...
Related issue: https://redmine.ungleich.ch/issues/2284
2016-05-16 15:34:45 +03:00
Levi
7dd4f7e70a
Moved contact form model in order to be reusable by ungleich app, Created unit test for digitalglarus contact page, Created ungleich contact page, Created unit test for ungleich contact page, Created unit test for forms .
2016-04-10 16:12:43 -05:00
Tomislav R
36b99b93ef
home added and assigned right template
2016-04-09 08:51:20 +02:00
Tomislav R
24badb1a9c
updated ungleich
2016-04-03 11:46:25 +02:00
Tomislav R
d29902c676
removed
2016-03-31 18:15:37 +02:00
24c263811a
settings: fixed typo on media.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-31 04:52:53 -06:00
d9883cc503
models: UngleichPage, -image_header +image
...
The filed image_header was removed, and
a new filed image was added, the reason
for this change is that image being a
FilerImageFiled can make use of previously
uploaded images while with image_header only
uploads where available.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-24 10:59:26 -06:00
463fc370b4
models: ungleich, added app_label to UngleichPage
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-23 04:17:04 -06:00
76bfb3c47b
Added ungleich app to extend Page models.
...
Ungleich app has a model called UngleichPage,
this model has an attribute called image_header
which will be used to set the background image for
the page header.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-23 00:33:35 -06:00