summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-5/+9
| | | | | | 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/alpine-baselayout/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+3
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-225-16/+15
| | | | | | 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/alpine-baselayout/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.4Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added alpine-baselayout hostname and password edit.Ted Trask2008-10-1310-51/+77
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1556 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added Restart Networking function to interfaces. Redirect to read after update.Ted Trask2008-10-134-11/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1553 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-116-2/+128
| | | | | | 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/alpine-baselayout/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.4.3Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-072-32/+31
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-4/+4
| | | | | | 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/alpine-baselayout/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-7/+5
| | | | | | 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/alpine-baselayout/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on various Makefilesv0.4.2Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added missing require statement in interfaces.Ted Trask2008-09-251-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1521 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilev0.4.1Mika Havela2008-09-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1485 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logfiles to add grep capability.Ted Trask2008-09-174-6/+61
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1472 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Remove link before checkinTed Trask2008-09-171-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1471 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified netword stats to not need iproute2.Ted Trask2008-09-171-14/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1470 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesv0.4.0Mika Havela2008-09-101-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1455 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fix ajax in IE by turning off cachingTed Trask2008-09-092-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1453 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added dynamic network activity page to health controller.Ted Trask2008-09-067-3/+170
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1452 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript tail functionality to logfiles.Ted Trask2008-09-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1442 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript tail functionality to logfiles.Ted Trask2008-09-035-0/+99
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1441 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.3.7Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces model to add a function to parse ip addr.Ted Trask2008-08-201-0/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1386 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.6Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2814-168/+168
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog to use controllerfunctions, modelfunctions, and common lsp ↵Ted Trask2008-07-0410-239/+59
| | | | | | files. Changed status->loginfo and basicstatus->status. Stopped expert from adding blank lines to the end. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1274 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified skins to use viewfunctions and controllerfunctions.Ted Trask2008-07-033-9/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1272 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-024-43/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1270 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding the interfaces symlinks.Ted Trask2008-07-022-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1269 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-026-305/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1268 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to interfaces update/create pages. Minor changes to ↵Ted Trask2008-06-303-6/+299
| | | | | | tinydns and viewfunctions. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1264 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump in Makefilev0.3.5Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1229 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug on invalid skin nameTed Trask2008-06-051-2/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1202 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog to move clientdata processing from model to controller.Ted Trask2008-06-053-30/+31
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1201 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated alpineverion to use new cfe modelTed Trask2008-06-052-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1200 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified skins to use cfe's more properly.Ted Trask2008-06-023-33/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1194 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing obsolete filesTed Trask2008-06-023-78/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1193 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logfiles to use cfe's more properly.Ted Trask2008-06-025-86/+74
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1192 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated interfaces to use new cfe model, add more iface families, add more ↵Ted Trask2008-05-309-377/+524
| | | | | | flexibility to editing, show ip status, bring up/down interfaces, and general cleanup. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1191 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health controller to use cfe's and added support for multiple ↵Ted Trask2008-05-248-72/+117
| | | | | | floppy and hard drives. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1181 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.3.4Mika Havela2008-05-223-4/+4
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.3Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved skinsMika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1146 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-212-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1130 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added validation to syslog expert page.Ted Trask2008-05-151-44/+70
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1123 ab2d0c66-481e-0410-8bed-d214d4d58bed
* For cfe.type='form', use cfe.option as the command to save the form data ↵Ted Trask2008-05-154-37/+52
| | | | | | i.e. can be used as button name. Modified pages that use 'form' to also use 'option'. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-154-12/+12
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-144-5/+5
| | | | | | | Removed hostname from pageinfo and replaced with component load in template. A little cleanup to use pageinfo in views. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1119 ab2d0c66-481e-0410-8bed-d214d4d58bed