forked from jpatokal/openflights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.OLD
238 lines (162 loc) · 7.63 KB
/
CHANGES.OLD
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<b>2008-12-30</b>
* Faster loading (7 Javascript files merged into two and compacted)
* Session now retained until timeout or "Logout", even if you close window.
* New, large, user-friendly signup screen
* "Extra" filter added to map title when active
* Starting implementation of Elite Gold features
* Bug: Public page no longer shows as "open" when user is logged in (2109953)
* Bug: Map filtering after session timeout caused logout, not blank/incorrect map
* Bug: Path calculation threw errors when adding rows to empty Basic editor
<b>2008-12-25</b>
* More accurate airline name matching for FM imports when flight number is not provided
<b>2008-12-23</b>
* Clearer warnings when importing CSV data with OpenFlights IDs
* Bug: Business class identifier "B" now accepted in CSV (2457376)
* Bug: American-style MM/DD/YYYY dates now accepted (2457381)
* Bug: Spurious warnings when importing data with no airline names fixed
<b>2008-12-22</b>
* Ability to edit your own airports added.
* GAD airports can now be loaded for airport entry.
* Seat number, seat type cleared after adding new flight.
* When viewing user profiles, map focused only on initial load.
<b>2008-12-15</b>
* Megafilter (class, distance, note, reason, reg) added
* "Not in trip" filter option added
* Filter handling rationalized into php/filter.php:getFilterString()
* Completed elite level handling framework
<b>2008-12-14</b>
* Clear flights after adding them in Basic mode
* Show "Saving..." while AJAX operations are pending
* Bug: Erase "current" flight from map when exiting Basic mode
<b>2008-12-13</b>
* Introduce "Basic" multi-flight adding tool
* Configurable setting for selecting basic/detailed editor
* Same font now used throughout interface
* Top 10 users by popularity now listed in About
* Bug: Distance/duration no longer lost on editing flight
<b>2008-12-10</b>
* Fixed some GC path rendering bugs, minor optimization
<b>2008-12-09</b>
* Bug: Fix plane name handling in some FlightMemory imports
<b>2008-12-08</b>
* Bug: Airline ID 0 now mapped to -1 (unknown)
<b>2008-12-07</b>
* Flight map only redrawn after major edits
* Faster marker rendering for filter, add, delete, edit
* "LOADING" tag shown until map rendering completed
* No more pink tiles when MetaCarta is down (only white ones...)
<b>2008-12-05</b>
* Popup "List" button changed to icon
* Airport selection for input now via popup
* Flight path being edited or added now drawn on map
* Some memory leaks fixed
* Flight lists drawn faster on IE
* No longer possible to "stack" multiple adds/edits
<b>2008-12-03</b>
* Log number of times map has been viewed, visible in Settings
<b>2008-12-02</b>
* Zoom map to fit when viewing another user's flights/trip
* Allow "Unknown" airline (default if not given)
* Flight lists now shown with newest flight first
* Airport codes looked up in cache before autocomplete AJAX call
* No autocompletion for 0/1 char strings or those containing ()
<b>2008-11-30</b>
* <a href="/help/csv.html">CSV</a> (comma-separated value) import/export/backup implemented. (2317084)
* "Delete all flights" button added to Settings.
* Some minor bug fixes for FlightMemory imports.
* Autocomplete prioritizes IATA over non-IATA airlines.
* Calendar now goes back to 1970.
* Filter select lenghts now hardcoded (160px) to prevent IE bug.
<b>2008-11-28</b>
* FlightMemory import now handles missing airlines better.
<b>2008-11-27</b>
* Near-total rewrite of flight input/editing, with autocompletion implemented for airlines and airports.
* Obsoleted "Add and clear" button removed.
* Cosmetic improvements to airline search
<b>2008-11-26</b>
* FlightMemory importer updated to match current FlightMemory site.
<b>2008-11-22</b>
* ICAO and private airports now supported for FlightMemory imports.
* Empty seat class in FlightMemory now maps to "Economy" automatically.
<b>2008-11-21</b>
* Autocomplete implemented for selecting planes.
* "Analyze" function sped up considerably by optimizing query SQL.
<b>2008-11-18</b>
* Filters applied automatically when selected.
<b>2008-11-17</b>
* "Swap airports" rewritten, now much faster and no more threading problems
* Keyboard focus set automatically after new flight, logout
<b>2008-11-14</b>
* Feature: "Add" now automatically swaps last destination airport to be new source airport.
* Feature: In airport search, autosuggest better searches if there are no results.
* Feature: Close button added to map titles when filter is active (only when logged in).
* Feature: Trip reason "Other" added (#2168254).
* Feature: Default to listing flights in chronological order.
* Bug: "Clear" renamed as "Show all".
* Bug: AJAX "wait" swirlies cleared out better.
* Bug: Minutes of total time displayed correctly.
* Bug: Creating new trip now considered a change when editing a flight.
* Bug: New trip added to end of trip selector, not first position (corrects buggy behavior in editor).
* Bug: Clear airline code when moving between flights in editor.
* Bug: Comma character (,) now allowed in flight notes.
* Bug: Number of distinct airports was calculated incorrectly in some cases, fixed.
* Bug: Date validation is now stricter.
* Bug: Filter selections correctly reloaded after filter is cleared.
* Bug: Detailed flight list, if open, is redrawn after a flight is added or copied.
<b>2008-10-10</b>
* Problem with "Add and clear" causing double refresh fixed, bug 2139697 presumed closed
* Map no longer redrawn after minor edits
<b>2008-10-04</b>
* Airline search and recording added
* "Analyze" screen for stats added
<b>2008-10-03</b>
* Highlight user-entered airports in pink
* Validity checks for lat,lon,elevation
* Fix bug with loading countries from DAFIF
<b>2008-10-02</b>
* Increased default resolution of GC paths
* Manual implementation of forgotten password requests
<b>2008-10-01</b>
* Fixed major bug preventing new users from entering airlines
* Reload flight list after "delete" from flight list
<b>2008-09-30</b>
* Flights over 2000 mi now drawn as great circle routes, one segment per 1000 mi
* "Stats" renamed as "Top 10"
* Flight list not shown after "Add"
<b>2008-09-28</b>
* Flight editing streamlined: prev/next buttons, list reloading, tracking of changes
* Fixed bug for viewing flights of open trips (/trip/x) when not logged in
<b>2008-09-26</b>
* Airline aliases now supported in DB (eg. Sibir Airlines -> S7 Airlines)
* Fixed duplicate-creating bug when import new airlines
* Corrupt accents fixed by updating PHP scripts to output Latin1 (2074180)
<b>2008-09-25</b>
* Trips can now be deleted
<b>2008-09-21</b>
* "Year" filter added
* Filter selections automatically restricted when a trip is chosen
* Clearing filter in /trip/X mode no longer resets trip
* Add "Delete" option for trips
* FlightMemory import strict date validation implemented
* FlightMemory import now handles distances in km correctly
<b>2008-09-20</b>
* FlightMemory importing implemented
* Rendering up to 100% faster by treating X-Y,Y-X flights as identical
* "Top 10 Routes" now considers X-Y same as Y-X
* Cleaner "News" dialog
* User's other trips no longer shown when viewing a single trip
<b>2008-09-17</b>
* Added Google ads and implemented stack for tracking panes
* Filters for what can be entered in new airports
* Added support for private airports (non-IATA, non-ICAO)
* Auto-fill airline, trip from filter (2115834)
* Tweaked DAFIF warnings (2115839)
<b>2008-09-14</b>
* Support for "private" (non-airline) flights added
* Airports, cities, IATA and ICAO codes capitalized when entering new airports
* Bugs in airport ICAO codes for stats fixed
* Airports now rendered busiest last (on top), with one extra size
<b>2008-09-13</b>
* Small bug in session handling fixed
<b>2008-09-12</b>
* Gamma release day!