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 |
| | |||||
* | Bump version to 0.9.0v0.9.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Add sourcename to viewweblog and ability to filter on sourcename | Ted Trask | 2013-10-29 | 3 | -16/+41 |
| | | | | Also fix bug where boolean defaults were ignored in viewweblog, caused by using handle_clientdata | ||||
* | Fix minor bug where form is submitted with 'submit' | Ted Trask | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-21 | 2 | -64/+68 |
| | | | | | 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 | 9 | -12/+12 |
| | |||||
* | Only load js libraries if not already loaded | Ted Trask | 2013-10-03 | 2 | -4/+24 |
| | |||||
* | Bump version to 0.8.3v0.8.3 | Ted Trask | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Bumped version to 0.8.2v0.8.2 | Ted Trask | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | Added missing require statement for format in weblog-viewweblog-html.lsp | Ted Trask | 2013-04-26 | 1 | -0/+1 |
| | |||||
* | Bumped version to 0.8.1v0.8.1 | Ted Trask | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug where user words not properly escaped | Ted Trask | 2013-04-20 | 2 | -6/+6 |
| | |||||
* | Bump version to 0.8.0v0.8.0 | Ted Trask | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Bumped version to 0.7.4v0.7.4 | Ted Trask | 2012-11-24 | 1 | -1/+1 |
| | |||||
* | Fixed downloadadhocquery and cleaned up use of viewtype | Ted Trask | 2012-11-24 | 3 | -4/+4 |
| | |||||
* | Bumped version to 0.7.3v0.7.3 | Ted Trask | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Put squark category into block reason | Ted Trask | 2012-11-20 | 1 | -1/+7 |
| | |||||
* | Bumped version to 0.7.2v0.7.2 | Ted Trask | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Changed viewtype ajax to json as per acf-core-0.15.3 | Ted Trask | 2012-11-06 | 1 | -2/+2 |
| | |||||
* | Bumped version to 0.7.1v0.7.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-27 | 6 | -55/+10 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 11 | -0/+11 |
| | |||||
* | Bumped version to 0.7.0v0.7.0 | Ted Trask | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed viewweblog in controller and view | Ted Trask | 2012-08-15 | 2 | -2/+2 |
| | |||||
* | Fixed typo | Ted Trask | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Removed calls to redirect_to_referrer | Ted Trask | 2012-08-15 | 5 | -49/+80 |
| | |||||
* | Some cleanup for form submission | Ted Trask | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | 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 | 14 | -49/+46 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries | ||||
* | Bumped version to 0.6.2v0.6.2 | Ted Trask | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Bumped version to 0.6.1v0.6.1 | Ted Trask | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -199/+113 |
| | | | | 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 |
| | |||||
* | Check permissions before displaying download buttons | Ted Trask | 2011-09-09 | 2 | -3/+5 |
| | |||||
* | Reimplement shorturi and shortreason | Ted Trask | 2011-09-09 | 1 | -3/+9 |
| | |||||
* | Fixed selecting / deselecting entries in viewweblog | Ted Trask | 2011-09-09 | 1 | -82/+54 |
| | |||||
* | Made groupby work again | Ted Trask | 2011-09-09 | 2 | -6/+11 |
| | |||||
* | Purge the pubweblog_history table after one year | Ted Trask | 2011-09-09 | 1 | -2/+6 |
| | |||||
* | Changed name of adhocquery download | Ted Trask | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | Updated text of adhocquery to reflect new tables | Ted Trask | 2011-09-08 | 1 | -8/+15 |
| | |||||
* | Removed watchlist functionality | Ted Trask | 2011-09-08 | 6 | -224/+2 |
| |