git.ithinksw.org
/
philo.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Removed unnecessary foreign key evaluations from MultiView subclass urlpatterns and...
[philo.git]
/
philo
/
2011-06-28
Stephen Burrows
Removed unnecessary foreign key evaluations from MultiV...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Merge git://github.com/derega/philo into develop. Merge...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Cleaned up shipherd docs.
tree
|
commitdiff
2011-06-27
Stephen Burrows
Added philo-root reversal caching to Node.construct_url.
tree
|
commitdiff
2011-06-27
Stephen Burrows
Pre-fetching the contentreference content may have...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Minor correction to ContainerContext.get_references().
tree
|
commitdiff
2011-06-27
Stephen Burrows
Merge branch 'fast_containers' into develop
tree
|
commitdiff
2011-06-27
Stephen Burrows
Moved caching of contentlets/contentreferences so that...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Removed template container discovery in favor of (poten...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Moved container finding code into philo/utils/templates...
tree
|
commitdiff
2011-06-27
Stephen Burrows
Merge branch 'develop' into fast_containers
tree
|
commitdiff
2011-06-26
Stephen Burrows
Removed automatic interpretation of contentlets as...
tree
|
commitdiff
2011-06-26
Stephen Burrows
Tweaked the FeedView API slightly to pass the object...
tree
|
commitdiff
2011-06-25
Joseph Spiros
Merge branch 'develop' of git://github.com/melinath...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Merge branch 'optimization' into develop
tree
|
commitdiff
2011-06-24
Stephen Burrows
A fair amount of effort is wasted getting container...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Added catch to NavigationManager.get_for_node for cases...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Merge branch 'better_cache' into optimization
tree
|
commitdiff
2011-06-24
Stephen Burrows
Added a local cache to NavigationMapper - avoids some...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Tweaked NavigationItem.is_active to better leverage...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Merge branch 'optimization' into better_cache
tree
|
commitdiff
2011-06-24
Stephen Burrows
Generalized the 'single step' case in TreeEntity.get_pa...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Forced path memoization prior to node caching for bette...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Added django cache backend use on top of cacheless...
tree
|
commitdiff
2011-06-24
Stephen Burrows
Corrections to has_navigation and navigation_host to...
tree
|
commitdiff
2011-06-23
Stephen Burrows
Removed shipherd cache to see if it was really helping...
tree
|
commitdiff
2011-06-23
Stephen Burrows
Removed extraneous evaluations of TreeEntity.parent.
tree
|
commitdiff
2011-06-23
Stephen Burrows
Merge remote-tracking branch 'ithinksw/develop' into...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Set handles_subpath to be a class method rather than...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Corrected a feed_patterns call in NewsletterView.urlpat...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Minor optimization: only call patterns at the end of...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Minor optimization to AttributeForm. Very slightly...
tree
|
commitdiff
2011-06-22
Joseph Spiros
Merge branch 'develop' of git://github.com/melinath...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Added memoization (optional but enabled by default...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Eliminated (Generic)ForeignKey evaluations in shipherd...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Corrections to frozen models in migration 18 so that...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Eliminated unnecessary ContentType queries that used...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Eliminated unnecessary ContentType queries from Attribu...
tree
|
commitdiff
2011-06-22
Stephen Burrows
Merge branch 'syndication' into develop
tree
|
commitdiff
2011-06-22
Stephen Burrows
Added winer doc file. Improved the docstrings for FeedV...
tree
|
commitdiff
2011-06-21
Stephen Burrows
Merge branch 'develop' into syndication
tree
|
commitdiff
2011-06-21
Stephen Burrows
Renamed syndication to winer.
tree
|
commitdiff
2011-06-15
Stephen Burrows
Merge branch '0.9.X' into develop
tree
|
commitdiff
2011-06-15
Stephen Burrows
Added information about request context processor to...
tree
|
commitdiff
2011-06-14
Stephen Burrows
Merge branch 'master' into develop
tree
|
commitdiff
2011-06-14
Joseph Spiros
Updated version and made a slight change to bring the...
tree
|
commitdiff
2011-06-14
Joseph Spiros
Merge branch 'master' of git://github.com/melinath...
tree
|
commitdiff
2011-06-13
Stephen Burrows
Added docs for the Http404/Http500 handling that philo...
tree
|
commitdiff
2011-06-10
Stephen Burrows
Merge branch 'sobol_use_cache_hotfix' into develop
tree
|
commitdiff
2011-06-10
Stephen Burrows
Merge branch 'sobol_use_cache_hotfix' into release
tree
|
commitdiff
2011-06-10
Stephen Burrows
Hotfix correction of SOBOL_USE_CACHE setting fetching.
tree
|
commitdiff
2011-06-10
Stephen Burrows
Merge branch 'release' into develop
tree
|
commitdiff
2011-06-10
Joseph Spiros
Merge branch 'master' of git://github.com/melinath...
tree
|
commitdiff
2011-06-10
Stephen Burrows
Removed results action from SearchAdmin. Added support...
tree
|
commitdiff
2011-06-10
Stephen Burrows
Refactored BaseSearch/Result to use templates to render...
tree
|
commitdiff
2011-06-09
Stephen Burrows
Clarified sobol Search framework - now automatically...
tree
|
commitdiff
2011-06-09
Stephen Burrows
Added docs for result list template. Moved success...
tree
|
commitdiff
2011-06-08
Stephen Burrows
Removed json version of results from the ajax API....
tree
|
commitdiff
2011-06-07
Stephen Burrows
Adjusted sobol cache usage to make an entry for every...
tree
|
commitdiff
2011-06-07
Joseph Spiros
Merge branch 'master' of git://github.com/melinath...
tree
|
commitdiff
2011-06-07
Stephen Burrows
Moved a migration after the master migrations.
tree
|
commitdiff
2011-06-07
Stephen Burrows
Merge branch 'release' into develop
tree
|
commitdiff
2011-06-07
Stephen Burrows
Added scheduled posting of blog entries and newsletter...
tree
|
commitdiff
2011-06-06
Stephen Burrows
Added Content-Disposition header to File's response...
tree
|
commitdiff
2011-06-06
Stephen Burrows
Added name field to File for easier finding in the...
tree
|
commitdiff
2011-06-06
Stephen Burrows
Added AttributeMapper caching to entity.attributes...
tree
|
commitdiff
2011-06-04
Joseph Spiros
Merge branch 'master' of git://github.com/melinath...
tree
|
commitdiff
2011-06-04
Stephen Burrows
Merge branch 'develop' into syndication
tree
|
commitdiff
2011-06-03
Stephen Burrows
Added a tutorial for Shipherd and made some minor doc...
tree
|
commitdiff
2011-06-03
Stephen Burrows
Merge branch 'release' into develop
tree
|
commitdiff
2011-06-03
Stephen Burrows
Minor correction to BlogView urlpatterns.
tree
|
commitdiff
2011-06-03
Stephen Burrows
Tweaked FeedView to more correctly generate links vs...
tree
|
commitdiff
2011-06-03
Stephen Burrows
Improved penfield docstrings. Added urlpatterns and...
tree
|
commitdiff
2011-06-02
Stephen Burrows
Added SlugTreeEntity to models.base.__all__.
tree
|
commitdiff
2011-06-02
Stephen Burrows
Added 'unique' check to SlugTreeEntity for cases where...
tree
|
commitdiff
2011-06-02
Stephen Burrows
Initial implementation of a separate syndication contri...
tree
|
commitdiff
2011-06-02
Stephen Burrows
Moved sobol's search registry into core as a generic...
tree
|
commitdiff
2011-06-02
Joseph Spiros
Merge branch 'master' of git://github.com/melinath...
tree
|
commitdiff
2011-06-01
Stephen Burrows
Merge branch 'release' into develop
tree
|
commitdiff
2011-06-01
Stephen Burrows
Implemented the solution proposed to #130 - removed...
tree
|
commitdiff
2011-06-01
Stephen Burrows
Minor corrections to TagCreation.js. Resolves issue...
tree
|
commitdiff
2011-06-01
Stephen Burrows
Switched contentlets to use lists rather than sets...
tree
|
commitdiff
2011-06-01
Stephen Burrows
Minor correction to FeedView docstrings. Resolves issue...
tree
|
commitdiff
2011-06-01
Stephen Burrows
Refactored RequestNodeMiddleware to use SimpleLazyObjec...
tree
|
commitdiff
2011-05-31
Stephen Burrows
Corrected philo tests and removed all use of penfield...
tree
|
commitdiff
2011-05-31
Stephen Burrows
Made views optional on nodes; nodes without views will...
tree
|
commitdiff
2011-05-31
Stephen Burrows
Added a 'getting started' tutorial and a short intro...
tree
|
commitdiff
2011-05-25
Joseph Spiros
Merge branch 'release' of git://github.com/melinath...
tree
|
commitdiff
2011-05-25
Stephen Burrows
Upped version information to 0.1rc. Switched from distu...
tree
|
commitdiff
2011-05-24
Stephen Burrows
Added documentation for has_navigation and navigation_h...
tree
|
commitdiff
2011-05-24
Joseph Spiros
Moving the LICENSE file to the root.
tree
|
commitdiff
2011-05-24
Joseph Spiros
Merge branch 'release' of git://github.com/melinath...
tree
|
commitdiff
2011-05-20
Stephen Burrows
Hacked around the descriptor issues, since there were...
tree
|
commitdiff
2011-05-20
Stephen Burrows
Added docs for waldo.
tree
|
commitdiff
2011-05-20
Stephen Burrows
Converted, corrected, improved, and added to documentat...
tree
|
commitdiff
2011-05-19
Stephen Burrows
Cleaned up SearchView.results_view. Added documentation...
tree
|
commitdiff
2011-05-19
Stephen Burrows
Implemented more robust delayed registry iteration...
tree
|
commitdiff
2011-05-19
Stephen Burrows
Tweaks to sobol to make its use simpler: added a preren...
tree
|
commitdiff
2011-05-18
Stephen Burrows
Added directives and autodocumenters for template tags...
tree
|
commitdiff
2011-05-17
Stephen Burrows
Added missing Attribute import to philo.utils.entities.
tree
|
commitdiff
next