Thread: [W3af-svn-notify] SF.net SVN: w3af: [662] branches/sasha/core/ui/consoleUi
Status: Beta
Brought to you by:
andresriancho
From: <ab...@us...> - 2008-02-10 12:27:05
|
Revision: 662 http://w3af.svn.sourceforge.net/w3af/?rev=662&view=rev Author: aberezh Date: 2008-02-10 04:27:00 -0800 (Sun, 10 Feb 2008) Log Message: ----------- GPL reference and autor information is added. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/ecma48.py branches/sasha/core/ui/consoleUi/history.py branches/sasha/core/ui/consoleUi/menu.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/posixterm.py branches/sasha/core/ui/consoleUi/profiles.py branches/sasha/core/ui/consoleUi/rootMenu.py branches/sasha/core/ui/consoleUi/session.py branches/sasha/core/ui/consoleUi/tables.py branches/sasha/core/ui/consoleUi/util.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-02-10 12:56:39
|
Revision: 663 http://w3af.svn.sourceforge.net/w3af/?rev=663&view=rev Author: aberezh Date: 2008-02-10 04:53:55 -0800 (Sun, 10 Feb 2008) Log Message: ----------- 'Conf' column is added to plugins list table. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/history.py branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-02-12 16:47:45
|
Revision: 675 http://w3af.svn.sourceforge.net/w3af/?rev=675&view=rev Author: aberezh Date: 2008-02-12 08:47:41 -0800 (Tue, 12 Feb 2008) Log Message: ----------- Exit messages. Command line is made more compliant with the original one. -s script seems to work, at least, syntax is ok. Options are sorted by tabid (need to merge from trunk to test that?) Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/menu.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/tables.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/exitMessages.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-02-12 18:08:36
|
Revision: 677 http://w3af.svn.sourceforge.net/w3af/?rev=677&view=rev Author: aberezh Date: 2008-02-12 10:08:33 -0800 (Tue, 12 Feb 2008) Log Message: ----------- Ctrl-D and Ctrl-C now mean 'back' or 'exit' depending on the context. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-02-24 11:34:29
|
Revision: 716 http://w3af.svn.sourceforge.net/w3af/?rev=716&view=rev Author: aberezh Date: 2008-02-24 03:34:09 -0800 (Sun, 24 Feb 2008) Log Message: ----------- Refactoring, erroneous plugins management is fixed, improvements for help, terminal size is calculated automatically. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/menu.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/posixterm.py branches/sasha/core/ui/consoleUi/rootMenu.py branches/sasha/core/ui/consoleUi/tables.py branches/sasha/core/ui/consoleUi/util.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/help.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-03-09 09:40:11
|
Revision: 813 http://w3af.svn.sourceforge.net/w3af/?rev=813&view=rev Author: aberezh Date: 2008-03-09 01:40:04 -0800 (Sun, 09 Mar 2008) Log Message: ----------- consoleUi: Improvement in help system, Shallow refactoring. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/help.py branches/sasha/core/ui/consoleUi/menu.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/rootMenu.py branches/sasha/core/ui/consoleUi/util.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/help/ branches/sasha/core/ui/consoleUi/help/common.xml branches/sasha/core/ui/consoleUi/help/config.xml branches/sasha/core/ui/consoleUi/help/keys.xml branches/sasha/core/ui/consoleUi/help/pluginType.xml branches/sasha/core/ui/consoleUi/help/plugins.xml branches/sasha/core/ui/consoleUi/help/root.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-03-09 16:25:10
|
Revision: 814 http://w3af.svn.sourceforge.net/w3af/?rev=814&view=rev Author: aberezh Date: 2008-03-09 09:25:04 -0700 (Sun, 09 Mar 2008) Log Message: ----------- consoleUi: help improvement. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/exploit.py branches/sasha/core/ui/consoleUi/help.py branches/sasha/core/ui/consoleUi/menu.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/profiles.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/help.xml Removed Paths: ------------- branches/sasha/core/ui/consoleUi/help/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-03-15 09:04:47
|
Revision: 834 http://w3af.svn.sourceforge.net/w3af/?rev=834&view=rev Author: aberezh Date: 2008-03-15 02:04:39 -0700 (Sat, 15 Mar 2008) Log Message: ----------- consoleUi: profiles menu and help. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/exploit.py branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-03-15 16:22:04
|
Revision: 835 http://w3af.svn.sourceforge.net/w3af/?rev=835&view=rev Author: aberezh Date: 2008-03-15 09:21:13 -0700 (Sat, 15 Mar 2008) Log Message: ----------- consoleUi: comments and license info. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/callbackMenu.py branches/sasha/core/ui/consoleUi/help.py branches/sasha/core/ui/consoleUi/help.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-03-15 16:51:36
|
Revision: 836 http://w3af.svn.sourceforge.net/w3af/?rev=836&view=rev Author: aberezh Date: 2008-03-15 09:51:32 -0700 (Sat, 15 Mar 2008) Log Message: ----------- consoleUi: allow space in the setting values autocompletion for plugin desc. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-03-16 14:22:37
|
Revision: 839 http://w3af.svn.sourceforge.net/w3af/?rev=839&view=rev Author: andresriancho Date: 2008-03-16 07:22:31 -0700 (Sun, 16 Mar 2008) Log Message: ----------- Modified some small things to make the new consoleUi respond like the old one. Modified some error messages to be more "serious". Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/exitMessages.txt branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/menu.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-03-16 22:55:49
|
Revision: 842 http://w3af.svn.sourceforge.net/w3af/?rev=842&view=rev Author: andresriancho Date: 2008-03-16 15:55:36 -0700 (Sun, 16 Mar 2008) Log Message: ----------- Changed unknown plugin error message. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/exploit.py branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-12 21:58:42
|
Revision: 963 http://w3af.svn.sourceforge.net/w3af/?rev=963&view=rev Author: aberezh Date: 2008-04-12 14:58:39 -0700 (Sat, 12 Apr 2008) Log Message: ----------- consoleUi: rewrote low-level calls to enable Windows support. (Win support is not tested yet). Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/posixterm.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/terminal/ branches/sasha/core/ui/consoleUi/terminal/__init__.py branches/sasha/core/ui/consoleUi/terminal/common.py branches/sasha/core/ui/consoleUi/terminal/unixctrl.py branches/sasha/core/ui/consoleUi/terminal/winctrl.py Removed Paths: ------------- branches/sasha/core/ui/consoleUi/ecma48.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-12 22:23:41
|
Revision: 964 http://w3af.svn.sourceforge.net/w3af/?rev=964&view=rev Author: aberezh Date: 2008-04-12 15:23:37 -0700 (Sat, 12 Apr 2008) Log Message: ----------- consoleUi: renamed the modules. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/unixctrl.py branches/sasha/core/ui/consoleUi/io/winctrl.py branches/sasha/core/ui/consoleUi/rootMenu.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/io/ Removed Paths: ------------- branches/sasha/core/ui/consoleUi/terminal/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-13 08:53:27
|
Revision: 972 http://w3af.svn.sourceforge.net/w3af/?rev=972&view=rev Author: aberezh Date: 2008-04-13 01:53:17 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: works with Windows (left and right arrows don't). Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/unixctrl.py branches/sasha/core/ui/consoleUi/io/winctrl.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/io/console.py Removed Paths: ------------- branches/sasha/core/ui/consoleUi/posixterm.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 12:33:30
|
Revision: 973 http://w3af.svn.sourceforge.net/w3af/?rev=973&view=rev Author: andresriancho Date: 2008-04-13 05:33:27 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Added version command to main menu. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/rootMenu.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 12:53:02
|
Revision: 975 http://w3af.svn.sourceforge.net/w3af/?rev=975&view=rev Author: andresriancho Date: 2008-04-13 05:52:55 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Better help and user interaction. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/help.py branches/sasha/core/ui/consoleUi/help.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-13 15:08:45
|
Revision: 977 http://w3af.svn.sourceforge.net/w3af/?rev=977&view=rev Author: aberezh Date: 2008-04-13 08:08:41 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: keys help. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/menu.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-13 15:24:36
|
Revision: 978 http://w3af.svn.sourceforge.net/w3af/?rev=978&view=rev Author: aberezh Date: 2008-04-13 08:24:24 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: fixed erroneus autocompletion of a command instead of plugin. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/winctrl.py branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-13 16:15:37
|
Revision: 979 http://w3af.svn.sourceforge.net/w3af/?rev=979&view=rev Author: aberezh Date: 2008-04-13 09:15:14 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: arrows in windows work. The task is generally complete. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/winctrl.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-05-01 12:47:36
|
Revision: 1066 http://w3af.svn.sourceforge.net/w3af/?rev=1066&view=rev Author: aberezh Date: 2008-05-01 05:47:30 -0700 (Thu, 01 May 2008) Log Message: ----------- Small completion fixes. Deferred disabling of the console. It seems, we are ready to merge to trunk. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/plugins.py branches/sasha/core/ui/consoleUi/rootMenu.py branches/sasha/core/ui/consoleUi/util.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |