summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated <input to hold the class information. This co-operates with the cssMika Havela2007-12-201-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@442 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed Makefile to reflect new skinsMika Havela2007-12-201-13/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@437 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the simple skin to be more usable as a demo-skin when creating new skinsMika Havela2007-12-201-0/+102
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@436 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added a new skin called swirl. Its based on the previous swoop skinMika Havela2007-12-204-0/+342
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@435 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the default skinMika Havela2007-12-2021-720/+325
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@434 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added functionallity to display the alpine version in the templateMika Havela2007-12-201-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@433 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed menuorderMika Havela2007-12-201-6/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@432 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified the way the template works against the css.Mika Havela2007-12-201-71/+63
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@431 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added an md5sum hash function to fs.lua. Cron-model and cron-controller ↵Mike Mason2007-12-131-0/+8
| | | | | | added just to grab and edit the crontab file. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@424 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing password-model to use format. Adding function to format.Mike Mason2007-12-131-0/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@423 ab2d0c66-481e-0410-8bed-d214d4d58bed
* WIPNathan Angelacos2007-12-093-7/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@422 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-094-26/+33
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@421 ab2d0c66-481e-0410-8bed-d214d4d58bed
* logon model stubbed inNathan Angelacos2007-12-093-59/+55
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@420 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More format libs like search_replace and such. All now documented on wikiMike Mason2007-12-061-19/+69
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@417 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Made validator functions useful after load, fixed a bug in format, changed ↵Mike Mason2007-12-054-6/+33
| | | | | | README to reflect changes git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@413 ab2d0c66-481e-0410-8bed-d214d4d58bed
* reworked authenticatorNathan Angelacos2007-12-051-26/+37
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added timezone information to date.lua. Added fs.file_write to be able to ↵Mike Mason2007-12-043-0/+160
| | | | | | add newlines at the end of the file(most strings don't have them) and also added a function to format.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@408 ab2d0c66-481e-0410-8bed-d214d4d58bed
* I know its useless to do anything with the css... but I need it for the ↵Mika Havela2007-12-041-5/+5
| | | | | | moment to see my layout. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@405 ab2d0c66-481e-0410-8bed-d214d4d58bed
* plaintext authenticator libraryNathan Angelacos2007-12-042-1/+83
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@404 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Put the cfe_unpack function in html. This helps with cfe troubleshooting. ↵Mike Mason2007-11-302-12/+12
| | | | | | | | | Should have been in html.lua in the first place. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@395 ab2d0c66-481e-0410-8bed-d214d4d58bed
* html.lua contains the cfe to specific html modules. Took out the table ↵Mike Mason2007-11-291-30/+1
| | | | | | function. html.lua being updated git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@388 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Lots of changes. fs.lua now only has file/filesystem functions. format.lua ↵Mike Mason2007-11-285-91/+135
| | | | | | added to be convert/sytle format changes. join.lua and split.lua put in format now. May delete later. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@385 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 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