summaryrefslogtreecommitdiffstats
path: root/logfiles-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Better error handling for view/tail/download and fix download to use proper c...Ted Trask2015-11-201-4/+7
* Modify logfile view and tail to properly use handle_clientdataTed Trask2015-07-261-2/+2
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-8/+10
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
* logfiles: change view, tail, and download to take filename instead of name pa...Ted Trask2013-01-091-2/+2
* Changed viewtype ajax to json as per acf-core-0.15.3, and moved viewtype stre...Ted Trask2012-11-061-5/+0
* Changes redirect_to_referrer to handle_form for logfiles.deleteTed Trask2012-05-081-1/+1
* basename function is no longer in acf-core-0.9.0Ted Trask2009-12-281-1/+2
* Modified logfiles to add grep capability.Ted Trask2008-09-171-2/+2
* Added javascript tail functionality to logfiles.Ted Trask2008-09-031-0/+7
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-14/+2
* Modified logfiles to use cfe's more properly.Ted Trask2008-06-021-7/+14
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-241-17/+3
* Cleaned up the code and using some librarys instead.Mika Havela2008-01-151-6/+6
* Sorting logfiles. Small modifications so that header is not inside the table ...v2.0_alpha2Mika Havela2007-11-291-1/+6
* Added some comments and redirect page when entering invalid urlMika Havela2007-11-201-6/+6
* Working on downloading filesMika Havela2007-11-051-0/+2
* Added view functionallity for logfilesMika Havela2007-11-051-0/+4
* Delete logfile worksMika Havela2007-11-021-4/+5
* GET metod starting to take formMika Havela2007-11-021-1/+1
* Initial code for logfile browsingMika Havela2007-11-011-0/+33