- Feb 01, 2013
-
-
Whirly authored
-
- Jan 29, 2013
- Jan 25, 2013
-
-
Chris Baker authored
- Removed duplicate entry from panel_preferences_general.xml
-
Chris Baker authored
- Removed duplicate notification elements
-
- Jan 29, 2013
-
-
callum_linden authored
-
Oz Linden authored
-
- Jan 28, 2013
-
-
Graham Madarasz (Graham) authored
-
- Jan 25, 2013
- Jan 24, 2013
-
-
Kelly Washington authored
* A fix that doesn't break tanks. Reverts MAINT-1742
-
Oz Linden authored
-
Kelly Washington authored
* A fix that doesn't break doors. Reverst MAINT-2247
-
Kelly Washington authored
* Removed bogus check on matching parcel data coming in.
-
Kelly Washington authored
-
- Jan 23, 2013
-
-
Oz Linden authored
-
- Jan 22, 2013
- Jan 18, 2013
-
-
Oz Linden authored
-
- Jan 16, 2013
-
-
Kelly Washington authored
-
David Parks authored
-
- Jan 14, 2013
- Jan 11, 2013
-
-
Oz Linden authored
-
Oz Linden authored
-
callum_linden authored
-
David Parks authored
-
Nat Goodspeed authored
Responding to Lex's code-review comments.
-
Nat Goodspeed authored
Capture actual error output from mkdir and mv; display it to user. Introduce mysudo function used by sudo_mv function for graphical sudo command. Since update_install actually only displays a single status message, just use zenity --info instead of a zenity progress box: need not update its message. Borrow semantics for clear_message and status functions from xmenity script. Introduce errorbox function so we only have to make zenity/xmessage test once. Move cleanup, onexit to top so we can use for clear_message.
-
Nat Goodspeed authored
-
- Jan 10, 2013
-
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Oz Linden authored
-
Kelly Washington authored
-
Nat Goodspeed authored
Test for existence of target name using -e rather than -f. (-d would work too, but in this case we must respond to any name collision, whether file or directory.) Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv command to its caller. If the attempt to move new install to actual viewer directory fails, restore previous viewer before failing. When redirecting the script's stderr to updater.log, first save existing stderr to another file descriptor, and restore it when we launch viewer. Otherwise updater.log ends up collecting the viewer's duplicate stderr log output! The construct 'exec ... | program' doesn't work. In fact it causes any other redirections on that command to fail too. Remove it -- real fix pending.
-