summaryrefslogtreecommitdiffstats
path: root/weblog-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Put squark category into block reasonTed Trask2012-11-201-1/+7
* Do not import TCP_DENIED linesNatanael Copa2012-01-171-0/+6
* Fixed escape function to not escape \Ted Trask2012-01-031-5/+4
* Fixed bug with no user authentication by removing bad checkTed Trask2011-10-201-5/+3
* Changed minimumscore to score and added validationv0.6.0Ted Trask2011-09-121-3/+11
* Changed viewweblog to a form, reworked handling of config and weblog paramete...Ted Trask2011-09-121-100/+80
* No need for selected or id fields in weblog staging tableTed Trask2011-09-101-1/+1
* Made groupby work againTed Trask2011-09-091-5/+6
* Purge the pubweblog_history table after one yearTed Trask2011-09-091-2/+6
* Removed watchlist functionalityTed Trask2011-09-081-154/+0
* Change editconfig to use seq fieldTed Trask2011-09-081-14/+15
* Cleaned up clearselected even though not usedTed Trask2011-09-081-9/+13
* Changed checkselected to be a formTed Trask2011-09-081-13/+22
* Cleaned up javascript and used ajax for select actionTed Trask2011-09-071-26/+0
* Whitespace cleanupTed Trask2011-09-071-48/+42
* Fixed DG score, record selection, url escape sequences in squark clientuseridLuke Stuart2011-09-071-9/+11
* Added audit fields for total requests, flagged, blocks, overrides, max score,...Luke Stuart2011-09-061-7/+27
* Removed historydays, since now unusedTed Trask2011-09-051-23/+0
* Added audit functions back in and cleaned up importingTed Trask2011-09-051-38/+73
* 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 mis...Ted Trask2011-08-261-12/+20
* Change database name back to webproxylog so upgrades are easierTed Trask2011-08-261-2/+2
* Cleaned up use of config filesTed Trask2011-08-251-40/+22
* Started cleanup, not completeTed Trask2011-08-181-68/+281
* Weblog Updates including Squark support and revamped analysis.Luke Stuart2011-08-101-221/+429
* Fixed bug caused by postgresql failing to delete a savepoint when you create ...Ted Trask2010-10-251-0/+2
* Move the line error messages out of the transaction when importing.Ted Trask2010-10-081-0/+3
* Added option to stop commit on error and changed default behavior to log erro...Ted Trask2010-10-051-7/+23
* Truncate squid clientuserid before importingTed Trask2010-10-041-4/+5
* Added shortreason to config, allowing users to choose whether they show full ...Ted Trask2010-08-051-3/+6
* Add some null checksTed Trask2010-05-031-4/+4
* Modified import to better handle errors.Ted Trask2010-03-251-15/+35
* Changed type of bytes from integer to bigint in all DB tables.Ted Trask2010-03-181-4/+4
* Bug fix for malformed squid log.Ted Trask2010-01-191-5/+5
* Made shorturi a boolean.Ted Trask2010-01-011-5/+6
* Adding config option so user can choose to truncate urls in audit logsMika Havela2009-12-301-1/+7
* Fixed http/https download typo, simplified importing code.Ted Trask2009-10-231-53/+28
* use iterator functions to import logfilesNatanael Copa2009-10-231-32/+65
* save ram by parse logfiles line by lineNatanael Copa2009-10-231-17/+14
* avoid duplicate code using function variablesNatanael Copa2009-10-231-14/+14
* Fixed bug with adhoc query, display results in a table, example descriptions,...v0.4.7Ted Trask2009-10-081-1/+1
* Added pagination for history and usage, more precision for history timestamp.Ted Trask2009-09-211-4/+3
* Sort history by date.Timo Teras2009-09-191-17/+17
* 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
* Modified validation to convert to default timestamp format.Ted Trask2009-09-171-5/+32