summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-17progress through "Pyramid Uses a ZCA Registry"Steve Piercy
- minor grammar, wrap 79 columns
2015-12-16update docs to support explicit asset overridesMichael Merickel
2015-12-16defer prevent check until registerMichael Merickel
2015-12-16use default irc templateMichael Merickel
2015-12-16test travis irc notificationsMichael Merickel
2015-12-14Merge pull request #2178 from srisankethu/patch-1Michael Merickel
Update url.py
2015-12-14Merge pull request #2179 from srisankethu/patch-2Michael Merickel
Update CONTRIBUTORS.txt
2015-12-14Merge pull request #2180 from stevepiercy/masterSteve Piercy
- Remove broken integration test example from testing and source file…
2015-12-14- Remove broken integration test example from testing and source file, per #2172Steve Piercy
- Update functional test with explicit instructions and to sync with actual starter scaffold
2015-12-14new default behavior matches virtual specs, old behavior hidden behind ↵Michael Merickel
explicit=True
2015-12-12Update CONTRIBUTORS.txtSri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-11Merge pull request #2173 from stevepiercy/masterSteve Piercy
add developing and contributing section
2015-12-11use double backticks for inline code formatting of filenameSteve Piercy
2015-12-11add developing and contributing sectionSteve Piercy
- wrap to 79 columns
2015-12-09remove unused importMichael Merickel
2015-12-09fix broken ref in docsMichael Merickel
2015-12-09fix broken testsMichael Merickel
2015-12-08support cache busting only full foldersMichael Merickel
2015-12-08update docs on pathspec arg to ICacheBusterMichael Merickel
2015-12-08tweak ManifestCacheBuster to allow overriding parse_manifest without ↵Michael Merickel
touching the file loading logic
2015-12-08pass the raw asset spec into the cache busterMichael Merickel
2015-12-08update the cache busting narrative to use add_cache_busterMichael Merickel
2015-12-08allow disabling the cache busterMichael Merickel
2015-12-08Merge pull request #2169 from stevepiercy/masterSteve Piercy
update narrative docs and literalinclude source files that use the st…
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-08Merge pull request #2167 from stevepiercy/masterSteve Piercy
update narrative docs and literalinclude source files that use the st…
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-12-07support os.sep on windowsMichael Merickel
2015-12-07sort by length such that longer paths are tested firstMichael Merickel
2015-12-07add a first cut at an add_cache_buster apiMichael Merickel
2015-12-07support getting the file path from a FSAssetSource even if it doesn't existMichael Merickel
2015-12-07Merge pull request #2161 from stevepiercy/masterSteve Piercy
update references to python-distribute.org (see #2141 for discussion)
2015-12-07Merge pull request #2164 from ismail-s/patch-2Chris McDonough
Fix minor typo
2015-12-07Fix minor typoIsmail
2015-12-04update references to references to python-distribute.org (see #2141 for ↵Steve Piercy
discussion)
2015-12-04Merge pull request #2158 from stevepiercy/masterSteve Piercy
add emphasize lines, minor grammar, rewrap 79 columns
2015-12-04- add emphasize lines, minor grammar, rewrap 79 columnsSteve Piercy
2015-12-03Merge pull request #2157 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
add updated tutorial and documentation files due to scaffold enhancements
2015-12-03- add updated tutorial and documentation files due to scaffold enhancementsSteve Piercy
2015-12-02Merge pull request #2156 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581
2015-12-02- adjust linenos for NAMING_CONVENTION commentSteve Piercy
2015-12-02- add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581Steve Piercy
2015-12-02Merge pull request #2155 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
Feature/alchemy scaffold update - wiki2/tests
2015-12-02- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, ↵Steve Piercy
per 2885a7b96545c037109d7999319f74869a640050) - add wiki2/src/tests/ files. special thanks to @ppaez
2015-12-01Add documentation why we add a naming conventionBert JW Regeer
2015-12-01initial work on config.add_cache_busterMichael Merickel