summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tagged updated packages for release.HEADv0.3.4masterttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.3Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-7/+8
| | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-11/+11
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.2Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-18/+21
| | | | | | 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/devtools/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-1/+3
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.1Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-0/+5
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.0Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acfupdate to use cfes. Tried to make it work out-of-the-box ↵Ted Trask2008-10-014-119/+176
| | | | | | without having to check out of svn first. Works except web server must be restarted afterwards. Also has ability to use different svn server, for those like me using port-forwarding. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1538 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.2.5Mika Havela2008-09-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1496 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library to operate on strings rather than files - makes it ↵Ted Trask2008-09-191-4/+2
| | | | | | 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/devtools/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.2.4Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-10/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.2.3Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1235 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now svn co|up skins to the right placeMika Havela2008-06-241-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1224 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.2.2Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-5/+5
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump Makefilev0.2.1Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1093 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-16/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing the existens of a old library that's no longer needed.Mika Havela2008-04-151-6/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@987 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code.Mika Havela2008-04-092-27/+38
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@967 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed version in Makefiles and then uploaded new apk's to dev.alpinelinux.orgv0.2Mika Havela2008-02-131-5/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@715 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifyed the menu files (again - Sorry about that)Mika Havela2008-02-061-2/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@703 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up some old codeMika Havela2008-01-251-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@652 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can look at svn log 1 week back in time.Mika Havela2008-01-253-3/+31
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@651 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed but. Now the diff looks in the svn server if there is new updates ↵Mika Havela2008-01-241-2/+2
| | | | | | (before it only did a local diff) git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@638 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Perhibit the diff to be displayed as graphicsMika Havela2008-01-221-0/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@625 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/devtools/trunk@605 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed menuMika Havela2008-01-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@487 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Created Makefile, config.mk and READMEv2.0_alpha3Mika Havela2007-12-283-0/+59
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@463 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added diff and status functionallity, and now displaying STDERR when ↵Mika Havela2007-12-282-3/+49
| | | | | | something goes wrong git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@457 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added devtools that could come in handy when developing ACF-files. This ↵Mika Havela2007-12-244-0/+104
'acfupdate' devtool is useful for checking out all latest updates to the running system. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@452 ab2d0c66-481e-0410-8bed-d214d4d58bed