summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.9.1v0.9.1Ted Trask2013-11-201-1/+1
|
* Some more tablesorter cleanup - removal of styles and specifying sortersTed Trask2013-11-203-15/+12
|
* Modify listfiles to use tablesorterTed Trask2013-11-201-8/+41
|
* Modify viewactivitylog to use tablesorterTed Trask2013-11-201-6/+24
|
* Modify listsources to use tablesorterTed Trask2013-11-201-13/+32
|
* Modify viewusagestats to use tablesorterTed Trask2013-11-191-7/+28
|
* Modify adhocquery to use tablesorter for formatting resultTed Trask2013-11-191-9/+39
|
* Fix link for weblog date to show all records for this userTed Trask2013-11-191-1/+1
|
* Fix background color of selected rows using css and classes to work with ↵Ted Trask2013-11-191-9/+24
| | | | tablesorter
* Fixed log selection by changing attr to prop and not capitalizing submitTed Trask2013-11-191-5/+5
| | | | Change from attr to prop necessary due to jquery upgrade
* Added tablesorter zebra widget for missed caseTed Trask2013-11-191-1/+1
|
* Added tablesorter zebra widgetTed Trask2013-11-192-2/+2
|
* Fixed adhocquery to return columns in proper orderTed Trask2013-11-193-10/+8
|
* Fix broken calls to logevent due to module definition change (in unused code)Ted Trask2013-11-091-2/+2
|
* Bump version to 0.9.0v0.9.0Ted Trask2013-10-311-1/+1
|
* Add sourcename to viewweblog and ability to filter on sourcenameTed Trask2013-10-293-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 Trask2013-10-251-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-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.2Ted Trask2013-10-099-12/+12
|
* Only load js libraries if not already loadedTed Trask2013-10-032-4/+24
|
* Bump version to 0.8.3v0.8.3Ted Trask2013-05-311-1/+1
|
* Fix logon failure string and return test results on failureTed Trask2013-05-311-6/+2
|
* Change the search string for logon failureTed Trask2013-05-311-2/+2
|
* Modified escape function and used it in more placesTed Trask2013-05-131-14/+10
|
* Bumped version to 0.8.2v0.8.2Ted Trask2013-04-261-1/+1
|
* Added missing require statement for format in weblog-viewweblog-html.lspTed Trask2013-04-261-0/+1
|
* Bumped version to 0.8.1v0.8.1Ted Trask2013-04-201-1/+1
|
* Fixed bug where user words not properly escapedTed Trask2013-04-202-6/+6
|
* Bump version to 0.8.0v0.8.0Ted Trask2013-01-081-1/+1
|
* Replace io.popen with modelfunctions.run_executable and subprocess.popen. ↵Ted Trask2013-01-081-58/+97
| | | | Also make work with remote ACF running acf-core-0.15 or later.
* Remove references to APPTed Trask2012-11-261-2/+2
|
* Bumped version to 0.7.4v0.7.4Ted Trask2012-11-241-1/+1
|
* Fixed downloadadhocquery and cleaned up use of viewtypeTed Trask2012-11-243-4/+4
|
* Bumped version to 0.7.3v0.7.3Ted Trask2012-11-201-1/+1
|
* Put squark category into block reasonTed Trask2012-11-201-1/+7
|
* Bumped version to 0.7.2v0.7.2Ted Trask2012-11-061-1/+1
|
* Changed viewtype ajax to json as per acf-core-0.15.3Ted Trask2012-11-061-2/+2
|
* Bumped version to 0.7.1v0.7.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-276-55/+10
|
* Added require statement for html libraryTed Trask2012-10-0211-0/+11
|
* Bumped version to 0.7.0v0.7.0Ted Trask2012-08-151-1/+1
|
* Fixed viewweblog in controller and viewTed Trask2012-08-152-2/+2
|
* Fixed typoTed Trask2012-08-151-1/+1
|
* Removed calls to redirect_to_referrerTed Trask2012-08-155-49/+80
|
* Some cleanup for form submissionTed Trask2012-05-071-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-10/+10
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-1814-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.2Ted Trask2012-01-171-1/+1
|
* Do not import TCP_DENIED linesNatanael Copa2012-01-171-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 Trask2012-01-031-5/+4
|