Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-25 | quick fix to console.php: don't save blank lines into readline history | Brion Vibber | |
2010-01-06 | suppress notice for undefined prompt variable when console.php is used from ↵ | Brion Vibber | |
non-interactive terminal | |||
2009-12-14 | Clean up console output for non-interactive mode (handy for batch setup scripts) | Brion Vibber | |
2009-11-17 | A little cleanup on console.php; save readline history more aggressively; ↵ | Brion Vibber | |
avoid some notice sloppiness) | |||
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line. |