Magellan Linux

Diff of /alx-src/branches/alx-web-070/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9466 by niro, Thu Apr 6 12:59:03 2017 UTC revision 14441 by niro, Thu Jul 16 14:52:59 2020 UTC
# Line 1  Line 1 
1    2020-07-15  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r14432] scripts/sql-schema/include/Makefile,
4      scripts/sql-schema/include/schema.sh,
5      scripts/sql-schema/include/update_to_database_schema_version_16.sh[ADD],
6      scripts/sql-schema/include/version.sh:
7      -update database schema to version 16, updated serveral default
8      values to satisfy mariadb-10.4.x
9     * [r14427] ChangeLog:
10      -updated ChangeLog
11     * [r14426] VERSION:
12      -version 0.7.3
13     * [r14425] scripts/sql-schema/include/Makefile,
14      scripts/sql-schema/include/schema.sh,
15      scripts/sql-schema/include/update_to_database_schema_version_15.sh[ADD],
16      scripts/sql-schema/include/version.sh:
17      -update database schema to version 15, set default value for
18      client_serials.[location|mac] and client_version.[os.utils] to
19      NULL to satisfy mariadb-10.4.x
20    
21    2019-07-31  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r13717] show.php:
24      -do not overwrite the d$ again, predefined array variables like
25      sessions will be overwritten
26    
27    2019-07-26  Niels Rogalla <niro@magellan-linux.de>
28    
29     * [r13700] scripts/sql-schema/include/Makefile:
30      -updated Makefile to install database schema update script v13
31      and v14
32    
33    2019-07-25  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r13672] ChangeLog:
36      -updated ChangeLog
37     * [r13671] VERSION:
38      -version 0.7.2
39     * [r13670] scripts/sql-schema/include/schema.sh,
40      scripts/sql-schema/include/update_to_database_schema_version_14.sh[ADD],
41      scripts/sql-schema/include/version.sh:
42      -update database schema to version 14, added column 'dpms' to
43      cfg_screensaver
44     * [r13669] apache/alx-web.conf.in:
45      -dropped apache-2.2 support
46     * [r13667] scripts/sql-schema/include/version.sh:
47      -update database schema to version 13
48     * [r13666] scripts/sql-schema/include/schema.sh,
49      scripts/sql-schema/include/update_to_database_schema_version_13.sh[ADD]:
50      -update database schema to version 13, added column enabled to
51      cfg_fluxbox_autostart
52    
53    2019-07-11  Niels Rogalla <niro@magellan-linux.de>
54    
55     * [r13465] ChangeLog:
56      -updated ChangeLog
57     * [r13464] VERSION:
58      -version 0.7.1
59    
60    2019-07-10  Niels Rogalla <niro@magellan-linux.de>
61    
62     * [r13248] include/config.inc.php:
63      -php7 fix: only start a SESSION if not already active
64     * [r13246] loc.php:
65      -fixed more php warnings
66     * [r13245] index.php:
67      -fixed more php warnings
68     * [r13244] include/dbconn.php:
69      -do not try to connect to the database twice
70     * [r13243] show.php:
71      -fixed more php warnings
72    
73    2019-07-09  Niels Rogalla <niro@magellan-linux.de>
74    
75     * [r13242] import.php, include/basesql.php, include/dbconn.php,
76      index.php, loc.php, monitor.php, show.php:
77      -be compatible with php7 and mysqli
78    
79    2019-03-12  Niels Rogalla <niro@magellan-linux.de>
80    
81     * [r12956] index.php:
82      -fixed some php warnings like 'PHP Notice: Use of undefined
83      constant os - assumed 'os' in /usr/share/alx-web/index.php on
84      line 149'
85    
86    2018-11-13  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r12870] ChangeLog:
89      -updated ChangeLog
90     * [r12869] scripts/sql-schema/include/values.sh,
91      scripts/sql-schema/include/version.sh:
92      -support 4k monitors with a resolution of 3840x2160
93     * [r12868] include/config.inc.php:
94      -use sudo to fix some permission issues with wol
95     * [r12867] Makefile, Makefile.inc, sudo[ADD],
96      sudo/10_ether-wake.in[ADD], sudo/Makefile[ADD]:
97      -use sudo to fix some permission issues with wol
98    
99    2018-11-12  Niels Rogalla <niro@magellan-linux.de>
100    
101     * [r12866] include/config.inc.php:
102      -fixed ether-wake path
103     * [r12865] wake_on_lan.php:
104      -removed debug echo
105     * [r12864] wake_on_lan.php:
106      -include basesql.php to allow php globals emulation
107    
108    2017-12-18  Niels Rogalla <niro@magellan-linux.de>
109    
110     * [r11134] ChangeLog:
111      -updated ChangeLog
112    
113    2017-11-23  Niels Rogalla <niro@magellan-linux.de>
114    
115     * [r11133] show.php:
116      -only print the architecte, do not create an edit field
117    
118    2017-08-30  Niels Rogalla <niro@magellan-linux.de>
119    
120     * [r10663] ChangeLog:
121      -updated ChangeLog
122     * [r10662] index.php:
123      -use an easier approach to print the os arch
124     * [r10659] ChangeLog:
125      -updated ChangeLog
126     * [r10658] index.php:
127      -print arch before netboot
128     * [r10655] ChangeLog:
129      -updated ChangeLog
130     * [r10654] include/socket_send.php:
131      -only print a message if socket send failed
132     * [r10653] scripts/sql-schema/include/Makefile:
133      -fixed missing file
134     * [r10649] ChangeLog:
135      -updated ChangeLog
136     * [r10648] index.php, show.php:
137      -print the arch of the alx os
138     * [r10647]
139      scripts/sql-schema/include/update_to_database_schema_version_12.sh[ADD]:
140      -support arch detecting features in the sql schema and fixed an
141      schema error
142     * [r10646] scripts/sql-schema/include/schema.sh,
143      scripts/sql-schema/include/version.sh:
144      -support arch detecting features in the sql schema and fixed an
145      schema error
146    
147    2017-08-02  Niels Rogalla <niro@magellan-linux.de>
148    
149     * [r9680] ChangeLog:
150      -updated ChangeLog
151     * [r9679] scripts/Makefile:
152      -install socket-send dir
153     * [r9661] include/socket_send.php, scripts/socket-send[ADD],
154      scripts/socket-send/Makefile[ADD],
155      scripts/socket-send/mcore-socket-send.sh[ADD]:
156      -reworked socket send to be sha1 compatible with sslsvd, direct
157      ssl with openssl not working anymore. need to rewrite sslsvd or
158      deprecate it
159    
160    2017-04-07  Niels Rogalla <niro@magellan-linux.de>
161    
162     * [r9482] ChangeLog:
163      -updated ChangeLog
164     * [r9481] scripts/sql-schema/include/version.sh:
165      -updated values version to 4
166     * [r9480] scripts/sql-schema/include/values.sh:
167      -added 'auto' values for gfxcard auto detection
168    
169  2017-04-06  Niels Rogalla <niro@magellan-linux.de>  2017-04-06  Niels Rogalla <niro@magellan-linux.de>
170    
171     * [r9475] ChangeLog:
172      -updated ChangeLog
173     * [r9474] show.php:
174      -fixed cfg_fluxbox_menuitems->cfg_fluxbox_menuitem
175     * [r9473] scripts/sql-schema/include/schema.sh,
176      scripts/sql-schema/include/update_to_database_schema_version_11.sh:
177      -fixed broken update
178     * [r9470] ChangeLog:
179      -updated ChangeLog
180     * [r9469] scripts/sql-schema/include/Makefile,
181      scripts/sql-schema/include/schema.sh,
182      scripts/sql-schema/include/update_to_database_schema_version_11.sh[ADD],
183      scripts/sql-schema/include/version.sh:
184      -updated schema to version 11
185     * [r9466] ChangeLog:
186      -updated ChangeLog
187   * [r9465] scripts/sql-schema/mcore-sql-schema.sh:   * [r9465] scripts/sql-schema/mcore-sql-schema.sh:
188    -added an informative usage()    -added an informative usage()
189   * [r9464] scripts/sql-schema/include/Makefile,   * [r9464] scripts/sql-schema/include/Makefile,

Legend:
Removed from v.9466  
changed lines
  Added in v.14441