summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added missing require statementTed Trask2015-05-151-0/+1
|
* Bump version to 0.10.0v0.10.0Ted Trask2014-04-261-1/+1
|
* Minor cleanup of listfiles html viewTed Trask2014-04-251-2/+1
|
* Changes to use new htmlviewfunctions functions and remove dead codeTed Trask2014-04-175-148/+21
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-033-24/+43
| | | | and use lowercase tags
* Bump version to 0.9.0v0.9.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-54/+58
| | | | | 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-093-3/+3
|
* Bumped version to 0.8.1v0.8.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-272-19/+4
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-024-0/+4
|
* Bumped version to 0.8.0v0.8.0Ted Trask2012-08-151-1/+1
|
* Removed redirect_to_referrer callsTed Trask2012-08-154-13/+25
|
* 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-186-24/+25
| | | | | | 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
* Bumped version to 0.7.1v0.7.1Ted Trask2011-07-201-1/+1
|
* Prevent config from uncommenting multiple access_log or cache_dir lines, ↵Ted Trask2011-07-201-7/+17
| | | | report error instead
* Bumped version to 0.7.0v0.7.0Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-302-11/+1
|
* Bumped version to 0.6.0v0.6.0Ted Trask2010-01-011-1/+1
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-4/+4
|
* Bumped to 0.5.2v0.5.2Ted Trask2009-12-101-1/+1
|
* Added status and startstop to listfiles view.Ted Trask2009-11-021-1/+9
|
* Sort file list, remove spaces and add path for new files. Bumped to 0.5.1v0.5.1Ted Trask2009-09-212-7/+12
| | | | Plus some cleanup
* Bumped revision to 0.5.0v0.5.0Ted Trask2009-06-111-1/+1
|
* Added 'reload' and 'rotate' to startstop.Ted Trask2009-06-101-1/+1
|
* Bumped revision to 0.4.0v0.4.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.8Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/tags/release-0.3.8@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-2/+2
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-154-7/+7
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-9/+9
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.3.7Ted Trask2008-12-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1619 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Enhanced squid to view and edit files within /etc/squid.Ted Trask2008-11-227-2/+121
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1609 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.6Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+4
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+3
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.5Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-4/+2
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 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