0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added link generation example, and fixed a typo. More... over 13 years ago
Note about context processor in Shipherd tutorial. More... over 13 years ago
Merge branch '0.9.X' into develop More... over 13 years ago
Added information about request context processor to shipherd docs. See issue #160. More... over 13 years ago
Minor correction to shipherd howto. More... over 13 years ago
Fixing setup.py to reference README instead of README.markdown as otherwise sdist installations will fail.
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'master' into develop More... over 13 years ago
Last-minute tweaks to the tutorials based on user input. More... over 13 years ago
Updated links to the "project website" and made the READMEs consistent with the docs.
jspiros
as Joseph Spiros
More... over 13 years ago
Updated version and made a slight change to bring the two READMEs in sync.
jspiros
as Joseph Spiros
More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Added docs for the Http404/Http500 handling that philo does. Resolves issue #156. Added status codes to the responses for that handling. More... over 13 years ago
Made the embed widget automatically generate URLs based on the ADMIN_URL global, which is provided by Grappelli. Unfortunately, this introduces a dependency on Grappelli. I'll return to this branch at a later date when my thinking is clearer. More... over 13 years ago
Initial work on a widget for TemplateFields that allows javascript selection of an object to embed. More... over 13 years ago
Merge branch 'sobol_use_cache_hotfix' into develop More... over 13 years ago
Merge branch 'sobol_use_cache_hotfix' into release More... over 13 years ago
Hotfix correction of SOBOL_USE_CACHE setting fetching. More... over 13 years ago
Merge branch 'release' into develop More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Removed results action from SearchAdmin. Added support for vanilla django result viewing. More... over 13 years ago
Refactored BaseSearch/Result to use templates to render the title and content entries in the Result's context. Removed rendered results from the ajax API. Added favored result support to _list for ajax and non-ajax versions. More... over 13 years ago
Clarified sobol Search framework - now automatically finds result templates at "sobol/search/<slug>/result.html" and supports the notion of link 'content'. Search.get_result_url and Search.more_results_url actually return urls. Improved grappelli admin integration for Search model instances. More... over 13 years ago
Added docs for result list template. Moved success/error handling into hooks on sobol. Added slug to JSON response dict. Added script suppression option to _list.html. More... over 13 years ago
Removed json version of results from the ajax API. Improved checks for search existence. Added default search list template and a static js file for the ajax api. More... over 13 years ago
Added a 'how are we different' section to the 'what is philo' page. More... over 13 years ago
Adjusted sobol cache usage to make an entry for every string/search combination or not use the cache at all. This is a more correct way of handling things, and anyone worried about too many cache entries from sobol can just increase the size of their cache. Also, sobol now caches search instances rather than just results - searches like GoogleSearch can now persist non-result state acquired with the results. More... over 13 years ago
Merge branch 'master' of git://github.com/melinath/philo
jspiros
as Joseph Spiros
More... over 13 years ago
Moved a migration after the master migrations. More... over 13 years ago
Merge branch 'release' into develop More... over 13 years ago