{5} Assigned, Active Tickets by Owner (Full Description) (13 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
#81 o.o.invoices invoiceNumber schema too lax MidCOM component MidCOM 2.9 defect 08/06/07

When creating invoices manually or editing existing ones, it is possible to give two invoices the same invoice number. Normally, this is not allowed for companies by business legislations, so maybe the component should integrate this by making the field UNIQUE in the database or at least have some validation mechanism.

Also, it is possible to leave the field invoiceNumber empty, in which case the invoice later cannot be opened again (because the link in the various list views is missing). Marking it as required in the schema could prevent this.


#22 Gettext localization MidCOM core MidCOM 3.0 enhancement 06/02/07

Localization should be moved from Midgard's own to gettext


piotras

Ticket Summary Component Milestone Type Created
Description
#244 Replicator import causes memory corruption with uneven number of languages Midgard PHP defect 06/05/08

To reproduce:

  1. Make sure you can replicate one/two language version of the object
  2. disable midcom_services_cron on staging server, start apache in gdb on live
  3. add third language and get the object spooled
  4. point browser to http://example.com/midcom-exec-midcom.helper.replicator/import_post.php
  5. copy-paste the XML from spool to the form
  6. Watch browser hang, something like below can be seen with gdb:
*** glibc detected *** /usr/sbin/httpd: free(): invalid next size (fast): 0x0a591d80 ***

Program received signal SIGTSTP, Stopped (user).
[Switching to Thread -1208334576 (LWP 9601)]
0x00f5c402 in __kernel_vsyscall ()
(gdb) backtrace
#0  0x00f5c402 in __kernel_vsyscall ()
#1  0x0025b5ee in __lll_mutex_lock_wait () from /lib/libc.so.6
#2  0x001ead78 in _L_lock_14118 () from /lib/libc.so.6
#3  0x001ea024 in free () from /lib/libc.so.6
#4  0x008021a4 in _dl_map_object_deps () from /lib/ld-linux.so.2
#5  0x00806afd in dl_open_worker () from /lib/ld-linux.so.2
#6  0x00802e36 in _dl_catch_error () from /lib/ld-linux.so.2
#7  0x00806482 in _dl_open () from /lib/ld-linux.so.2
#8  0x00284722 in do_dlopen () from /lib/libc.so.6
#9  0x00802e36 in _dl_catch_error () from /lib/ld-linux.so.2
#10 0x002848d5 in __libc_dlopen_mode () from /lib/libc.so.6
#11 0x00261b09 in init () from /lib/libc.so.6
#12 0x0017143b in pthread_once () from /lib/libpthread.so.0
#13 0x00261c08 in backtrace () from /lib/libc.so.6
#14 0x001dee71 in __libc_message () from /lib/libc.so.6
#15 0x001e6b16 in _int_free () from /lib/libc.so.6
#16 0x001ea030 in free () from /lib/libc.so.6
#17 0x0744f5f1 in g_free () from /lib/libglib-2.0.so.0
#18 0x056c7eed in php_midgard_replicator_init ()
   from /usr/lib/php/modules/midgard.so
#19 0x011b6f20 in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#20 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
---Type <return> to continue, or q <return> to quit---
#21 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#22 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#23 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#24 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#25 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#26 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#27 0x011eb732 in zend_get_zval_ptr_ptr () from /etc/httpd/modules/libphp5.so
#28 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#29 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#30 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#31 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#32 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#33 0x011b684c in zend_get_user_opcode_handler ()
   from /etc/httpd/modules/libphp5.so
#34 0x011b83a8 in execute () from /etc/httpd/modules/libphp5.so
#35 0x01198880 in zend_execute_scripts () from /etc/httpd/modules/libphp5.so
#36 0x01158125 in php_execute_script () from /etc/httpd/modules/libphp5.so
#37 0x0121b7a5 in php_ap2_register_hook () from /etc/httpd/modules/libphp5.so
---Type <return> to continue, or q <return> to quit---
#38 0x0034597d in ap_run_handler () from /usr/sbin/httpd
#39 0x00349338 in ap_invoke_handler () from /usr/sbin/httpd
#40 0x003553de in ap_process_request () from /usr/sbin/httpd
#41 0x003521bf in ap_register_input_filter () from /usr/sbin/httpd
#42 0x0034d85d in ap_run_process_connection () from /usr/sbin/httpd
#43 0x0034d95c in ap_process_connection () from /usr/sbin/httpd
#44 0x003599a2 in ap_graceful_stop_signalled () from /usr/sbin/httpd
#45 0x00359c14 in ap_graceful_stop_signalled () from /usr/sbin/httpd
#46 0x0035ab29 in ap_mpm_run () from /usr/sbin/httpd
#47 0x00331147 in main () from /usr/sbin/httpd
  1. kill the apache, see browser return blank
  2. add 4th language and get object spooled etc
  3. Watch as import works
  4. Add 5th language and watch import fail.
  5. Add 6th language and watch import work.

#183 Midgard name uniqueness checks don't check multiple child types Midgard Core Midgard 1.9 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.


#254 Patch for CentOS 5.2 (RHEL 5.2) MidCOM core enhancement 07/02/08

The following patch allows the building of the RPMs for CentOS 5.2.

I haven't tested the execution of the software yet since this is the first RPM of the Midgard bundle thus useless on it's own. Hopefully the other RPMs will follow soon.

Please provide me with all feedback about the patch as I have never used Midgard thus I don't know what's needed or what isn't.


tarjei

Ticket Summary Component Milestone Type Created
Description
#134 Null composite items, can not delete MidCOM core MidCOM 3.0 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


#36 Asgard: Things breaking Asgard MidCOM 3.0 defect 06/02/07

At the moment these thingies break other thingies:

Parse error in ROOT style of the current site

Breaking a configuration snippet of the component under which Asgard is run. This includes cases when pointing e.g. net.nehmer.static to use an broken/non-existing schema as default.


#18 Move MidCOM ACLs to C Midgard Core Midgard 2.1 enhancement 06/02/07

The MidCOM ACLs should be moved to the C level for speed and security.


w_i

Ticket Summary Component Milestone Type Created
Description
#61 Toolbar broken in Safari/Konqueror, IE7 MidCOM core MidCOM 2.9 defect 07/12/07

The toolbar version currently used on mp-org has a problem on IE7/Safari (and probably others): When you start dragging it, there is no way to stop it. I.e. even if you release the mouse button, it still follows the cursor, meaning you can click any link. the only way to stop it is to reload the page. This also happens when you click a menu item (there, it can also be spotted briefly on Firefox). In 2.6, everything worked fine, so this seems to have been introduced recently


#170 DM2: Javascript errors in chooser creation mode MidCOM component defect 10/22/07

Actual behaviour:

When I click on the plus link of the chooser widget and then click cancel in the form, it is emptied, but stays open until you click somewhere in the greyed-out area.

Expected behaviour:

The form should close completely after clicking cancel

When opening the create form, I get two "jQuery is not defined" errors (I don't get them on the first load of the page)

When I click on cancel (after clicking to create a new Article), I get "net_nehmer_static.toggleEditor is not a function" in FF2's error console.


#10 Floating status bar MidCOM component MidCOM 3.0 enhancement 06/02/07

Status bar where you see creation time, creator, last update time and updater. Clicking it would redirect to the metadata page of the article. This would be visible for logged in users.


#43 Create Midgard Standard Template (MST) MidCOM component MidCOM 3.0 enhancement 06/02/07

MST will be a simple set of html/css which can be used to create many kind of website layouts without the need to change the html structure.

Also need to create few sample site layouts with the MST for reference.


#82 Prevent accidental resubmission of DM forms MidCOM component MidCOM 3.0 enhancement 08/07/07

When clicking submit in a DM{1,2}-generated form, it would be nice if the submit button would be disabled after the first click (like it is on ebay), so that you don't accidentally submit the same form twice (this happens especially to impatient people on slow connections or servers)


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