{5} Assigned, Active Tickets by Owner (Full Description) (36 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

bergie

Ticket Summary Component Milestone Type Created
Description
#348 Integrate message queuing into the architecture MidCOM core 10.03 Ratatoskr enhancement 10/10/08

For richer and more scalable web service we need support for message queuing. https://www.dropr.org/ might be a good place to look into.

A generic message queue system would replace application specific queues like MidCOM 8.09 replicator.

Some usage examples: http://www.slideshare.net/carsonified/dopplr-its-made-of-messages-matt-biddulph-presentation?type=document


#714 Calling non-static methods statically MidCOM core 8.09.8 Ragnaroek defect 01/09/09

While debugging a different problem, I stumbled across this PHP error:

array(4) {
  ["type"]=>
  int(2048)
  ["message"]=>
  string(141) "Non-static method midcom_baseclasses_core_dbobject::get_parameter() should not be called statically, assuming $this from incompatible context"
  ["file"]=>
  string(79) "midcom/midcom.core/midcom/core/dbaobject.php"
  ["line"]=>
  int(156)
}

I don't know if this is a problem or not, but I thought I'd post it anyways.


gudd

Ticket Summary Component Milestone Type Created
Description
#1692 add possibility of adding hour_reports to invoices and recalculate them MidCOM component 8.09.8 Ragnaroek feature request 03/08/10

Invoices can be created by the hour_reports of a task of a sales-project. But it's not possible to add hour_reports after the invoice was created.

So there should be the possibility to add hour_reports to invoices which are not send. Also it should be possible to recalculate the invoice with the new hour_reports.


hirvinen

Ticket Summary Component Milestone Type Created
Description
#947 n.n.discussion's mbox importer does not parse mbox reliably MidCOM component 8.09.8 Ragnaroek defect 03/10/09

The big problem is that splitting an mbox to individual messages is based on just normalizing newlines to NL and then splitting on a regex that causes more than one message to be treated as a single message.


#848 n.n.discussion: Merge threads based on subject MidCOM component 8.09.8 Ragnaroek enhancement 02/20/09

It would be nice to have threads merged based on subject too. We see mails, which are obvious replies, show up as separate threads. For example:

#
Re: identi.ca group
0 replies, latest post by Matt Emson on 02/18/09 13:19:34
#
Re: identi.ca group
0 replies, latest post by Matt Emson on 02/18/09 11:36:59
#
identi.ca group
0 replies, latest post by Keywan Najafi Tonekaboni on 02/17/09 19:12:09

#565 HTMLPurifier sometimes fails to produce clean enough output for simplexml in fi.hut.htmlimport MidCOM component 8.09.8 Ragnaroek defect 11/19/08

If xpath rules are used, fi.hut.htmlimport passes HTMLPurifier's output to simplexml, which fails on input that is broken enough.

see

http://trac.midgard-project.org/browser/branches/ragnaroek/midcom/fi.hut.htmlimport/importer.php

a partial fix would be to not pass htmlpurifier's output to simplexml if it is not needed, i.e. when no xpath rules are used


#500 fi.hut.htmlimport should have an option for listing paths to be ignored MidCOM component 8.09.8 Ragnaroek feature request 11/12/08

When using fi.hut.htmlimport, it should be possible to specify a list of paths or pathname-regexes to be ignored.


#575 n.n.discussion: Blockquotize email replies MidCOM component 8.09.8 Ragnaroek feature request 11/21/08

When emails are imported from a mailing list to n.n.discussion, they will be formatted via nl2br for display.

It would be great to blockquotize replies (lines starting with >).


#570 Document better n.n.discussion's filters MidCOM component 8.09.8 Ragnaroek task 11/20/08

It would be really nice to be able to filter default mail footers from messages in n.n.discussion.

Example here: http://maemo.org/community/maemo-developers/handling_feature_requests/


#594 Make ragnaroek phpdocs update automatically MidCOM core 8.09.8 Ragnaroek task 11/25/08

MidCOM has phpdoc API documentation in:

http://www.midgard-project.org/api-docs/midcom/ragnaroek/

At the moment this is manually generated and uploaded. We should start generating it automatically with some given time period.

This would make the TODO list for instance a lot more useful: http://www.midgard-project.org/api-docs/midcom/ragnaroek/todolist.html


indeyets

Ticket Summary Component Milestone Type Created
Description
#1274 Store GUIDs & UUIDs as binary in DB Midgard Core 10.03 Ratatoskr enhancement 07/19/09

First see dev list discussion.

This affects only database level storage, all APIs will use strings of hex presentation as usual, depending on GDA features either Midgard core will do the hex/bin translation or it will use databases' HEX/UNHEX -functions (MySQL has these, sqlite should have them but I have not personally verified this) and itself will only handle the string presentations.

This change means database is not compatible as-is (though AFAIRecall there are other changes that break DB compatibility in the pipeline), but converting should be relatively simple: make a program that reads the MgdSchema? data and for each type=guid column (in addition to the general guid-column) run a conversion script.


#1599 Prevent unwanted cache writes MidCOM core 8.09.8 Ragnaroek enhancement 01/19/10

It appears the MidCOM caching service also writes things to cache that were already coming from there, possibly also on requests that were cache hits in content cache.

This should be changed so that cache is written only if there are cache puts or invalidates during the request. We should also safeguard no unnecessary puts are made.


#1196 Installer for Midgard MVC components Midgard Data 10.03 Ratatoskr feature request 06/11/09

We need to develop a midgard2-install command-line tool for installing MidCOM3 components.

The tool should:

  • Check out the component from a git repository to a temporary directory
  • Resolve dependencies and install those
  • Move the component to the deployment directory
  • Install the MgdSchema? file from configuration/mgdschema.xml, if any
  • Move static files under the MidCOM static directory
  • Create/update database tables supplied by the component
  • Convert translation PO files to binary MO files via msgfmt

In this regard, midcom_core is also just a component.


#1611 Cache warnings in midcom cron run MidCOM core 8.09.8 Ragnaroek defect 01/25/10

cron runs in current ragnaroek svn report lots of warning like this one:

 ! ) Warning: Invalid ar gument supplied for foreach() in ragnaroek/midcom/midcom.core/midcom/services/cache/module/content.php on line 845
