Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.4.0v0.4.0 | Ted Trask | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-25 | 3 | -79/+60 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 2 | -66/+70 |
| | | | | and use lowercase tags | ||||
* | Change bulk creation to use nid from database rather than hardcoding | Ted Trask | 2013-12-23 | 1 | -8/+14 |
| | |||||
* | Added validation for group creation | Ted Trask | 2013-12-23 | 1 | -34/+61 |
| | |||||
* | Some cleanup of bulk creation | Ted Trask | 2013-12-08 | 2 | -33/+38 |
| | |||||
* | Add batch account creation | Ted Trask | 2013-12-08 | 4 | -3/+55 |
| | | | | Contributed by alacerda alancordeiro@gmail.com | ||||
* | Bump version to 0.3.2v0.3.2 | Ted Trask | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary styles from tablesorter header row | Ted Trask | 2013-11-20 | 2 | -2/+2 |
| | |||||
* | Add tablesorter zebra widget | Ted Trask | 2013-11-19 | 2 | -2/+2 |
| | |||||
* | Change sql to use BEGIN rather than START | Ted Trask | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | Clean up authenticator to properly report fields | Ted Trask | 2013-11-17 | 1 | -3/+16 |
| | |||||
* | Bump version to 0.3.1v0.3.1 | Ted Trask | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Fix bug where deleting blank user deletes all users | Ted Trask | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.3.0v0.3.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Fix to use escape function from db library | Ted Trask | 2013-10-19 | 1 | -10/+10 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-18 | 3 | -62/+69 |
| | | | | | 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 | 4 | -6/+6 |
| | |||||
* | Use acf.db library from acf-lib-0.6.0 | Ted Trask | 2013-10-09 | 1 | -132/+47 |
| | |||||
* | Only load js libraries if not already loaded | Ted Trask | 2013-10-03 | 3 | -30/+29 |
| | |||||
* | Bump version to 0.2.1v0.2.1 | Ted Trask | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | Modified escape function and used it in more places | Ted Trask | 2013-05-13 | 1 | -5/+5 |
| | |||||
* | Bump version to 0.2.0v0.2.0 | Ted Trask | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Fixed move message bugs | Ted Trask | 2013-01-08 | 3 | -5/+5 |
| | |||||
* | Fixed email message bugs | Ted Trask | 2013-01-08 | 2 | -5/+5 |
| | |||||
* | Fix bug in forwarding messages | Ted Trask | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Fix CallMe link | Ted Trask | 2013-01-08 | 2 | -3/+3 |
| | |||||
* | Replace io.popen with modelfunctions.run_executable | Ted Trask | 2013-01-01 | 1 | -32/+16 |
| | |||||
* | Bump version to 0.1.2v0.1.2 | Ted Trask | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Fixed bugs caused by not being thorough when changing function prototypes | Ted Trask | 2012-12-26 | 1 | -3/+3 |
| | |||||
* | Cleaned up use of viewtype | Ted Trask | 2012-11-25 | 2 | -6/+4 |
| | |||||
* | Bumped version to 0.1.1v0.1.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -0/+2 |
| | |||||
* | Bumped version to 0.1.0v0.1.0 | Ted Trask | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -17/+17 |
| | |||||
* | Change vmail-controller.lua to use new handle_form() functions found in ↵ | Zach LeBar | 2012-02-28 | 3 | -99/+172 |
| | | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model.lua to make everything work. | ||||
* | Started making changes for acf-core-0.15 | Ted Trask | 2012-02-23 | 7 | -75/+80 |
| | | | | | | | Changed viewfunctions library to htmlviewfunctions Changed editusersettings, editmyusersettings, and createuser to use new handle_form functionality Removed views for above actions by moving customization to model - seq and readonly Changed deleteuser to be a form | ||||
* | Fix sql escape to not escape \ | Ted Trask | 2012-02-09 | 1 | -2/+1 |
| | |||||
* | Changed authenticator to not show vmail users when listing all users, but ↵ | Ted Trask | 2012-02-09 | 1 | -0/+2 |
| | | | | still can log in | ||||
* | Mark message as read after playing, downloading, or callback | Ted Trask | 2011-12-21 | 1 | -1/+15 |
| | |||||
* | Bumped version to 0.0.14v0.0.14 | Ted Trask | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | Fixed delete_user to delete the entry in voicemail_prefs and all recordings | Ted Trask | 2011-11-17 | 1 | -0/+6 |
| | |||||
* | Fixed typo | Ted Trask | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Fix notification when you change someone else's message | Ted Trask | 2011-07-13 | 1 | -3/+15 |
| | |||||
* | Updated name and description of vm-keep-local-after-email because it will ↵ | Ted Trask | 2011-07-08 | 1 | -1/+1 |
| | | | | delete even if email is disabled | ||||
* | Fixed bug where deleting blank user deleted all messages and the first user | Ted Trask | 2011-06-21 | 1 | -22/+26 |
| | |||||
* | Bumped version to 0.0.130.0.13 | Ted Trask | 2011-06-13 | 1 | -1/+1 |
| | |||||
* | Notify voicemail module on message move or delete so it can update MWI | Ted Trask | 2011-06-13 | 1 | -0/+13 |
| | |||||
* | Bumped version to 0.0.12v0.0.12 | Ted Trask | 2011-05-18 | 1 | -1/+1 |
| |