summaryrefslogtreecommitdiffstats
path: root/forum/skins
Commit message (Collapse)AuthorAgeFilesLines
* 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-014-198/+234
|
* fixed name of chinese locale in javascriptEvgeny Fadeev2010-05-011-3/+3
|
* fixed initial badge installation, small bugfix in style, added badge keys to ↵Evgeny Fadeev2010-05-011-0/+3
| | | | locale files
* 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-2525-171/+520
|\
| * fixed second bug in edit user profileEvgeny Fadeev2010-04-231-1/+7
| |
| * minor style fixesEvgeny Fadeev2010-04-173-7/+10
| |
| * question views merged, changed UI a bit, full text search brokenEvgeny Fadeev2010-04-1118-89/+199
| |
| * intermediate broken commitEvgeny Fadeev2010-04-1014-123/+251
| |
| * kind of merged question views, still have debugging to toEvgeny Fadeev2010-04-083-20/+128
| |
* | fixed second bug in edit user profileEvgeny Fadeev2010-04-231-1/+7
| |
* | fixing an missing commaAdolfo Fitoria2010-04-111-1/+1
| |
* | more url issues on delete commentsAdolfo Fitoria2010-04-112-1/+2
| |
* | two tiny changesEvgeny Fadeev2010-04-102-1/+1
| |
* | fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ↵Evgeny Fadeev2010-04-101-2/+2
|/ | | | everywhere, except main README file
* fixing url translation issues in javascript filesAdolfo Fitoria2010-04-052-3/+4
|
* basic setup for the Google Closure environmentEvgeny Fadeev2010-04-042-0/+21
|
* ROADMAP, TODO, restored posts per page selectorEvgeny Fadeev2010-04-042-2/+0
|
* added color blending for counters, fixed questions and user questions views, ↵Evgeny Fadeev2010-04-037-156/+93
| | | | better humanization of counters
* fixed some html, karma graph in IE7 and 8 and favorites view, removed ↵Evgeny Fadeev2010-04-0172-951/+683
| | | | 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-302-1/+21
|
* 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-2710-456/+69
| | | | 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-275-12/+12
|
* intermediate commit after mergeEvgeny Fadeev2010-03-27178-69/+601
|\
| * added favicon.icoEvgeny Fadeev2010-03-101-0/+0
| |
| * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-0717-681/+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
| | * re-introduced Josephs new message notification and a few newly found bugsEvgeny Fadeev2010-02-281-1/+1
| | |
| | * powered by osqaEvgeny Fadeev2010-02-221-1/+1
| | |
| * | dos2unixEvgeny Fadeev2010-03-011-47/+47
| | |
| * | New auth system, see the wiki for details.hrcerqueira2010-03-01174-4/+409
| |/
* / initial commitEvgeny Fadeev2010-03-257-32/+26
|/
* fixed file upload bug in wmd that I have introduced earlierEvgeny Fadeev2010-02-221-3/+3
|
* cleaning up small errors, commit in the middle of linting wmd.jsEvgeny Fadeev2010-02-222-33/+32
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-223-1088/+2162
| | | | | | | Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
* finished splitting views/content.py, some new bugs: html wont validate, ↵Evgeny Fadeev2010-02-163-2/+6
| | | | image upload broken
* Changed views _init.py_ to not import everything, but just the packages, and ↵hrcerqueira2010-02-158-11/+11
| | | | | | changed urls.py to include the full python path for each view. Also changed some "reverses" on templates that were using view p
* split forum/views.py, fixed defect in skins on the javascript side and ↵Evgeny Fadeev2010-02-148-99/+123
| | | | blockmedia template tag