summaryrefslogtreecommitdiffstats
path: root/templates/content/style
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'evgenyfadeev/master'Adolfo Fitoria2010-02-093-186/+518
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore INSTALL TODO cnprog.wsgi django_authopenid/urls.py django_authopenid/views.py drop-all-tables.sh forum/auth.py forum/managers.py forum/models.py forum/templatetags/extra_tags.py forum/views.py locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po settings.py settings_local.py.dist sql_scripts/update_2009_01_25_001.sql sql_scripts/update_2009_02_26_001.sql sql_scripts/update_2009_04_10_001.sql templates/authopenid/confirm_email.txt templates/authopenid/sendpw_email.txt templates/content/js/compress.bat templates/content/js/flot-build.bat templates/content/style/style.css templates/footer.html templates/question.html templates/user_reputation.html templates/user_stats.html templates/user_votes.html templates/users_questions.html urls.py
| * Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2009-12-151-0/+62
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | evgenyfadeev/master Conflicts: INSTALL LICENSE TODO cnprog.wsgi context.py development.log forum/feed.py forum/forms.py forum/management/commands/send_email_alerts.py forum/managers.py forum/models.py forum/templatetags/extra_filters.py forum/templatetags/extra_tags.py forum/urls.py forum/views.py locale/en/LC_MESSAGES/django.mo locale/en/LC_MESSAGES/django.po middleware/__init__.py middleware/anon_user.py settings.py settings_local.py.dist templates/about.html templates/authopenid/complete.html templates/authopenid/external_legacy_login_info.html templates/base.html templates/base_content.html templates/content/js/com.cnprog.admin.js templates/content/js/com.cnprog.i18n.js templates/content/js/com.cnprog.post.js templates/content/js/com.cnprog.utils.js templates/content/js/wmd/wmd.js templates/content/style/style.css templates/question.html templates/questions.html templates/unanswered.html templates/user_email_subscriptions.html templates/user_reputation.html templates/user_stats.html templates/user_votes.html
| | * added interesting and ignored tag selectors (works) and per-tag subscription ↵Evgeny Fadeev2009-12-081-4/+28
| | | | | | | | | | | | (not tested yet)
| | * merged with CNPROG branchEvgeny Fadeev2009-11-281-1/+0
| | |\
| | | * 1. adjust logo css, remove margin-bottomsailingcai2009-10-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2. add urlquote in get_absolute_url 3. enable QuestionsPageSizeMiddleware middleware 4. remove unused code
| | * | configuration of javascript base url is no longer neededEvgeny Fadeev2009-11-281-1/+1
| | | |
| | * | small css fixEvgeny Fadeev2009-11-221-0/+3
| | | |
| | * | fixed broken links in few places, added Arvyd's modification of ↵Evgeny Fadeev2009-11-221-4/+1
| | | | | | | | | | | | | | | | user_reputation view, email sender cron job, some edits in INSTALL file
| | * | full text search with Sphinx, added session-based greeting message for the ↵Evgeny Fadeev2009-11-171-1/+4
| | | | | | | | | | | | | | | | first time visitor
| | * | better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-133-97/+401
| | | | | | | | | | | | | | | | 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-191-1/+3
| | | |
| | * | merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-121-7/+6
| | | | | | | | | | | | | | | | settings.BOOKS_ON, validated more templates
| | * | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-111-1/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-1/+0
| | | |/ | | | | | | | | | | | | fixed IE issues in openid signin
| | * | Applied preguntalo.com.uy colors.Bruno Sarlo2009-08-091-3/+3
| | | |
| | * | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-083-1005/+1125
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-052-70/+144
| | | | | | | | | | | | | | | | some more, see development.log
| | | * included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-041-1044/+1044
| | | |
| | | * merged in latest Mikes changesEvgeny Fadeev2009-07-261-1/+1
| | | |
| * | | better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-133-97/+401
| | | | | | | | | | | | | | | | 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
* | | | Merge branch 'master' of git://github.com/cnprog/CNPROG into chinito/masterAdolfo Fitoria2009-10-131-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/models.py forum/views.py settings.py settings_local.py.dist
| * | | 1. adjust logo css, remove margin-bottomsailingcai2009-10-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2. add urlquote in get_absolute_url 3. enable QuestionsPageSizeMiddleware middleware 4. remove unused code
* | | | added Adolfos mods, django_authopeid bug, unified traditional and OpenID loginEvgeny Fadeev2009-08-191-1/+3
| | | |
* | | | merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-121-7/+6
| | | | | | | | | | | | | | | | settings.BOOKS_ON, validated more templates
* | | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-111-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-1/+0
| |/ / / | | | | | | | | | | | | fixed IE issues in openid signin
* | | | Applied preguntalo.com.uy colors.Bruno Sarlo2009-08-091-3/+3
| | | |
* | | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-083-1005/+1125
|\| | | | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | * 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 anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-052-70/+144
| | | | | | | | | | | | some more, see development.log
| * | included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-041-1044/+1044
| | |
| * | merged in latest Mikes changesEvgeny Fadeev2009-07-261-1/+1
| |/
| * adding all files againEvgeny Fadeev2009-07-105-0/+2918
| |
| * deleted allEvgeny Fadeev2009-07-105-2918/+0
| |
| * english translationEvgeny Fadeev2009-07-103-34/+79
| |
* | Mas diseño, idioma, etc.Bruno Sarlo2009-08-071-2/+2
| |
* | Diseño en general.Bruno Sarlo2009-08-071-5/+5
|/
* initiliaze git repMike Chen2009-07-055-0/+2873