summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates
Commit message (Collapse)AuthorAgeFilesLines
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-1374-4477/+0
|
* removed some old cruftEvgeny Fadeev2010-06-122-3/+3
|
* first scratch on better responses pageEvgeny Fadeev2010-06-111-18/+20
|
* added whitespace-stripping middleware and started (barely) working on ↵Evgeny Fadeev2010-06-111-13/+29
| | | | revamping the individual responses page
* added links to karma graph and badge summary to the rep and badge counters ↵Evgeny Fadeev2010-06-113-3/+3
| | | | in the header
* added envelope for new responses, does not work correctly yetEvgeny Fadeev2010-06-061-1/+16
|
* mentions work in all kinds of posts, unified activity logging for post updatesEvgeny Fadeev2010-06-054-5/+11
|
* created instant notification template and the formatting functionEvgeny Fadeev2010-06-031-47/+37
|
* fixed some bugs in comment posting and made progress in instant notificationsEvgeny Fadeev2010-05-311-2/+1
|
* instant notification on comment worksEvgeny Fadeev2010-05-241-15/+38
|
* closer to making instant notifications workEvgeny Fadeev2010-05-231-26/+12
|
* merged mentions in to activity modelEvgeny Fadeev2010-05-232-1/+51
|
* added twitter style mentions on comments and started adding instant notificationEvgeny Fadeev2010-05-175-6/+6
|
* added real rep numbers to the faq pageEvgeny Fadeev2010-05-151-20/+12
|
* merged admin-interface into masterEvgeny Fadeev2010-05-1011-97/+55
|\
| * finished moving settings to livesettings, available at url /settingsEvgeny Fadeev2010-05-093-6/+6
| |
| * broken commit. will transfer last bits of settings to livesettings tomorrowEvgeny Fadeev2010-05-091-1/+1
| |
| * broken commit. in the middle of moving conf to modelsEvgeny Fadeev2010-05-087-90/+48
| |
* | fixed one more translation errorEvgeny Fadeev2010-05-091-1/+1
| |
* | fixed a few pluralization bugs in translationsEvgeny Fadeev2010-05-094-13/+13
|/
* added beginning of Serbian translation by Aleksandar, Pekkas German, fixed ↵Evgeny Fadeev2010-05-034-9/+7
| | | | allowing html tags in the question title
* more translation fixesEvgeny Fadeev2010-05-014-40/+15
|
* more fixes in translationsEvgeny Fadeev2010-05-013-36/+9
|
* added faces to front pageEvgeny Fadeev2010-04-252-21/+43
|
* page size selector works again - some changes in templatesEvgeny Fadeev2010-04-254-231/+8
|
* merged newer ui branch to masterEvgeny Fadeev2010-04-2523-135/+382
|\
| * fixed second bug in edit user profileEvgeny Fadeev2010-04-231-1/+7
| |
| * minor style fixesEvgeny Fadeev2010-04-171-1/+1
| |
| * question views merged, changed UI a bit, full text search brokenEvgeny Fadeev2010-04-1117-63/+140
| |
| * intermediate broken commitEvgeny Fadeev2010-04-1013-111/+187
| |
| * kind of merged question views, still have debugging to toEvgeny Fadeev2010-04-082-17/+111
| |
* | fixed second bug in edit user profileEvgeny Fadeev2010-04-231-1/+7
| |
* | two tiny changesEvgeny Fadeev2010-04-101-1/+1
|/
* added color blending for counters, fixed questions and user questions views, ↵Evgeny Fadeev2010-04-036-155/+82
| | | | better humanization of counters
* fixed some html, karma graph in IE7 and 8 and favorites view, removed ↵Evgeny Fadeev2010-04-0153-42/+33
| | | | executable mode from some files, fixed an error in question faving
* fixed translations of user profile URLsEvgeny Fadeev2010-03-314-13/+13
|
* fixed unicode tags and link color in postsEvgeny Fadeev2010-03-301-1/+1
|
* baseline for ASKBOT development is readyEvgeny Fadeev2010-03-271-9/+3
|
* removed authentication module to be replaced with a dedicated app, also ↵Evgeny Fadeev2010-03-278-439/+48
| | | | switched to table layout for openid signin template temporarily so that it works on IE7 and maybe earlier
* old login system restored, merge doneEvgeny Fadeev2010-03-275-5/+5
|
* dos2unixEvgeny Fadeev2010-03-273-4/+4
|
* intermediate commit after mergeEvgeny Fadeev2010-03-2761-66/+553
|\
| * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-0716-678/+1
| |
| * Started implementing cache.hrcerqueira2010-03-045-88/+62
| | | | | | | | Added placeholders in log folder, and the new cache folder so git wont ignore them.
| * Very simple robots.txt module.hrcerqueira2010-03-042-2/+2
| | | | | | | | A couple of typos on templates.
| * fixed rss feed and a couple more bugs in templateshrcerqueira2010-03-043-9/+9
| |
| * couple of fixeshrcerqueira2010-03-044-91/+37
| |
| * small fixhrcerqueira2010-03-031-1/+1
| |
| * Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-039-25/+136
| | | | | | | | | | | | 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
| * finally merged Josephs and Adolfos branches, basic on-scree new post ↵Evgeny Fadeev2010-03-012-2/+2
| |\ | | | | | | | | | notification now works