aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Shared.pm
Commit message (Collapse)AuthorAgeFilesLines
* Project structure changeAngelo Naselli2014-01-271-712/+0
|
* Added ask_fromListAngelo Naselli2014-01-251-10/+103
|
* wrong commaAngelo Naselli2014-01-181-1/+1
|
* Added License into Shared to be used by admin panel modules easilyAngelo Naselli2014-01-161-3/+50
| | | | set back dependency from /usr/lib/libDrakX to use apanel without -I
* - fixed typoMatteo Pasotti2014-01-121-1/+1
|
* 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