Commit Graph

  • 50a0223 (HEAD -> master) added an id (input) to the div inside the form element which contains the input field and its label by tmeissner 2013-03-30 01:12:44 +0100
  • 02ef7e0 * replace the text input field with an select element which contains the stations if we got more than 1 in getHaltestellen() method * when we got the data from a station, we replace the select element with the initial text field, its value is set to the queried station string by tmeissner 2013-03-30 01:11:33 +0100
  • a358556 debug console message added if callback function in ajaxCall() fkt. is invalid by tmeissner 2013-03-30 01:08:12 +0100
  • cfe5aef * moved the serverUrl generation into own function getCgiBinPath() in the gcf js-library gcf.js * now we can use this function to get the serverUrl in the mail script file haltestellen.js by tmeissner 2013-03-29 12:41:14 +0100
  • a267861 removed replacing ß with s by tmeissner 2013-03-29 12:06:30 +0100
  • d4c2bf4 new decodeHTML() function in js lib file gcf.js by tmeissner 2013-03-29 12:05:13 +0100
  • 2419df5 new decodeHTML() function by tmeissner 2013-03-29 11:59:38 +0100
  • b064a10 Merge remote-tracking branch 'origin/master' by tmeissner 2013-03-29 11:57:06 +0100
  • 2bd98ae new decodeHTML() function by tmeissner 2013-03-29 11:55:56 +0100
  • 51238e0 moved ajaxCall() & getHTTPObject() into seperate javascript library 'gcf.js' by Torsten Meissner 2013-03-28 23:51:08 +0100
  • 3861dae code beautify by tmeissner 2013-03-11 23:27:23 +0100
  • 3fc5ce4 further develop support for getting station names by tmeissner 2013-03-11 23:24:27 +0100
  • aa41617 remove outcommented code by tmeissner 2013-03-10 11:00:06 +0100
  • bc2672e port the dict queries processing to python2.6 by tmeissner 2013-03-10 10:56:28 +0100
  • 01dd1ce refactoring of the form data processing by tmeissner 2013-03-10 01:56:11 +0100
  • 02b4999 added gpl license file by tmeissner 2013-03-10 01:23:17 +0100
  • 2d197af added <meta viewport> tag to scale well on mobile devices by tmeissner 2013-03-10 01:10:19 +0100
  • e575e57 begin to develop support for getting station names by tmeissner 2013-03-10 01:07:39 +0100
  • 817a9b9 begin to develop support for getting station names by tmeissner 2013-03-10 01:07:09 +0100
  • 9053b69 refactoring to get the code through the jslint tool ;) by tmeissner 2013-03-06 22:47:55 +0100
  • 237a24b rewrite of serverUrl construction by tmeissner 2013-03-05 20:11:37 +0100
  • 409916f minor code factoring by tmeissner 2013-03-05 00:08:08 +0100
  • 6982c14 check for response content * if it's empty don't process it and print a message into html * if there is useful data, process is and print the data as table into html by tmeissner 2013-02-28 18:36:05 +0100
  • 04333c4 * remove tag parentheses (<, >) from the response with the replace() method * check for the origin of the url (with or without www) to select the suitable ajax url to fullfill the same origin policy by tmeissner 2013-02-28 12:53:30 +0100
  • 37028ba encode queries before use them with the url in the urlopen() method by tmeissner 2013-02-27 13:34:50 +0100
  • 5bec3ef use the encodeURI() function to encode the url string by tmeissner 2013-02-27 13:30:59 +0100
  • b88df86 python script to get the vvo data and send it to the calling ajax js by tmeissner 2013-02-27 01:01:42 +0100
  • ff91d5f bypass the same origin policy by tmeissner 2013-02-27 00:56:39 +0100
  • 313613d added initial value to text input field by tmeissner 2013-02-27 00:55:41 +0100
  • 4a52b32 * debug log can now en- /disabled with global variable DEBUG * ajaxCall() function now with parameter for type of response value, available values: "text", "xml" & "json" by tmeissner 2013-02-26 14:37:05 +0100
  • 03dfe29 fixed bug in outer foor loop: data was overwritten every loop cycle, so the second cycle there was an runtime error by tmeissner 2013-02-25 19:01:32 +0100
  • 6d1b570 fixed bug in regexp (match too long, fixed by +? for shortest match) of replace call to remove parentheses by tmeissner 2013-02-25 18:33:06 +0100
  • 76ce12f fixed bug in replace call to remove parentheses by tmeissner 2013-02-25 18:25:13 +0100
  • d635725 remove parentheses and their content from the response data some more comments for documentation by tmeissner 2013-02-25 18:17:23 +0100
  • 7493c87 bugifx in inner for loop in the ajax callback function by tmeissner 2013-02-25 18:01:57 +0100
  • 2767510 more console logs for debugging purpose by tmeissner 2013-02-25 17:50:23 +0100
  • 7f3b118 more console logs for debugging purpose by tmeissner 2013-02-25 17:49:42 +0100
  • bfd1d38 next test to prevent the use of eval function by parsing and splitting the ajax response into an array by tmeissner 2013-02-25 17:29:02 +0100
  • 076e344 test to prevent the use of eval function by parsing and splitting the ajax response into an array by tmeissner 2013-02-25 17:00:46 +0100
  • d02d2f3 first collect all data to write into variable 'htmlOutput' and then write it in one bunch into the html file with the 'innerHtml' method by tmeissner 2013-02-25 16:27:40 +0100
  • 63d5e1c added eval call in ajax function for testing purpose by tmeissner 2013-02-25 15:59:33 +0100
  • c1ded09 added some structure in the search results with a table by tmeissner 2013-02-25 15:49:58 +0100
  • 7fa6749 moved from subdirectory 'dvb-app' to root directory 'dvb-webapp' by tmeissner 2013-02-25 14:49:12 +0100
  • d7961c5 moved from subdirectory 'dvb-app' to root directory 'dvb-webapp' by tmeissner 2013-02-25 14:48:22 +0100
  • d24a3b3 moved into root dir of 'dvb-webapp' by tmeissner 2013-02-25 14:46:43 +0100
  • 1052b6b beauty care by tmeissner 2013-02-25 14:46:06 +0100
  • 07344a0 moved from sub directory 'dvb-app' into 'dvb-webapp' root directory by tmeissner 2013-02-25 14:44:32 +0100
  • a234a02 removed useless header, removed decodeHTML() in ajax response read by tmeissner 2013-02-25 02:07:42 +0100
  • 60d0b76 initial commit by tmeissner 2013-02-25 02:04:58 +0100