summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/dav.pm
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
| | | | | - remove unneeded parentheses for things like ... if (...)
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-15/+15
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* add nice description to the initial dialog box (thanks Stew!)Pascal Rigaux2002-09-051-1/+5
|
* add "Mount" and "Unmount"Pascal Rigaux2002-08-281-1/+14
|
* in "Mount point", by default choose the default proposition (asked by dadou ↵Pascal Rigaux2002-08-281-1/+1
| | | | for smb)
* add checking davfs is installedPascal Rigaux2002-08-131-0/+2
|
* rough WebDAV guiPascal Rigaux2002-08-131-0/+96