269 Commits

Author SHA1 Message Date
Andre Lorbach
b15cfe9792 Added Admin Index and Menu, and made necessary changes to the other templates
Added Icons, also into the menu
2008-07-14 16:35:35 +02:00
Andre Lorbach
48a6ef124e Added icons into header menu and added menu entries into language system
Done minor other adjustments in the default css of the dark and default style
2008-07-14 11:30:09 +02:00
Andre Lorbach
3ad9adb820 Enhanced installer script to support installation of the user interface
The first version of the database layout has also been added.
Now the work on the admin center can start
2008-07-11 16:50:10 +02:00
Andre Lorbach
cc5492d469 Implemented login&logout site and function.
The engine also reads configuration values from the configuration
table if available. Header Menu also enhanced with Login/Logoff
links
2008-07-11 15:35:10 +02:00
Andre Lorbach
07f9244647 Started implementing userdb system. But it isn't fully operateable yet. 2008-07-11 11:36:01 +02:00
Andre Lorbach
e941100192 Merge branch 'beta' 2008-07-10 14:29:52 +02:00
Andre Lorbach
336923f134 Added minor cosmetic fixes to the translations of Ricardo for portugese 2008-07-10 14:29:06 +02:00
Andre Lorbach
a3e39d3266 Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-07-07 17:10:52 +02:00
Andre Lorbach
3e647291ba Incremented build and added changelog entry v2.3.7 2008-07-07 17:08:00 +02:00
Andre Lorbach
fef267ebb6 Added new translation files for portugues thanks to Ricardo Maraschini 2008-07-07 17:05:09 +02:00
Andre Lorbach
f5ece09152 Nothing changed really, tried to improve automatic IP links 2008-07-03 16:38:10 +02:00
Andre Lorbach
d3c459b86f Added missing db mapping for program field of syslogng - thanks to Micha "Wolvverine" Panasiewicz 2008-07-03 14:47:24 +02:00
Andre Lorbach
ad46747dbe removed .bak file from git 2008-07-03 14:08:40 +02:00
Andre Lorbach
67b91f0661 Added translation for Brazilian Portuguese, thanks to Ricardo Maraschini 2008-07-03 14:06:56 +02:00
Andre Lorbach
3657a6f83f Incremented minor Version number 2008-06-10 15:41:43 +02:00
Andre Lorbach
b6a8f81201 Incremented build and added changelog entry v2.3.6 2008-06-09 17:26:56 +02:00
Andre Lorbach
777e694140 Added View selector into the installer and the new EnableIPAddressResolve option.
Both lately added features can be configured during the installation as well now.
2008-06-09 17:21:44 +02:00
Andre Lorbach
06e2e4a974 Added new feature of configureable views which can be configured and selected by source
If no VIEW is defined in the options of the current selected source,
the default VIEW will be selected. If no default VIEW is configured, the default will
be set ot the SYSLOG View.

The old Column format will also automatically converted into the new list of views.
So in case you have no default view set in your configuration, but the columns variable,
your old column format becomes the default view.
2008-06-09 16:43:01 +02:00
Andre Lorbach
75a8086806 Fixed display bug with icons before message v2.3.5 2008-06-06 17:17:38 +02:00
Andre Lorbach
050b18c409 Added changelog entry 2008-06-06 17:04:16 +02:00
Andre Lorbach
d7740b0fa7 Incremented build number 2008-06-06 16:57:22 +02:00
Andre Lorbach
5e124a8524 Made some adjustments on the IP resolving, we skip the resolving if the IP is surrounded by brackets
The reason for this is, because the IP is prepended with the DNS name in this case most likely.
So it wouldn't make sense to resolve the name again.
2008-06-06 16:46:46 +02:00
Andre Lorbach
c49fbd56a4 Added new feature to resolve IP Addresses into DNS Names and display them.
- The DNS Names will be injected in into the message text displayed in
brackets like 172.16.0.1 {server.something.xxx}. This feature can be
turned of in the configuration file.
- Removed some stylesheet bugs in the main display related to the menu.
- optimized automatic linking for IP Addresses.
2008-06-06 15:35:00 +02:00
Andre Lorbach
cf6f9b454e Added changelog entry and incremented Version number v2.3.4 2008-06-02 17:08:31 +02:00
Andre Lorbach
d8d4d9a52d Fixed merge conflicts
Merge branch 'beta' into devel

