aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Shared.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fixed documentationAngelo Naselli2013-12-221-38/+217
|
* Fixed text layoutAngelo Naselli2013-11-231-6/+6
|
* Added AboutDialogAngelo Naselli2013-11-221-0/+208
| | | | TODO fix text and mail presentation and link
* - rpmdragora: fixed warn_about_user_mode callMatteo Pasotti2013-01-091-7/+9
| | | | | | | | | - rpmdragora.pm: interactive_msg now returns ask_YesOrOk() return value - Shared.pm: ask_ routines now return boolean rather than string - Shared.pm: added missing module requirement (common from libDrakX) - init.pm: warn_about_user_mode rewritten to return boolean
* added trim subroutineMatteo Pasotti2013-01-071-1/+9
|
* - imported rpmdragora module (still under development)Matteo Pasotti2013-01-071-2/+2
|
* - added Shared.pm: module contating routines shared by the modules (e.g. ↵Matteo Pasotti2013-01-051-0/+175
logviewer) - logviewer.pl: fixed warnings for missing prototypes - logviewer.pl: moved shared routines from it to Shared.pm