-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
45 lines (29 loc) · 1.4 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2011-06-27 Paul Fitzpatrick <[email protected]>
* config/environment.rb: Geokit-gem vendored in to avoid broken
rubygem on recent Ubuntu [thanks Levi Turner]
2009-10-05 Paul Fitzpatrick <[email protected]>
* vendor/plugins/ym4r_mapstraction/README: mapstraction plugin added
based on instractions at http://ym4r.rubyforge.org/, from:
svn://rubyforge.org/var/svn/ym4r/Plugins/Mapstraction/trunk/ym4r_mapstraction
2009-07-01 Paul Fitzpatrick <[email protected]>
* app/views/search/near.rhtml,
* lib/google_map_icon.rb,
* lib/google_map_letter_icon.rb,
* lib/google_map_small_icon.rb,
* lib/unbacked_dom_id.rb: Added.
* app/controllers/entries_controller.rb,
* app/controllers/search_controller.rb,
* app/models/entry.rb,
* app/views/entries/show.rhtml,
* app/views/search/search.rhtml,
* lib/google_map.rb,
* lib/google_map_marker.rb: Modified.
[47] merge with neighborhood mapping branch
2009-06-09 Paul Fitzpatrick <[email protected]>
* app/controllers/search_controller.rb: generate csv/xml for search
* app/controllers/entries_controller.rb: generate cvs/xml
* app/models/entry.rb: tag Entry class as "acts_as_reportable"
* app/views/entries/show.rhtml: add csv/xml download options.
* app/views/search/search.rhtml: added csv/xml download options.
* config/routes.rb: added csv/xml extensions.
* config/environment.rb: added dependency on "ruport" - ruby reports.