Commit Graph

64 Commits

Author SHA1 Message Date
Gergely Polonkai 0ad611ce23 Remove unnecessary datetime import 2014-06-19 14:30:31 +00:00
Gergely Polonkai 67ce47b13e Add xhtml2pdf to requirements.txt 2014-06-19 11:49:14 +00:00
Gergely Polonkai 0363f13785 Fix typo in tag viewname 2014-06-19 11:16:49 +00:00
Gergely Polonkai ba3430ae38 Fix paginator.html to work with tagpage 2014-06-19 11:15:34 +00:00
Gergely Polonkai ac86b3ecb4 Change mimetype to content_type in PDF output function 2014-06-19 08:55:39 +00:00
Gergely Polonkai d3f74bbbc2 Change resume link to work without the sites module
It is a bit overkill without actual sites
2014-06-19 08:53:22 +00:00
Gergely Polonkai 2b86c16ec5 Add colon and space before PDF error message for readability 2014-06-19 08:52:18 +00:00
Gergely Polonkai edd757d596 Remove unnecessary return in basics:resumepdf 2014-06-19 08:51:15 +00:00
Gergely Polonkai 1b8bbb55fe Fix ViewName middleware after accidentally changing . to + 2014-06-19 08:49:15 +00:00
Gergely Polonkai ca1bd74985 Add settings_local.py to .gitignore 2014-06-18 12:13:21 +00:00
Gergely Polonkai 3d1d1e4045 Add settings_local import to settings.py 2014-06-18 12:11:02 +00:00
Gergely Polonkai 35248dab45 Reset settings.py to the factory default (Django 1.6) 2014-06-18 10:05:33 +00:00
Gergely Polonkai cf08e3e0e4 Generate PDF version of the resume 2014-06-16 22:45:00 +02:00
Gergely Polonkai 6c2b7873c2 Refine resume text and formatting 2014-06-16 22:45:00 +02:00
Gergely Polonkai d0839b7efe Add CodeChunk to admin page 2014-06-16 22:44:15 +02:00
Gergely Polonkai 4274455957 Add date listing function 2014-06-16 22:44:15 +02:00
Gergely Polonkai 9bc614f8a0 Add request context processor 2014-06-16 22:44:15 +02:00
Gergely Polonkai f98017e70e Fix error views so they return the correct HTTP status 2014-06-16 22:44:15 +02:00
Gergely Polonkai 06fb6b3a09 Remove testing line from viewname middleware 2014-06-16 22:44:02 +02:00
Gergely Polonkai 1b4fc90a5d Add requirements.txt for pip requirements 2014-06-16 13:56:50 +00:00
Gergely Polonkai 1443133a6d Fix migrate.sql to update tables much better 2014-06-15 08:34:31 +00:00
Gergely Polonkai d9b37b6aa4 Add log file and virtualenv to .gitignore 2014-06-14 21:02:41 +00:00
Gergely Polonkai 5e08661895 Add static files directory location 2014-06-14 21:01:34 +00:00
Gergely Polonkai 63b3c77f3f Remove unnecessary trailing semicolon 2014-06-14 20:50:41 +00:00
Gergely Polonkai eca33eb582 Fix typo in blog listing 2014-06-14 20:50:07 +00:00
Gergely Polonkai 3dc0f26179 Move SECRET_KEY to a file secret.key 2014-06-14 17:14:07 +00:00
Gergely Polonkai ae4af3669b Check if request.view_name exists before sending it to the template engine 2014-06-14 17:11:54 +00:00
Gergely Polonkai 17a71ddfb6 Add custom error handlers 2014-06-14 17:09:10 +00:00
Gergely Polonkai ee02fab3a3 Add database options for correct table encoding 2014-06-14 13:00:32 +00:00
Gergely Polonkai 0073c1521c Fix TEMPLATE_DIRS in settings.py to be a correct tuple
Django >1.5 complains about it to be deprecated
2014-06-14 13:00:00 +00:00
Gergely Polonkai b786a44439 Add migrate.sql to migrate old database content 2014-06-14 14:56:02 +02:00
Gergely Polonkai 3b485aaebc Now loading code_chunks module in template that needs it
Without this, the filters defined there cannot be used
2014-06-14 12:17:08 +02:00
Gergely Polonkai 52462db6f8 Not displaying tag cloud icon if there are no tags 2014-06-14 12:16:26 +02:00
Gergely Polonkai 8820dd89ba Fix tag cloud generating code
It now works even if there are no tags.
2014-06-13 08:23:50 +02:00
Gergely Polonkai 4f8db2dc97 Add remove_code_chunks template filter
It will be needed when generating feeds
2013-10-21 03:12:09 +02:00
Gergely Polonkai a5b6e90183 Add insert_code_chunks template filter
This basic version actually removes them. Addition to be coming later
2013-10-21 03:12:09 +02:00
Gergely Polonkai ef2791dde3 Refactored syntax highlighter code to a separate function 2013-10-21 03:12:09 +02:00
Gergely Polonkai 8766626ca7 Changed Skype name 2013-10-21 00:56:41 +02:00
Gergely Polonkai 1765929555 Added Code Chunks support
Currently with inline style sheets. That will definitely change soon.
2013-10-21 00:55:12 +02:00
Gergely Polonkai 61a60f7cf7 Removed admin.css, as it is not needed 2013-10-21 00:46:05 +02:00
Gergely Polonkai 2eecd9caa8 Fixup for blog.Post
A little automation for first time saving: set created_at and slug fields
2013-10-21 00:46:05 +02:00
Gergely Polonkai a662ee063b Created an URL for google validator 2013-10-21 00:46:05 +02:00
Gergely Polonkai 32d3366134 Add Disqus based commenting 2013-10-17 11:02:14 +02:00
Gergely Polonkai a620b45891 Update Google+ API URL 2013-10-16 00:14:10 +02:00
Gergely Polonkai 904cfc4750 Add arrow under active menu item 2013-10-15 09:29:03 +02:00
Gergely Polonkai a621c3e206 Fine-tune keywords list in resume 2013-10-14 20:22:59 +02:00
Gergely Polonkai 85b7f30751 Add licensing notes 2013-10-14 20:15:06 +02:00
Gergely Polonkai 55d0fc8162 Add admin address 2013-10-14 18:07:24 +02:00
Gergely Polonkai d8f2746abc Add HTML resume 2013-10-14 18:07:15 +02:00
Gergely Polonkai 91a186e1b2 Add about me template 2013-10-14 17:37:42 +02:00