aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix protocol on CSS.HEADmasterRobin H. Johnson2013-06-091-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Updated the TEMPLATE_LOADERS for django-1.3Matthew Summers2011-09-201-1/+1
|
* Fix for inf loop b0rkageMatthew Summers2011-05-041-3/+2
|
* Drop max-height for now.Robin H. Johnson2011-05-041-1/+1
|
* Turn the full accept_langs code back on.Robin H. Johnson2010-12-141-2/+2
|
* Chomp whitespace.Robin H. Johnson2010-12-141-2/+2
|
* Enable dialect code.Robin H. Johnson2010-12-141-3/+3
|
* More splitting.Robin H. Johnson2010-12-141-2/+4
|
* Include base split code.Robin H. Johnson2010-12-141-8/+9
|
* Enable first part.Robin H. Johnson2010-12-141-6/+7
|
* Disable magic for now.Robin H. Johnson2010-12-141-12/+13
|
* Fix return.Robin H. Johnson2010-12-141-1/+3
|
* Add 500 template.Robin H. Johnson2010-12-141-0/+11
|
* Implement better language handling.Robin H. Johnson2010-12-141-12/+25
|
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/gentoo-adsMatthew Summers2010-11-192-1/+12
|\
| * Fix log prefix.Robin H. Johnson2010-11-021-1/+1
| |
| * Add 404.Robin H. Johnson2010-11-021-0/+11
| |
* | Adding in copy of gplv3 for complianceMatthew Summers2010-11-191-0/+674
| |
* | New feature to provide translations in ADS_STRUCTMatthew Summers2010-11-193-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. Johnson2010-08-251-0/+1
|
* Added feature: ad type arbitrary htmlMatthew Summers2010-08-252-3/+27
| | | | | Some styles and template work to accomodate Example usage in example_ads.py
* New plain text ad type is availableMatthew Summers2010-08-252-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 templateMatthew Summers2010-07-271-1/+1
| | | | Takes care of the ads links opening in the iframe.
* CSS change to fix for <=IE7Matthew Summers2010-07-071-0/+1
| | | | Minor addition of background-color:#dddaec; to div.ads,body{}
* Fixup whitespace.Robin H. Johnson2010-06-181-5/+5
|
* Tweak layout style to match old sidebar much closer. Left/right spacing is ↵Robin H. Johnson2010-06-181-4/+9
| | | | now identical on images. hr elements are slightly shorter due to iframe. Vertical spacing made more symmetrical.
* minor style additionMatthew Summers2010-05-211-0/+4
|
* styles to make it prettier (for www.g.o)Matthew Summers2010-05-211-4/+16
|
* Removed image-type restriction, and superfluous imports in models & testsMatthew Summers2010-05-214-15/+31
|
* fix for syslog stripping messages in [ ]Matthew Summers2010-05-191-1/+1
|
* fixing AD_LOG_PREFIX to work correctlyMatthew Summers2010-05-192-6/+2
|
* example_settings.py and logging_setup.py updatedMatthew Summers2010-05-192-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 examplesMatthew Summers2010-05-173-0/+25
|
* limiting the display of mouse-over text to 50 chars, per robbat2's requestMatthew Summers2010-01-111-1/+1
|
* added in css to restrict the max size of the ad imgMatthew Summers2009-12-301-3/+8
|
* Created impressions logging using python logging module, thanks to Darren ↵Matthew Summers2009-10-225-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.msummers422009-10-1313-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.