summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed apk-controller.lua to use new handle_form() functions found in ↵HEADmasterZach LeBar2012-03-226-35/+102
| | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to apk-model.lua to make everything work.
* Bump version to 0.6.0v0.6.0Ted Trask2011-08-281-1/+1
|
* apk-tools 2.1 moved the world fileTed Trask2011-08-281-1/+1
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-011-1/+1
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-174-18/+16
|
* UI fix, bumped to 0.4.4v0.4.4Ted Trask2009-12-102-5/+9
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-11-251-6/+5
|
* Modifed to use apk version for upgrade status, bumped to 0.4.3v0.4.3Ted Trask2009-09-232-11/+34
| | | | Fixed bug where 9->10 wasn't recognized as upgrade
* Fixed available bug (when really downgrade), changed loaded to installed, ↵v0.4.2Ted Trask2009-09-044-5/+5
| | | | used word Promote for clarity, bumped to 0.4.2
* Bumped version to 0.4.1v0.4.1Ted Trask2009-08-201-1/+1
|
* Fixed bug in upgrade_available where failed to check for nil.Ted Trask2009-08-201-2/+2
|
* Fixed bug when more than one available version of package.Ted Trask2009-08-201-1/+1
|
* Temporary workaround for upgrade to upgrade apk-tools first.v0.4.0Ted Trask2009-08-181-1/+6
|
* Added new apk-cache-html.lsp fileTed Trask2009-08-131-0/+1
|
* Added ability to enable cache, changed upgrade to use 'fix -u', added '-U' ↵Ted Trask2009-08-135-10/+66
| | | | to upgrade all, bumped to 0.4.0.
* Fixed package upgrade to not add as top-level package. Bumped to 0.3.1v0.3.1Ted Trask2009-07-173-7/+19
|
* Spelling change to dependent, cleaned up some comments.Ted Trask2009-07-172-22/+17
|
* Rewrote acf-apk-tools to reflect changes for apk-tools in alpine 1.9v0.3.0Ted Trask2009-07-168-46/+333
| | | | | | New features: update, upgrade, view details, list top level packages Corresponds to removed functions from apk.lua in acf-core version 0.8.0 Bumped version to 0.3.0
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Update for alpine 1.9 apk tools.Ted Trask2009-05-266-24/+12
|
* Modified Makefiles and tagged for release with lots of security fixes.v0.1.5Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/tags/release-0.1.5@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-162-4/+4
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-5/+5
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-1/+1
| | | | | | 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/apk-tools/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.1.4Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-1/+12
| | | | | | 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/apk-tools/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.1.3Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-2/+2
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-3/+8
| | | | | | opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.1.2Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-20/+20
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified apk-tools to use updated apk.lua library. Available now shows a ↵Ted Trask2008-07-142-11/+13
| | | | | | version to allow for updates. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1301 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified apk-tools model to use apk library.Ted Trask2008-07-041-52/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1281 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified apk to use controllerfunctions and common lsp file.Ted Trask2008-07-043-64/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1278 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilesv0.1.1Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1231 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Validate package name before delete/installTed Trask2008-06-051-15/+27
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1204 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added config page to apk to modify pathTed Trask2008-06-055-1/+52
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1199 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Mod openssl to restrict users to only see and delete their own requests.Ted Trask2008-05-231-1/+1
| | | | | | Moved apk to apk-tools. git-svn-id: svn://svn.alpinelinux.org/acf/apk-tools/trunk@1179 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added README filev0.1.0Mika Havela2008-05-011-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1063 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated regexpr to solve a small bug.Mika Havela2008-05-012-2/+2
| | | | | | Updated versionnumber in Makefile git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1060 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-302-9/+9
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added cfe support to apkTed Trask2008-04-253-24/+20
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1047 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-15/+3
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Addingv0.0.1Ted Trask2008-04-227-0/+253
git-svn-id: svn://svn.alpinelinux.org/acf/apk/trunk@1032 ab2d0c66-481e-0410-8bed-d214d4d58bed