summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.8.0v0.8.0Ted Trask2012-12-261-1/+1
|
* Replace io.popen and apk library with modelfunctions.run_executable callsTed Trask2012-12-181-51/+22
|
* Bump version to 0.7.4v0.7.4Ted Trask2012-12-131-1/+1
|
* Minor change to commentTed Trask2012-12-131-1/+1
|
* Fixed links to submit formsTed Trask2012-12-132-6/+6
|
* Bump version to 0.7.3v0.7.3Ted Trask2012-11-201-1/+1
|
* Fixed resetting menu / permissions when packages changeTed Trask2012-11-201-5/+13
|
* Bumped version to 0.7.2v0.7.2Ted Trask2012-11-071-1/+1
|
* Fixed null dereference bug now that dependencies are not just packages, but ↵Ted Trask2012-11-071-1/+1
| | | | libraries
* Bumped version to 0.7.1v0.7.1Ted Trask2012-10-281-1/+1
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-261-1/+0
|
* Added require statement for html libraryTed Trask2012-10-023-0/+3
|
* Bumped version to 0.7.0v0.7.0Ted Trask2012-07-011-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-13/+13
|
* Modified require statements for acf. librariesTed Trask2012-04-181-1/+1
|
* Merge ssh://git.alpinelinux.org/gitroot/zelebar/acf-apk-toolsTed Trask2012-04-176-35/+102
|\
| * Changed apk-controller.lua to use new handle_form() functions found in ↵Zach 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.
* | Updates to reflect changes in acf-core-0.15 - viewfunctions becomes ↵Ted Trask2012-02-234-15/+15
|/ | | | htmlviewfunctions
* 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