Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken calls to logevent due to module definition change (in unused code) | Ted Trask | 2013-11-09 | 1 | -2/+2 |
| | |||||
* | Add sourcename to viewweblog and ability to filter on sourcename | Ted Trask | 2013-10-29 | 1 | -15/+39 |
| | | | | Also fix bug where boolean defaults were ignored in viewweblog, caused by using handle_clientdata | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-21 | 1 | -40/+42 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -4/+4 |
| | |||||
* | Fix logon failure string and return test results on failure | Ted Trask | 2013-05-31 | 1 | -6/+2 |
| | |||||
* | Change the search string for logon failure | Ted Trask | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | Modified escape function and used it in more places | Ted Trask | 2013-05-13 | 1 | -14/+10 |
| | |||||
* | Fixed bug where user words not properly escaped | Ted Trask | 2013-04-20 | 1 | -5/+5 |
| | |||||
* | Replace io.popen with modelfunctions.run_executable and subprocess.popen. ↵ | Ted Trask | 2013-01-08 | 1 | -58/+97 |
| | | | | Also make work with remote ACF running acf-core-0.15 or later. | ||||
* | Remove references to APP | Ted Trask | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | Put squark category into block reason | Ted Trask | 2012-11-20 | 1 | -1/+7 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-27 | 1 | -9/+10 |
| | |||||
* | Fixed typo | Ted Trask | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Removed calls to redirect_to_referrer | Ted Trask | 2012-08-15 | 1 | -39/+70 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -10/+10 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -3/+3 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries | ||||
* | Do not import TCP_DENIED lines | Natanael Copa | 2012-01-17 | 1 | -0/+6 |
| | | | | | | | Those pages were never showed to the client so there is no point in store those for analyzing. Some applications (like Nokia connection suite) will ignore an auth reject and will retry several times per second which will flood the logs. | ||||
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -5/+4 |
| | |||||
* | Fixed bug with no user authentication by removing bad check | Ted Trask | 2011-10-20 | 1 | -5/+3 |
| | |||||
* | Changed minimumscore to score and added validationv0.6.0 | Ted Trask | 2011-09-12 | 1 | -3/+11 |
| | |||||
* | Changed viewweblog to a form, reworked handling of config and weblog ↵ | Ted Trask | 2011-09-12 | 1 | -100/+80 |
| | | | | parameters, and added deniedyesno and bypassyesno config options. | ||||
* | No need for selected or id fields in weblog staging table | Ted Trask | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Made groupby work again | Ted Trask | 2011-09-09 | 1 | -5/+6 |
| | |||||
* | Purge the pubweblog_history table after one year | Ted Trask | 2011-09-09 | 1 | -2/+6 |
| | |||||
* | Removed watchlist functionality | Ted Trask | 2011-09-08 | 1 | -154/+0 |
| | |||||
* | Change editconfig to use seq field | Ted Trask | 2011-09-08 | 1 | -14/+15 |
| | |||||
* | Cleaned up clearselected even though not used | Ted Trask | 2011-09-08 | 1 | -9/+13 |
| | |||||
* | Changed checkselected to be a form | Ted Trask | 2011-09-08 | 1 | -13/+22 |
| | |||||
* | Cleaned up javascript and used ajax for select action | Ted Trask | 2011-09-07 | 1 | -26/+0 |
| | |||||
* | Whitespace cleanup | Ted Trask | 2011-09-07 | 1 | -48/+42 |
| | |||||
* | Fixed DG score, record selection, url escape sequences in squark clientuserid | Luke Stuart | 2011-09-07 | 1 | -9/+11 |
| | |||||
* | Added audit fields for total requests, flagged, blocks, overrides, max ↵ | Luke Stuart | 2011-09-06 | 1 | -7/+27 |
| | | | | score, also checking squid access.log for squark annotations | ||||
* | Removed historydays, since now unused | Ted Trask | 2011-09-05 | 1 | -23/+0 |
| | |||||
* | Added audit functions back in and cleaned up importing | Ted Trask | 2011-09-05 | 1 | -38/+73 |
| | |||||
* | Removed unused library | Ted Trask | 2011-09-05 | 1 | -1/+0 |
| | |||||
* | Cleaned up parsing and removed unused parsing of squark and dump logs | Ted Trask | 2011-09-01 | 1 | -370/+79 |
| | |||||
* | Make two-step import using weblog table so can calculate usage and watch users | Ted Trask | 2011-08-29 | 1 | -8/+25 |
| | |||||
* | No need to have four duplicate importlogentry functions | Ted Trask | 2011-08-29 | 1 | -38/+11 |
| | |||||
* | Only read word lists once for speed improvement and to avoid exception if ↵ | Ted Trask | 2011-08-26 | 1 | -12/+20 |
| | | | | missing | ||||
* | Change database name back to webproxylog so upgrades are easier | Ted Trask | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | Cleaned up use of config files | Ted Trask | 2011-08-25 | 1 | -40/+22 |
| | |||||
* | Started cleanup, not complete | Ted Trask | 2011-08-18 | 1 | -68/+281 |
| | |||||
* | Weblog Updates including Squark support and revamped analysis. | Luke Stuart | 2011-08-10 | 1 | -221/+429 |
| | |||||
* | Fixed bug caused by postgresql failing to delete a savepoint when you create ↵ | Ted Trask | 2010-10-25 | 1 | -0/+2 |
| | | | | | | a new one with the same name. Symptom was running out of shared memory in postgres because there were thousands of savepoints. | ||||
* | Move the line error messages out of the transaction when importing. | Ted Trask | 2010-10-08 | 1 | -0/+3 |
| | | | | Stangely enough, I saw a case where the logme resulted in an error, and the whole transaction was lost. | ||||
* | Added option to stop commit on error and changed default behavior to log ↵ | Ted Trask | 2010-10-05 | 1 | -7/+23 |
| | | | | error and continue | ||||
* | Truncate squid clientuserid before importing | Ted Trask | 2010-10-04 | 1 | -4/+5 |
| | |||||
* | Added shortreason to config, allowing users to choose whether they show full ↵ | Ted Trask | 2010-08-05 | 1 | -3/+6 |
| | | | | or short reason in log. | ||||
* | Add some null checks | Ted Trask | 2010-05-03 | 1 | -4/+4 |
| | |||||
* | Modified import to better handle errors. | Ted Trask | 2010-03-25 | 1 | -15/+35 |
| | | | | | Better error reporting for the line that caused the error. Continue to do the purging even if import fails. |