Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_3_20200814_1/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14427 - (hide annotations) (download)
Wed Jul 15 07:35:22 2020 UTC (3 years, 10 months ago) by niro
Original Path: alx-src/branches/alx-web-070/ChangeLog
File size: 30574 byte(s)
-updated ChangeLog
1 niro 14427 2020-07-15 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r14426] VERSION:
4     -version 0.7.3
5     * [r14425] scripts/sql-schema/include/Makefile,
6     scripts/sql-schema/include/schema.sh,
7     scripts/sql-schema/include/update_to_database_schema_version_15.sh[ADD],
8     scripts/sql-schema/include/version.sh:
9     -update database schema to version 15, set default value for
10     client_serials.[location|mac] and client_version.[os.utils] to
11     NULL to satisfy mariadb-10.4.x
12    
13     2019-07-31 Niels Rogalla <niro@magellan-linux.de>
14    
15     * [r13717] show.php:
16     -do not overwrite the d$ again, predefined array variables like
17     sessions will be overwritten
18    
19     2019-07-26 Niels Rogalla <niro@magellan-linux.de>
20    
21     * [r13700] scripts/sql-schema/include/Makefile:
22     -updated Makefile to install database schema update script v13
23     and v14
24    
25 niro 13672 2019-07-25 Niels Rogalla <niro@magellan-linux.de>
26    
27 niro 14427 * [r13672] ChangeLog:
28     -updated ChangeLog
29 niro 13672 * [r13671] VERSION:
30     -version 0.7.2
31     * [r13670] scripts/sql-schema/include/schema.sh,
32     scripts/sql-schema/include/update_to_database_schema_version_14.sh[ADD],
33     scripts/sql-schema/include/version.sh:
34     -update database schema to version 14, added column 'dpms' to
35     cfg_screensaver
36     * [r13669] apache/alx-web.conf.in:
37     -dropped apache-2.2 support
38     * [r13667] scripts/sql-schema/include/version.sh:
39     -update database schema to version 13
40     * [r13666] scripts/sql-schema/include/schema.sh,
41     scripts/sql-schema/include/update_to_database_schema_version_13.sh[ADD]:
42     -update database schema to version 13, added column enabled to
43     cfg_fluxbox_autostart
44    
45 niro 13465 2019-07-11 Niels Rogalla <niro@magellan-linux.de>
46    
47 niro 13672 * [r13465] ChangeLog:
48     -updated ChangeLog
49 niro 13465 * [r13464] VERSION:
50     -version 0.7.1
51    
52     2019-07-10 Niels Rogalla <niro@magellan-linux.de>
53    
54     * [r13248] include/config.inc.php:
55     -php7 fix: only start a SESSION if not already active
56     * [r13246] loc.php:
57     -fixed more php warnings
58     * [r13245] index.php:
59     -fixed more php warnings
60     * [r13244] include/dbconn.php:
61     -do not try to connect to the database twice
62     * [r13243] show.php:
63     -fixed more php warnings
64    
65     2019-07-09 Niels Rogalla <niro@magellan-linux.de>
66    
67     * [r13242] import.php, include/basesql.php, include/dbconn.php,
68     index.php, loc.php, monitor.php, show.php:
69     -be compatible with php7 and mysqli
70    
71     2019-03-12 Niels Rogalla <niro@magellan-linux.de>
72    
73     * [r12956] index.php:
74     -fixed some php warnings like 'PHP Notice: Use of undefined
75     constant os - assumed 'os' in /usr/share/alx-web/index.php on
76     line 149'
77    
78 niro 12870 2018-11-13 Niels Rogalla <niro@magellan-linux.de>
79    
80 niro 13465 * [r12870] ChangeLog:
81     -updated ChangeLog
82 niro 12870 * [r12869] scripts/sql-schema/include/values.sh,
83     scripts/sql-schema/include/version.sh:
84     -support 4k monitors with a resolution of 3840x2160
85     * [r12868] include/config.inc.php:
86     -use sudo to fix some permission issues with wol
87     * [r12867] Makefile, Makefile.inc, sudo[ADD],
88     sudo/10_ether-wake.in[ADD], sudo/Makefile[ADD]:
89     -use sudo to fix some permission issues with wol
90    
91     2018-11-12 Niels Rogalla <niro@magellan-linux.de>
92    
93     * [r12866] include/config.inc.php:
94     -fixed ether-wake path
95     * [r12865] wake_on_lan.php:
96     -removed debug echo
97     * [r12864] wake_on_lan.php:
98     -include basesql.php to allow php globals emulation
99    
100     2017-12-18 Niels Rogalla <niro@magellan-linux.de>
101    
102     * [r11134] ChangeLog:
103     -updated ChangeLog
104    
105 niro 11134 2017-11-23 Niels Rogalla <niro@magellan-linux.de>
106    
107     * [r11133] show.php:
108     -only print the architecte, do not create an edit field
109    
110 niro 10649 2017-08-30 Niels Rogalla <niro@magellan-linux.de>
111    
112 niro 11134 * [r10663] ChangeLog:
113     -updated ChangeLog
114 niro 10663 * [r10662] index.php:
115     -use an easier approach to print the os arch
116     * [r10659] ChangeLog:
117     -updated ChangeLog
118 niro 10659 * [r10658] index.php:
119     -print arch before netboot
120     * [r10655] ChangeLog:
121     -updated ChangeLog
122 niro 10655 * [r10654] include/socket_send.php:
123     -only print a message if socket send failed
124     * [r10653] scripts/sql-schema/include/Makefile:
125     -fixed missing file
126     * [r10649] ChangeLog:
127     -updated ChangeLog
128 niro 10649 * [r10648] index.php, show.php:
129     -print the arch of the alx os
130     * [r10647]
131     scripts/sql-schema/include/update_to_database_schema_version_12.sh[ADD]:
132     -support arch detecting features in the sql schema and fixed an
133     schema error
134     * [r10646] scripts/sql-schema/include/schema.sh,
135     scripts/sql-schema/include/version.sh:
136     -support arch detecting features in the sql schema and fixed an
137     schema error
138    
139 niro 9680 2017-08-02 Niels Rogalla <niro@magellan-linux.de>
140    
141 niro 10649 * [r9680] ChangeLog:
142     -updated ChangeLog
143 niro 9680 * [r9679] scripts/Makefile:
144     -install socket-send dir
145     * [r9661] include/socket_send.php, scripts/socket-send[ADD],
146     scripts/socket-send/Makefile[ADD],
147     scripts/socket-send/mcore-socket-send.sh[ADD]:
148     -reworked socket send to be sha1 compatible with sslsvd, direct
149     ssl with openssl not working anymore. need to rewrite sslsvd or
150     deprecate it
151    
152 niro 9482 2017-04-07 Niels Rogalla <niro@magellan-linux.de>
153    
154 niro 9680 * [r9482] ChangeLog:
155     -updated ChangeLog
156 niro 9482 * [r9481] scripts/sql-schema/include/version.sh:
157     -updated values version to 4
158     * [r9480] scripts/sql-schema/include/values.sh:
159     -added 'auto' values for gfxcard auto detection
160    
161 niro 9466 2017-04-06 Niels Rogalla <niro@magellan-linux.de>
162    
163 niro 9482 * [r9475] ChangeLog:
164     -updated ChangeLog
165 niro 9475 * [r9474] show.php:
166     -fixed cfg_fluxbox_menuitems->cfg_fluxbox_menuitem
167     * [r9473] scripts/sql-schema/include/schema.sh,
168     scripts/sql-schema/include/update_to_database_schema_version_11.sh:
169     -fixed broken update
170     * [r9470] ChangeLog:
171     -updated ChangeLog
172 niro 9470 * [r9469] scripts/sql-schema/include/Makefile,
173     scripts/sql-schema/include/schema.sh,
174     scripts/sql-schema/include/update_to_database_schema_version_11.sh[ADD],
175     scripts/sql-schema/include/version.sh:
176     -updated schema to version 11
177     * [r9466] ChangeLog:
178     -updated ChangeLog
179 niro 9466 * [r9465] scripts/sql-schema/mcore-sql-schema.sh:
180     -added an informative usage()
181     * [r9464] scripts/sql-schema/include/Makefile,
182     scripts/sql-schema/include/schema.sh,
183     scripts/sql-schema/include/update_to_database_schema_version_10.sh[ADD],
184     scripts/sql-schema/include/version.sh:
185     -updated schema to version 10
186     * [r9463] scripts/sql-schema/include/Makefile,
187     scripts/sql-schema/include/schema.sh,
188     scripts/sql-schema/include/update_to_database_schema_version_9.sh[ADD],
189     scripts/sql-schema/include/version.sh:
190     -updated schema to version 9
191     * [r9462] scripts/sql-schema/include/Makefile,
192     scripts/sql-schema/include/schema.sh,
193     scripts/sql-schema/include/update_to_database_schema_version_8.sh[ADD],
194     scripts/sql-schema/include/version.sh:
195     -updated schema to version 8
196     * [r9461] show.php:
197     -renamed table cfg_other_menuitems->cfg_fluxbox_menuitems,
198     cfg_autostart->cfg_fluxbox_autostart, dropped unused
199     cfg_autostart_session info field, fixed some php error messages
200     $gfxinfo[module]->$gfxinfo['module']
201     * [r9460] index.php:
202     -fixed php error messages
203    
204     2016-06-22 Niels Rogalla <niro@magellan-linux.de>
205    
206     * [r9103] make-tarball.sh:
207     -updated ssh user
208    
209     2016-02-17 Niels Rogalla <niro@magellan-linux.de>
210    
211     * [r8740] scripts/sql-schema/include/Makefile,
212     scripts/sql-schema/include/schema.sh,
213     scripts/sql-schema/include/update_to_database_schema_version_7.sh[ADD],
214     scripts/sql-schema/include/version.sh:
215     -sql db schema version 7, added bootserver to client_locations
216     * [r8739] apache/alx-web.conf.in:
217     -fixed broken alias order and allow htaccess overrides
218    
219 niro 8575 2016-02-09 Niels Rogalla <niro@magellan-linux.de>
220    
221 niro 9466 * [r8575] ChangeLog:
222     -updated ChangeLog
223 niro 8575 * [r8574]
224     scripts/sql-schema/include/update_to_database_schema_version_6.sh:
225     -fixed a typo
226     * [r8573] scripts/sql-schema/include/Makefile,
227     scripts/sql-schema/include/schema.sh,
228     scripts/sql-schema/include/update_to_database_schema_version_6.sh[ADD],
229     scripts/sql-schema/include/version.sh:
230     -update to database schema 6, autostart=1 for all session types
231    
232 niro 8549 2016-02-08 Niels Rogalla <niro@magellan-linux.de>
233    
234 niro 8575 * [r8558] ChangeLog:
235     -updated ChangeLog
236 niro 8558 * [r8557] index.php, show.php:
237     -fixed a stupid typo
238     * [r8554] ChangeLog:
239     -updated ChangeLog
240 niro 8554 * [r8553] index.php, show.php:
241     -print version info
242     * [r8552] scripts/sql-schema/Makefile,
243     scripts/sql-schema/conf[ADD],
244     scripts/sql-schema/conf/Makefile[ADD],
245     scripts/sql-schema/conf/mcore-sql-schema.conf[ADD],
246     scripts/sql-schema/mcore-sql-schema.sh:
247     -added mcore-sql-schema.conf
248     * [r8549] ChangeLog[ADD], Makefile:
249     -added ChangeLog
250 niro 8549 * [r8548] scripts/sql-schema/include/schema.sh:
251     -fixed broken table name client_location -> client_locations
252     * [r8547] scripts/sql-schema/mcore-sql-schema.sh:
253     -be more informative
254     * [r8546] scripts/sql-schema/include/Makefile:
255     -fixed sql-schema/include installation
256     * [r8541] scripts/sql-schema/include/Makefile:
257     -fixed broken Makefile
258     * [r8538] make-tarball.sh[ADD]:
259     -added make-tarball script
260     * [r8537] include/Makefile:
261     -fixed Makefile
262     * [r8536] include/Makefile:
263     -install alx-web configuration file to SYSCONFDIR/alx-web
264     * [r8535] Makefile[ADD], Makefile.inc[ADD], VERSION[ADD],
265     apache/Makefile[ADD], include/Makefile[ADD], js/Makefile[ADD],
266     pics/Makefile[ADD], scripts/Makefile[ADD],
267     scripts/cert/Makefile[ADD], scripts/sql-schema/Makefile[ADD],
268     scripts/sql-schema/include/Makefile[ADD], share/Makefile[ADD]:
269     -added initial Makefile build system
270     * [r8534] include/plugins[DEL], plugin.php[DEL]:
271     -removed deprecated plugins
272     * [r8533] include/basesql.php:
273     -fixed file permissions
274     * [r8532] apache/alx-web.conf[DEL], apache/alx-web.conf.in[CPY]:
275     -make apache configuration variable
276     * [r8531] help.php, import.php, include/config.inc.php,
277     include/dbconn.php, include/error.php, include/ppping.inc.php,
278     index.php, js/asc.gif, js/bg.gif, js/desc.gif,
279     js/jquery-1.2.6.min.js, js/jquery.tablesorter.js,
280     js/jquery.tablesorter.min.js, js/style.css, loc.php,
281     mindterm.php, monitor.php, openclose.php, openclose_ajax.js,
282     pics/deact.gif, pics/logo.jpg, pics/logo2.jpg, pics/minus.gif,
283     pics/offline.gif, pics/online.gif, pics/plus.gif, reboot.php,
284     scripts/cert/signing-jars.sh,
285     scripts/sql-schema/mcore-sql-schema.sh, show.php, vncviewer.jar,
286     vncviewer.php, wake_on_lan.php:
287     -fixed file permissions via propset
288     * [r8530] apache[ADD], apache/alx-web.conf[ADD]:
289     -added apache module configuration
290     * [r8529] index.php:
291     -always print version info
292     * [r8528] include/config.inc.php,
293     scripts/cert/generate-and-import-server-key.sh[DEL]:
294     -removed last traces of the deprecated ssh support
295     * [r8527] index.php:
296     -removed obsolete show_version check
297     * [r8526] index.php:
298     -removed obsolete cruft and fixed whitespaces
299     * [r8525] index.php:
300     -no more ssh
301     * [r8524] show.php:
302     -no more ssh
303     * [r8523] show.php:
304     -no more ssh
305     * [r8522] show.php:
306     -read wireless_bitrate default values from database
307     * [r8521] scripts/sql-schema/include/schema.sh,
308     scripts/sql-schema/include/update_to_database_schema_version_5.sh[ADD],
309     scripts/sql-schema/include/values.sh,
310     scripts/sql-schema/include/version.sh:
311     -updated to database schema version 5 and values version 3
312     * [r8520] show.php:
313     -fixed a typo values_network_wireless_key_lenght ->
314     values_network_wireless_key_length
315     * [r8519] scripts/sql-schema/mcore-sql-schema.sh:
316     -print a message on values update
317     * [r8518] scripts/sql-schema/include/schema.sh,
318     scripts/sql-schema/include/update_to_database_schema_version_4.sh:
319     -fixed a typos
320     * [r8517] scripts/sql-schema/mcore-sql-schema.sh:
321     -removed debug msg
322     * [r8516] include/config.inc.php:
323     -fixed >php-5.4 certificate issues
324     * [r8515] scripts/sql-schema/include/schema.sh,
325     scripts/sql-schema/include/update_to_database_schema_version_4.sh[ADD],
326     scripts/sql-schema/include/values.sh,
327     scripts/sql-schema/include/version.sh:
328     -schema version 4 and values version 2, get wireless_ default
329     values from database
330     * [r8514] show.php:
331     -get wireless_ default values from database
332     * [r8513] show.php:
333     -comment vesa warning atm
334     * [r8512] show.php:
335     -code cleanup, removed obsolete cruft
336     * [r8511] mageupgrade.php[DEL], pnabrowse-wrapper[DEL],
337     share/ChangeLog.html[DEL], share/FAQ.html[DEL], sql[DEL]:
338     -code cleanup, removed obsolete cruft
339     * [r8510] include/common-functions.php, include/config.inc.php,
340     include/hwinfo.php[DEL]:
341     -code cleanup, removed obsolete cruft
342     * [r8509] scripts/sql-schema/mcore-sql-schema.sh:
343     -get position from opts, no weird extra handling anymore just use
344     standard sql queries
345     * [r8508] scripts/cert/signing-jars.sh[CPY], signing-jars.sh[DEL]:
346     -moved signing-jars.sh to scripts/cert/
347     * [r8507] generate-and-import-server-key.sh[DEL],
348     scripts/cert/generate-and-import-server-key.sh[CPY]:
349     -generate-and-import-server-key.sh moved to scripts/cert
350     * [r8506] scripts/cert[ADD]:
351     -added cert dir
352    
353     2016-02-05 Niels Rogalla <niro@magellan-linux.de>
354    
355     * [r8505] scripts/sql-schema/mcore-sql-schema.sh:
356     -removed obsolete debug message
357     * [r8504] scripts/sql-schema/mcore-sql-schema.sh:
358     -serveral primary key and auto_increment handling fixes
359     * [r8503] scripts/sql-schema/mcore-sql-schema.sh:
360     -give better informations
361     * [r8502] scripts/sql-schema/mcore-sql-schema.sh:
362     -fixed evaluation
363     * [r8501] scripts/sql-schema/mcore-sql-schema.sh:
364     -only modify the primary key if it is not the same column
365     * [r8500] scripts/sql-schema/mcore-sql-schema.sh:
366     -fixed typos
367     * [r8499] scripts/sql-schema/mcore-sql-schema.sh:
368     -fixed a typo
369     * [r8498] scripts/sql-schema/include/schema.sh,
370     scripts/sql-schema/mcore-sql-schema.sh:
371     -fixed schema/values version handling
372     * [r8497] scripts/sql-schema/include/schema.sh,
373     scripts/sql-schema/include/version.sh,
374     scripts/sql-schema/mcore-sql-schema.sh:
375     -renamed all version instances to schema_version
376     * [r8496] scripts/sql-schema/include/version.sh,
377     scripts/sql-schema/mcore-sql-schema.sh:
378     -renamed MCORE_SQL_DB_VERSION to MCORE_SQL_DB_SCHEMA_VERSION
379     * [r8495] scripts/sql-schema/include/values.sh,
380     scripts/sql-schema/mcore-sql-schema.sh:
381     -fill_database must not update the database version, the schema
382     creators or updates have to do that. fixed a typo too
383     * [r8494] scripts/sql-schema/include/version.sh:
384     -database version 3
385     * [r8493] scripts/sql-schema/mcore-sql-schema.sh:
386     -added sql_add_column() and sql_modify_column functions add use a
387     better variable evaluation
388     * [r8492]
389     scripts/sql-schema/include/update_to_database_schema_version_3.sh[ADD]:
390     -added update_to_database_schema_version_3 script
391     * [r8491]
392     scripts/sql-schema/include/update_to_database_schema_version_2.sh:
393     -fixed typos
394     * [r8490] scripts/sql-schema/mcore-sql-schema.sh:
395     -schema update functions gets included
396     * [r8489] scripts/sql-schema/mcore-sql-schema.sh:
397     -removed debug entries
398     * [r8488] scripts/sql-schema/mcore-sql-schema.sh:
399     -removed obsolete mysq_insert function
400     * [r8487] scripts/sql-schema/include/values.sh:
401     -removed debug entry
402     * [r8486]
403     scripts/sql-schema/include/update_to_database_schema_version_2.sh[ADD]:
404     -added update_to_database_schema_version_2 script
405     * [r8485] scripts[ADD], scripts/sql-schema[ADD],
406     scripts/sql-schema/include[ADD],
407     scripts/sql-schema/include/schema.sh[ADD],
408     scripts/sql-schema/include/values.sh[ADD],
409     scripts/sql-schema/include/version.sh[ADD],
410     scripts/sql-schema/mcore-sql-schema.sh[ADD]:
411     -added initial schema script
412    
413     2016-02-02 Niels Rogalla <niro@magellan-linux.de>
414    
415     * [r8476] show.php:
416     -revert any changes
417     * [r8475] show.php:
418     -but ignore the egk_scm plugin, it should be auto-enabled
419     * [r8474] show.php:
420     -but ignore the egk_scm plugin, it should be auto-enabled
421     * [r8473] show.php:
422     -added scm_egk plugin
423     * [r8472] include/config.inc.php, show.php:
424     -added rdesktop session support
425    
426     2016-01-29 Niels Rogalla <niro@magellan-linux.de>
427    
428     * [r8460] include/socket_send.php:
429     -fixed use of system fingerprint
430     * [r8459] include/config.inc.php, include/socket_send.php:
431     -read fingerprint from mcored certificate
432    
433     2015-12-16 Niels Rogalla <niro@magellan-linux.de>
434    
435     * [r8009] show.php:
436     -pruned old cruft
437     * [r8008] show.php:
438     -fixed a typo
439     * [r8007] index.php, show.php:
440     -get the ACTIVATE/DEACTIVATE button work
441     * [r8006] index.php:
442     -show netboot state at the end
443     * [r8005] index.php:
444     -print netboot state under version
445     * [r8004] index.php, show.php:
446     -show netboot status
447    
448     2015-12-14 Niels Rogalla <niro@magellan-linux.de>
449    
450     * [r7996] index.php:
451     -show mac address in the index list
452     * [r7995] index.php:
453     only show enabled client_locations
454    
455     2015-11-03 Niels Rogalla <niro@magellan-linux.de>
456    
457     * [r7745] index.php:
458     -fixed missing hostname in index list
459     * [r7744] show.php:
460     -disabled deprecated commands
461     * [r7743] show.php:
462     -mcore-tools compat shutdown
463     * [r7742] show.php:
464     -added brackets
465     * [r7741] show.php:
466     -renamed browseradrs -> serverlist
467     * [r7740] show.php:
468     -added serveral default drops
469     * [r7739] show.php:
470     -enable password drops
471     * [r7738] wake_on_lan.php:
472     -honor cli arguments
473     * [r7737] reboot.php:
474     -allow reboot via push-config
475     * [r7736] include/config.inc.php:
476     -use pnagent storefront uri
477     * [r7735] include/config.inc.php:
478     -renamed citrix_browseradrs -> citrix_serverlist
479     * [r7734] include/config.inc.php:
480     -use mcore db as default
481    
482     2015-09-25 Niels Rogalla <niro@magellan-linux.de>
483    
484     * [r7716] reboot.php:
485     -fixed includes
486     * [r7715] include/socket_send.php:
487     -fixed a typo
488     * [r7714] reboot.php:
489     -use ping_host() function
490     * [r7713] reboot.php:
491     -fixed mcore cmd
492     * [r7712] include/socket_send.php:
493     -fixed a typo
494     * [r7711] reboot.php:
495     -use mcore_port variable
496     * [r7710] include/config.inc.php:
497     -fixed a typo
498     * [r7709] reboot.php:
499     -use mcore_socket_send() to reboot clients
500     * [r7708] include/socket_send.php[ADD]:
501     -added mcore_socket_send() function
502     * [r7707] include/config.inc.php:
503     -honor wol interface
504    
505     2015-09-15 Niels Rogalla <niro@magellan-linux.de>
506    
507     * [r7140] show.php:
508     -fixed whitespaces
509     * [r7139] show.php:
510     -fixed whitespaces
511     * [r7138] plugin.php:
512     -convert to utf-8
513     * [r7137] openclose.php:
514     -fixed whitespaces
515     * [r7136] help.php:
516     -convert to utf-8
517     * [r7135] show.php:
518     -convert to utf-8
519     * [r7134] show.php:
520     -get all citrix and storefront sessions from database
521     * [r7132] show.php:
522     -added storefront session support
523     * [r7131] include/config.inc.php:
524     -added storefront defaults
525    
526     2015-09-14 Niels Rogalla <niro@magellan-linux.de>
527    
528     * [r7130] show.php:
529     -get citrix sessions from database and renamed cfg_sessions to
530     cfg_sessions_citrix and added cfg_sessions_storefront
531     * [r7127] show.php:
532     -fixed a typo
533     * [r7126] show.php:
534     -actual add an autostart entry if requested
535     * [r7125] show.php:
536     -convert autostart to multi
537    
538     2015-09-11 Niels Rogalla <niro@magellan-linux.de>
539    
540     * [r7124] show.php:
541     -ping the ip to check if the host is really up
542     * [r7123] index.php:
543     -fixed whitespaces
544     * [r7122] index.php:
545     -disabled unused cruft
546     * [r7121] show.php:
547     -removed plugin support
548     * [r7120] show.php:
549     -no iface in cfg_network table anymore
550     * [r7119] show.php:
551     -no ip in cfg_printer table anymore
552     * [r7118] show.php:
553     -do not show hwdetected field
554     * [r7117] show.php:
555     -added missing password fields
556     * [r7116] show.php:
557     -commented unused variables
558     * [r7115] show.php:
559     -added default keymap list
560     * [r7114] show.php:
561     -get more default settings from database
562     * [r7113] show.php:
563     -print os/tools version from database entry
564     * [r7112] show.php:
565     -drop support for old alx version to clean up cruft
566     * [r7111] show.php:
567     -fixed whitespaces
568    
569     2015-09-09 Niels Rogalla <niro@magellan-linux.de>
570    
571     * [r7110] include/basesql.php, include/config.inc.php, index.php:
572     -added function ping_host() to ping clients via a socket
573     connection to speed up things
574     * [r7106] include/hwinfo.php, show.php:
575     -added rootfs hardware detection
576     * [r7097] include/config.inc.php:
577     -use dns name for ica browsers
578     * [r7096] include/config.inc.php:
579     -newer alx provides ether-wake
580     * [r7095] include/config.inc.php:
581     -localhost not working with socket connections
582     * [r7094] include/config.inc.php:
583     -fix deprecated session_register
584     * [r7093] include/config.inc.php:
585     -convert to utf8
586     * [r7092] include/basesql.php:
587     -emulate register_globals=on
588     * [r7091] include/basesql.php:
589     -convert to utf8
590     * [r7090] index.php:
591     -fix deprecated session_register
592    
593     2015-09-07 Niels Rogalla <niro@magellan-linux.de>
594    
595     * [r7070] .[CPY]:
596     created branch 'alx-web-070'
597    
598     2015-07-23 Niels Rogalla <niro@magellan-linux.de>
599    
600     * [r6862]
601     -added wlan drivers provided by >=alx-0.6.8.100
602    
603     2013-05-29 Niels Rogalla <niro@magellan-linux.de>
604    
605     * [r4908]
606     -filter plugin citrix_spe on clients smaller than version 0.6.6
607    
608     2013-05-28 Niels Rogalla <niro@magellan-linux.de>
609    
610     * [r4898]
611     -added nouveau driver to known gfx drivers list
612     * [r4897]
613     -show 6 lines of the comment field
614     * [r4896]
615     -tell the user whats going wrong, if pnabrowse-wrapper has no
616     execute permission
617     * [r4895]
618     -show 3 letters of location name not only 1
619    
620     2012-04-20 Niels Rogalla <niro@magellan-linux.de>
621    
622     * [r3521]
623     -renamed button 'SAVE+ADD CONFIG' => 'CREATE CONFIG'
624     * [r3519]
625     -added close button
626     * [r3518]
627     -simplified statements
628     * [r3517]
629     -removed debug messages
630    
631     2012-04-19 Niels Rogalla <niro@magellan-linux.de>
632    
633     * [r3516]
634     -added special definitions for serveral plugins
635     * [r3515]
636     -make plugins configureable via web
637    
638     2012-02-08 Niels Rogalla <niro@magellan-linux.de>
639    
640     * [r3349]
641     -fixed spelling
642     * [r3348]
643     -always enabled showversion
644    
645     2012-02-01 Niels Rogalla <niro@magellan-linux.de>
646    
647     * [r3347]
648     -prefix sshdo with @ to silence error return messages
649     * [r3346]
650     -prefix sshdo with @ to silence error return messages
651     * [r3345]
652     -prefix sshdo with @ to silence error return messages
653     * [r3344]
654     -add socket_timeout default
655     * [r3343]
656     - sshdo(): first check if the sockert can be connected as
657     ssh2_connect has a timeout of 60 seconds, which cannot be changed
658    
659     2011-11-04 Niels Rogalla <niro@magellan-linux.de>
660    
661     * [r3299]
662     -use unichrome drivers with alx-0.6.2 onwards
663    
664     2011-11-02 Niels Rogalla <niro@magellan-linux.de>
665    
666     * [r3285]
667     -reverted
668     * [r3284]
669     -show HRDW button only with utils >= 0.6.3
670     * [r3283]
671     -added HRDW button to detect hardware types (maxdata, zotac, etc)
672     * [r3276]
673     -typo
674     * [r3275]
675     -added hdmi feature for intel drivers
676    
677     2011-09-07 Niels Rogalla <niro@magellan-linux.de>
678    
679     * [r2948]
680     -prefer database version when showversion=on is requested
681    
682     2011-08-03 Niels Rogalla <niro@magellan-linux.de>
683    
684     * [r2711]
685     -fixed a typo
686    
687     2011-07-28 Niels Rogalla <niro@magellan-linux.de>
688    
689     * [r2710]
690     -added printer hwdetection support
691    
692     2011-07-12 Niels Rogalla <niro@magellan-linux.de>
693    
694     * [r2705]
695     -pluginconfig handling before ignore!
696     * [r2704]
697     -added plugin support
698     * [r2703]
699     -added vmware x11 drivers for 0.6.0 and above
700    
701     2011-07-11 Niels Rogalla <niro@magellan-linux.de>
702    
703     * [r2677]
704     -/sbin/alx-hwdetection -> /usr/sbin/alx-hwdetection
705     * [r2640]
706     -only use retrieved sessions with alx-0.6.0
707    
708     2011-07-07 Niels Rogalla <niro@magellan-linux.de>
709    
710     * [r2639]
711     -fixed broken session_autostart handling
712     * [r2638]
713     -fixed a typo and whitespaces
714     * [r2637]
715     -add an empty value at the first position of the
716     $citrix_public_applications to use this as default
717     * [r2636]
718     -fixed some query issues and be more verbose on errors
719     * [r2635]
720     -typo
721     * [r2634]
722     -retrieve current defined citrix published applications via
723     pnabrowse of the ica-client
724    
725     2011-07-06 Niels Rogalla <niro@magellan-linux.de>
726    
727     * [r2609]
728     -define citrix_domain_name via config.php.inc
729     * [r2608]
730     -define citrix browser addresses via variable in
731     include/config.php.inc
732     * [r2607]
733     -fixed cfg_printers port/share definitions for alx-0.6.0
734     * [r2606]
735     -reverted openclose() changes
736     * [r2605]
737     -fixed only ignore ip from cfg_printers
738     * [r2604]
739     -don't show ipp, socket and lpd options for printing on alx-0.6.0
740     -> not supported atm
741     * [r2603]
742     -fixed includes
743     * [r2602]
744     -fixed missing jquery include
745     * [r2601]
746     -removed deprecated comments and fixed coding style
747     * [r2600]
748     -use openclose() fixes from FB
749     * [r2599]
750     -drop-down menu for ica autostart session on alx-0.6.0 and reload
751     the site accordingly to get the data after post
752     * [r2598]
753     -provide hwdetection on site: added urlopen() javascript function
754     and hwinfo.php include and display hwdetection for alx-0.6.0 only
755    
756     2011-07-05 Niels Rogalla <niro@magellan-linux.de>
757    
758     * [r2597]
759     -show a message if a system if fully upgraded and there are nor
760     updates
761     * [r2596]
762     -keep only the new version when calling old mageupgrade
763     --calc-bash and split of pver-pbuild
764     * [r2595]
765     -fixed print logic to be compat with all versions and honor crlfs
766     * [r2594]
767     -fixed even more typos
768     * [r2593]
769     -again the same typo, different place
770     * [r2592]
771     -fixed a typo (missing $ in variable name)
772     * [r2591]
773     package name alxconfig-ng-alx only on clients below os version
774     0.6.0
775    
776     2011-07-01 Niels Rogalla <niro@magellan-linux.de>
777    
778     * [r2519]
779     -pruned old configs
780    
781     2011-06-30 Niels Rogalla <niro@magellan-linux.de>
782    
783     * [r2496]
784     -ath is onl the library routines of athX drivers
785     * [r2493]
786     -removed rowspan, added an empty row
787     * [r2492]
788     -reverted split tables and increased rowspan
789     * [r2491]
790     -split tables
791     * [r2490]
792     -lang en
793     * [r2489]
794     -better visibility
795     * [r2488]
796     -support clients before alx-0.6.0 too
797     * [r2487]
798     -add all support lan/wlan driver modules of alx-0.6.0
799     * [r2486]
800     -add all support lan/wlan driver modules of alx-0.6.0
801    
802     2011-06-27 Niels Rogalla <niro@magellan-linux.de>
803    
804     * [r2445]
805     -fixed a typo
806     * [r2444]
807     -support wpa2
808    
809     2011-06-15 Niels Rogalla <niro@magellan-linux.de>
810    
811     * [r2422]
812     -pruned old cruft
813     * [r2421]
814     -online functions needs permissions for raw sockets, which needs
815     root priviledges - cannot use this atm
816     * [r2420]
817     -fixed "calc"
818     * [r2419]
819     -added missing include
820     -fixed a small typo
821     * [r2418]
822     -added missing include
823     * [r2417]
824     -sshdo: don't tell that we successfully logged in and show on
825     which function we fail
826     * [r2416]
827     -disabled debug echos in sshdo()
828     * [r2415]
829     -another typo
830     * [r2414]
831     -typo
832    
833     2011-06-07 Niels Rogalla <niro@magellan-linux.de>
834    
835     * [r2199]
836     -fixed whitepaces
837     -use sshdo() for all client actions
838     * [r2198]
839     -fixed whitepaces
840     -use sshdo() for all client actions
841     * [r2197]
842     -fixed whitepaces
843     -use sshdo() for all client actions
844     * [r2196]
845     -fixed whitepaces
846     -use sshdo() to get client information
847     * [r2195]
848     -added ppping class
849     * [r2194]
850     -added sshdo() function instead of exec_on_client()
851     -added online() test function for functionality check with
852     ppping.inc.php
853     * [r2193]
854     -fixed whitepaces
855     * [r2192]
856     -fixed whitepaces
857     * [r2191]
858     -fixed whitepaces
859     * [r2190]
860     -fixed whitepaces
861     * [r2189]
862     -fixed whitepaces
863     * [r2188]
864     -fixed whitepaces
865     * [r2187]
866     -fixed whitepaces
867     * [r2186]
868     -fixed whitepaces
869     * [r2185]
870     -fixed whitepaces
871     * [r2184]
872     -fixed whitepaces
873     * [r2183]
874     -fixed whitepaces
875     -added ssh key fule locations
876     * [r2182]
877     -fixed whitepaces
878    
879     2011-05-09 Niels Rogalla <niro@magellan-linux.de>
880    
881     * [r2022]
882     -some fixes
883     * [r2021]
884     -added common-functions.php which provides the exec_on_client()
885     function
886     * [r2020]
887     -more mage-0.4 compat fixes
888     * [r2019]
889     -mage-0.4 compat
890     * [r2017]
891     "copied"
892    
893     2011-03-25 Niels Rogalla <niro@magellan-linux.de>
894    
895     * [r1732]
896     -fixed a typo
897    
898     2011-03-18 Niels Rogalla <niro@magellan-linux.de>
899    
900     * [r1731]
901     -added missing forcedeth driver
902     * [r1730]
903     -pruned old cruft
904    
905     2011-03-17 Niels Rogalla <niro@magellan-linux.de>
906    
907     * [r1729]
908     -set uninstall timeout to zero seconds
909    
910     2011-03-16 Niels Rogalla <niro@magellan-linux.de>
911    
912     * [r1728]
913     -added 720p resolution
914     * [r1727]
915     -added full-hd resolution 1080i (1920x1080)
916     * [r1726]
917     -support a "current-problems" message
918     * [r1725]
919     -fixed broken array fetch
920    
921     2011-02-07 Niels Rogalla <niro@magellan-linux.de>
922    
923     * [r1720]
924     -Updated to match the latest fixes for alx-0.5.7
925    
926     2011-01-25 Niels Rogalla <niro@magellan-linux.de>
927    
928     * [r1717]
929     -Updated to match the latest fixes for alx-0.5.6
930     * [r1712]
931     -updated ChangeLog
932    
933     2011-01-22 Niels Rogalla <niro@magellan-linux.de>
934    
935     * [r1659]
936     updated ChangeLog
937     * [r1658]
938     updated for some minor changes
939     * [r1657]
940     updated ChangeLog to match alx-0.5.6
941    
942     2011-01-21 Niels Rogalla <niro@magellan-linux.de>
943    
944     * [r1651]
945     -be IE friendly
946     * [r1650]
947     -added and integrate a ssh applet
948    
949     2011-01-19 Niels Rogalla <niro@magellan-linux.de>
950    
951     * [r1649]
952     -updated ChangeLog to match alx-0.5.5
953    
954     2010-12-28 Niels Rogalla <niro@magellan-linux.de>
955    
956     * [r1645]
957     -updated ChangeLog
958     * [r1644]
959     -updated ChangeLog
960    
961     2010-12-09 Niels Rogalla <niro@magellan-linux.de>
962    
963     * [r1636]
964     -changed wwwroot to /var/www/htdocs
965     * [r1635]
966     -more typos
967     * [r1634]
968     -fixed typos
969     * [r1633]
970     -variable config|mage.rc
971     * [r1632]
972     moved to share
973     * [r1631]
974     moved to share
975     * [r1630]
976     -fixed whitspace
977     * [r1629]
978     update config.rc with mirrors etc on mageupdate too
979     * [r1628]
980     -dropped some old drivers and use the newer on on alx >= 0.5.3:
981     -i810 => intel
982     -via => openchrome
983     -r128 is broken atm, fallback to vesa
984     -inform the user of the limitations of the vesa driver
985     -use PC105 keyboard as default
986     -support mach64 drivers on alx-0.5.3 and above
987    
988     2010-12-06 Niels Rogalla <niro@magellan-linux.de>
989    
990     * [r1614]
991     -fixed spelling
992    
993     2010-12-03 Niels Rogalla <niro@magellan-linux.de>
994    
995     * [r1613]
996     -added sql-dump of list_monitors
997     * [r1612]
998     -updates os strings in database while upgrading clients and
999     reload the site accordingly
1000     * [r1611]
1001     really fixed key generation, it must be run as the target user to
1002     be a valid key. added varianle encrypten support too (dsa/rsa)
1003    
1004     2010-12-02 Niels Rogalla <niro@magellan-linux.de>
1005    
1006     * [r1610]
1007     -converted to unix cr/lf
1008     * [r1609]
1009     -added missing global
1010     * [r1608]
1011     -consequently use commands defined in config.inc.php
1012     * [r1607]
1013     -resetted all auto_increment indexes to '1'
1014     * [r1606]
1015     -set auto_increment index for client_serials to '1'
1016     * [r1605]
1017     fixed several issues
1018     * [r1604]
1019     -added ssh-key generation script
1020     * [r1603]
1021     -home direcory of the apache user is /var/lib/apache
1022     * [r1602]
1023     -be magellan compatible
1024     * [r1601]
1025     -sync with upstream
1026     * [r1600]
1027     -import from 050
1028