Brion Vibber
ee4ca8f260
quick fix to console.php: don't save blank lines into readline history
2010-01-25 09:41:40 -08:00
Brion Vibber
6f5b765c97
suppress notice for undefined prompt variable when console.php is used from non-interactive terminal
2010-01-06 13:08:56 -08:00
Brion Vibber
b93068083e
Clean up console output for non-interactive mode (handy for batch setup scripts)
2009-12-14 11:51:38 -08:00
Brion Vibber
b7660b3d99
A little cleanup on console.php; save readline history more aggressively; avoid some notice sloppiness)
2009-11-17 17:09:31 -08:00
Brion Vibber
088081675f
Revert "Remove more contractions"
...
This reverts commit 5ab709b739
.
Missed this one yesterday...
2009-11-09 20:01:46 +01:00
Siebrand Mazeland
b10f362ede
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
2009-11-08 23:33:58 +01:00
Siebrand Mazeland
5ab709b739
Remove more contractions
...
* doesn't
* won't
* isn't
* don't
2009-11-08 23:32:15 +01:00
Brion Vibber
fc5002015b
Revert "* [Cc]an't -> [Cc]annot"
...
This reverts commit 0ab17f382b
.
2009-11-08 23:28:51 +01:00
Siebrand Mazeland
0ab17f382b
* [Cc]an't -> [Cc]annot
...
* [Cc]ould't -> [Cc]ould not
2009-11-08 23:22:38 +01:00
Brion Vibber
920edc6258
typo :P
2009-11-06 15:04:23 +01:00
Brion Vibber
00ec029352
console.php: fix up the help and include a handy cut-n-paste'able example
2009-11-06 15:03:13 +01:00
Brion Vibber
b932bd6add
console.php terminal script provides interactive PHP console in StatusNet 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.
2009-11-06 14:47:22 +01:00