summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* No reason for two reasonsTed Trask2011-09-081-2/+2
|
* Removed downloadlogview action and use downloadweblog action again.Ted Trask2011-09-083-20/+6
|
* Changed checkselected to updateselectedTed Trask2011-09-083-4/+4
|
* Cleaned up clearselected even though not usedTed Trask2011-09-081-9/+13
|
* Removed non-working viewselected and downloadselected actionsTed Trask2011-09-082-19/+1
|
* Add image files to the MakefileTed Trask2011-09-081-4/+12
|
* Changed checkselected to be a formTed Trask2011-09-083-19/+29
|
* Cleaned up javascript and used ajax for select actionTed Trask2011-09-074-128/+74
|
* Whitespace cleanupTed Trask2011-09-072-55/+49
|
* Fixed DG score, record selection, url escape sequences in squark clientuseridLuke Stuart2011-09-073-10/+22
|
* Added audit fields for total requests, flagged, blocks, overrides, max ↵Luke Stuart2011-09-062-11/+39
| | | | score, also checking squid access.log for squark annotations
* Removed historydays, since now unusedTed Trask2011-09-051-23/+0
|
* Added audit functions back in and cleaned up importingTed Trask2011-09-053-40/+75
|
* Fixed typoTed Trask2011-09-051-2/+2
|
* Removed unused libraryTed Trask2011-09-051-1/+0
|
* Cleaned up parsing and removed unused parsing of squark and dump logsTed Trask2011-09-011-370/+79
|
* Make two-step import using weblog table so can calculate usage and watch usersTed Trask2011-08-291-8/+25
|
* No need to have four duplicate importlogentry functionsTed Trask2011-08-291-38/+11
|
* Only read word lists once for speed improvement and to avoid exception if ↵Ted Trask2011-08-261-12/+20
| | | | missing
* Change database name back to webproxylog so upgrades are easierTed Trask2011-08-261-2/+2
|
* Added / removed filesTed Trask2011-08-258-86/+80
|
* Cleaned up use of config filesTed Trask2011-08-255-95/+34
|
* Cleaned up use of config filesTed Trask2011-08-251-5/+0
|
* Removed jquery libraryTed Trask2011-08-251-154/+0
|
* Started cleanup, not completeTed Trask2011-08-186-87/+388
|
* Weblog Updates including Squark support and revamped analysis.Luke Stuart2011-08-1019-452/+1081
|
* 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
| |