Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespaceHEADmaster | Ted Trask | 2016-08-10 | 3 | -3/+3 |
| | |||||
* | Bump version to 0.9.0v0.9.0 | Ted Trask | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-10 | 2 | -18/+19 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 2 | -29/+47 |
| | | | | and use lowercase tags | ||||
* | Bump version to 0.8.0v0.8.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-18 | 2 | -24/+28 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 3 | -4/+4 |
| | |||||
* | Bump version to 0.7.0v0.7.0 | Ted Trask | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Replaced io.popen with modelfunctions.run_executable | Ted Trask | 2013-01-01 | 1 | -5/+3 |
| | |||||
* | Bumped version to 0.6.1v0.6.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-28 | 3 | -29/+16 |
| | |||||
* | Removed unnecessary links to form-html.lsp | Ted Trask | 2012-10-26 | 1 | -1/+0 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 3 | -0/+3 |
| | |||||
* | Bumped version to 0.6.0v0.6.0 | Ted Trask | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Fix bug when postmaster is not set | Ted Trask | 2012-07-09 | 1 | -1/+5 |
| | |||||
* | Made changes to remove redirect_to_referrer and remote inconsistent and ↵ | Ted Trask | 2012-07-09 | 3 | -12/+21 |
| | | | | confusing use of 'entry' | ||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 2 | -8/+8 |
| | |||||
* | Fixed startstop to match new method | Ted Trask | 2012-04-18 | 2 | -8/+10 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 5 | -16/+14 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries | ||||
* | Bumped version to 0.5.0v0.5.0 | Ted Trask | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Modified for acf-core-0.13.0 | Ted Trask | 2011-03-30 | 1 | -5/+1 |
| | |||||
* | Bumped version to 0.4.2v0.4.2 | Ted Trask | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Removed debug statements. | Ted Trask | 2009-12-31 | 1 | -7/+0 |
| | |||||
* | Added back Test and Run buttons by using su command. Bumped to 0.4.1v0.4.1 | Ted Trask | 2009-09-18 | 2 | -11/+3 |
| | |||||
* | Bumped revision to 0.4.0v0.4.0 | Ted Trask | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | Removed non-functioning Run and Test buttons from startstop. | Ted Trask | 2009-06-18 | 2 | -32/+11 |
| | |||||
* | Rewrote config write to make keyword order consistent and always put ↵ | Ted Trask | 2009-06-12 | 1 | -78/+101 |
| | | | | username as first user option. | ||||
* | Fixed bug in validation caused by Lua special characters. | Ted Trask | 2009-06-12 | 1 | -5/+5 |
| | |||||
* | Bumped revision to 0.3.0v0.3.0 | root | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Updated for startstop in core 0.5.0 | root | 2009-06-04 | 3 | -8/+8 |
| | |||||
* | Chown /etc/fetchmailrc to user fetchmail for alpine 1.9 | Ted Trask | 2009-05-29 | 1 | -0/+3 |
| | |||||
* | Added support for envelope option for catchall accounts. | Ted Trask | 2009-05-29 | 2 | -4/+43 |
| | |||||
* | Changed /etc/fetchmailrc permissions to 600 | Ted Trask | 2009-05-27 | 1 | -3/+3 |
| | |||||
* | Tagged packages for release.v0.2.6 | ttrask | 2009-03-19 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1737 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified fetchmail to put 'is' at the end and change parsing of lines to try ↵ | ttrask | 2009-03-19 | 1 | -17/+43 |
| | | | | | | to distinguish better between keywords and parameters. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1736 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Changed the way startstop works in core to add a list of allowed actions. ↵ | ttrask | 2009-03-17 | 2 | -21/+24 |
| | | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified Makefiles and tagged for release with lots of security fixes.v0.2.5 | Ted Trask | 2009-01-22 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Proposed changes to menu. | Ted Trask | 2009-01-19 | 1 | -3/+3 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Tested by removing expected packages, files, and directories. Fixed ↵ | Ted Trask | 2009-01-16 | 1 | -1/+1 |
| | | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified html.lua and viewlibrary.lua and all html files to html_escape ↵ | Ted Trask | 2009-01-15 | 4 | -12/+12 |
| | | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified fs.lua to survive nil parameters. Added create_directory and used ↵ | Ted Trask | 2009-01-13 | 1 | -6/+6 |
| | | | | | | 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/fetchmail/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified several pages to replace contenteditable with readonly. Added ↵ | Ted Trask | 2009-01-12 | 1 | -4/+4 |
| | | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Version bump on Makefiles.v0.2.4 | Ted Trask | 2008-11-18 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1599 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified fetchmail to specify an entry by server, method, mailbox, and ↵ | Ted Trask | 2008-11-18 | 4 | -16/+45 |
| | | | | | | domain instead of just by server. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1598 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Version bump on several Makefiles.v0.2.3 | Ted Trask | 2008-11-04 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed bug in fetchmail entry validation. | Ted Trask | 2008-11-04 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1576 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵ | Ted Trask | 2008-10-24 | 1 | -4/+4 |
| | | | | | | 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/fetchmail/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified viewfunctions displaycommandresults to not delete the error results ↵ | Ted Trask | 2008-10-22 | 1 | -1/+1 |
| | | | | | | 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/fetchmail/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified viewfunctions to split displayform, creating displayformstart and ↵ | Ted Trask | 2008-10-22 | 2 | -3/+5 |
| | | | | | | 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/fetchmail/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Version bump on several Makefiles.v0.2.2 | Ted Trask | 2008-10-21 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed |