summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 0.5.9v0.5.9Ted Trask2010-10-251-1/+1
|
* Fixed bug caused by postgresql failing to delete a savepoint when you create ↵Ted Trask2010-10-251-0/+2
| | | | | | a new one with the same name. Symptom was running out of shared memory in postgres because there were thousands of savepoints.
* Bumped version to 0.5.8v0.5.8Ted Trask2010-10-081-1/+1
|
* Move the line error messages out of the transaction when importing.Ted Trask2010-10-081-0/+3
| | | | Stangely enough, I saw a case where the logme resulted in an error, and the whole transaction was lost.
* Bumped version to 0.5.7v0.5.7Ted Trask2010-10-051-1/+1
|
* Added option to stop commit on error and changed default behavior to log ↵Ted Trask2010-10-051-7/+23
| | | | error and continue
* Truncate squid clientuserid before importingTed Trask2010-10-041-4/+5
|
* Bumped version to 0.5.6v0.5.6Ted Trask2010-08-051-1/+1
|
* Added shortreason to config, allowing users to choose whether they show full ↵Ted Trask2010-08-053-5/+8
| | | | or short reason in log.
* Display postgres error statusTed Trask2010-07-301-1/+5
|
* Tagged 0.5.5 for releasev0.5.5Ted Trask2010-05-031-1/+1
|
* Add some null checksTed Trask2010-05-031-4/+4
|
* Modified import to better handle errors.Ted Trask2010-03-251-15/+35
| | | | | Better error reporting for the line that caused the error. Continue to do the purging even if import fails.
* Bumped version to 0.5.4v0.5.4Ted Trask2010-03-181-1/+1
|
* Changed type of bytes from integer to bigint in all DB tables.Ted Trask2010-03-181-4/+4
|
* Bumped version to 0.5.3v0.5.3Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-163-5/+5
|
* Modified roles to better fit USER / EXPERT, bumped to 0.5.2v0.5.2Ted Trask2010-01-272-3/+3
|
* Bumped to version 0.5.1v0.5.1Ted Trask2010-01-191-1/+1
|
* Bug fix for malformed squid log.Ted Trask2010-01-191-5/+5
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-011-1/+1
|
* Made shorturi a boolean.Ted Trask2010-01-013-7/+8
|
* Merge branch 'master' of ssh://mhavela@git.alpinelinux.org/gitroot/acf-weblogMika Havela2009-12-311-24/+2
|\
| * Simplified script to use text-based ACF client.Ted Trask2009-12-301-24/+2
| |
* | Adding config option so user can choose to truncate urls in audit logsMika Havela2009-12-302-2/+8
|/
* jquery changes for acf-core 0.9.0Ted Trask2009-12-302-4/+2
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-172-2/+2
|
* UI fix, bumped to 0.4.11v0.4.11Ted Trask2009-12-102-6/+6
|
* Bumped version to 0.4.10v0.4.10Ted Trask2009-12-081-1/+1
|
* Switched back to displaying entire URL by popular demand.Ted Trask2009-12-081-1/+1
|
* Fixed minor graphical bug, bumped to 0.4.9v0.4.9Ted Trask2009-10-232-4/+5
|
* Fixed http/https download typo, simplified importing code.Ted Trask2009-10-231-53/+28
| | | | Changed parse and import functions to work on one line at a time, removed iterator functions.
* use iterator functions to import logfilesNatanael Copa2009-10-231-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 lineNatanael Copa2009-10-231-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 variablesNatanael Copa2009-10-231-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.8Ted Trask2009-10-092-2/+3
|
* Graphical fix. Suggestion on how to solve the <DL> issue with various ↵Mika Havela2009-10-091-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.7Ted Trask2009-10-084-19/+54
| | | | descriptions, bumped to 0.4.7
* Graphical fix. Modifying <DL> to fix skin issues.\n Removing hardcoded ↵Mika Havela2009-10-078-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.6Ted Trask2009-09-211-1/+1
|
* Added pagination for history and usage, more precision for history timestamp.Ted Trask2009-09-214-8/+17
|
* Sort history by date.Timo Teras2009-09-191-17/+17
| | | | | Fix also some white space stuff (cleaned up automatically by my editor).
* Bumped version to 0.4.5v0.4.5Ted Trask2009-09-181-1/+1
|
* Fixed bug in importing logs with \ charactersTed Trask2009-09-181-1/+2
|
* Use transactions for importing logsTed Trask2009-09-181-1/+4
|
* Do not write config if validation failedMika Havela2009-09-181-1/+1
|
* Install import script directly as a cron job.v0.4.4Timo Teras2009-09-181-6/+8
|
* Bumped version to 0.4.3v0.4.3Ted Trask2009-09-171-1/+1
|
* Modified validation to convert to default timestamp format.Ted Trask2009-09-171-5/+32
|
* Merge branch 'master' of ssh://mhavela@git.alpinelinux.org/gitroot/acf-weblogMika Havela2009-09-172-5/+15
|\