summaryrefslogtreecommitdiffstats
path: root/askbot/skins/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* merged with the master branchEvgeny Fadeev2012-12-051-7/+7
|\
| * compiled less and fixed a bug in the skinsEvgeny Fadeev2012-11-281-7/+7
| |
* | removed debugging codeEvgeny Fadeev2012-11-281-3/+0
| |
* | added full text title search for mysqlEvgeny Fadeev2012-11-271-1/+4
|/
* combined all dev branches for kpEvgeny Fadeev2012-09-201-23/+25
|
* merged the master branchEvgeny Fadeev2012-05-091-1/+3
|\
| * minor improvement in the skin selection (Uyuni lake, Bolivia)Evgeny Fadeev2012-04-021-1/+3
| |
* | made a "safe" version of setting update functionEvgeny Fadeev2012-05-091-21/+2
| |
* | added fallback for update_media_revisionAdolfo Fitoria2012-04-191-3/+21
| |
* | added language selection into livesettings, needs more testingAdolfo Fitoria2012-04-031-7/+7
|/
* tags can be made optional via live settingsEvgeny Fadeev2012-03-181-1/+4
|
* collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-141-3/+8
|\
| * now images and logos can be uploaded to amazon s3Evgeny Fadeev2012-01-081-0/+5
| |
| * replaced ASKBOT_UPLOADED_FILES_URL with django setting MEDIA_URLEvgeny Fadeev2012-01-081-2/+2
| |
| * replaced ASKBOT_FILE_UPLOAD_DIR setting with MEDIA_ROOTEvgeny Fadeev2012-01-071-1/+1
| |
* | added support for django.contrib.staticfilespiskvorky2011-12-071-7/+2
|/ | | | | | * staticfiles used to be a separate Python package, before being integrated into django 1.3 * this patch ignores the legacy package and references only the built-in django.contrib.staticfiles, so it requires django >= 1.3 * with staticfiles, serving media in development (runserver) vs. production is handled automatically, so i completely removed the /m/ media view.
* adding capacity to load from commonAdolfo Fitoria2011-09-291-2/+3
|
* removed printing of log message on missing optional media resources, fixed a ↵Evgeny Fadeev2011-09-011-3/+4
| | | | layout bug on tags page and incremented revision
* finished the auto-incrementation of media revisionsEvgeny Fadeev2011-08-311-1/+32
|
* fixed uploading of favicons: allowed only extension of type .ico and allowed ↵Evgeny Fadeev2011-07-281-1/+2
| | | | upload of files with names that have spaces
* added ignore_missing optional parameter to the media resolverEvgeny Fadeev2011-05-311-2/+2
|
* added ability to add extra.css file to the media collectionEvgeny Fadeev2011-02-011-0/+2
|
* skins can now be switched on the goEvgeny Fadeev2011-01-311-8/+3
|
* made both media and templates resolve from custom skin directory, changed ↵Evgeny Fadeev2010-11-171-44/+94
| | | | setting ASKBOT_EXTRA_SKIN_DIRS to ASKBOT_EXTRA_SKINS_DIR, now it has to be a string
* allowed skins to be stored in custom directoriesEvgeny Fadeev2010-11-161-11/+12
|
* fixed two bugs on upload of logo and advanced version to 0.6.20Evgeny Fadeev2010-11-011-0/+1
|
* hopefully media urls work on windows. Thanks to adilkhash for the feedbackEvgeny Fadeev2010-08-191-2/+12
|
* made uploaded logo persist across change of selected skinEvgeny Fadeev2010-08-191-1/+5
|
* made logo uploadableEvgeny Fadeev2010-08-141-3/+21
|
* simplified media specification in templates and made a function to lookup ↵Evgeny Fadeev2010-08-141-0/+51
| | | | media url at startup time - so that images could be added to live settings
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-0/+29