aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel
Commit message (Collapse)AuthorAgeFilesLines
* Project structure changeAngelo Naselli2014-01-2725-10873/+0
|
* FIxed license and apanel categoryAngelo Naselli2014-01-261-1/+1
|
* - extends Module, icon and name attributes definedMatteo Pasotti2014-01-261-0/+11
|
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2014-01-262-10/+381
|\
| * - Added AdminMouseAngelo Naselli2014-01-251-0/+278
| | | | | | | | - TODO saving configuration
| * Added ask_fromListAngelo Naselli2014-01-251-10/+103
| |
* | - added the about button invoking the AboutDialogMatteo Pasotti2014-01-261-2/+17
|/
* - fixed host aliases issue (undefined aliases where causing warnings and ↵Matteo Pasotti2014-01-251-3/+13
| | | | crashes)
* - implemented a generalized _manipulateHostDialog (was _addHostDialog)Matteo Pasotti2014-01-251-7/+43
| | | | | - _addHostDialog is now just a wrapper to _manipulateHostDialog - implemented _edtHostDialog as a wrapper to _manipulateHostDialog
* - implemented _modifyHostMatteo Pasotti2014-01-251-0/+7
|
* - refreshing host table after insert/delete opsMatteo Pasotti2014-01-251-5/+11
| | | | - aliases are now shown correctly (fixed string replacement issue)
* - updated license headersMatteo Pasotti2014-01-252-1/+20
|
* - initializing configHosts attribute using moose builderMatteo Pasotti2014-01-251-2/+14
| | | | - implemented _dropHost method
* asking confirmation before dropping the selected host; writing changes when ↵Matteo Pasotti2014-01-251-2/+10
| | | | pressing the ok button
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2014-01-193-39/+278
|\
| * wrong commaAngelo Naselli2014-01-181-1/+1
| |
| * Missed common::find dependencyAngelo Naselli2014-01-161-1/+2
| |
| * Added License into Shared to be used by admin panel modules easilyAngelo Naselli2014-01-163-7/+67
| | | | | | | | set back dependency from /usr/lib/libDrakX to use apanel without -I
| * Increase speed startup lunching from apanel (slow exit now)Angelo Naselli2014-01-161-18/+184
| | | | | | | | | | todo add back service reload function if xinetd is enabled (drakxservice don't have it though)
| * Fixed also admin service (title and icon)Angelo Naselli2014-01-141-7/+7
| |
| * Managed title and icon accordingly to the constructorAngelo Naselli2014-01-141-7/+19
| |
* | - now using Moose (hosts is now a class)Matteo Pasotti2014-01-191-6/+24
| | | | | | | | | | | | - _insertHost implemented - _writeHosts implemented - configHosts is an instance variable
* | - now able to insert host entriesMatteo Pasotti2014-01-191-1/+33
|/ | | | - cfgHosts is a instance variable
* - dropping old commentsMatteo Pasotti2014-01-121-42/+2
|
* - do not use AdminPanel::SharedMatteo Pasotti2014-01-121-1/+1
|
* - fixed typoMatteo Pasotti2014-01-121-1/+1
|
* - _getHosts subroutine fully implementedMatteo Pasotti2014-01-121-4/+39
|
* - setupTable implemented and layout fixedMatteo Pasotti2014-01-121-17/+42
|
* - fixed English grammarMatteo Pasotti2014-01-111-1/+1
|
* - layout fixed (ncurses input fields are now better sized)Matteo Pasotti2014-01-111-19/+21
|
* - added hosts moduleMatteo Pasotti2014-01-111-0/+12
|
* - added _addHostDialog subroutine (not fully implemented)Matteo Pasotti2014-01-111-0/+250
|
* Added double click event on item to edit the selectedAngelo Naselli2014-01-071-0/+4
|
* Added configuration module to be added into categories.conf.d/Angelo Naselli2014-01-062-0/+20
|
* - Admin service is now splitted (gui and utility)Angelo Naselli2014-01-062-171/+403
| | | | | - Admin service extends Module - fixed load modules from categories.conf.d
* - Added a Base class for modules.Angelo Naselli2014-01-061-3/+21
| | | | | | | | | - 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
* Typo on versionAngelo Naselli2014-01-041-1/+1
|
* Added Group edit functionalityAngelo Naselli2014-01-042-27/+380
|
* Edit user functionality completedAngelo Naselli2014-01-031-12/+142
| | | | TODO fix POD and Edit group
* User edit is doneAngelo Naselli2014-01-022-19/+76
| | | | TODO save changes, and group edit management
* Added Account Info, Password Info and GroupsAngelo Naselli2014-01-022-39/+332
| | | | TODO fix qt layout for groups, manage data and changes
* Last commit of the year:Angelo Naselli2013-12-311-5/+198
| | | | | | | - first attempt to get user edit dialog with selected user data - something is not so clear into UserDrake, but asking for explanation seems to be hopeless (Good 2014 to everyone!)
* - some code reviewAngelo Naselli2013-12-311-90/+307
| | | | | - addded comments in routine that should not change any more - started importing edit functionality
* Added deleteGroupDialog to delete a groupAngelo Naselli2013-12-301-6/+115
|
* - Added GroupAdd functionAngelo Naselli2013-12-292-9/+127
| | | | | - Added a question more if GID is already in (not in userdrake) to be sure a non unique gid is really wanted
* - refresh now remove selectionAngelo Naselli2013-12-261-27/+97
| | | | | | | - removed edit/delete action if no item is selected - added them back when an item is selected (YUI needs an item selected first selection with a single click is not managed after removing the selection)
* - Added groupsAngelo Naselli2013-12-261-42/+305
| | | | | - manage user addition/deletion - manage refresh actions
* Fixed crash on user addAngelo Naselli2013-12-251-1/+1
|
* - started coding oo, using Moose and splitted some functionsAngelo Naselli2013-12-241-72/+198
| | | | | - user are loaded now (refresh is available only by change Groups/Users tabs)
* Improved user manager layoutAngelo Naselli2013-12-231-14/+127
|