Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix protocol on CSS.HEADmaster | Robin H. Johnson | 2013-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Updated the TEMPLATE_LOADERS for django-1.3 | Matthew Summers | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Fix for inf loop b0rkage | Matthew Summers | 2011-05-04 | 1 | -3/+2 |
| | |||||
* | Drop max-height for now. | Robin H. Johnson | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Turn the full accept_langs code back on. | Robin H. Johnson | 2010-12-14 | 1 | -2/+2 |
| | |||||
* | Chomp whitespace. | Robin H. Johnson | 2010-12-14 | 1 | -2/+2 |
| | |||||
* | Enable dialect code. | Robin H. Johnson | 2010-12-14 | 1 | -3/+3 |
| | |||||
* | More splitting. | Robin H. Johnson | 2010-12-14 | 1 | -2/+4 |
| | |||||
* | Include base split code. | Robin H. Johnson | 2010-12-14 | 1 | -8/+9 |
| | |||||
* | Enable first part. | Robin H. Johnson | 2010-12-14 | 1 | -6/+7 |
| | |||||
* | Disable magic for now. | Robin H. Johnson | 2010-12-14 | 1 | -12/+13 |
| | |||||
* | Fix return. | Robin H. Johnson | 2010-12-14 | 1 | -1/+3 |
| | |||||
* | Add 500 template. | Robin H. Johnson | 2010-12-14 | 1 | -0/+11 |
| | |||||
* | Implement better language handling. | Robin H. Johnson | 2010-12-14 | 1 | -12/+25 |
| | |||||
* | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/gentoo-ads | Matthew Summers | 2010-11-19 | 2 | -1/+12 |
|\ | |||||
| * | Fix log prefix. | Robin H. Johnson | 2010-11-02 | 1 | -1/+1 |
| | | |||||
| * | Add 404. | Robin H. Johnson | 2010-11-02 | 1 | -0/+11 |
| | | |||||
* | | Adding in copy of gplv3 for compliance | Matthew Summers | 2010-11-19 | 1 | -0/+674 |
| | | |||||
* | | New feature to provide translations in ADS_STRUCT | Matthew Summers | 2010-11-19 | 3 | -83/+51 |
|/ | | | | | new VARS in settings example_ads has changed, its shortened with fewer examples so note this | ||||
* | Use main Gentoo CSS since it would be loaded already. | Robin H. Johnson | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | Added feature: ad type arbitrary html | Matthew Summers | 2010-08-25 | 2 | -3/+27 |
| | | | | | Some styles and template work to accomodate Example usage in example_ads.py | ||||
* | New plain text ad type is available | Matthew Summers | 2010-08-25 | 2 | -3/+32 |
| | | | | | | | Change to template to accomodate the new type conditionally. New css styles in template for text ads. Change to example_ads.py that will show you how to use new type. that is all. | ||||
* | added target="_parent" to <a> tag in template | Matthew Summers | 2010-07-27 | 1 | -1/+1 |
| | | | | Takes care of the ads links opening in the iframe. | ||||
* | CSS change to fix for <=IE7 | Matthew Summers | 2010-07-07 | 1 | -0/+1 |
| | | | | Minor addition of background-color:#dddaec; to div.ads,body{} | ||||
* | Fixup whitespace. | Robin H. Johnson | 2010-06-18 | 1 | -5/+5 |
| | |||||
* | Tweak layout style to match old sidebar much closer. Left/right spacing is ↵ | Robin H. Johnson | 2010-06-18 | 1 | -4/+9 |
| | | | | now identical on images. hr elements are slightly shorter due to iframe. Vertical spacing made more symmetrical. | ||||
* | minor style addition | Matthew Summers | 2010-05-21 | 1 | -0/+4 |
| | |||||
* | styles to make it prettier (for www.g.o) | Matthew Summers | 2010-05-21 | 1 | -4/+16 |
| | |||||
* | Removed image-type restriction, and superfluous imports in models & tests | Matthew Summers | 2010-05-21 | 4 | -15/+31 |
| | |||||
* | fix for syslog stripping messages in [ ] | Matthew Summers | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | fixing AD_LOG_PREFIX to work correctly | Matthew Summers | 2010-05-19 | 2 | -6/+2 |
| | |||||
* | example_settings.py and logging_setup.py updated | Matthew Summers | 2010-05-19 | 2 | -5/+9 |
| | | | | | | | removed AD_LOG_PREFIX from example_settings.py added AD_LOG_PREFIX to logging_setup.py added import of AD_LOG_PREFIX to example_settings.py updated comments in example_settings.py and setup_logging.py | ||||
* | apache vhost conf and wsgi examples | Matthew Summers | 2010-05-17 | 3 | -0/+25 |
| | |||||
* | limiting the display of mouse-over text to 50 chars, per robbat2's request | Matthew Summers | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | added in css to restrict the max size of the ad img | Matthew Summers | 2009-12-30 | 1 | -3/+8 |
| | |||||
* | Created impressions logging using python logging module, thanks to Darren ↵ | Matthew Summers | 2009-10-22 | 5 | -3/+81 |
| | | | | | | | | | Wynne of Liquidus Tech for the assist with that. Added new settings related to the above Added to the README to reflect the changes Updated the TODO | ||||
* | Intial commit. | msummers42 | 2009-10-13 | 13 | -0/+365 |
It works, but won't display the images until they are served via an external media server. I will add that in for dev purposes next. |