summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added INSTALL file, expanded it with more detailed setup instructions and ↵Evgeny Fadeev2009-11-151-10/+206
| | | | explanation of setting parameters, some walkthrough on how to install cnprog on Apache/WSGI
* better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-13120-2734/+6802
| | | | issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes
* added Adolfos mods, django_authopeid bug, unified traditional and OpenID loginEvgeny Fadeev2009-08-1918-321/+427
|
* fixing question template bug for closed questionsAdolfo Fitoria2009-08-173-117/+94
|
* fixing error on import in forum/views to work with django version < 1.1Adolfo Fitoria2009-08-161-2/+6
|
* Merge branch 'evgenyfadeev/master'Adolfo Fitoria2009-08-1635-936/+1065
|\ | | | | | | | | | | | | Conflicts: locale/en/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po
| * added temp Awards aggregation fix, and fixed url in views.pyEvgeny Fadeev2009-08-131-11/+25
| |
| * Added Adolfo's canonical url link fixEvgeny Fadeev2009-08-122-3/+1
| |
| * merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-1221-618/+580
| | | | | | | | settings.BOOKS_ON, validated more templates
| * Added unicode encoding for tags.Bruno Sarlo2009-08-111-1/+1
| |
| * Fixed voting problem. Should still work on i18n for JS voting and some urls.Bruno Sarlo2009-08-114-7/+8
| | | | | | | | Non-ascii chars in tags bring syntax error for new meta-tags parsing.
| * Fix for analytics to work, testing.Bruno Sarlo2009-08-111-1/+1
| |
| * TypoBruno Sarlo2009-08-111-1/+1
| |
| * FAQ translation for Preguntalo.com.uyBruno Sarlo2009-08-112-256/+360
| |
| * Typo.Bruno Sarlo2009-08-111-1/+1
| |
| * Fixed MyOpenID bug. It was not in the list of providers.Bruno Sarlo2009-08-111-0/+1
| |
| * Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-1151-237/+314
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/views.py locale/es/LC_MESSAGES/django.mo settings_local.py templates/answer_edit_tips.html templates/book.html templates/header.html templates/index.html templates/question_edit_tips.html templates/user_stats.html templates/user_tabs.html templates/users_questions.html
| * | Translation.Bruno Sarlo2009-08-101-1/+1
| | | | | | | | | | | | * translate url update profile
| * | Translation.Bruno Sarlo2009-08-102-2/+2
| | |
| * | Applied preguntalo.com.uy colors.Bruno Sarlo2009-08-091-3/+3
| | |
| * | Included i18n for links site-wide. Hope there is no bit left.Bruno Sarlo2009-08-0924-144/+278
| | |
| * | Added About for Preguntalo.com.uyBruno Sarlo2009-08-091-4/+7
| | |
| * | Added revers urls for links to work with i18n.Bruno Sarlo2009-08-093-15/+15
| | |
| * | Made local settings work again.Bruno Sarlo2009-08-091-9/+0
| | |
| * | Changes for preguntalo project's header.Bruno Sarlo2009-08-081-3/+4
| | | | | | | | | | | | | | | * give priorty to "ask question" * small airy space to header
| * | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-08118-8647/+10623
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge of Spanish translation, still missing some texts. * Custom colors for preguntalo project Conflicts: locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po templates/content/style/style.css
| * | | Removed settings_local.py to be able to merge.Bruno Sarlo2009-08-081-0/+1
| | | |
| * | | Tal vez no sea tan mala idea publicar los .mo. :)Bruno Sarlo2009-08-071-2/+0
| | | |
| * | | Mas diseño, idioma, etc.Bruno Sarlo2009-08-074-9/+9
| | | |
| * | | Diseño en general.Bruno Sarlo2009-08-073-23/+24
| | | |
| * | | LogosBruno Sarlo2009-08-072-0/+118
| | | |
| * | | Ignore .mo, .pyc, etc.Bruno Sarlo2009-08-071-0/+3
| | | |
| * | | Spanish translation.Bruno Sarlo2009-08-072-459/+595
| | | |
* | | | Fixing translations errors(adding .mo)Adolfo Fitoria2009-08-122-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: locale/es/LC_MESSAGES/django.po
| * | | | updating some missing translationsAdolfo Fitoria2009-08-121-4/+4
| | | | |
* | | | | updating some missing translationsAdolfo Fitoria2009-08-123-4/+4
|/ / / /
* | | / fixing canonical tagAdolfo Fitoria2009-08-121-1/+1
| |_|/ |/| |
* | | untested commit. merged Adolfos mods, validated most of html, slugify urls, ↵Evgeny Fadeev2009-08-1049-204/+199
| | | | | | | | | | | | fixed IE issues in openid signin
* | | adding meta keywords to questions and canonical tagAdolfo Fitoria2009-08-092-0/+6
| | |
* | | modified settings.py and settings_local.py.dist to be more organizedAdolfo Fitoria2009-08-092-46/+39
| | |
* | | fixing stupid bug in templates.content/js/com.cnprog.i18n.jsAdolfo Fitoria2009-08-091-1/+1
| | |
* | | fixing a translation (to fit style)Adolfo Fitoria2009-08-092-2/+2
| | |
* | | fixing more python 2.4 compat issues (hope it will be the last ones)Adolfo Fitoria2009-08-092-2/+8
| | |
* | | fixing python2.4 compat in viewsAdolfo Fitoria2009-08-091-2/+5
| | |
* | | adding os.path to the log fileAdolfo Fitoria2009-08-090-0/+0
| | |
* | | moving settings values from settings.py to settings_local.py for betterAdolfo Fitoria2009-08-091-25/+26
| | | | | | | | | | | | organization
* | | fixing a bug in question viewAdolfo Fitoria2009-08-081-1/+4
| | |
* | | fixing error in settings.py (missing template stuff for admin)Adolfo Fitoria2009-08-081-0/+1
| | |
* | | translating templates/content/js/com.cnprog.i18n.js to SpanishAdolfo Fitoria2009-08-081-1/+60
| |/ |/|
* | added spanish mods by Adolfo, fix in email notification and minor template ↵Evgeny Fadeev2009-08-076-3109/+15
| | | | | | | | change, removed site-specific staff from english .po file