aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Added password weakness checkingAngelo Naselli2014-04-241-7/+7
| | | | Improved icon and image installation and usage (File::ShareDir::Install)
* Removed old log viewer (no more syslog)Angelo Naselli2014-03-081-593/+0
|
* added contribfinder.py (basic yui-based gui to mgarepo maintdb)Matteo Pasotti2014-02-181-0/+108
|
* Project structure changeAngelo Naselli2014-01-275-88/+0
|
* - invoke GHosts constructor using hash with icon and name (adminpanel ↵Matteo Pasotti2014-01-261-2/+6
| | | | integration)
* - Added AdminMouseAngelo Naselli2014-01-251-0/+13
| | | | - TODO saving configuration
* Fixed also admin service (title and icon)Angelo Naselli2014-01-141-13/+3
|
* Managed title and icon accordingly to the constructorAngelo Naselli2014-01-142-26/+7
|
* - do not use AdminPanel::SharedMatteo Pasotti2014-01-121-1/+0
|
* - added the hostmanager module for adminpanelMatteo Pasotti2014-01-111-0/+33
|
* Merge remote-tracking branch 'github/master'Angelo Naselli2014-01-0780-279291/+0
|\
| * - dropped translations (not used)Matteo Pasotti2014-01-0780-279291/+0
| |
* | - Admin service is now splitted (gui and utility)Angelo Naselli2014-01-062-2/+4
|/ | | | | - Admin service extends Module - fixed load modules from categories.conf.d
* - Added a Base class for modules.Angelo Naselli2014-01-061-1/+1
| | | | | | | | | - Now configuration can be read also int /etc/categories.conf.d/ so that external modules can add their own configuration to be launched and added to admin panel - perl modules can be run by extending Module class, creating a start() method and configuring module entry in categories configuration as class element - Admin User now extends Module
* - started coding oo, using Moose and splitted some functionsAngelo Naselli2013-12-242-2/+4
| | | | | - user are loaded now (refresh is available only by change Groups/Users tabs)
* first step for User Management layout, menu and icon buttonsAngelo Naselli2013-12-221-2/+1
|
* Aligned to Yui-mga changesAngelo Naselli2013-12-201-15/+15
|
* moving checkboxes to the first columnMatteo Pasotti2013-12-101-1/+1
|
* used security::levelAngelo Naselli2013-12-091-0/+2
|
* Fixed title and added a prototype for usermanager scriptAngelo Naselli2013-12-082-2/+23
|
* First attempt to port drakuser, welcome usermanager with mgaAddUser asAngelo Naselli2013-12-081-0/+21
| | | | | | drakadduser but username with dot are allowed TODO some GID/UID tests have to be ported yet improve layout
* Removed useless dependencyAngelo Naselli2013-12-081-1/+0
|
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2013-12-051-7/+0
|\
| * Added service management (start, stop and on boot settings)Angelo Naselli2013-12-031-7/+0
| | | | | | | | TODO su authentication and clean layout design
* | - now using libyui-mga plugins (YCBTable)Matteo Pasotti2013-12-051-8/+75
|/ | | | - partially handling toggle_all and fast_toggle
* First attempt to port drakxservice, welcome new baby servicemanagerAngelo Naselli2013-12-021-0/+29
|
* MGA yui plugin implements createCBTable nowAngelo Naselli2013-11-241-1/+1
|
* Fixed text layoutAngelo Naselli2013-11-231-3/+2
|
* Correct way of using enumerationAngelo Naselli2013-11-231-2/+2
|
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2013-11-221-8/+28
|\
| * Added AboutDialogAngelo Naselli2013-11-221-3/+22
| | | | | | | | TODO fix text and mail presentation and link
| * Managed MODE to get title and iconAngelo Naselli2013-11-211-5/+6
| |
* | moved from standard YTable to the improved YCBTable provided by the ↵Matteo Pasotti2013-11-221-1/+9
|/ | | | libyui-mga plugin
* Added logo and titleAngelo Naselli2013-11-201-1/+13
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-10-261-32/+78
|
* Russian translations by Russian Mageia TeamYuri Chornoivan2013-03-311-371/+551
|
* match latest rpm group updatesMatteo Pasotti2013-03-011-3/+1
|
* Align to centerAngelo Naselli2013-02-041-1/+1
|
* updated Turkish translationNuman Demirdöğen2013-01-221-381/+557
|
* added missing pkg status column to detail_listMatteo Pasotti2013-01-181-0/+2
|
* fixed filter shown at the application startMatteo Pasotti2013-01-171-0/+1
|
* fixed do_search (add_parent calls were called without tree reference)Matteo Pasotti2013-01-171-3/+4
|
* - gui.pm: rewrote get_description, get_details, get_url_link, get_main_textMatteo Pasotti2013-01-161-1/+24
| | | | | | | | - gui.pm: dropped gtk expanders from format_pkg_simplifiedinfo (Files and Changelog still missing) - gui.pm: added table_item_list hash (needed because of the -poor- YTable implementation) - rpmdragora: added detaillist_callback to handle detail_list double-click event - rpmdragora: switched info from YMultiLineEdit to YRichText widget
* - gui.pm: fixed some warningsMatteo Pasotti2013-01-151-2/+3
| | | | | | - icon.pm: renamed get_icon to get_icon_path - rpmdragora: fixed wrong viewbox_callback argument (hash by ref)
* fixed views selection at startMatteo Pasotti2013-01-141-0/+1
|
* - gui.pm: added support for icons to tree and table; temporary disabled ↵Matteo Pasotti2013-01-121-0/+3
| | | | | | | | | format_name_n_summary - icon.pm: made get_icon indipendent from gtk - localization.pm: temporary workaround to let rpmdragora access rpmdrake ts - rpmdragora: now use the workaround as the other modules
* - gui.pm: rewritten set_node_state, set_leaf_stateMatteo Pasotti2013-01-111-12/+39
| | | | | | | | - gui.pm: added subroutines group_tree, group_has_parent, group_parent - formatting.pm: imported escape_text_for_TextView_markup_format from ugtk2 - rpmdragora: added tree_callback
* - added LogViewer namespaceMatteo Pasotti2013-01-091-0/+6
| | | | | | | - added init module for logviewer - Rpmdragora/init.pm: fixed warn_about_user_mode message alignment - logviewer.pl: added call to LogViewer::warn_about_user_mode
* - rpmdragora: fixed warn_about_user_mode callMatteo Pasotti2013-01-091-3/+4
| | | | | | | | | - 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 filter_box callbackMatteo Pasotti2013-01-081-45/+52
|