{5} Assigned, Active Tickets by Owner (Full Description) (12 matches)
List tickets assigned, group by ticket owner.
This report demonstrates the use of full-row display.
malte
| Ticket |
Summary |
Component |
Milestone |
Type |
Created |
| Description |
| #169 |
Possibility to use crypted passwords in Postfix through SASL |
Backend (Engine) |
ispCP ω 1.1.0 |
enhancement |
04/11/2007 |
|
A small patch against SASL allows the usage of crypted passwords with Postfix (auxprop plugion) instead of plain passwords in the database. It would be great if there would be a possibility to optionally switch to crypted passwords for Mail-Accounts in ispCP ! I.e. ispCP would have to save encrypted passwords if a mail account is being edited or added - which can be easily done by the SQL function ENCRYPT.
This should be optional because only those who do apply the patch to their SASL library might want to use this feature.
Patch-Files for SASL:
http://frost.ath.cx/software/cyrus-sasl-patches/
http://wispdirect.com/docs/sasl-howto.html
|
| #178 |
Option to disable usage of sasldb with Postfix |
Backend (Engine) |
ispCP ω 1.1.0 |
enhancement |
04/17/2007 |
|
Omega fails if we do use another auxprop plugin but sasldb (and therefore the sasldb files do not exist) because "ispcp-mbox-mngr" alsways tries to update user/pw data through "sasldb_passwd".
There should be an option to disable the sasdlb method for those who do use another auxprop plugin.
|
| #242 |
Typo3 integration |
Frontend (GUI) |
ispCP ω 1.1.0 |
enhancement |
04/30/2007 |
|
Hi!
Currently I use for every created user an own backend. But there could be a ability to set TYPO3 [on/off] for every domain/subdomain in ISPCP. I think that this could be a milestone in future release of ISPCP.
|
| #86 |
Separate Domain VirtualHost files |
Backend (Engine) |
ispCP ω 1.1.0 |
enhancement |
02/21/2007 |
|
Currently VHCS Omega uses a single flat file for the virtual hosts (/etc/apache2/sites-enabled/vhcs2.conf)
Wouldnt it be better to use individual configuration files for each domain. The apache2 configuration file pattern is designed like that.This way we can individually enable or disable a domain (suspending!) by the commands readily available within apache2 .
As an example. If we have a domain name example.com a config file for it will be created like
/etc/apache2/sites-available/example.com.conf and once the status of this domain is OK ,a soft link for the file will be created
/etc/apache2/sites-enabled/example.com.conf
This way it is a lot easier to manage the individual configurations rather than dealing with a bulky flat file.
This method is used by the Interworx control panel,and i guess it is much better than a flat file
|
| #175 |
plugin-interface for easy managing additional softwareinstallations |
Backend (Engine) |
ispCP ω 1.1.0 |
enhancement |
04/13/2007 |
|
A plugin-interface for easy managing additional softwareinstallations for every user. E.g. John Doe wants to use Wordpress, he simply clicks on an installbutton and becomes a short instruction how he can get access to his wordpress installation. He doesn't need to download wordpress from the official site, all work is done behind the webinterface of ispCP
Some other packages: gallery2, drupal, typo3,
|
raphael
| Ticket |
Summary |
Component |
Milestone |
Type |
Created |
| Description |
| #387 |
wildcard select & num index for column |
Backend (Engine) |
ispCP ω 1.1.0 |
enhancement |
06/10/2007 |
|
Having a lok at the problem from here http://www.isp-control.net/forum/errors-after-update-to-latest-trunk-t-766.html
I realized that the handling of the mysql selects and results is not very friendly for extensions. Example:
add a new column to the domain table, eg. "myflag" defaulting to "no".
Now add a new domain/user - in (apache)ispcp.conf and the zonefile of the new domain there will be "no" instead of the IP address.
The reason: in ispcp-dmn-mngr (function dmn_mngr_engine) there is a mysql select and the handling of the result (picked out some commands in order):
$sql = "select t1.*, t2.ip_number from domain as t1, server_ips as t2 where ..."
($rs, $rows) = doSQL($sql);
my $entry = @$rows[0];
$rs = dmn_add_data($entry);
# in "dmn_add_data" the argument is given over to other functions
# also to dmn_add_named_db_data:
my ($dmn_data) = @_;
my $dmn_ip = @$dmn_data[21];
ok - the 21st field/column of the first result row is the IP address...
not in our case with the new field....!
This really should be changed/improved. You never can rely on the order or the number of columns in a table (at least not if there is no check done if the order and numer still is as assumed) - a very basic database rule..
I put it to release 1.1 - for 1.0 we can write something about not extending the tables but as soon as there are people who want to extend ispcp this will be a bigger problem.
|
| #579 |
Ability to disable backups |
Frontend (GUI) |
ispCP ω 1.1.0 |
enhancement |
08/19/2007 |
|
The ability to hide and/or disable the backup features of ISPCP Omega as discussed here http://www.isp-control.net/forum/removing-backups-t-1183.html#pid9663 :)
|
| #702 |
Lots of space wasted on admin/index.php |
Frontend (GUI) |
ispCP ω 1.1.0 |
enhancement |
09/22/2007 |
|
I feel that this "Overview" page could be much more helpful. When i first login as a system administrator, i would like to see a snapshot of whats going on in the system. A lot of things could be helpful here:
-Total users logged into ispcp
-# active ftp connections
-# active ssh connections
-summary of disk usage across the mountpoints
-overall server status (like teh serverstatus screen, but only show things that are down).
-notification if there are new support tickets that I need to respond to
-current ispcp maintenance status (online, maintenance, etc)
-some icon to notify if there is a new version of ispCP available
-an icon to signify that there are some system errors that need to be addressed (link to ispcp_debugger.php)
-if possible try to exact out the status of the last rootkit log, and display a warning message/icon if it found something...
There are a lot of options for what could go on this screen, but i really do think it would be helpful to make it more than just a list of how many of each type of item is in the database. I know this list is long but maybe some of the easier items could be added to the screen for 1.0.0, then work on the others in the future...
|
rats
| Ticket |
Summary |
Component |
Milestone |
Type |
Created |
| Description |
| #1033 |
Usergroups are trying to be created that already exist |
Backend (Engine) |
ispCP ω 1.1.0 |
malfunction |
02/14/2008 |
|
I noticed this earlier, i added a usergroup to my server manually for a teamspeak service for my gaming housemates, this group got the id after the last id that was added by isp-CP
Now the next site i tried to add i got an error and couldn't activate the site because the usergroup is was trying to create had the same group ID as the one i added.
Maybe it could be interesting to check if the usergroup that is going to be created is unique or already in use.
|
| #755 |
Protected areas are not working |
Backend (Engine) |
ispCP ω 1.0.0 |
defect |
10/09/2007 |
|
Protected areas are not working correctly.
If I create some users and try to add them to a protected area (with CTRL- or Shift-Key) only the first user is added. In both, the htaccess- and the htpasswd-file, there is only this one user.
I also recognized that sometimes deleted users and groups are left in the htpasswd- and htgroup-file.
|
| #294 |
Some small tasks/features, low priority |
Frontend (GUI) |
ispCP ω 1.1.0 |
task |
05/19/2007 |
|
1. (Done)
When logged into a Demo here:
http://ispcp.homeip.net/admin/index.php
The text "New ISPCP update is now available"
- Could there automatic be a link to the update as well from frontpage? or link to http://ispcp.homeip.net/admin/ispcp_updates.php
2. (Done)
When logged in as user here:
http://ispcp.homeip.net/client/index.php and there is an active support ticket, then write it with red, so the user "knows".
3.
http://ispcp.homeip.net/reseller/circular.php
With e-mail marketing, maybe some options would be nice, like write to all those who have X MB that their hosting package will be updated, or other options - including maybe export to a file with e-mail+name.
|
vacancy
| Ticket |
Summary |
Component |
Milestone |
Type |
Created |
| Description |
| #1197 |
PHP CODE |
Frontend (GUI) |
ispCP ω 1.0.0 - RC5 |
defect |
04/18/2008 |
|
php cleanup is in work
please be patient
24.04.2008
50 % done
|
Note: See TracReports for help on using and
creating reports.
|