aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config
Commit message (Collapse)AuthorAge
* Teach fish_config how to find fish from __fish_bin_dirGravatar ridiculousfish2013-04-15
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/621
* FormattingGravatar ridiculousfish2013-01-16
|
* Ajax fix for Firefox, it isn't XML.Gravatar ciembor2013-01-16
|
* Make fish_config compatible with Python 2.5Gravatar Anders Bergh2012-12-12
| | | | | | Try to import parse_qs from the cgi module, and simplejson instead of json. Use old string formatting. str.format() was backported from Python 3 to 2.6 and isn't available in 2.5.
* Use echo -n instead of printfGravatar Terje Larsen2012-10-20
| | | | - Remove useless comment, because multi-line prompt works good now.
* Added terlar's prompt, and robbyrussell which was inadvertently omittedGravatar ridiculousfish2012-10-15
| | | | https://github.com/fish-shell/fish-shell/issues/329
* Fixed web_config prompt to work with Python 2.6.1Gravatar Peter Ammon2012-09-10
|
* Fix to make prompt chooser work in Python3Gravatar ridiculousfish2012-09-06
|
* Improve python3 compatibility in webconfig.pyGravatar ridiculousfish2012-09-06
|
* Renamed hyperminamlist promptGravatar ridiculousfish2012-09-06
|
* Allow setting the prompt from web_configGravatar ridiculousfish2012-09-06
|
* Merge branch 'webserver' of git://github.com/simukis/fish-shell into ↵Gravatar ridiculousfish2012-08-20
|\ | | | | | | | | | | | | simukis-webserver Conflicts: share/tools/web_config/webconfig.py
* | Make history deletion from web config work properly with Unicode under both ↵Gravatar ridiculousfish2012-08-20
| | | | | | | | | | | | | | Python2 and Python3 Make the filter search field hide properly in tabs where it's non-functional Fixes https://github.com/fish-shell/fish-shell/issues/265
| * Wipe unnecessary `as` statementGravatar Simonas Kazlauskas2012-08-19
| |
| * Decode data in python3 – Fixes #265.Gravatar Simonas Kazlauskas2012-08-19
| | | | | | | | | | | | | | | | | | | | | | In both in python2 and python3 parse_qs expects str object. In python2 it worked ok, because self.rfile was open in binary mode and str in python2 is actually a string of bytes. However in python3 str is actually string of unicode literals, not bytes and file was still open in binary mode. Thus, deleting any file with non-ascii byte inside filename failed in python3. Also, cgi.parse_qs is deprecated and shouldn't be used.
| * Remove trailing spaces and replace tabs with spacesGravatar Simonas Kazlauskas2012-08-19
|/
* Fix to make the choose-a-port loop work correctly for webconfig.py under Python3Gravatar ridiculousfish2012-08-17
|
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
| | | | For example, you can run "fish_config history"
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/250
* Python3 fixes for webconfig.pyGravatar Adam2012-06-05
|
* Improved webconfig.py's handling of combined term256 and classic colorsGravatar ridiculousfish2012-06-05
|
* Fix to add a little explanatory text to colors in the web config interfaceGravatar ridiculousfish2012-05-08
|
* Make the web config page have a title and pass W3C validationGravatar ridiculousfish2012-04-11
|
* Fix for an extra line at the end of the variable listingGravatar ridiculousfish2012-04-01
| | | | Once again, fix the issue where some color cells aren't clickable
* More work to try to make webconfig's layout correct under firefoxGravatar ridiculousfish2012-04-01
|
* Fix for an issue where you can't select the top row of colorsGravatar ridiculousfish2012-03-31
|
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31
| | | | Fix for a deadlock when autoloading a function triggers autoloading another function
* Make the color picker cell borders appear correctly in FirefoxGravatar ridiculousfish2012-03-27
|
* Make the functions builtin have a bit nicer outputGravatar ridiculousfish2012-03-25
| | | | | Stop autosuggesting things with newlines Make webconfig a little nicer
* Moved some Python scripts into new share/tools/ directory.Gravatar ridiculousfish2012-03-25
Added fish_config function to launch web config