summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Versionbump on various Makefilesv0.3.4Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in squid digest, saving caused exception.Ted Trask2008-09-252-1/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1520 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.3.3Mika Havela2008-09-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1492 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library to operate on strings rather than files - makes it ↵Ted Trask2008-09-191-15/+17
| | | | | | more flexible. Removed dependencies and unnecessary _to_string functions - use table.concat instead. Changed remove_blanks_comments to parse_lines. Added parse_linesandwords, replace_line, insert_line, and get_line functions from parser.lua and removed parser.lua. Made slight changes to squid and devtools to reflect library changes. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote squid to remove dependence on tags in config file. Removed ntlm ↵Ted Trask2008-09-1812-1122/+304
| | | | | | 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
* Versionbump on Makefilesv0.3.2Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified squid to use new status, startstop, and expert (replaced advanced) ↵Ted Trask2008-08-1212-348/+44
| | | | | | actions. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1379 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.1Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-287-60/+60
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.0Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1153 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-076-26/+56
| | | | 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-065-29/+29
| | | | | | the right way. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1106 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Makefile version bumpv0.2.2Mika Havela2008-05-061-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1104 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing start/stop/restart process to show stderr to the user (as for all ↵Mika Havela2008-05-065-35/+18
| | | | | | 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-057-122/+161
| | | | | | | | | 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
* version bump on Makefilev0.2.1Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1092 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
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved roles/permissions to individual roles filesTed Trask2008-04-231-9/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1034 ab2d0c66-481e-0410-8bed-d214d4d58bed
* install squid in correct placev0.2Natanael Copa2008-02-191-3/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@752 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed version in Makefiles and then uploaded new apk's to dev.alpinelinux.orgMika Havela2008-02-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@715 ab2d0c66-481e-0410-8bed-d214d4d58bed
* adapted squid.menu to the new menu/tab formatAndreas Brodmann2008-02-091-1/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@707 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifyed the menu files (again - Sorry about that)Mika Havela2008-02-061-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@703 ab2d0c66-481e-0410-8bed-d214d4d58bed
* git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@637 ↵Andreas Brodmann2008-01-241-22/+26
| | | | ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed the file squid-ntlm-html.lsp from MakefileAndreas Brodmann2008-01-241-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@634 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed the ntlm/winbindd part from acf-squidAndreas Brodmann2008-01-242-93/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@633 ab2d0c66-481e-0410-8bed-d214d4d58bed
* git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@623 ↵Andreas Brodmann2008-01-186-35/+35
| | | | ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to squid-digest-html.lspAndreas Brodmann2008-01-181-4/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@622 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to squid-advanced-html.lsp / squid-controller.luaAndreas Brodmann2008-01-182-12/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@621 ab2d0c66-481e-0410-8bed-d214d4d58bed
* gui updatesAndreas Brodmann2008-01-182-7/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@620 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated the basic view to contain the <DL></DL> tagsAndreas Brodmann2008-01-181-0/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@618 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fix in model:dependancy_ok() to check for empty files (size:0)Andreas Brodmann2008-01-181-2/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@617 ab2d0c66-481e-0410-8bed-d214d4d58bed
* corrected Makefile after separation from dansguardianAndreas Brodmann2008-01-181-8/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@616 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved the dansguardian stuff into its own acfAndreas Brodmann2008-01-188-836/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@612 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added READMEAndreas Brodmann2008-01-171-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@607 ab2d0c66-481e-0410-8bed-d214d4d58bed
* gui modsAndreas Brodmann2008-01-176-23/+49
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@606 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed Makefiles to version 0.1v0.1Mika Havela2008-01-171-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@605 ab2d0c66-481e-0410-8bed-d214d4d58bed
* unification of the different squid-viewsAndreas Brodmann2008-01-164-20/+42
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@591 ab2d0c66-481e-0410-8bed-d214d4d58bed
* minor adjustment to dansguardian-general-html.lsp - header changes onlyAndreas Brodmann2008-01-161-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@590 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updates to the squid/dansguardian gui, e.g. get_version stuff, unified the ↵Andreas Brodmann2008-01-166-15/+49
| | | | | | 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-1412-11/+392
| | | | | | | | 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-096-108/+105
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@520 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added a headerMika Havela2008-01-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@515 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding some <P>, <DT> and <DD> (and removed some tables)Mika Havela2008-01-081-30/+26
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@514 ab2d0c66-481e-0410-8bed-d214d4d58bed
* more gui changesAndreas Brodmann2008-01-082-23/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@513 ab2d0c66-481e-0410-8bed-d214d4d58bed
* further step in adapting css changesAndreas Brodmann2008-01-081-37/+31
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@512 ab2d0c66-481e-0410-8bed-d214d4d58bed