home » zplus/freepost.git
Author ID Message Commit time Files Lines
zPlus 3611812
Add CSS media query to login form for resizing on larger screens.
modified: freepost/static/stylus/freepost.styl modified: freepost/templates/login.html
6 years ago 2 +9/-17
zPlus a263e27
Fix redirect on new account controller.
modified: freepost/__init__.py
6 years ago 1 +1/-1
zPlus bd265f4
Fix pagination.
modified: freepost/static/stylus/freepost.styl modified: freepost/static/stylus/reset.styl modified: freepost/templates/posts.html modified: freepost/templates/vote.html
6 years ago 4 +46/-25
zPlus d4dbdc6
Fix pagination.
modified: freepost/__init__.py modified: freepost/database.py modified: freepost/static/stylus/reset.styl modified: freepost/templates/homepage.html new file: freepost/templates/posts.html modified: freepost/templates/search.html
6 years ago 6 +162/-175
zPlus a4d094d Improve CSS. 6 years ago 5 +56/-81
zPlus 5cf755e Replace vote arrows. 6 years ago 2 +7/-8
zPlus 1f2e620
Add CSS @media query to change <footer> layout on smaller screens.
modified: freepost/static/stylus/freepost.styl
6 years ago 1 +4/-0
zPlus cc0ee4e
Reorganize header links.
modified: freepost/templates/layout.html
6 years ago 1 +31/-27
zPlus c321d99
Replace hrefs links with jinja jinja url() function.
modified: freepost/templates/homepage.html
6 years ago 1 +2/-2
zPlus f7e041c Add CSS @media query to change header layout on smaller screens. 6 years ago 2 +31/-19
zPlus 022590a Add "topic" filter in user interface. 6 years ago 9 +193/-178
zPlus c822d3e
Fix database timeout issue.
modified: freepost/database.py
6 years ago 1 +4/-0
zPlus e2d139c
Add a TODO comment.
modified: freepost/__init__.py
6 years ago 1 +1/-0
zPlus d4059bd
+1 reply
modified: freepost/__init__.py
6 years ago 1 +5/-2
zPlus 79b4349
IGNORE email update if value already exists.
modified: freepost/__init__.py modified: freepost/database.py
6 years ago 2 +17/-3
zPlus 03779d5
Add "topic" route.
modified: freepost/__init__.py modified: freepost/templates/homepage.html
6 years ago 2 +26/-1
zPlus f67dca1
Add some comments to controllers.
modified: freepost/__init__.py
6 years ago 1 +95/-0
zPlus 975f0d9 Delete old PHP files. 6 years ago 387 +0/-52678
zPlus ea4180a
Add "markdown to text" filter for jinja.
modified: freepost/__init__.py modified: freepost/templates/homepage.html
6 years ago 2 +4/-1
zPlus ee46645
Add "account password reset".
modified: freepost/__init__.py modified: freepost/database.py new file: freepost/mail.py new file: freepost/templates/email/password_changed.txt new file: freepost/templates/email/password_reset.txt modified: freepost/templates/login.html new file: freepost/templates/login_change_password.html new file: freepost/templates/login_reset.html modified: settings.yaml
6 years ago 9 +310/-17

« Prev Next »