| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deleted the hook methods which were deprecated in the previous release | Todd Leonhardt | 2018-09-25 | 1 | -36/+15 |
| | | | | | | | | | | The following methods of cmd2.Cmd have been deleted: - preparse - postparsing_precmd - postparsing_postcmd The new application lifecycle hook framework allows for registering callbacks to be called at various points in the application lifecycle and is more powerful and flexible than the old system of fixed hook methods. | ||||
| * | Fix erroneous indication that ‘precmd()’ and ‘postcmd()’ are deprecated | kotfu | 2018-07-16 | 1 | -4/+0 |
| | | |||||
| * | Fix typo. | kotfu | 2018-07-15 | 1 | -3/+4 |
| | | |||||
| * | Update description of command loop | kotfu | 2018-07-15 | 1 | -16/+16 |
| | | |||||
| * | preloop() and postloop() should not have been shown as deprecated | kotfu | 2018-07-12 | 1 | -10/+8 |
| | | |||||
| * | Fix a couple minor typos in hooks.rst | Todd Leonhardt | 2018-07-11 | 1 | -3/+3 |
| | | |||||
| * | Add command finalization hooks | kotfu | 2018-07-05 | 1 | -0/+2 |
| | | |||||
| * | Postcommand hooks implemented | kotfu | 2018-06-22 | 1 | -11/+12 |
| | | |||||
| * | Revised postparsing hooks | kotfu | 2018-06-21 | 1 | -19/+25 |
| | | |||||
| * | Formating and light editing | kotfu | 2018-06-03 | 1 | -23/+36 |
| | | |||||
| * | Precommand hooks now check typing of passed callables | kotfu | 2018-06-03 | 1 | -11/+22 |
| | | |||||
| * | Begin converting precmd to passing and returning a data object | kotfu | 2018-06-03 | 1 | -3/+11 |
| | | |||||
| * | Spacing, formating, and minor copy edits. | kotfu | 2018-05-28 | 1 | -10/+13 |
| | | |||||
| * | Add more whitespace | kotfu | 2018-05-27 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' into plugin_functions | kotfu | 2018-05-27 | 1 | -2/+0 |
| |\ | | | | | | | | | # Conflicts: # cmd2/cmd2.py | ||||
| | * | Fixed bug where preparse() wasn't called before parsing | Todd Leonhardt | 2018-05-27 | 1 | -2/+0 |
| | | | | | | | | | | | Also: - Deleted postparse() since it was redundant with postparsing_precmd() | ||||
| * | | Differentiate between postparsing hooks and precommand hooks | kotfu | 2018-05-27 | 1 | -0/+4 |
| | | | |||||
| * | | implement precommand and postcommand hooks | kotfu | 2018-05-27 | 1 | -35/+143 |
| | | | |||||
| * | | Add preloop and postloop hook capabilities | kotfu | 2018-05-26 | 1 | -7/+35 |
| | | | |||||
| * | | Preparsing hooks not feasible, discarding. | kotfu | 2018-05-26 | 1 | -21/+17 |
| | | | |||||
| * | | Document and test postparsing hooks | kotfu | 2018-05-26 | 1 | -27/+96 |
| | | | |||||
| * | | Allow registration of multiple postparsing hooks | kotfu | 2018-05-26 | 1 | -0/+19 |
| |/ | |||||
| * | Fix broken Sphinx documentation | Todd Leonhardt | 2018-05-02 | 1 | -9/+9 |
| | | | | | All of the Sphinx autodoc/automethod documentation was broken since the cmd2.Cmd stuff got moved to cmd2.cmd2.Cmd when cmd2 got converted to a multi-file Python package. | ||||
| * | Mostly fix a bunch of spelling mistakes. | Todd Leonhardt | 2017-03-13 | 1 | -5/+5 |
| | | | | | A few other miscellaneous minor tweaks for whitespace and such. | ||||
| * | Documentation updates | Todd Leonhardt | 2017-03-12 | 1 | -0/+61 |
| - Added a new section on application life cycle and hook methods - Moved a warning to a more appropriate location - Added a note about using allow_redirection to disable output redirection and pipes | |||||
