Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.9.1v0.9.1 | Ted Trask | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Some more tablesorter cleanup - removal of styles and specifying sorters | Ted Trask | 2013-11-20 | 3 | -15/+12 |
| | |||||
* | Modify listfiles to use tablesorter | Ted Trask | 2013-11-20 | 1 | -8/+41 |
| | |||||
* | Modify viewactivitylog to use tablesorter | Ted Trask | 2013-11-20 | 1 | -6/+24 |
| | |||||
* | Modify listsources to use tablesorter | Ted Trask | 2013-11-20 | 1 | -13/+32 |
| | |||||
* | Modify viewusagestats to use tablesorter | Ted Trask | 2013-11-19 | 1 | -7/+28 |
| | |||||
* | Modify adhocquery to use tablesorter for formatting result | Ted Trask | 2013-11-19 | 1 | -9/+39 |
| | |||||
* | Fix link for weblog date to show all records for this user | Ted Trask | 2013-11-19 | 1 | -1/+1 |
| | |||||
* | Fix background color of selected rows using css and classes to work with ↵ | Ted Trask | 2013-11-19 | 1 | -9/+24 |
| | | | | tablesorter | ||||
* | Fixed log selection by changing attr to prop and not capitalizing submit | Ted Trask | 2013-11-19 | 1 | -5/+5 |
| | | | | Change from attr to prop necessary due to jquery upgrade | ||||
* | Added tablesorter zebra widget for missed case | Ted Trask | 2013-11-19 | 1 | -1/+1 |
| | |||||
* | Added tablesorter zebra widget | Ted Trask | 2013-11-19 | 2 | -2/+2 |
| | |||||
* | Fixed adhocquery to return columns in proper order | Ted Trask | 2013-11-19 | 3 | -10/+8 |
| | |||||
* | 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 |
| |