summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up index.html and template-html.lspZach LeBar1980-02-091-11/+10
| | | | Refined the HTML in both to remove extraneous elements, and adjust ids and classnames for more succinct code.
* Modified require statements for acf.xTed Trask2012-01-211-4/+1
|
* Fix the old method for requireing mvc.luaTed Trask2012-01-181-1/+2
|
* add compat scripts for acf-cli and mvc.luaNatanael Copa2012-01-123-1/+16
| | | | they log and forward to new location
* Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cliTed Trask2011-08-305-532/+1
|
* Fixed cli app to properly destroy created controllersTed Trask2011-07-181-0/+2
|
* Changed mvc soft_require to include the prefix to avoid controller name ↵Ted Trask2010-11-171-2/+7
| | | | conflict problems.
* Fixed typoTed Trask2010-07-301-1/+1
|
* Fixed destroy function so package not marked as loaded.Ted Trask2010-07-291-0/+4
|
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-1/+1
|
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-13/+15
|
* Added logfile config setting to acf.confTed Trask2009-12-301-1/+1
|
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-302-7/+7
|
* Removed jquery and moved to acf-skins and new acf-jquery package.Ted Trask2009-12-3010-904/+0
|
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-303-3/+2
|
* Fixed template bug, remembered to actually remove the basename/dirname ↵Ted Trask2009-12-281-15/+0
| | | | functions.
* Removed redundant/buggy basename and dirname functions. Added ↵Ted Trask2009-12-281-12/+20
| | | | | | | parse_redir_string to www controller. Removed basename and dirname from mvc and fs, use posix functions instead. parse_path_info was buggy and used 2 ways, rewrote and created parse_redir_string for backwards parsing.
* Fixed bug in loading controllers - allow '.' in pathTed Trask2009-12-231-10/+5
|
* Made command-line client work.Ted Trask2009-12-182-13/+41
|
* Removing background color from table content. Various skins might want ↵Mika Havela2009-10-071-2/+0
| | | | different bgcolor on tables, we should let them choose.
* Increase the maximum input size from 32k to 256k for default squid config file.ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1733 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Upgrade jquery flot to 0.5.release-0.4.18Ted Trask2009-01-051-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1663 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified mvc to create a stack of self pointers as controllers are created. ↵release-0.4.12Ted Trask2008-11-171-0/+14
| | | | | | Modelfunctions write_file_with_audit uses the stack to find self for auditing. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1595 ab2d0c66-481e-0410-8bed-d214d4d58bed
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-091-0/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1582 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-251-0/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added excanvas and flot javascript librariesTed Trask2008-09-052-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1451 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated tinydns as follows: Renames status to view and basicstatus to ↵Ted Trask2008-06-241-25/+4
| | | | | | | | status. Added ability to view individual config file / domain. Added link from view to edit actual line. Modified view. Updated jQuery to latest 1.2.6 git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1253 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to sort certificate table in openssl.Ted Trask2008-06-108-0/+925
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1214 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf to allow file upload (arbitrary 32k limit).Ted Trask2008-05-271-1/+1
| | | | | | Cleaned up openssl and added ability to upload/generate CA certificate. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1184 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moving skins to a separate acf.Mika Havela2008-05-21270-10782/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1140 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes.Mika Havela2008-05-211-2/+3
| | | | | | Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Change inheritance from worker->self->parent to self->worker->parent as ↵Ted Trask2008-05-141-84/+30
| | | | | | | | | | found in wiki. Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small updates on the skinsMika Havela2008-05-052-13/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1101 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-1/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding a skin to use with acf-gnats (only usable for gnats - No mainmenus)Mika Havela2008-04-256-0/+334
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1045 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-17/+24
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added destroy and on_unload functions. Moved saving of session from ↵Ted Trask2008-04-242-7/+25
| | | | | | post_exec to on_unload. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1036 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed automatic redirection to include prefixTed Trask2008-04-221-2/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1033 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Ted's Logon/permissions changesTed Trask2008-04-211-17/+66
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the stylesheet with a small graphical adjustment.Mika Havela2008-04-151-2/+2
| | | | | | Added gnats tabs to the roles file. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@990 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some graphics to the MakefileMika Havela2008-04-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@963 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Activated som graphics that now is used.Mika Havela2008-04-011-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@868 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks of the header of tables.Mika Havela2008-04-011-2/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@867 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use liberation sans if it existNatanael Copa2008-03-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@855 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Stripped the size of core by not including unused tango images.v0.3Mika Havela2008-03-051-10/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@814 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed MakefileMika Havela2008-03-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@811 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed water-skin.Mika Havela2008-03-042-375/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@810 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed the css name to cloudsMika Havela2008-03-041-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@809 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed ddwrt to cloudsMika Havela2008-03-041-0/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@808 ab2d0c66-481e-0410-8bed-d214d4d58bed