File tree Expand file tree Collapse file tree
share/server/core/defines Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.9.50
1+ 1.10.0
2+ * FIX: Align code standards with PSR-12 (#378 Thanks to miken32)
23
341.9.49
45 * FIX: Prevent fatal autoloader error when backend has empty or missing backendtype
Original file line number Diff line number Diff line change 11SHELL =/bin/bash
2- VERSION =1.9.50
2+ VERSION =1.10.0
33NAME =nagvis-$(VERSION )
44
55SED ?= sed
@@ -44,9 +44,9 @@ version:
4444
4545setversion :
4646 $(SED ) -i " s/^VERSION=.*/VERSION=$( NEW_VERSION) /g" Makefile
47- $(SED ) -i " s/.*CONST_VERSION.*/define(' CONST_VERSION', '$( NEW_VERSION) ') ;/g" share/server/core/defines/global.php
47+ $(SED ) -i " s/.*CONST_VERSION.*/const CONST_VERSION = '$( NEW_VERSION) ';/g" share/server/core/defines/global.php
4848 $(SED ) -i ' 1s;^;$(NEW_VERSION)\n\n;' ChangeLog
49- MAJ_VERSION=$(NEW_VERSION ) ; MAJ_VERSION=$$ {MAJ_VERSION::3 } ; \
49+ MAJ_VERSION=$(NEW_VERSION ) ; MAJ_VERSION=$$ {MAJ_VERSION::4 } ; \
5050 $(SED ) -i " s/<title>NagVis [^ ]*/<title>NagVis $$ MAJ_VERSION/g" docs/* /index.html ; \
5151 $(SED ) -i " s/<h1>NagVis [^ ]*/<h1>NagVis $$ MAJ_VERSION/g" docs/* /welcome.html ; \
5252 $(SED ) -i " s/: [0-9.]*\.x/: $$ MAJ_VERSION.x/g" docs/* /welcome.html ; \
Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < meta http-equiv ="content-type " content ="text/html; charset=ISO-8859-1 ">
5- < title > NagVis 1.9 Dokumentation</ title >
5+ < title > NagVis 1.10 Dokumentation</ title >
66 < link rel ="shortcut icon " href ="../general/img/favicon.ico " type ="image/x-icon " />
77 < link rel ="stylesheet " type ="text/css " media ="screen " href ="../general/css/style.css " />
88<!--[if IE]>
Original file line number Diff line number Diff line change 1616 < body >
1717 < div style ="text-align:center;margin-top:20px; ">
1818 < img width ="88 " height ="23 " border ="0 " alt ="NagVis Logo " src ="../general/img/logo-88x23.png " style ="margin: 0px; " />
19- < h3 > < a href ="welcome.html " target ="Main "> Version 1.9 Dokumentation</ a > </ h3 >
19+ < h3 > < a href ="welcome.html " target ="Main "> Version 1.10 Dokumentation</ a > </ h3 >
2020 </ div >
2121 < h2 > Inhalt</ h2 >
2222 < dl >
Original file line number Diff line number Diff line change 1717 < body style ="text-align:center ">
1818 < br />
1919 < img src ="../general/img/logo.png " title ="NagVis " />
20- < h1 > NagVis 1.9 Dokumentation</ h1 >
21- Gilt für NagVis Version: 1.9 .x< br />
20+ < h1 > NagVis 1.10 Dokumentation</ h1 >
21+ Gilt für NagVis Version: 1.10 .x< br />
2222 Sprache: Deutsch (DE)< br />
2323 Zur Verfügung gestellt durch: NagVis Project Team
2424
Original file line number Diff line number Diff line change 22< html >
33< head >
44 < meta http-equiv ="content-type " content ="text/html; charset=ISO-8859-1 ">
5- < title > NagVis 1.9 Documentation</ title >
5+ < title > NagVis 1.10 Documentation</ title >
66 < link rel ="shortcut icon " href ="../general/img/favicon.ico " type ="image/x-icon " />
77 < link rel ="stylesheet " type ="text/css " media ="screen " href ="../general/css/style.css " />
88</ head >
Original file line number Diff line number Diff line change 88 < body >
99 < div style ="text-align:center;margin-top:20px; ">
1010 < img width ="88 " height ="23 " border ="0 " alt ="NagVis Logo " src ="../general/img/logo-88x23.png " style ="margin: 0px; " />
11- < h3 > < a href ="welcome.html " target ="Main "> Version 1.9 Documentation</ a > </ h3 >
11+ < h3 > < a href ="welcome.html " target ="Main "> Version 1.10 Documentation</ a > </ h3 >
1212 </ div >
1313 < h2 > Contents</ h2 >
1414 < dl >
Original file line number Diff line number Diff line change 99 < div style ="text-align:center ">
1010 < br />
1111 < img src ="../general/img/logo.png " title ="NagVis " />
12- < h1 > NagVis 1.9 Documentation</ h1 >
12+ < h1 > NagVis 1.10 Documentation</ h1 >
1313
14- Applies to NagVis Version: 1.9 .x< br />
14+ Applies to NagVis Version: 1.10 .x< br />
1515 Language: English (US)< br />
1616 Provided by: NagVis Project Team
1717
Original file line number Diff line number Diff line change 2424 *****************************************************************************/
2525
2626// NagVis Version
27- const CONST_VERSION = '1.9.50 ' ;
27+ const CONST_VERSION = '1.10.0 ' ;
2828
2929// Set PHP error handling to standard level
3030// Different levels for php versions below 5.1 because PHP 5.1 reports
You can’t perform that action at this time.
0 commit comments