root/spinoffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1215 [1215] 10 months wyatt moved glineenc.py into a directory
(edit) @1199 [1199] 2 years arb added MIT license to file
(edit) @1020 [1020] 3 years wyatt Cleaned up spinoffs subtree.
(edit) @1019 [1019] 3 years wyatt Removed obsolete spinoff project twMaps at r1018.
(edit) @1016 [1016] 3 years wyatt Ensure externals on Google Code can be checked out by the public.
(edit) @1007 [1007] 3 years wyatt Added guest login to SVN URLs
(edit) @1005 [1005] 3 years wyatt Fixed typo in SVN URL in setup long description
(edit) @1004 [1004] 3 years wyatt Changed SVN URLs to HTTPS in setup long description
(edit) @1003 [1003] 3 years wyatt Updated long description fro PyPI
(edit) @997 [997] 3 years wyatt Point Restler external at root of repo instead of trunk
(edit) @995 [995] 3 years wyatt Bumped to version 1.0. Removed dev and svn tags.
(edit) @921 [921] 5 years bycycle Moved glineenc module from byCycle core model package to spinoffs. It …
(edit) @822 [822] 5 years bycycle Changed external spinoffs to point at HTTP instead of HTTPS (so they can …
(edit) @815 [815] 5 years bycycle Dijkstar -- made infinity sys.maxint2, as that *should* be sufficiently …
(edit) @804 [804] 5 years bycycle Added externals to Restler and Restin
(edit) @778 [778] 5 years bycycle Extracted Restler into a completely separate project/repo at r776
(edit) @776 [776] 5 years bycycle * Added version numbers to dependencies * Updated long_description and url …
(edit) @775 [775] 5 years bycycle Don't try to connect metadata when engine isn't created.
(edit) @774 [774] 5 years bycycle * Fixed metadata not being connected when engine is created using …
(edit) @771 [771] 5 years bycycle restler.base: * (_get_entity_or_404) * Pass kwargs as-is through to …
(edit) @770 [770] 5 years bycycle restler.base: * Added objectstore to all * (init) * Set default …
(edit) @761 [761] 5 years bycycle Set all attrs on self, not c * (_render_response): * Set wrap on self …
(edit) @756 [756] 5 years bycycle * Removed prompting for dburi when it's not defined * When dburi is not …
(edit) @755 [755] 5 years bycycle twMaps -- Adding docs directory with initial blog post
(edit) @740 [740] 5 years bycycle * spinoffs/Restler/restler/base.py * Set parent in init to make …
(edit) @733 [733] 5 years bycycle * Fixed missed occurence of singleSourceShortestPaths to under_score …
(edit) @731 [731] 5 years bycycle * Added distribution setup files (setup.py and setup.cfg) * Cleaned up; …
(edit) @730 [730] 5 years bycycle Created Dijkstar spinoff from sssp.py in byCycle/services/route
(edit) @724 [724] 5 years bycycle * Allow skipping of entering dburi by just pressing return * When engine …
(edit) @723 [723] 5 years bycycle * restler/base.py: * Added 'engine', 'metadata', and 'session_context' …
(edit) @720 [720] 5 years bycycle * Added stub for GMap2.getLocations method * Generic-ified geocode and …
(edit) @719 [719] 5 years bycycle Added settings for width and height widget params
(edit) @718 [718] 5 years bycycle Added missing $ on Mako block for displaying map widget \(\{\} => $\{\}\)
(edit) @717 [717] 5 years bycycle * Ported byCycle map.js and gmap.js over, removing any byCycle-specific …
(edit) @716 [716] 5 years bycycle More long_description and base.doc wrangling for PyPI
(edit) @715 [715] 5 years bycycle Reformatted long_description so it will look better on PyPI
(edit) @714 [714] 5 years bycycle Filled in long_description a bit; in particular, added base.doc to it.
(edit) @713 [713] 5 years bycycle Added mock h and BaseController? for when base.py is being imported in a …
(edit) @710 [710] 5 years bycycle * base.py: Made it unnecessary to include restler.py in project: took out …
(edit) @709 [709] 5 years bycycle * Created package to contain base (RestController?) and (restler dir was …
(edit) @708 [708] 5 years bycycle Ignore stuff
(edit) @707 [707] 5 years bycycle * Updated a bit according to Alberto's comments on blog post. In …
(edit) @706 [706] 5 years bycycle * Renamed x and y opts to center_x and center_y * Added call to inner …
(edit) @705 [705] 5 years bycycle Created sample Pylons app and added to package
(edit) @704 [704] 5 years bycycle Renamed twmaps dir to toscawidgets, following the TW convention
(edit) @703 [703] 5 years bycycle Ignore egg-info stuff
(edit) @702 [702] 5 years bycycle Ignore some stuff
(edit) @701 [701] 5 years bycycle Removed accidentally added backup~ file
(edit) @700 [700] 5 years bycycle Following from last log message--adding directories and files from …
(edit) @699 [699] 5 years bycycle * Used 'paster create' to create an official project template and copied …
(edit) @698 [698] 5 years bycycle * Added section to docstring about required sqlalchemy.dburi setting in …
(edit) @697 [697] 5 years bycycle (create_map): Use an inner function (_create_map) instead of …
(edit) @696 [696] 5 years bycycle Fixed all: renamed GMap to TWGMap
(edit) @694 [694] 5 years bycycle * import create_engine & get_engine_conf from pylons.database instead of …
(edit) @693 [693] 5 years bycycle In _get_json_content, since self.member and self.<member_name> and …
(edit) @690 [690] 5 years bycycle * (init): Create properties specific to the resource for its member, …
(edit) @688 [688] 5 years bycycle * Updated docstring a bit * Renamed before to init so users don't …
(edit) @685 [685] 5 years bycycle Added back import of base.* and base.all
(edit) @684 [684] 5 years bycycle Removed restler package; moved base.py to top level and renamed to …
(edit) @683 [683] 5 years bycycle Added init.py to create package Renamed restler.py to base.py Call …
(edit) @682 [682] 5 years bycycle Removed svn:externals install directions (they don't work) Made restler a …
(edit) @681 [681] 5 years bycycle Created inner folder to separate the module from the meta stuff (e.g., …
(edit) @680 [680] 5 years bycycle Added setup files (.py and .cfg)
(edit) @679 [679] 5 years bycycle Extracted rest.py from dojo branch of tripplanner and renamed it …
(edit) @678 [678] 5 years bycycle Creating new spinoff for Pylons RestController?
(edit) @677 [677] 5 years bycycle Tack svn revision numbers onto version
(add) @671 [671] 5 years bycycle Created spinoffs directory and added twMaps package to it. We can use this …
Note: See TracRevisionLog for help on using the revision log.