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