summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
Commit message (Collapse)AuthorAgeFilesLines
* easy_install kind of worksEvgeny Fadeev2010-06-131-105/+0
|
* envelope turns on correctly for responses, but not for mentions yet, added ↵Evgeny Fadeev2010-06-071-4/+2
| | | | urls for cache monitoring
* general debugging, still may be brokenEvgeny Fadeev2010-06-031-0/+5
|
* updated settings_local.pyEvgeny Fadeev2010-05-311-21/+54
|
* minor change in settings_local.py.distEvgeny Fadeev2010-05-101-1/+1
|
* finished moving settings to livesettings, available at url /settingsEvgeny Fadeev2010-05-091-79/+21
|
* fixed errors in settings_local.py.dist and added a utility script - runEvgeny Fadeev2010-04-101-0/+2
|
* fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ↵Evgeny Fadeev2010-04-101-5/+4
| | | | everywhere, except main README file
* added color blending for counters, fixed questions and user questions views, ↵Evgeny Fadeev2010-04-031-0/+31
| | | | better humanization of counters
* old login system restored, merge doneEvgeny Fadeev2010-03-271-11/+11
|
* intermediate commit after mergeEvgeny Fadeev2010-03-271-19/+11
|\
| * merged with master branchEvgeny Fadeev2010-03-141-15/+8
| |\
| | * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-071-0/+3
| | |
| | * Started implementing cache.hrcerqueira2010-03-041-1/+5
| | | | | | | | | | | | Added placeholders in log folder, and the new cache folder so git wont ignore them.
| | * Fixed the new question bug, removed some old stuff from settings files, and ↵hrcerqueira2010-03-021-18/+0
| | | | | | | | | | | | fixed the errors introduced by the "staticmethod" decorator removal.
| * | removed old external password login hooksEvgeny Fadeev2010-03-141-4/+0
| | |
| * | users loadedEvgeny Fadeev2010-03-061-0/+3
| |/
| * merged joseph's branchEvgeny Fadeev2010-02-221-1/+1
| |\
| | * More updates to installation instructionsJoseph Turian2010-02-071-4/+3
| | |
| | * Updated installation instructionsJoseph Turian2010-02-071-2/+3
| | |
| | * tiny fix to settings_local.py.distEvgeny Fadeev2010-02-051-1/+0
| | |
| | * added logging messages to django_authopenid library for debugging, \Evgeny Fadeev2010-02-051-0/+5
| | | | | | | | | | | | also fixed up format of logging output and added HOW_TO_DEBUG file
| | * remove experimental and unused files, small cleanupsEvgeny Fadeev2010-02-021-0/+1
| | |
| | * recaptcha for conventional registration\n\Evgeny Fadeev2010-01-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | simpler email subscription form at registration\n\ fixed urls in rss feed\n\ added experimental remote password login api (cleartext password for remote site entered locally)\n\ included example for Mediawiki Authentication plugin\n\ very simple message to everyone management command
| | * Handled the returning user case, and the proper redirects in the case of an ↵hrcerqueira2010-01-221-92/+92
| | | | | | | | | | | | anonymous question or answer.
| | * Handle the case were user logs in with facebook for the first time.hrcerqueira2010-01-221-0/+1
| | |
| | * Added the basic html and javascript of fb connect, and a setting in ↵hrcerqueira2010-01-211-88/+91
| | | | | | | | | | | | settings_local.py.dist for the fb api key.
| | * added a short name setting for the app and modified the default about page ↵Rick Ross2010-01-161-14/+17
| | | | | | | | | | | | to use it
| | * configuration of javascript base url is no longer neededEvgeny Fadeev2009-11-281-3/+0
| | |
| | * added generic email to settings_local.py.distEvgeny Fadeev2009-11-251-1/+1
| | |
| | * fixed error in template and removed ADMINS and DEBUG settings from settings.pyroot2009-11-251-0/+9
| | |
| | * full text search with Sphinx, added session-based greeting message for the ↵Evgeny Fadeev2009-11-171-8/+19
| | | | | | | | | | | | first time visitor
| | * turned off by default legacy password login through external websiteEvgeny Fadeev2009-11-171-1/+1
| | |
| | * better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-131-17/+38
| | | | | | | | | | | | 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
| | * merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-121-1/+1
| | | | | | | | | | | | settings.BOOKS_ON, validated more templates
| | * modified settings.py and settings_local.py.dist to be more organizedAdolfo Fitoria2009-08-091-17/+39
| | |
| | * translate header, index and footer pagesMike Chen2009-07-091-0/+4
| | |
| | * initiliaze git repMike Chen2009-07-051-0/+21
| |
| * merged adolfos branch, dos2unixd everythingEvgeny Fadeev2010-02-221-110/+110
| |\
| | * Merge branch 'evgenyfadeev/master'Adolfo Fitoria2010-02-091-72/+42
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: django_authopenid/util.py forum/feed.py forum/views.py settings.py settings_local.py.dist templates/about.html templates/content/style/style.css templates/question.html templates/questions.html
| | * \ Merge branch 'evgenyfadeev/master'Adolfo Fitoria2010-02-091-5/+74
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/cnprog/CNPROG into chinito/masterAdolfo Fitoria2009-10-131-3/+24
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/models.py forum/views.py settings.py settings_local.py.dist
| | | * | | update settings.py and settings_local.py.dist suggested by Adolfo FitoriaMike Chen2009-08-121-22/+43
| | | | | |
| | * | | | merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | settings.BOOKS_ON, validated more templates
| | * | | | modified settings.py and settings_local.py.dist to be more organizedAdolfo Fitoria2009-08-091-17/+39
| | |/ / /
* | | | | initial commitEvgeny Fadeev2010-03-251-7/+0
| | | | |
* | | | | dos2unixEvgeny Fadeev2010-02-281-110/+110
|/ / / /
* | | | Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-181-0/+110
| | | |
* | | | Changed views _init.py_ to not import everything, but just the packages, and ↵hrcerqueira2010-02-151-110/+0
| | | | | | | | | | | | | | | | | | | | | | | | changed urls.py to include the full python path for each view. Also changed some "reverses" on templates that were using view p
* | | | second take on skins - quite a bit simplerEvgeny Fadeev2010-02-101-0/+1
| |_|/ |/| |