Mercurial > public > sg101
graph
- First steps at scratching out a home page. Will need to develop some template tags now to fill it out.2009-04-19, by Brian Neal
- Added a BSD style license file.2009-04-19, by Brian Neal
- Correct typo in the clear_cache() method on the SmileyManager.2009-04-19, by Brian Neal
- Added a style for errorslist based on blueprints form error class.2009-04-18, by Brian Neal
- Added comments.png icon to the download template.2009-04-18, by Brian Neal
- Added get_absolute_url() for my comments. Had to add a get_absolute_url() function for downloads in the process.2009-04-18, by Brian Neal
- Shoutbox work: shouts now have absolute URLs. Shouts can now be flagged as abuse. Minor tweak to breadcrumbs css. Added flag date to comments admin.2009-04-16, by Brian Neal
- Changed the shoutbox: posts are now made by Ajax. The smiley farm is loaded only on demand. jQuery is now in the base template. May add scrolling later.2009-04-15, by Brian Neal
- Update jquery-ui and theme version that is hosted on google. In preparation for having jquery on every page (?), make it so that the autocomplete plug is using the 'global' jquery, and not the one that came with it. It seems to work okay with jquery 1.3.2.2009-04-14, by Brian Neal
- Make the POTD pic in the block link to the POTD page.2009-04-12, by Brian Neal
- News: removed the lxml stuff. Based on Jacob Kaplan-Moss suggestion, use html5lib to clean html. Added that functionality in a new core.html module.2009-04-12, by Brian Neal
- Removed markitUp! from the downloads admin. It was looking weird. Try it without it.2009-04-12, by Brian Neal
- Added tiny_mce to the GPP_THIRD_PARTY_JS setting. Updated code to use it.2009-04-12, by Brian Neal
- Use DRY principle to manage third party javascript libraries. Created script_tags template tags to generate the correct link and script tags for 3rd party libraries. The settings.py file is the only place where the full path name is specified.2009-04-11, by Brian Neal
- Display news links and send to friend on the summary page. Use icons.2009-04-11, by Brian Neal
- Got rid of the pseudo cancel buttons on various forms. Replaced them with cancel links.2009-04-11, by Brian Neal
- Adjusted weblinks link template. Use an icon for reporting broken link.2009-04-11, by Brian Neal
- Got rid of the core.SiteConfig model and all usage.2009-04-11, by Brian Neal
- Initial import of sg101 stuff from private repository.2009-04-06, by gremmie
- Initial import of sg101 trunk, tags, and branches.2009-04-06, by gremmie