Call Stack
#
Time
Memory
Function
Location
1  0,0011  153472  {main}( )  ../61-305-68-0.php:0
  2  0,0464  1535564  midcom_application->codeinit( )  ../61-305-68-0.php:80
  3  0,0492  1565128  midcom_application->_process( )  ../application.php :475
  4  0,0493  1566108  midcom_application->_exec_file( )  ../application.php< b>:914
  5  0,0839  1539304  require( 'ragnaroek/midcom/midcom.core/midcom/exec/cron.php' )  ../application.php:2 516
  6  0,1297  1607368  midcom_services_cron->execute( )  ../cron.php:48< /td>
  7  1,8224  6226296  midcom_services_cron->_execute_job( )  ../cron.php >:329
  8  1,8225  6226296  midcom_baseclasses_components_cron_handler->execute( )  ../cron.php:364
  9  1,8225  6226296  midcom_services_at_cron_check->_on_execute( )  ../handler.php:126
  10  4,8884  7299556  midcom_core_dbaobject->delete( )  ../check.php: 80
  11  4,8884  7299720  midcom_baseclasses_core_dbobject->delete( )  ../db aobject.php:313
  12  4,9269  7466636  midcom_baseclasses_core_dbobject->delete_post_ops( )  ../dbobject.php:613
  13  4,9429  7466968  midcom_services_cache->invalidate( )  . ./dbobject.php:701
  14  4,9435  7467096  midcom_services_cache_module_content->invalidate( )  ../cache.php:162
   

#1048 Save things to cache in end of request MidCOM core 8.09.8 Ragnaroek enhancement 04/06/09

To make page loading faster when content cache is missed, we should collect all cache writes during run time and only give them to the cache backend at request shut-down. This would mean the page is first generated and sent to client, and only then we start making cache writes.


#950 Add static dtrace-probes to midgard-core Midgard Core 10.03 Ratatoskr feature request 03/11/09

Would be nice to make midgard dtrace-enabled. This would allow much easier debugging on Operating Systems, which have support for dtrace'ing. (Solaris, Mac OS X, FreeBSD)


jval

Ticket Summary Component Milestone Type Created
Description
#1424 midcom.helper.datamanager2: Dates are saved as UTC to the DB (should be localtime because Ragnaroek uses UTC only for metadata) MidCOM component 8.09.8 Ragnaroek defect 11/03/09

Happens at least with Finnish timezone. E.g. 10-13 gets saved as 8-11.

Also, when trying to create an event: 2009-11-03 8:00:00 - 2009-11-03 16:00:00

...this error happens (and saving is prevented): "type date: this date cannot be earlier than start"


piotras

Ticket Summary Component Milestone Type Created
Description
#1422 Remove get/set loghandler from connection API Midgard Core 10.03 Ratatoskr defect 11/02/09

Those routines were designed for proxies like midgard-apache module being responsible to set data for php-midgard extension. That's why both are not longer needed.


#1507 New MidgardQuery design Midgard Core 10.03 Ratatoskr defect 12/02/09

New design for MidgardQuery? and derived classes is required to provide clean&clear, future and extendable API.


#1689 HTTP Basic Auth triggers MidgardConnection structure being copied and overwritten Midgard Apache 8.09.8 Ragnaroek defect 03/06/10

Old midgard used connection per process pattern, in newest Ragnaroek we copy connection structures and use connection per request one. However in some cases, MidgardConnection? structure might be copied twice by apache module. This makes MidgardConnection? unaware of current person/user being logged in, or sitegroup id for example.


#1515 Check if midgard-core is GObject introspecion compatible Midgard Core 10.03 Ratatoskr task 12/04/09

