Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Project structure change | Angelo Naselli | 2014-01-27 | 47 | -83/+489 |
| | |||||
* | Fixed gtk layout | Angelo Naselli | 2014-01-26 | 1 | -2/+2 |
| | | | | TODO investigate on layout weight in yui-gtk | ||||
* | FIxed license and apanel category | Angelo Naselli | 2014-01-26 | 2 | -1/+5 |
| | |||||
* | - extends Module, icon and name attributes defined | Matteo Pasotti | 2014-01-26 | 1 | -0/+11 |
| | |||||
* | - invoke GHosts constructor using hash with icon and name (adminpanel ↵ | Matteo Pasotti | 2014-01-26 | 1 | -2/+6 |
| | | | | integration) | ||||
* | - hostmanager added | Matteo Pasotti | 2014-01-26 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-26 | 4 | -10/+397 |
|\ | |||||
| * | - Added AdminMouse | Angelo Naselli | 2014-01-25 | 3 | -0/+294 |
| | | | | | | | | - TODO saving configuration | ||||
| * | Added ask_fromList | Angelo Naselli | 2014-01-25 | 1 | -10/+103 |
| | | |||||
* | | - added the about button invoking the AboutDialog | Matteo Pasotti | 2014-01-26 | 1 | -2/+17 |
|/ | |||||
* | - fixed host aliases issue (undefined aliases where causing warnings and ↵ | Matteo Pasotti | 2014-01-25 | 1 | -3/+13 |
| | | | | crashes) | ||||
* | - implemented a generalized _manipulateHostDialog (was _addHostDialog) | Matteo Pasotti | 2014-01-25 | 1 | -7/+43 |
| | | | | | - _addHostDialog is now just a wrapper to _manipulateHostDialog - implemented _edtHostDialog as a wrapper to _manipulateHostDialog | ||||
* | - implemented _modifyHost | Matteo Pasotti | 2014-01-25 | 1 | -0/+7 |
| | |||||
* | - refreshing host table after insert/delete ops | Matteo Pasotti | 2014-01-25 | 1 | -5/+11 |
| | | | | - aliases are now shown correctly (fixed string replacement issue) | ||||
* | - updated license headers | Matteo Pasotti | 2014-01-25 | 2 | -1/+20 |
| | |||||
* | - initializing configHosts attribute using moose builder | Matteo Pasotti | 2014-01-25 | 1 | -2/+14 |
| | | | | - implemented _dropHost method | ||||
* | asking confirmation before dropping the selected host; writing changes when ↵ | Matteo Pasotti | 2014-01-25 | 1 | -2/+10 |
| | | | | pressing the ok button | ||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-19 | 10 | -124/+370 |
|\ | |||||
| * | wrong comma | Angelo Naselli | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | Missed common::find dependency | Angelo Naselli | 2014-01-16 | 1 | -1/+2 |
| | | |||||
| * | Added License into Shared to be used by admin panel modules easily | Angelo Naselli | 2014-01-16 | 3 | -7/+67 |
| | | | | | | | | set back dependency from /usr/lib/libDrakX to use apanel without -I | ||||
| * | Added availability to instanziate once intead o many times | Angelo Naselli | 2014-01-16 | 4 | -46/+82 |
| | | | | | | | | Fixed return Category (now is the one we left) | ||||
| * | Increase speed startup lunching from apanel (slow exit now) | Angelo Naselli | 2014-01-16 | 1 | -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 Naselli | 2014-01-14 | 2 | -20/+10 |
| | | |||||
| * | Managed title and icon accordingly to the constructor | Angelo Naselli | 2014-01-14 | 3 | -33/+26 |
| | | |||||
* | | - now using Moose (hosts is now a class) | Matteo Pasotti | 2014-01-19 | 1 | -6/+24 |
| | | | | | | | | | | | | - _insertHost implemented - _writeHosts implemented - configHosts is an instance variable | ||||
* | | - now able to insert host entries | Matteo Pasotti | 2014-01-19 | 1 | -1/+33 |
|/ | | | | - cfgHosts is a instance variable | ||||
* | - dropping old comments | Matteo Pasotti | 2014-01-12 | 1 | -42/+2 |
| | |||||
* | Merge branch 'master' of ssh://git.mageia.org/software/adminpanel | Matteo Pasotti | 2014-01-12 | 1 | -0/+2 |
|\ | |||||
| * | fixed segfault: some windows were not correctly destroyed | Angelo Naselli | 2014-01-08 | 1 | -0/+1 |
| | | |||||
| * | added me too | Angelo Naselli | 2014-01-08 | 1 | -0/+1 |
| | | |||||
* | | - do not use AdminPanel::Shared | Matteo Pasotti | 2014-01-12 | 2 | -2/+1 |
| | | |||||
* | | - fixed typo | Matteo Pasotti | 2014-01-12 | 1 | -1/+1 |
| | | |||||
* | | - _getHosts subroutine fully implemented | Matteo Pasotti | 2014-01-12 | 1 | -4/+39 |
| | | |||||
* | | - setupTable implemented and layout fixed | Matteo Pasotti | 2014-01-12 | 1 | -17/+42 |
| | | |||||
* | | - fixed English grammar | Matteo Pasotti | 2014-01-11 | 1 | -1/+1 |
| | | |||||
* | | - layout fixed (ncurses input fields are now better sized) | Matteo Pasotti | 2014-01-11 | 1 | -19/+21 |
| | | |||||
* | | - added the hostmanager module for adminpanel | Matteo Pasotti | 2014-01-11 | 1 | -0/+33 |
| | | |||||
* | | - added hosts module | Matteo Pasotti | 2014-01-11 | 1 | -0/+12 |
| | | |||||
* | | - added _addHostDialog subroutine (not fully implemented) | Matteo Pasotti | 2014-01-11 | 1 | -0/+250 |
|/ | |||||
* | Merge remote-tracking branch 'github/master' | Angelo Naselli | 2014-01-07 | 80 | -279291/+0 |
|\ | |||||
| * | - dropped translations (not used) | Matteo Pasotti | 2014-01-07 | 80 | -279291/+0 |
| | | |||||
* | | Added double click event on item to edit the selected | Angelo Naselli | 2014-01-07 | 1 | -0/+4 |
| | | |||||
* | | Added configuration module to be added into categories.conf.d/ | Angelo Naselli | 2014-01-06 | 2 | -0/+20 |
| | | |||||
* | | - Admin service is now splitted (gui and utility) | Angelo Naselli | 2014-01-06 | 7 | -188/+424 |
|/ | | | | | - Admin service extends Module - fixed load modules from categories.conf.d | ||||
* | Configuration example for perl class management | Angelo Naselli | 2014-01-06 | 1 | -0/+7 |
| | |||||
* | - Added a Base class for modules. | Angelo Naselli | 2014-01-06 | 7 | -60/+300 |
| | | | | | | | | | - 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 version | Angelo Naselli | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Added Group edit functionality | Angelo Naselli | 2014-01-04 | 2 | -27/+380 |
| | |||||
* | Edit user functionality completed | Angelo Naselli | 2014-01-03 | 1 | -12/+142 |
| | | | | TODO fix POD and Edit group |