1047 Commits

Author SHA1 Message Date
Andre Lorbach
ed50491cae Added documentation for dynamic logfilenames 2015-05-06 11:09:22 +02:00
Andre Lorbach
9da46ec9ad Added Global option "Disable Adminpanel for normal users"
When enabled, normal users (without admin access) won't be able
to see or access any admin panel.
2015-03-31 09:30:30 +02:00
Andre Lorbach
1f36a5b613 Make sure we also read user/group sources in cmd scripts. 2015-03-30 11:19:10 +02:00
Andre Lorbach
982025ed8e Fixed NOTICE issue in console mode 2015-03-30 11:15:26 +02:00
Andre Lorbach
793fce1031 Fixed custom user language setting loading 2015-03-30 10:30:41 +02:00
Andre Lorbach
286e63c2f9 Fixed another case sensitive database fields issue in mysql driver 2015-03-30 10:00:45 +02:00
Andre Lorbach
27c31dc0d4 Fixed case-sensitive issues with in MYSQL DB Driver
When using MYSQL Views, keys did return case sensitive.
All array keys are now converted into lowercase which
fixes problems with charts and reports.
2015-03-27 15:06:15 +01:00
Andre Lorbach
e23020bd6d Fixed invalid default Source selected on session init 2015-03-27 14:21:19 +01:00
Andre Lorbach
318a620282 Added support for Admin Users to edit ALL sources in sources admin 2015-03-27 13:40:41 +01:00
Andre Lorbach
a783655c35 Added changelog entry v4.1.3 2015-03-26 15:08:50 +01:00
Andre Lorbach
dd4cf9d75f Added AutoFocus Code into DBMapping and Views Admin 2015-03-26 14:46:43 +01:00
Andre Lorbach
fd3fccf008 Added function to Add Focusscript 2015-03-26 14:22:47 +01:00
Andre Lorbach
8927fdb890 Added Autofocus in Users and Charts Admin Panel 2015-03-26 13:58:17 +01:00
Andre Lorbach
e735e641c7 Fixed some NOTICE error's 2015-03-26 13:38:55 +01:00
Andre Lorbach
09ac9ec815 Fixed REGEX filtering bug id #536
See here for more:
http://bugzilla.adiscon.com/show_bug.cgi?id=536
2015-03-26 13:33:42 +01:00
Andre Lorbach
0a31fa373e Reorganized Searchform 2015-03-26 11:02:20 +01:00
Andre Lorbach
1b2bf32dde Autofocus "Enable/disable personal Options" button in admin panel
Added javscript code to automatically set focus on the button after
page load.
2015-03-26 10:49:10 +01:00
Andre Lorbach
b91d3256b5 Added changelog entry v4.1.2 2015-02-23 10:53:06 +01:00
Andre Lorbach
009409d6b1 Added missing helper image 2015-02-23 10:00:17 +01:00
Andre Lorbach
98c173a29f Fixed deprecated issues in html2pdf converter 2015-02-20 17:38:32 +01:00
Andre Lorbach
6a917a62f8 Fixed some deprecated error's with preg_replace
Replaced function calls with preg_replace_callback as recommended
by the php documentation.

Also fixed a problem that dns names were properly not cached and
resolved over and over again.
2015-02-20 17:29:24 +01:00
Andre Lorbach
9a76f95978 Added workaround for report admin panel and MSIE8 problems
This fixes bugid #320, the admin panel did not properly
work because MSIE8 handles "button" tags wrong.
2015-02-20 12:12:18 +01:00
Andre Lorbach
356d747025 Added support for detecting more timestamps in RFC5424 Parser.
Also adding structured data into message field if available.
This fixes bugid #494 and #311

