summaryrefslogtreecommitdiffstats
path: root/squid-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Changes to use new htmlviewfunctions functions and remove dead codeTed Trask2014-04-171-32/+0
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-16/+18
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Removed redirect_to_referrer callsTed Trask2012-08-151-2/+2
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-9/+7
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Enhanced squid to view and edit files within /etc/squid.Ted Trask2008-11-221-0/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1609 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote squid to remove dependence on tags in config file. Removed ntlm ↵Ted Trask2008-09-181-89/+18
| | | | | | settings, which will have to be implemented in winbindd acf. No support yet for advanced config. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1475 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified squid to use new status, startstop, and expert (replaced advanced) ↵Ted Trask2008-08-121-109/+12
| | | | | | actions. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1379 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-6/+6
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding a status-tab and moving some information there (from the other pages).Mika Havela2008-05-071-1/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1110 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed a bug when start/stop/restart the process. Buttons now enable/disable ↵Mika Havela2008-05-061-25/+25
| | | | | | the right way. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1106 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing start/stop/restart process to show stderr to the user (as for all ↵Mika Havela2008-05-061-9/+6
| | | | | | other ACF's) git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1103 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved around the information on the view-files to reflect the same layout as ↵Mika Havela2008-05-051-6/+21
| | | | | | | | | other ACF's. Added information on autostart sequence. Fetch programversion the same way as other acf's do (apk_version -v). git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1102 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-9/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-26/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed the ntlm/winbindd part from acf-squidAndreas Brodmann2008-01-241-32/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@633 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to squid-advanced-html.lsp / squid-controller.luaAndreas Brodmann2008-01-181-1/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@621 ab2d0c66-481e-0410-8bed-d214d4d58bed
* unification of the different squid-viewsAndreas Brodmann2008-01-161-2/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@591 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to the squid/dansguardian gui, e.g. get_version stuff, unified the ↵Andreas Brodmann2008-01-161-1/+4
| | | | | | apps to look the same as the others git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@589 ab2d0c66-481e-0410-8bed-d214d4d58bed
* small change in authmethod guiAndreas Brodmann2008-01-141-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@564 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 1) you can now change to auth methodsAndreas Brodmann2008-01-141-5/+38
| | | | | | | | 2) tags insertion into config file solved with default config 3) modifications on views to look better with css git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates on gui and functionality of squid and dansguardian acfsAndreas Brodmann2008-01-091-30/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@520 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated /acf/squid digest auth / ntlm auth / special accessAndreas Brodmann2008-01-071-0/+77
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@497 ab2d0c66-481e-0410-8bed-d214d4d58bed
* work in progress on controller and modelAndreas Brodmann2007-12-281-0/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@458 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: daily update on trunkAndreas Brodmann2007-11-291-2/+25
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@389 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated daily work on /acf/squidAndreas Brodmann2007-11-261-2/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@367 ab2d0c66-481e-0410-8bed-d214d4d58bed
* save ongoing work on acf-squidAndreas Brodmann2007-11-261-0/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@365 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: save work of dayAndreas Brodmann2007-11-201-3/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@352 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/squid: added advanced configuration pageAndreas Brodmann2007-11-201-0/+29
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@351 ab2d0c66-481e-0410-8bed-d214d4d58bed
* initial import of acf-squidv1.0_alpha1Andreas Brodmann2007-11-201-0/+53
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@350 ab2d0c66-481e-0410-8bed-d214d4d58bed