Commit Graph

1892 Commits

Author SHA1 Message Date
Tim
06f481a262 Fix adding of airport
Fix the adding of airport. It will now save the lat & Long and allow to put decimals in rather than just a rounded number
2017-07-07 23:15:03 +02:00
Tim
acd5da56ce Change flight number to integer 2017-07-07 22:41:02 +02:00
Nabeel Shahzad
1cbfc5d9cd removed index on missing column 2017-07-07 15:13:04 -05:00
Nabeel Shahzad
e47b4628a0 read in a local.conf.php in the root for overrides 2017-07-05 23:05:17 -05:00
Nabeel Shahzad
10baaab646 #41 inline editing of fuel prices 2017-07-05 18:48:32 -05:00
Nabeel Shahzad
d44d374218 #41 add fuel prices to the airports table 2017-07-05 13:25:40 -05:00
Nabeel Shahzad
e6b338cd32 #41 add fuel type to subfleet table 2017-07-05 09:55:36 -05:00
Nabeel Shahzad
cdd315f8bb project file updates 2017-07-05 09:54:25 -05:00
Nabeel Shahzad
b96b7aff82 #21 add finance tables to pireps 2017-07-04 16:45:49 -05:00
Nabeel Shahzad
dacf0d1414 cleanup readme a bit 2017-07-04 15:48:41 -05:00
Nabeel Shahzad
7265eb1913 Clean up enums and cache-keys configs 2017-07-04 15:43:47 -05:00
Nabeel Shahzad
870eefb83d #21 Some more fixes for PIREPs 2017-07-04 13:57:08 -05:00
Nabeel Shahzad
70dbfbcd3f #21 clean up the tests 2017-07-04 13:09:44 -05:00
Nabeel Shahzad
679c72085f Try to output test error(s) from log ¯\_(ツ)_/¯ 2017-07-04 01:20:56 -05:00
Nabeel Shahzad
67b274069f Try to output test error(s) from log ¯\_(ツ)_/¯ 2017-07-04 01:17:41 -05:00
Nabeel Shahzad
4608e02598 skip tests that aren't working/redone (yet) 2017-07-04 01:12:55 -05:00
Nabeel Shahzad
77b164a64c #21 base code for accepting/rejecting PIREPs 2017-07-04 01:05:37 -05:00
Nabeel Shahzad
c310bffed9 #21 PIREP accept/reject tests 2017-07-04 01:05:23 -05:00
Nabeel Shahzad
fecadcfb41 utils facade 2017-07-03 22:53:49 -05:00
Nabeel Shahzad
9b6f9e9586 #21 basic listings/model configs 2017-07-02 21:25:48 -05:00
Nabeel Shahzad
ddc2ed4d89 #32 Cleanup of subfleet edit and linked from the aircraft screen 2017-07-02 15:11:27 -05:00
Nabeel Shahzad
9dc880d7d3 #23 cleaned up rank data and templates 2017-07-02 15:03:25 -05:00
Nabeel Shahzad
244d1ae7bd #23 assign subfleets to ranks 2017-07-01 21:06:55 -05:00
Nabeel Shahzad
0821258a2d #21 FK wiring 2017-06-29 15:50:16 -05:00
Nabeel Shahzad
fc1220178b #21 PIREP scaffolding 2017-06-28 19:57:22 -05:00
Nabeel Shahzad
cd5f58b0a1 Separate out enums to static 2017-06-28 19:57:22 -05:00
Nabeel Shahzad
477b99de29 \#21 PIREP scaffolding 2017-06-28 19:57:15 -05:00
Nabeel Shahzad
43effce37c #35 some deps for restful interface 2017-06-28 14:01:27 -05:00
Nabeel Shahzad
5dce55b4f3 cleanup aircraft table/repo 2017-06-24 14:00:56 -05:00
Nabeel Shahzad
fe1100e57f #34 remove users from uuid 2017-06-24 13:30:13 -05:00
Nabeel Shahzad
7cde58f6f6 DatabaseService cleanup 2017-06-24 13:23:30 -05:00
Nabeel Shahzad
79942894d1 #34 Generate UUID on seeder/models 2017-06-24 13:20:39 -05:00
Nabeel Shahzad
ba57cef0a7 #34 Generate UUID on seeder/models 2017-06-24 13:20:24 -05:00
Nabeel Shahzad
2aa7cc66d5 #30 #19 change PDO mode and the seeder from yaml to a service for mass importing 2017-06-24 12:59:07 -05:00
Nabeel Shahzad
3736e530bf #32 moved fares to subfleets 2017-06-24 11:09:27 -05:00
Nabeel Shahzad
ca74afacd8 formatting 2017-06-23 17:38:32 -05:00
Nabeel Shahzad
ac37a93641 schema tightening 2017-06-23 17:37:51 -05:00
Nabeel Shahzad
c3e417429a #32 assign aircraft to subfleets, and aircraft to subfleets 2017-06-23 17:33:18 -05:00
Nabeel Shahzad
b9d49a4af9 #34 uuid use 2017-06-22 21:44:49 -05:00
Nabeel Shahzad
b423b66963 #33 add airline country ID and hex code for aircraft 2017-06-22 20:57:09 -05:00
Nabeel Shahzad
aaaead77a5 #32 subfleet classificiation scaffolding 2017-06-22 20:55:45 -05:00
PHP-Mods
6bbb37061b reset the example data in config/mail.php 2017-06-22 13:32:36 +03:00
Nabeel Shahzad
7f2f1f0dd4 #23 sample data fix 2017-06-21 22:31:54 -05:00
Nabeel Shahzad
0b31f492c2 #23 set the rank payrate to an aircraft; add some sample data 2017-06-21 22:30:32 -05:00
Nabeel Shahzad
5b920151b8 #23 add rankings 2017-06-21 20:18:01 -05:00
Nabeel Shahzad
363d463833 Merge pull request #29 from nabeelio/logout-fix-final
Logout fix final
2017-06-21 17:59:05 -05:00
PHP-Mods
bee4044d63 Updated Logout from form to get link 2017-06-22 01:45:37 +03:00
PHP-Mods
88d163cc13 remove some faulty data 2017-06-22 00:42:08 +03:00
PHP-Mods
7e54db4fd4 updated logout to url 2017-06-22 00:24:19 +03:00
Servetas George
10128e4817 Logout fix (#28) 2017-06-21 16:06:36 -05:00