Mandatory for vala and mono bindings.


#1540 Extended MgdSchema types are not seen as extending their parent type in PHP Midgard Core 10.03 Ratatoskr defect 12/17/09

I have the following schema type:

<type name="net_nemein_avaudu_contact" extends="midgard_person">

If I look at it using midgard_reflection_class, it seems the class extends midgard_object on PHP level instead of midgard_person


#1258 big floats are displayed incorrectly Midgard Core 8.09.8 Ragnaroek defect 07/07/09

If I have a large float value like 2900000, it is displayed f.x. in DM2 edit forms as 2,9E+6. If I try to save the edit form, I get the error "This is no valid number.".

For easier handling, it would be better if midgard core could ensure that all floats are in normal decimal notation when passing them to the php object


#1412 Remove stuptool support from midgard-python builds MidCOM component 10.03 Ratatoskr defect 10/26/09

More decent and being under development python's Distribute should be used instead of not maintained setuptool. http://packages.python.org/distribute/


#618 get_size method missed in midgard_sitegroup API Midgard Core 8.09.8 Ragnaroek feature request 12/05/08

Legacy mgd_get_sitegroup_size is not implemented in ragnaroek. This should written as get_size method for midgard_sitegroup.


#1516 Add vala bindings Midgard Core 10.03 Ratatoskr task 12/04/09

Vapi file for midgard-core should be provided in bindings.


#1572 Propose midgard2 to Ubuntu Midgard Core 9.09.3 Mjolnir task 01/11/10

https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages


#183 Midgard name uniqueness checks don't check multiple child types Midgard Core 8.09.8 Ragnaroek defect 11/14/07

Midgard has a feature where the "name" field is checked for uniqueness, so for example there can't be two articles named "news_item" under same topic.

However, this check does not check for multiple possible child types, which can lead into problems with get_by_path and MidCOM components.

For example, under same topic can now be article named "news_item" and topic named "news_item", which is obviously wrong.


rambo

Ticket Summary Component Milestone Type Created
Description
#1581 n.n.calendar: Object with such name exists in tree when name catenate is allowed and default is set MidCOM component 8.09.8 Ragnaroek defect 01/13/10

Schema for url-name

            'name' => Array
            (
                // COMPONENT-REQUIRED
                'title'   => 'url name',
                'storage' => 'name',
                'type'    => 'urlname',
                'write_privilege' => array('privilege' => 'midgard:update'),
                'type_config' => array
                (
                    'allow_catenate' => true,
                ),
                'widget'  => 'text',
                'default' => date('Y-m-d'),
            ),

#1193 n.n.personnel: Make it possible for non-sitegroup administrator users to create persons if they have sufficient privileges. MidCOM component 8.09.8 Ragnaroek enhancement 06/11/09

non-sitegroup admin users (trusted site editors for example) should be able to create persons (but not user accounts?) if they have sufficient (i.e. midgard:create) privileges.


#948 Add pre-commit hook to enforce normalized whitespace Midgard website 8.09.8 Ragnaroek task 03/10/09

basically if http://trac.midgard-project.org/browser/branches/ragnaroek/midcom/midcom.core/support/normalize_file_whitespace.php changes the file(s) the commit should be rejected with appropriate message unless 'MYWHITESPACEISFINE' keyword is part of the message.


#1362 midcom_baseclasses_core_dbobject::get_parent can return stale data MidCOM core 8.09.8 Ragnaroek defect 09/24/09

It caches the results and if you do get_parent(), move object and then get_parent() again you will get old parent.

This might affect a bunch of places so I would put this as blocker for .7 but not .6 since the incorrect behaviour has not affected anyone much yet.


tarjei

Ticket Summary Component Milestone Type Created
Description
#134 Null composite items, can not delete MidCOM core 8.09.8 Ragnaroek defect 09/12/07

Composite-items has only ajax-editing and because of that, you can create composite-items, that has only one br as an content (goes through validation), but you can't delete the item, because you can't doulble click the br-element.

So, if you create empty composite item, you can't delete it

When someone looks at this, at the same time it would be great to have cancel-button when creating new composite item


w_i

Ticket Summary Component Milestone Type Created
Description
#454 Usig both composite and chooser widgets in the same form breaks chooser MidCOM component 8.09.8 Ragnaroek defect 10/30/08

when you use both chooser and composite widgets in a form (like f.x. in o.o.projects task), the chooser search fields are not displayed, thus making it impossible to enter data here. Firebug shows the following error:

id is undefined
midcom-static/midcom.helper.datamanager2/jquery.dm2_ajax_editor.js
Line 231

#895 Chart drawing library MidCOM component 10.03 Ratatoskr feature request 03/02/09

It would be useful to have a generic chart drawing component for Midgard.


#896 CLI shell MidCOM core 10.03 Ratatoskr feature request 03/02/09

MidCOM should provide a CLI shell that would enable running operations with routes and services. For instance more granular cache invalidation or testing of route output.


Note: See TracReports for help on using and creating reports.