summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bumped version to 0.6.1v0.6.1Ted Trask2011-10-201-1/+1
|
* 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 ↵Ted Trask2011-09-123-199/+113
| | | | parameters, and added deniedyesno and bypassyesno config options.
* No need for selected or id fields in weblog staging tableTed Trask2011-09-101-1/+1
|
* Check permissions before displaying download buttonsTed Trask2011-09-092-3/+5
|
* Reimplement shorturi and shortreasonTed Trask2011-09-091-3/+9
|
* Fixed selecting / deselecting entries in viewweblogTed Trask2011-09-091-82/+54
|
* Made groupby work againTed Trask2011-09-092-6/+11
|
* Purge the pubweblog_history table after one yearTed Trask2011-09-091-2/+6
|
* Changed name of adhocquery downloadTed Trask2011-09-091-1/+1
|
* Updated text of adhocquery to reflect new tablesTed Trask2011-09-081-8/+15
|
* Removed watchlist functionalityTed Trask2011-09-086-224/+2
|