|
|
|
@130
|
[130]
|
6 months |
max |
Utility function supposed to be a part of Changeset [129].
|
|
|
|
@129
|
[129]
|
6 months |
max |
Added ability to upload zip file of images to create (or add to an …
|
|
|
|
@128
|
[128]
|
6 months |
max |
Made use of MediaFolders? optional.
Until Nando is ready, there is no …
|
|
|
|
@127
|
[127]
|
6 months |
max |
Added new media type for embedding arbitrary HTML snippets.
|
|
|
|
@126
|
[126]
|
6 months |
max |
Added missing </noscript> tag in countthis middleware.
|
|
|
|
@125
|
[125]
|
6 months |
max |
Added caching to dynamic field lookups to avoid repetitive queries for …
|
|
|
|
@124
|
[124]
|
6 months |
max |
Added more database indices to improve performance on common queries.
|
|
|
|
@123
|
[123]
|
6 months |
max |
Cache enabled header rules.
|
|
|
|
@122
|
[122]
|
7 months |
rsbaskin |
First commit for maps!
|
|
|
|
@121
|
[121]
|
8 months |
max |
Bugfixes for [120]
|
|
|
|
@120
|
[120]
|
8 months |
max |
Added caching to article and homepage views to avoid unnecessary querying.
|
|
|
|
@119
|
[119]
|
8 months |
max |
Extracted smart caching invalidation code from template tag to make it …
|
|
|
|
@118
|
[118]
|
8 months |
max |
Added support for OpenX ads
|
|
|
|
@117
|
[117]
|
8 months |
rsbaskin |
Staff refactor. I do all the hard models work and now Max just has to …
|
|
|
|
@116
|
[116]
|
9 months |
rsbaskin |
Workflow models, mixin, and dummy admin
Includes a migration to add …
|
|
|
|
@115
|
[115]
|
9 months |
rsbaskin |
Fixed initial media migration
|
|
|
|
@114
|
[114]
|
9 months |
rsbaskin |
Initial media migration
|
|
|
|
@113
|
[113]
|
9 months |
rsbaskin |
Lifecycle models and dummy admin
|
|
|
|
@112
|
[112]
|
9 months |
rsbaskin |
Branching for Nando
|
|
|
|
@111
|
[111]
|
9 months |
max |
Rewrote 'Send email update' admin actions for Article and Issue to work …
|
|
|
|
@110
|
[110]
|
9 months |
max |
Modified behavior of automated full page cache invalidation to allow for …
|
|
|
|
@109
|
[109]
|
9 months |
max |
Added confirmation page for 'Send email update' admin action to avoid …
|
|
|
|
@108
|
[108]
|
9 months |
max |
Added new automated template fragment cache invalidation.
|
|
|
|
@107
|
[107]
|
9 months |
max |
Added two more indices to countthis app to optimize common queries.
|
|
|
|
@106
|
[106]
|
9 months |
max |
Fixed bug where duplicate Statistic objects could be created for content …
|
|
|
|
@105
|
[105]
|
9 months |
max |
Fixed unnecessary required form field for models derived from …
|
|
|
|
@104
|
[104]
|
9 months |
max |
Improved section drop-down on article edit page to group by top-level …
|
|
|
|
@103
|
[103]
|
9 months |
max |
Added new index for countthis Statistic model to optimize Most Popular …
|
|
|
|
@102
|
[102]
|
9 months |
max |
Added caching for default comment options to avoid huge volume of …
|
|
|
|
@101
|
[101]
|
9 months |
rsbaskin |
courant.core.headers, huzzah!
Includes hints about what is coming next!
|
|
|
|
@100
|
[100]
|
9 months |
rsbaskin |
Ignore the egg-info folder which exists when you use courant-boot.py to …
|
|
|
|
@99
|
[99]
|
9 months |
max |
Fixed indentation bug in last commit.
|
|
|
|
@98
|
[98]
|
9 months |
max |
Fixed bug in search when no facets are selected.
|
|
|
|
@97
|
[97]
|
9 months |
max |
Removed final remnants of Sphinx legacy code.
|
|
|
|
@96
|
[96]
|
9 months |
max |
Register ContentType? model with get tag.
|
|
|
|
@95
|
[95]
|
9 months |
max |
Added archive pages for multimedia types.
|
|
|
|
@94
|
[94]
|
9 months |
max |
Switch from Sphinx to Haystack for search functionality.
|
|
|
|
@93
|
[93]
|
9 months |
max |
Added support for variable model name to get tag.
|
|
|
|
@92
|
[92]
|
9 months |
max |
Added final fallback option for article templates.
|
|
|
|
@91
|
[91]
|
10 months |
max |
Fixed bug in Issue latest_by definition.
|
|
|
|
@90
|
[90]
|
10 months |
max |
Made issue lead media optional in forms (esp. admin).
|
|
|
|
@89
|
[89]
|
10 months |
max |
Fixed article manager to only count Articles as 'live' if their published …
|
|
|
|
@88
|
[88]
|
10 months |
max |
Fixed issue to only show published articles. Automated publishing of an …
|
|
|
|
@87
|
[87]
|
10 months |
max |
Improved admin filtering and search options for mailer's MessageLog? model.
|
|
|
|
@86
|
[86]
|
10 months |
max |
Modified registration app to use Courant's mailer instead of standard …
|
|
|
|
@85
|
[85]
|
10 months |
max |
Added content type filter.
|
|
|
|
@84
|
[84]
|
10 months |
max |
Added customization of success response to emailthis form submission & …
|
|
|
|
@83
|
[83]
|
10 months |
max |
Added template tag to extract ContentType? for a given variable.
|
|
|
|
@82
|
[82]
|
10 months |
max |
Remove arbitrary section limit on the issue.ordered_articles function.
|
|
|
|
@81
|
[81]
|
10 months |
max |
Brought SetRemoteAddrFromForwardedFor? middleware from pre-1.1 Django to …
|
|
|
|
@80
|
[80]
|
10 months |
max |
Fixed bug in short URL generation function.
|
|
|
|
@79
|
[79]
|
10 months |
max |
Made middlewares more robust against errors.
|
|
|
|
@78
|
[78]
|
11 months |
max |
Fixed shorturl template tag to use ContentType? manager instead of relying …
|
|
|
|
@77
|
[77]
|
11 months |
max |
Modified set_default template tag to only count variable as in-use if it …
|
|
|
|
@76
|
[76]
|
11 months |
max |
Fixed news migration to note dependence on other migrations to avoid …
|
|
|
|
@75
|
[75]
|
11 months |
max |
|
|
|
|
@74
|
[74]
|
11 months |
max |
Added ability to mark an article as a correction for another article.
|
|
|
|
@73
|
[73]
|
11 months |
max |
Fixed bug in initial news app migration.
|
|
|
|
@72
|
[72]
|
11 months |
max |
Created new base migrations for news app.
|
|
|
|
@71
|
[71]
|
11 months |
max |
Added ability to make staffer profile pages public or hidden.
|
|
|
|
@70
|
[70]
|
11 months |
max |
Returned to fieldset parity across media admin definitions.
|
|
|
|
@69
|
[69]
|
11 months |
max |
Added new File media type to support PDFs, Flash, and other types of …
|
|
|
|
@68
|
[68]
|
11 months |
max |
Exposed DyanmicType? attribute on article admin page.
|
|
|
|
@67
|
[67]
|
11 months |
max |
Add rudimentary ability to edit dynamic model attributes through …
|
|
|
|
@66
|
[66]
|
11 months |
max |
Added temporary ability to fetch article issues sorted by order.
|
|
|
|
@65
|
[65]
|
11 months |
max |
Added ability to retrieve media associated with an article by the …
|
|
|
|
@64
|
[64]
|
11 months |
max |
Media app bugfixes.
|
|
|
|
@63
|
[63]
|
11 months |
max |
Changed get tag to support null-value field matches in the 'with' clause …
|
|
|
|
@62
|
[62]
|
11 months |
max |
Added display and search fields to staffer admin page.
|
|
|
|
@61
|
[61]
|
11 months |
max |
Only show published issue on homepage.
|
|
|
|
@60
|
[60]
|
11 months |
max |
Propogate body contents to body_html until multiple markup types are …
|
|
|
|
@59
|
[59]
|
11 months |
max |
Reinstate customized search view to allow template to handle paging …
|
|
|
|
@58
|
[58]
|
11 months |
max |
Remove all Haystack customization of search view pending further …
|
|
|
|
@57
|
[57]
|
11 months |
max |
Removing faceted search as default configuration pending further …
|
|
|
|
@56
|
[56]
|
11 months |
max |
Fixed typo in article search index definition.
|
|
|
|
@55
|
[55]
|
11 months |
max |
Fixed typo in last commit.
|
|
|
|
@54
|
[54]
|
11 months |
max |
Add UserBasedExceptionMiddleware? to default middleware list.
|
|
|
|
@53
|
[53]
|
11 months |
max |
Added new util middleware that allows superusers to see Django rich error …
|
|
|
|
@52
|
[52]
|
11 months |
max |
After further investigation, re-instated automatic From: field population …
|
|
|
|
@51
|
[51]
|
11 months |
max |
Undid last commit changes because of incompatibility with certain email …
|
|
|
|
@50
|
[50]
|
11 months |
max |
Automatically put contact's email address as from: field on contact form …
|
|
|
|
@49
|
[49]
|
11 months |
max |
Allow creation of short url medium without generating random code (allow …
|
|
|
|
@48
|
[48]
|
11 months |
max |
Changed article search index to only index published articles.
|
|
|
|
@47
|
[47]
|
11 months |
max |
Fixed email code to use pretty 'From:' field name.
|
|
|
|
@46
|
[46]
|
11 months |
max |
Added ability to customize article templates on a per-section basis …
|
|
|
|
@45
|
[45]
|
11 months |
max |
Change get tag to use a 'live' manager on a model if one exists (otherwise …
|
|
|
|
@44
|
[44]
|
11 months |
max |
Fixed another broken import.
|
|
|
|
@43
|
[43]
|
11 months |
max |
Fixed missing import.
|
|
|
|
@42
|
[42]
|
11 months |
max |
Removed prefixes on section and pages URLs that had been put in to debug …
|
|
|
|
@41
|
[41]
|
11 months |
max |
Added checks to GAM templates to insure an account ID has been set before …
|
|
|
|
@40
|
[40]
|
11 months |
max |
Removed arbitrary length restriction on staffer position name.
|
|
|
|
@39
|
[39]
|
11 months |
max |
Fixed bug that broke any commands (esp. syncdb) if the database tables …
|
|
|
|
@38
|
[38]
|
11 months |
max |
Removing news migrations until Courant is used in a production environment …
|
|
|
|
@37
|
[37]
|
11 months |
max |
Deferred dynamic model registration with get tag until get tag is first …
|
|
|
|
@36
|
[36]
|
11 months |
max |
Fixed some bugs with grappelli integration and email subscriptions app …
|
|
|
|
@35
|
[35]
|
11 months |
max |
Moved email_subscriptions app into private YDN repo until it is …
|
|
|
|
@34
|
[34]
|
11 months |
max |
Temporary workaround for bug that causes manage.py validate to fail …
|
|
|
|
@33
|
[33]
|
11 months |
max |
Large collection of bugfixes and tweaks, including part of switch to …
|
|
|
|
@32
|
[32]
|
11 months |
max |
Customized version of django-mailer.
|
|
|
|
@31
|
[31]
|
11 months |
max |
Removing sorl from external libs list, as its repo has changed and is …
|
|
|
|