http://bugzilla.adiscon.com/show_bug.cgi?id=311
http://bugzilla.adiscon.com/show_bug.cgi?id=494
2015-02-20 11:23:16 +01:00
Andre Lorbach
82e7adcc38 Fixed Installation bug #518 with $ character
When using a dollar character in any part during the installation,
the generated config.php file got corrupted. For details see:
http://bugzilla.adiscon.com/show_bug.cgi?id=518
2015-02-20 10:45:48 +01:00
Andre Lorbach
83b17326c0 Fixed bug in dbmapping admin panel bugid #533 2015-02-20 10:04:02 +01:00
Andre Lorbach
ee186618d6 Fixed Bug #532, report generation problem with special html characters
Special characters are now properly replaced for HTML display
For more see bugtracker: http://bugzilla.adiscon.com/show_bug.cgi?id=532
2015-02-19 16:38:02 +01:00
Andre Lorbach
dfbf3cd776 incremented version number 2015-02-18 15:53:52 +01:00
Andre Lorbach
c6de4a4f63 Removed broken Page Number display support.
For mysql and mongodb, page number calculation
needs to be rewritten.
2015-02-18 15:46:48 +01:00
Andre Lorbach
e1d07a21ba Added transparent pixel helper image 2015-02-18 15:33:32 +01:00
Andre Lorbach
d1c24e19b5 Increased javascript script performance
For Firefox, MSIE and Opera
2015-02-18 15:20:04 +01:00
Andre Lorbach
8307562864 Fixed german translation 2015-02-18 15:04:42 +01:00
Andre Lorbach
25f6f4877d fixed MSIE8 Display Issue with buttons on main page 2015-02-18 14:54:02 +01:00
alorbach
7959555b46 Merge pull request #7 from chrisacameron/master
A db fix & couple of string additions
2015-01-02 16:36:05 +01:00
Chris Cameron
dab6dbb758 Update admin.php
added missing entry for Delete Database Mapping
2014-12-31 15:06:12 -06:00
Chris Cameron
26c9f1a767 Update admin.php
added missing Delete Database Mapping entry
2014-12-31 15:05:13 -06:00
Chris Cameron
0bd53f19d8 Update db_template.txt
added DROP TABLE IF EXISTS for logcon_savedreports to match the rest of the tables
2014-12-31 10:34:05 -06:00
Chris Cameron
92c2c4ce30 Update db_template.txt
logcon_users.last_login was specified as NOT NULL but no DEFAULT value was set. This was preventing initial admin user from being created during install even though success message was reported.
2014-12-31 10:33:05 -06:00
Andre Lorbach
8ba53f9134 Internal error's while generating charts are now handeled
Those error's are now catched and handeled by loganalyzer.
A propper error message is generated and shown to the user.
2014-10-29 15:09:46 +01:00
Andre Lorbach
7c92fd7d6b corrected version number v4.1.1 2014-10-29 14:33:40 +01:00
Andre Lorbach
d820eaca6e Added date to chaneglog 2014-10-29 14:31:47 +01:00
Andre Lorbach
f9ce3daf18 Optimized Popup Window positioning 2014-10-29 11:14:28 +01:00
Andre Lorbach
3e2f93f154 Changed severity error color 2014-10-29 11:05:33 +01:00
Andre Lorbach
8ba569b1eb Added code to automhide all open menus on other menu click 2014-10-29 11:00:07 +01:00
Andre Lorbach
0ce99c2545 Fixed error made in previous commit 2014-10-28 15:45:35 +01:00
Andre Lorbach
f59b54daef Copy&Paste error 2014-10-28 12:33:22 +01:00
Andre Lorbach
311f893703 Added Fonttype and Size default config variables 2014-10-28 12:26:40 +01:00
Andre Lorbach
5c988e60c6 Fixed layout issues on install script.
Included error constants in functions_common.php
2014-10-28 11:55:36 +01:00
Andre Lorbach
d406a99538 Changed Version to 4.0.1 and added changelog entry 2014-10-28 10:03:58 +01:00
Andre Lorbach
4918ffcc2b reorg some new css 2014-10-27 16:50:45 +01:00
Andre Lorbach
e353229085 Changed Chartpreview in Chart Admin to use jqueryui 2014-10-27 16:33:11 +01:00