summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added date.luaMike Mason2007-11-281-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@379 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added split and join to fs.lua and gave them function names so we don't have ↵Mike Mason2007-11-283-1/+65
| | | | | | to strsplit = require split. Added a date string to table function in date.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@378 ab2d0c66-481e-0410-8bed-d214d4d58bed
* redid date_diffMike Mason2007-11-271-47/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@376 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fixed functions and updated with a date_diffMike Mason2007-11-271-12/+30
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@371 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added more tables and functions. Trying to document also.Mike Mason2007-11-261-2/+86
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@370 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding date and time functionalityMike Mason2007-11-232-3/+73
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@364 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up librariesMike Mason2007-11-234-363/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@363 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added ipairs_string to go through a table and make it a string. Easier to ↵Mike Mason2007-11-221-0/+15
| | | | | | write to a file with write_file git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@357 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added a search replace function for filesMike Mason2007-11-221-1/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@356 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Just a small change on layout. Moving footer.Mika Havela2007-11-171-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@334 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small css modsMika Havela2007-11-171-22/+32
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@333 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added library for pidofNatanael Copa2007-11-172-0/+72
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@329 ab2d0c66-481e-0410-8bed-d214d4d58bed
* do not die when skin is missingNatanael Copa2007-11-162-1/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* support for skinsNatanael Copa2007-11-166-3/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@322 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moving foo and bar to sandboxNatanael Copa2007-11-167-88/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@315 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved sandbox. added privsep to makefileNatanael Copa2007-11-161-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@313 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session library now records events of notice when an invalid sessionidNathan Angelacos2007-11-152-41/+69
| | | | | | | | is given, and does lazy saves for empty sessions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@309 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session table is now retrieved and saved via the mvc.on_load and ↵Nathan Angelacos2007-11-151-17/+25
| | | | | | mvc.post_exec functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@308 ab2d0c66-481e-0410-8bed-d214d4d58bed
* adding more functions to fs. May need to go into a file.luaMike Mason2007-11-151-3/+37
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@307 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added library for privilege separationNatanael Copa2007-11-141-0/+75
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@306 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session cookie gets written, session table gets stored (working)Nathan Angelacos2007-11-141-18/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@305 ab2d0c66-481e-0410-8bed-d214d4d58bed
* *Work in progress*Nathan Angelacos2007-11-142-9/+32
| | | | | | | | Use the session library to set up a session token, clean up the session lib git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@304 ab2d0c66-481e-0410-8bed-d214d4d58bed
* app/acf_www-controller.lua removed logit referencesNathan Angelacos2007-11-143-48/+14
| | | | | | | | lib/session.lua use posix lib/Makefile remove reference to ed.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@303 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed to use posix instead of lfsMike Mason2007-11-142-7/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@302 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed ed.lua. its unusedNatanael Copa2007-11-141-60/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@301 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fixed /acf/core/Makefile: header_body.jpgAndreas Brodmann2007-11-111-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@296 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Had missed the Alpine mountains. Now they are backMika Havela2007-11-091-6/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@293 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphic modifications to get IE workingMika Havela2007-11-084-131/+70
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@276 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fix stupid C style &&Nathan Angelacos2007-11-051-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@268 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - Fix typo error on line 96Nathan Angelacos2007-11-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@267 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - change new to return 3 values, new mvc object, Nathan Angelacos2007-11-022-7/+31
| | | | | | | | | | | and a boolean each for the status of loading the named controller and model acf_www-controller.lua - example showing how to cope if the mvc:new returns with a missing model/controller git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@266 ab2d0c66-481e-0410-8bed-d214d4d58bed
* beginning of cli wrapperAlexander Poslavsky2007-11-022-0/+82
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@262 ab2d0c66-481e-0410-8bed-d214d4d58bed
* general cfg parserAlexander Poslavsky2007-11-021-2/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@257 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added service model, should in the end be able to start/stop all servicesAlexander Poslavsky2007-11-022-0/+123
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@255 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added cfgfile model, for simplified cfgfile pagesAlexander Poslavsky2007-11-021-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@254 ab2d0c66-481e-0410-8bed-d214d4d58bed
* shorewall directory files, show changesAlexander Poslavsky2007-11-021-2/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@250 ab2d0c66-481e-0410-8bed-d214d4d58bed
* shorewall directory files movedAlexander Poslavsky2007-11-025-203/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@248 ab2d0c66-481e-0410-8bed-d214d4d58bed
* clean up reminders of logfiles that move to alpine-baselayoutNatanael Copa2007-11-011-5/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@242 ab2d0c66-481e-0410-8bed-d214d4d58bed
* test for general etc editingAlexander Poslavsky2007-11-016-0/+288
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@241 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved files that where placed in wrong folder (sorry for that).Mika Havela2007-11-014-65/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@238 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added initial files for viewing logfiles.Mika Havela2007-10-317-6/+93
| | | | | | | | | These files might be placed in wrong subfolder, but that can be changed later. Menuhints are modified after wiki "Alpine Configuration Framework Design". css has small changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@237 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - last commit broke inheritanceNathan Angelacos2007-10-251-4/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@233 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - removed redefinition of controller in dispatchNathan Angelacos2007-10-251-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@232 ab2d0c66-481e-0410-8bed-d214d4d58bed
* And the Makefile was forgottenMika Havela2007-10-241-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@231 ab2d0c66-481e-0410-8bed-d214d4d58bed
* A new skinMika Havela2007-10-241-48/+112
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@230 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added AlpineLogo (this logo could be done much better)Mika Havela2007-10-241-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@229 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added pictureMika Havela2007-10-241-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@228 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified footer.Mika Havela2007-10-241-13/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@227 ab2d0c66-481e-0410-8bed-d214d4d58bed
* parse_path_info - not self:parse_path_infoNathan Angelacos2007-10-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@226 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - parse_path_info can't use string as a parameter.Nathan Angelacos2007-10-241-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@225 ab2d0c66-481e-0410-8bed-d214d4d58bed