Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic setup for the Google Closure environment | Evgeny Fadeev | 2010-04-04 | 3 | -0/+22 |
| | |||||
* | edited ROADMAP, again | Evgeny Fadeev | 2010-04-04 | 1 | -0/+1 |
| | |||||
* | fixed formatting of roadmap | Evgeny Fadeev | 2010-04-04 | 1 | -13/+12 |
| | |||||
* | ROADMAP, TODO, restored posts per page selector | Evgeny Fadeev | 2010-04-04 | 5 | -23/+116 |
| | |||||
* | adding missing files? | Adolfo Fitoria | 2010-04-03 | 4 | -0/+512 |
| | |||||
* | added color blending for counters, fixed questions and user questions views, ↵ | Evgeny Fadeev | 2010-04-03 | 14 | -176/+2207 |
| | | | | better humanization of counters | ||||
* | Merge branch 'adolfo' | Evgeny Fadeev | 2010-04-01 | 2 | -1949/+2083 |
|\ | |||||
| * | spanish translation | Adolfo Fitoria | 2010-04-01 | 2 | -1949/+2083 |
| | | |||||
* | | fixed some html, karma graph in IE7 and 8 and favorites view, removed ↵ | Evgeny Fadeev | 2010-04-01 | 78 | -1576/+1024 |
|/ | | | | executable mode from some files, fixed an error in question faving | ||||
* | fixed translations of user profile URLs | Evgeny Fadeev | 2010-03-31 | 5 | -14/+15 |
| | |||||
* | fixed unicode tags and link color in posts | Evgeny Fadeev | 2010-03-30 | 3 | -3/+23 |
| | |||||
* | baseline for ASKBOT development is ready | Evgeny Fadeev | 2010-03-27 | 2 | -26/+3 |
| | |||||
* | removed authentication module to be replaced with a dedicated app, also ↵ | Evgeny Fadeev | 2010-03-27 | 41 | -2442/+79 |
| | | | | switched to table layout for openid signin template temporarily so that it works on IE7 and maybe earlier | ||||
* | old login system restored, merge done | Evgeny Fadeev | 2010-03-27 | 15 | -52/+52 |
| | |||||
* | dos2unix | Evgeny Fadeev | 2010-03-27 | 20 | -79/+75 |
| | |||||
* | intermediate commit after merge | Evgeny Fadeev | 2010-03-27 | 319 | -4111/+9174 |
|\ | |||||
| * | fixed inaccuracy in email subscription sender | Evgeny Fadeev | 2010-03-21 | 1 | -1/+1 |
| | | |||||
| * | fixed email sender job so it works as advertised | Evgeny Fadeev | 2010-03-21 | 3 | -72/+199 |
| | | |||||
| * | in the middle of fixing email alerts | Evgeny Fadeev | 2010-03-20 | 1 | -6/+8 |
| | | |||||
| * | merged with master branch | Evgeny Fadeev | 2010-03-14 | 89 | -1217/+2406 |
| |\ | |||||
| | * | dos2unix | Evgeny Fadeev | 2010-03-14 | 12 | -1001/+1001 |
| | | | |||||
| | * | fixed mysql issue of unique varchar longer than 255 | Evgeny Fadeev | 2010-03-14 | 1 | -1/+3 |
| | | | |||||
| | * | removed last bit of external legacy login stuff | Evgeny Fadeev | 2010-03-14 | 1 | -1/+0 |
| | | | |||||
| | * | added favicon.ico | Evgeny Fadeev | 2010-03-10 | 1 | -0/+0 |
| | | | |||||
| | * | edited README to reflect changes in urls | Evgeny Fadeev | 2010-03-10 | 1 | -2/+6 |
| | | | |||||
| | * | Lots of small fixes, including the missing comments problem. | hrcerqueira | 2010-03-07 | 29 | -840/+244 |
| | | | |||||
| | * | Started implementing cache. | hrcerqueira | 2010-03-04 | 14 | -225/+208 |
| | | | | | | | | | | | | Added placeholders in log folder, and the new cache folder so git wont ignore them. | ||||
| | * | Very simple robots.txt module. | hrcerqueira | 2010-03-04 | 7 | -130/+147 |
| | | | | | | | | | | | | A couple of typos on templates. | ||||
| | * | added postgres specific management commands for the badges cron jobs. | hrcerqueira | 2010-03-04 | 6 | -111/+926 |
| | | | | | | | | | | | | some extra small fixes | ||||
| | * | fixed rss feed and a couple more bugs in templates | hrcerqueira | 2010-03-04 | 8 | -86/+138 |
| | | | |||||
| | * | couple of fixes | hrcerqueira | 2010-03-04 | 10 | -370/+240 |
| | | | |||||
| | * | Fix in the email url tags. | hrcerqueira | 2010-03-03 | 4 | -140/+55 |
| | | | |||||
| | * | small fix | hrcerqueira | 2010-03-03 | 2 | -82/+82 |
| | | | |||||
| | * | Merge branch 'master' of github.com:rickross/osqa | hrcerqueira | 2010-03-03 | 2 | -80/+80 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: forum/views/auth.py | ||||
| | | * | small fix | hrcerqueira | 2010-03-02 | 1 | -0/+3 |
| | | | | |||||
| | * | | Temp login token request (for password recovery and google openid problems) | hrcerqueira | 2010-03-03 | 27 | -246/+881 |
| | |/ | | | | | | | | | | | | | | | | Utilities to send html emails, a base html email template and template tags to build full urls with domain name and protocol (for html email images and styles) Email validation now uses an improved algorithm Fixed a bug in the user message system | ||||
| | * | Fixed the new question bug, removed some old stuff from settings files, and ↵ | hrcerqueira | 2010-03-02 | 11 | -209/+688 |
| | | | | | | | | | | | | fixed the errors introduced by the "staticmethod" decorator removal. | ||||
| | * | fixed the cron job files and added README for cron directory | Evgeny Fadeev | 2010-03-01 | 6 | -19/+35 |
| | | | |||||
| * | | removed old external password login hooks | Evgeny Fadeev | 2010-03-14 | 3 | -18/+0 |
| | | | |||||
| * | | fixed circular dependency on models.signals and the question count on import | Evgeny Fadeev | 2010-03-11 | 4 | -16/+20 |
| | | | |||||
| * | | fixed a bug, now syncdb and loader both work | Evgeny Fadeev | 2010-03-10 | 1 | -6/+5 |
| | | | |||||
| * | | minor change | Evgeny Fadeev | 2010-03-10 | 1 | -1/+0 |
| | | | |||||
| * | | fixed an error so that syncdb works | Evgeny Fadeev | 2010-03-10 | 1 | -2/+1 |
| | | | |||||
| * | | edited project README | Evgeny Fadeev | 2010-03-10 | 1 | -2/+6 |
| | | | |||||
| * | | SE loader seems to work, details are in stackexchange/README | Evgeny Fadeev | 2010-03-09 | 9 | -62/+415 |
| | | | |||||
| * | | in the middle of loading votes | Evgeny Fadeev | 2010-03-09 | 4 | -46/+133 |
| | | | |||||
| * | | edited README | Evgeny Fadeev | 2010-03-08 | 1 | -6/+14 |
| | | | |||||
| * | | loaded comments and badges | Evgeny Fadeev | 2010-03-08 | 5 | -17/+114 |
| | | | |||||
| * | | edited README | Evgeny Fadeev | 2010-03-07 | 1 | -14/+15 |
| | | | |||||
| * | | removed one unused line | Evgeny Fadeev | 2010-03-07 | 1 | -1/+0 |
| | | |