summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
| |
* | 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
| * 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
| * adding some translation, fixing translation errors (Spanish)Adolfo Fitoria2009-08-072-77/+60
| |
| * Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2009-08-06118-5885/+11302
| |\ | | | | | | | | | | | | | | | | | | | | | | | | evgenyfadeev/master Conflicts: forum/auth.py forum/models.py forum/views.py
| | * removed unused fileEvgeny Fadeev2009-08-061-2/+0
| | |
| | * added some more filesEvgeny Fadeev2009-08-0526-0/+190
| | |
| | * added message files, chinese and spanish need checking of fuzzy messages in ↵Evgeny Fadeev2009-08-050-0/+0
| | | | | | | | | | | | django.po
| | * added anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-0574-1955/+3131
| | | | | | | | | | | | some more, see development.log
| | * included changes by Adolfo and Chaitanya and found temporary fix for ↵Evgeny Fadeev2009-08-045-0/+5
| | | | | | | | | | | | languages, switched files to Unix mode
| | * included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-0434-4827/+4824
| | |
| | * removed junk filesEvgeny Fadeev2009-08-0311-3850/+0
| | |
| | * Merged Mikes changes again and phoenix24 fix of python2.5 problemEvgeny Fadeev2009-08-0310-3677/+4031
| | |\
| | * | added APP_TITLE, APP_KEYWORDS and APP_DESCRIPTIONEvgeny Fadeev2009-07-272-5/+4
| | | |
| | * | merged in latest Mikes changesEvgeny Fadeev2009-07-2626-185/+3946
| | | |
| | * | Spanish translation.Bruno Sarlo2009-07-231-328/+393
| | | | | | | | | | | | | | | | | | | | | | | | * Still some bits left like capital letters and maybe some errors of context of texts. * Need to fix JS to work, will do later. * Need to modify some variables
| | * | little templatetags translation modificationsBruno Sarlo2009-07-202-10/+6
| | | |
| | * | local settingsBruno Sarlo2009-07-200-0/+0
| | | |
| | * | configured local settings file as CNPROGBruno Sarlo2009-07-201-6/+4
| | | |
| | * | start of spanish translation.Bruno Sarlo2009-07-201-0/+2341
| | | |
| | * | fixed logout bug when logout url translated.Bruno Sarlo2009-07-181-1/+1
| | | |
| | * | added README fileEvgeny Fadeev2009-07-101-0/+6
| | | |
| | * | adding all files againEvgeny Fadeev2009-07-10209-0/+35140
| | | |