Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.9.4v0.9.40.9-stable | Ted Trask | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Fix typo causing exception in goodwords check | Ted Trask | 2015-11-26 | 1 | -1/+1 |
| | | | | (cherry picked from commit 858ff53bceeb4803db2e3447e6b1501114f69821) | ||||
* | Fix typo resulting in exception in weblog-model.getweblogparameters when ↵ | Ted Trask | 2015-11-26 | 1 | -1/+1 |
| | | | | | | database does not exist (cherry picked from commit b60a647c653f8dadf14ce6faec886d8678389f27) | ||||
* | Bump version to 0.9.3v0.9.3 | Ted Trask | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | In listfiles HTML view, replace convertsize function with orig_size because ↵ | Ted Trask | 2014-10-24 | 1 | -15/+1 |
| | | | | | | | | | throws an exception when file is missing (cherry picked from commit 662cc57d8249ad1d2749a2b420a452822d07eba0) Conflicts: weblog-listfiles-html.lsp | ||||
* | Bump version to 0.9.2v0.9.2 | Ted Trask | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Bug fix to ignore blank lines in word lists | Ted Trask | 2014-07-04 | 1 | -19/+30 |
| | | | | (cherry picked from commit 68f37a3b6addeb96cf462fd58df16718b1209a6e) | ||||
* | 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 |
| |