Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Adding config option so user can choose to truncate urls in audit logs | Mika Havela | 2009-12-30 | 2 | -2/+8 | |
|/ | ||||||
* | jquery changes for acf-core 0.9.0 | Ted Trask | 2009-12-30 | 2 | -4/+2 | |
| | ||||||
* | Use viewlibrary.check_permission from acf-core-0.9.0 | Ted Trask | 2009-12-17 | 2 | -2/+2 | |
| | ||||||
* | UI fix, bumped to 0.4.11v0.4.11 | Ted Trask | 2009-12-10 | 2 | -6/+6 | |
| | ||||||
* | Bumped version to 0.4.10v0.4.10 | Ted Trask | 2009-12-08 | 1 | -1/+1 | |
| | ||||||
* | Switched back to displaying entire URL by popular demand. | Ted Trask | 2009-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed minor graphical bug, bumped to 0.4.9v0.4.9 | Ted Trask | 2009-10-23 | 2 | -4/+5 | |
| | ||||||
* | Fixed http/https download typo, simplified importing code. | Ted Trask | 2009-10-23 | 1 | -53/+28 | |
| | | | | Changed parse and import functions to work on one line at a time, removed iterator functions. | |||||
* | use iterator functions to import logfiles | Natanael Copa | 2009-10-23 | 1 | -32/+65 | |
| | | | | | | | | | Rather than passing over a table with the entire parsed logfile we pass over an iterator function. This way we dont need to have the entire logfile in memory at the same time and we can handle extremely big logfiles without consume lots of memory. | |||||
* | save ram by parse logfiles line by line | Natanael Copa | 2009-10-23 | 1 | -17/+14 | |
| | | | | | rather than read everything into a big buffer, we open and parse the log using a file handle. This should reduce the memory usage dramatically. | |||||
* | avoid duplicate code using function variables | Natanael Copa | 2009-10-23 | 1 | -14/+14 | |
| | | | | | | the code for handling dg and squid log files are identical, except the parse and import function. We pass the correct function as a param and reuse the code. | |||||
* | Bumped to 0.4.8v0.4.8 | Ted Trask | 2009-10-09 | 2 | -2/+3 | |
| | ||||||
* | Graphical fix. Suggestion on how to solve the <DL> issue with various ↵ | Mika Havela | 2009-10-09 | 1 | -5/+2 | |
| | | | | skins.\n Also suggesting use <H1> as subheading for the example tables/descriptions on the page. | |||||
* | Fixed bug with adhoc query, display results in a table, example ↵v0.4.7 | Ted Trask | 2009-10-08 | 4 | -19/+54 | |
| | | | | descriptions, bumped to 0.4.7 | |||||
* | Graphical fix. Modifying <DL> to fix skin issues.\n Removing hardcoded ↵ | Mika Havela | 2009-10-07 | 8 | -25/+42 | |
| | | | | backgroundcolor from table and using class=header instead to have the skins do the choosing of colors. | |||||
* | Bumped version to 0.4.6v0.4.6 | Ted Trask | 2009-09-21 | 1 | -1/+1 | |
| | ||||||
* | Added pagination for history and usage, more precision for history timestamp. | Ted Trask | 2009-09-21 | 4 | -8/+17 | |
| | ||||||
* | Sort history by date. | Timo Teras | 2009-09-19 | 1 | -17/+17 | |
| | | | | | Fix also some white space stuff (cleaned up automatically by my editor). | |||||
* | Bumped version to 0.4.5v0.4.5 | Ted Trask | 2009-09-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug in importing logs with \ characters | Ted Trask | 2009-09-18 | 1 | -1/+2 | |
| | ||||||
* | Use transactions for importing logs | Ted Trask | 2009-09-18 | 1 | -1/+4 | |
| | ||||||
* | Do not write config if validation failed | Mika Havela | 2009-09-18 | 1 | -1/+1 | |
| | ||||||
* | Install import script directly as a cron job.v0.4.4 | Timo Teras | 2009-09-18 | 1 | -6/+8 | |
| | ||||||
* | Bumped version to 0.4.3v0.4.3 | Ted Trask | 2009-09-17 | 1 | -1/+1 | |
| | ||||||
* | Modified validation to convert to default timestamp format. | Ted Trask | 2009-09-17 | 1 | -5/+32 | |
| | ||||||
* | Merge branch 'master' of ssh://mhavela@git.alpinelinux.org/gitroot/acf-weblog | Mika Havela | 2009-09-17 | 2 | -5/+15 | |
|\ | ||||||
| * | Added support for .gz log files, bumped to 0.4.2v0.4.2 | Ted Trask | 2009-09-16 | 2 | -4/+14 | |
| | | ||||||
| * | Fixed bug with score, bumped version to 0.4.1v0.4.1 | Ted Trask | 2009-09-16 | 2 | -2/+2 | |
| | | | | | | | | Bug caused an exception when there was a ':' but no score in the block reason. | |||||
* | | Remodeled the looks of viewblocklog | Mika Havela | 2009-09-17 | 1 | -29/+39 | |
|/ | | | | | | | | | Filtered values are highlighted in bold Standard rows are altered white/grey Bypassed url's are highlighted red background Page gets scrolled down to focused time/date. Current search-options are displayed below the input field. General modifications that causes the page to look better with different skins. | |||||
* | Added code to display short reason from DG log and shorten URI and fixed bug ↵v0.4.0 | Ted Trask | 2009-09-04 | 4 | -31/+42 | |
| | | | | | | | with empty reason. Bumped to 0.4.0 Required new shortreason field in several tables which breaks backward compatibility. Full reason and full URI available by hovering. | |||||
* | Added parameter validation, bumped to 0.3.2v0.3.2 | Ted Trask | 2009-08-28 | 4 | -34/+142 | |
| | ||||||
* | Fixes: hide source password, put wget password to file instead of ↵v0.3.1 | Ted Trask | 2009-08-25 | 4 | -3/+5 | |
| | | | | commandline, fix permissions bug. Bump to version 0.3.1 | |||||
* | Bumped revisions to 0.3.0v0.3.0 | Ted Trask | 2009-08-05 | 1 | -1/+1 | |
| | ||||||
* | Added "local" source to get logs from local filesystem. | Ted Trask | 2009-08-05 | 1 | -3/+18 | |
| | ||||||
* | Change block highlight to white on red, and highlight bypass black on yellow.v0.2.0 | Ted Trask | 2009-07-02 | 1 | -2/+2 | |
| | ||||||
* | Added groupby option to allow to view audit by clientuserid or clientip. | Ted Trask | 2009-06-18 | 4 | -12/+27 | |
| | ||||||
* | initial commitv0.1.0 | Ted Trask | 2009-05-29 | 22 | -0/+1843 | |
based on weblog.tar.gz ncopa got by email. |