Conflicts:

	src/index.php
2008-06-02 16:56:22 +02:00
Andre Lorbach
67ca63dda5 Fixed typo in index.php 2008-06-02 16:55:36 +02:00
Andre Lorbach
08cdc7fb20 Added stylesheet defs into dark style 2008-06-02 16:53:26 +02:00
Andre Lorbach
1c315a38a3 Adjusted links a little bit 2008-06-02 16:49:28 +02:00
Andre Lorbach
53d4e72bbf Fixed and enhanced new context links. 2008-06-02 13:35:33 +02:00
Andre Lorbach
5641cc8b61 Started implementing context link generation within the message 2008-05-30 18:03:57 +02:00
Andre Lorbach
a1c27ade3f Changed Online Search Parameters 2008-05-30 12:18:59 +02:00
Andre Lorbach
311946cb30 Incremented Version number to 2.3.3 in common v2.3.3 2008-05-23 17:46:08 +02:00
Andre Lorbach
1101fccb6f Added changelog entry 2008-05-23 17:39:29 +02:00
Andre Lorbach
b2fefbaf3f Added new PDO Database logstream into install script.
This means you can select now between the native MYSQL Server and the PDO
database driver. When using the PDO database driver, you choose between
different database storage engines.
2008-05-23 17:33:14 +02:00
Andre Lorbach
672e835343 Fixed issues with the pager code changes in DB and DISK logstream 2008-05-23 16:43:24 +02:00
Andre Lorbach
b81ba95db4 Enhanced Pager performance, and new PDO Database driver.
I had to change the other drivers as well for the new pager logic.
2008-05-23 14:50:55 +02:00
Andre Lorbach
cb1dcacc9b Initial Added the new DB Driver (Logstream) which uses PHP PDO.
PDO is the latest generic database intergave for PHP5 are
recommended for best performance. It is now possible to use
other database engines with this new logstream class like
mssql, postgres sql, odbc, oracle, or even ibm db2.

Also changed the logic how the Last Pager Button works, the
performance is much better now.
2008-05-21 17:53:59 +02:00
Andre Lorbach
4619f95ab7 Added changelog entry v2.3.2 2008-05-20 16:43:04 +02:00
Andre Lorbach
0dd62df2c0 Merged Search buttons into one 2008-05-20 16:23:08 +02:00
Andre Lorbach
7d4010b45d Implemented custom google search button into sub-menus 2008-05-20 15:04:55 +02:00
Andre Lorbach
3624d3e651 Added online search links for syslog specific fields as well 2008-05-20 11:58:32 +02:00
Andre Lorbach
28b37f3724 Fixed style sheet issue in dark theme 2008-05-20 11:43:48 +02:00
Andre Lorbach
f794cb4d89 Fixed minor visual issue with the context menus 2008-05-20 11:36:58 +02:00
Andre Lorbach
82b5109a55 Merge branch 'devel' 2008-05-20 10:50:38 +02:00
Andre Lorbach
7a4f73c49e Fixed merge issues
Merge branch 'beta' into devel

Conflicts:

	src/lang/de/main.php
2008-05-20 10:50:15 +02:00
Andre Lorbach
be83d697bd Fixed minor issues in the german translation. 2008-05-20 10:49:16 +02:00
Andre Lorbach
ffeeaa6693 Changed Search Online links 2008-05-20 10:44:41 +02:00
Andre Lorbach
20e028f540 Merge branch 'devel' 2008-05-19 15:23:53 +02:00
Andre Lorbach
512d66d3d0 Fixed merge issues
Merge branch 'beta' into devel

Conflicts:

	ChangeLog
	src/include/functions_common.php
2008-05-19 15:23:18 +02:00
Andre Lorbach
4b41f9bf9f Added link to our new knowledge base repository, and added changelog entry! v2.1.6 2008-05-19 15:17:06 +02:00