From bugs@opengroupware.org Sun Feb 3 15:06:05 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 3 Feb 2008 16:06:05 +0100 (CET) Subject: [OGo-Bugs][Bug 1938] New: cannot compile module Message-ID: <20080203150605.9FEBD7426E@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1938 Summary: cannot compile module Product: SOPE Version: TRUNK Platform: Other URL: n/a OS/Version: other Status: UNCONFIRMED Severity: normal Priority: normal Component: mod_ngobjweb AssignedTo: helge.hess@opengroupware.org ReportedBy: chr.kohler@gmail.com QAContact: frank@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.1 (like Gecko) Description of problem: It is not possible to compile the module. The hardware used is a IBM AS/400 (iseries) with a Suse Linux Enterprise Server 10.1 (Service Pack 1). With the apache2 and libapr installed from the DVDs the same error messages as in bug #392565 appear, additional some includes of apr are not found without manual correction. With a actual apache 2.2.6 and libapr 1.2.12, libapr-util 1.2.12 compile on the system I get following output (which is quite similar to the error mentioned above): make HTTPD=/usr/local/apache2/bin/httpd apxs=/usr/local/apache2/bin/apxs gcc -Wall -I. -fPIC -I/usr/local/apache2/include -c -o handler.o handler.c In file included from /usr/local/apache2/include/httpd.h:43, from common.h:37, from handler.c:22: /usr/local/apache2/include/ap_config.h:25:17: error: apr.h: No such file or directory /usr/local/apache2/include/ap_config.h:26:23: error: apr_hooks.h: No such file or directory /usr/local/apache2/include/ap_config.h:27:32: error: apr_optional_hooks.h: No such file or directory In file included from /usr/local/apache2/include/httpd.h:46, from common.h:37, from handler.c:22: /usr/local/apache2/include/ap_release.h:25:41: error: apr_general.h: No such file or directory In file included from common.h:37, from handler.c:22: /usr/local/apache2/include/httpd.h:50:24: error: apr_tables.h: No such file or directory /usr/local/apache2/include/httpd.h:51:23: error: apr_pools.h: No such file or directory /usr/local/apache2/include/httpd.h:52:22: error: apr_time.h: No such file or directory /usr/local/apache2/include/httpd.h:53:28: error: apr_network_io.h: No such file or directory /usr/local/apache2/include/httpd.h:54:25: error: apr_buckets.h: No such file or directory /usr/local/apache2/include/httpd.h:55:22: error: apr_poll.h: No such file or directory In file included from /usr/local/apache2/include/httpd.h:59, from common.h:37, from handler.c:22: /usr/local/apache2/include/ap_regex.h:87: error: expected specifier-qualifier-list before ‘apr_size_t’ /usr/local/apache2/include/ap_regex.h:118: error: expected declaration specifiers or ‘...’ before ‘apr_size_t’ /usr/local/apache2/include/ap_regex.h:127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_regerror’ In file included from common.h:37, from handler.c:22: /usr/local/apache2/include/httpd.h:461: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:631: error: expected specifier-qualifier-list before ‘apr_int64_t’ /usr/local/apache2/include/httpd.h:753:21: error: apr_uri.h: No such file or directory /usr/local/apache2/include/httpd.h:760: error: expected specifier-qualifier-list before ‘apr_pool_t’ /usr/local/apache2/include/httpd.h:776: error: expected specifier-qualifier-list before ‘apr_pool_t’ /usr/local/apache2/include/httpd.h:1038: error: expected specifier-qualifier-list before ‘apr_pool_t’ /usr/local/apache2/include/httpd.h:1120: error: expected specifier-qualifier-list before ‘APR_RING_ENTRY’ /usr/local/apache2/include/httpd.h:1153: error: expected specifier-qualifier-list before ‘apr_sockaddr_t’ /usr/local/apache2/include/httpd.h:1181: error: expected specifier-qualifier-list before ‘apr_port_t’ /usr/local/apache2/include/httpd.h:1237: error: expected specifier-qualifier-list before ‘apr_bucket_brigade’ /usr/local/apache2/include/httpd.h:1245: error: expected specifier-qualifier-list before ‘apr_bucket_brigade’ /usr/local/apache2/include/httpd.h:1251: error: expected specifier-qualifier-list before ‘apr_socket_t’ /usr/local/apache2/include/httpd.h:1267: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1277: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1290: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1300: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1309: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1319: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1329: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1341: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1349: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1358: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1369: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1392: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1402: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1414: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1423: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1432: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1474: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1484: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1495: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1503: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1512: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_escape_errorlog_item’ /usr/local/apache2/include/httpd.h:1523: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1532: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1561: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1575: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1585: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1637: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1645: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1659: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1667: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1680: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1720: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1732: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1742: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1750: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/httpd.h:1761: error: expected ‘)’ before ‘*’ token In file included from common.h:38, from handler.c:22: /usr/local/apache2/include/http_core.h:30:22: error: apr_hash.h: No such file or directory /usr/local/apache2/include/http_core.h:31:26: error: apr_optional.h: No such file or directory In file included from /usr/local/apache2/include/http_core.h:32, from common.h:38, from handler.c:22: /usr/local/apache2/include/util_filter.h:136: error: expected declaration specifiers or ‘...’ before ‘*’ token /usr/local/apache2/include/util_filter.h:137: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:137: warning: type defaults to ‘int’ in declaration of ‘apr_status_t’ /usr/local/apache2/include/util_filter.h:137: error: ‘apr_status_t’ declared as function returning a function /usr/local/apache2/include/util_filter.h:139: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:141: error: expected declaration specifiers or ‘...’ before ‘apr_read_type_e’ /usr/local/apache2/include/util_filter.h:142: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’ /usr/local/apache2/include/util_filter.h:142: error: ‘ap_in_filter_func’ declared as function returning a function /usr/local/apache2/include/util_filter.h:146: error: expected specifier-qualifier-list before ‘ap_out_filter_func’ /usr/local/apache2/include/util_filter.h:296: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:298: error: expected declaration specifiers or ‘...’ before ‘apr_read_type_e’ /usr/local/apache2/include/util_filter.h:299: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’ /usr/local/apache2/include/util_filter.h:299: error: ‘ap_get_brigade’ declared as function returning a function /usr/local/apache2/include/util_filter.h:310: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:310: error: ‘ap_pass_brigade’ declared as function returning a function /usr/local/apache2/include/util_filter.h:348: error: expected declaration specifiers or ‘...’ before ‘ap_out_filter_func’ /usr/local/apache2/include/util_filter.h:374: error: expected declaration specifiers or ‘...’ before ‘ap_out_filter_func’ /usr/local/apache2/include/util_filter.h:492: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:493: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:493: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/util_filter.h:493: error: ‘ap_save_brigade’ declared as function returning a function /usr/local/apache2/include/util_filter.h:503: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/util_filter.h:511: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:511: error: ‘ap_fflush’ declared as function returning a function /usr/local/apache2/include/util_filter.h:548: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:549: error: ‘ap_fputstrs’ declared as function returning a function /usr/local/apache2/include/util_filter.h:559: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/util_filter.h:562: error: ‘ap_fprintf’ declared as function returning a function /usr/local/apache2/include/util_filter.h:562: error: format string argument not a string type In file included from common.h:38, from handler.c:22: /usr/local/apache2/include/http_core.h:208: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_core.h:222: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_get_server_port’ /usr/local/apache2/include/http_core.h:229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_get_limit_req_body’ /usr/local/apache2/include/http_core.h:278: error: expected specifier-qualifier-list before ‘apr_int64_t’ /usr/local/apache2/include/http_core.h:314: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /usr/local/apache2/include/http_core.h:633: error: expected specifier-qualifier-list before ‘apr_hash_t’ /usr/local/apache2/include/http_core.h:662: error: expected ‘)’ before ‘int’ /usr/local/apache2/include/http_core.h:680: error: expected declaration specifiers or ‘...’ before ‘ap_ident_lookup’ /usr/local/apache2/include/http_core.h:681: error: expected declaration specifiers or ‘...’ before ‘(’ token /usr/local/apache2/include/http_core.h:681: warning: data definition has no type or storage class /usr/local/apache2/include/http_core.h:681: warning: type defaults to ‘int’ in declaration of ‘APR_DECLARE_OPTIONAL_FN’ In file included from common.h:39, from handler.c:22: /usr/local/apache2/include/http_config.h:279: error: expected specifier-qualifier-list before ‘apr_int64_t’ /usr/local/apache2/include/http_config.h:357: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_config.h:365: error: expected ‘;’ before ‘void’ /usr/local/apache2/include/http_config.h:557: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_config.h:566: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_config.h:582: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_config.h:608: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_config.h:608: error: ‘ap_pcfg_openfile’ declared as function returning a function /usr/local/apache2/include/http_config.h:619: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_config.h:669: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_config.h:685: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_config.h:686: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_config.h:975: error: expected ‘)’ before ‘int’ In file included from common.h:40, from handler.c:22: /usr/local/apache2/include/http_log.h:33:29: error: apr_thread_proc.h: No such file or directory In file included from /usr/include/syslog.h:1, from /usr/local/apache2/include/http_log.h:36, from common.h:40, from handler.c:22: /usr/include/sys/syslog.h:200: error: expected declaration specifiers or ‘...’ before ‘__gnuc_va_list’ In file included from common.h:40, from handler.c:22: /usr/local/apache2/include/http_log.h:102: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:109: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:121: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:196: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/http_log.h:198: error: format string argument not a string type /usr/local/apache2/include/http_log.h:261: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:269: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:282: error: expected specifier-qualifier-list before ‘apr_pool_t’ /usr/local/apache2/include/http_log.h:301: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_log.h:335: error: expected ‘)’ before ‘void’ In file included from common.h:41, from handler.c:22: /usr/local/apache2/include/http_protocol.h:31:26: error: apr_portable.h: No such file or directory /usr/local/apache2/include/http_protocol.h:32:22: error: apr_mmap.h: No such file or directory In file included from common.h:41, from handler.c:22: /usr/local/apache2/include/http_protocol.h:77: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:111: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’ /usr/local/apache2/include/http_protocol.h:127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_rationalize_mtime’ /usr/local/apache2/include/http_protocol.h:203: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:228: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:235: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:253: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:356: error: expected declaration specifiers or ‘...’ before ‘va_list’ /usr/local/apache2/include/http_protocol.h:426: error: expected declaration specifiers or ‘...’ before ‘apr_size_t’ /usr/local/apache2/include/http_protocol.h:534: error: expected declaration specifiers or ‘...’ before ‘apr_size_t’ /usr/local/apache2/include/http_protocol.h:535: error: expected declaration specifiers or ‘...’ before ‘apr_size_t’ /usr/local/apache2/include/http_protocol.h:537: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:537: error: ‘ap_rgetline_core’ declared as function returning a function /usr/local/apache2/include/http_protocol.h:554: error: expected ‘)’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:569: error: expected ‘)’ before ‘int’ /usr/local/apache2/include/http_protocol.h:608: error: expected specifier-qualifier-list before ‘apr_bucket_refcount’ /usr/local/apache2/include/http_protocol.h:616: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ap_bucket_type_error’ /usr/local/apache2/include/http_protocol.h:633: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:644: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /usr/local/apache2/include/http_protocol.h:648: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:648: error: ‘ap_byterange_filter’ declared as function returning a function /usr/local/apache2/include/http_protocol.h:649: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:649: error: ‘ap_http_header_filter’ declared as function returning a function /usr/local/apache2/include/http_protocol.h:651: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:651: error: ‘ap_content_length_filter’ declared as function returning a function /usr/local/apache2/include/http_protocol.h:652: error: expected declaration specifiers or ‘...’ before ‘apr_bucket_brigade’ /usr/local/apache2/include/http_protocol.h:652: error: ‘ap_old_write_filter’ declared as function returning a function In file included from handler.c:22: common.h:45:17: error: apr.h: No such file or directory common.h:46:25: error: apr_buckets.h: No such file or directory common.h:47:25: error: apr_strings.h: No such file or directory common.h:48:26: error: apr_portable.h: No such file or directory common.h:49:26: error: apr_optional.h: No such file or directory common.h:50:21: error: apr_lib.h: No such file or directory In file included from common.h:52, from handler.c:22: /usr/local/apache2/include/ap_listen.h:38: error: expected declaration specifiers or ‘...’ before ‘apr_pool_t’ /usr/local/apache2/include/ap_listen.h:38: error: ‘accept_function’ declared as function returning a function /usr/local/apache2/include/ap_listen.h:54: error: expected specifier-qualifier-list before ‘apr_socket_t’ In file included from handler.c:22: common.h:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token common.h:132: error: expected ‘)’ before ‘*’ token common.h:133: error: expected ‘)’ before ‘*’ token handler.c: In function ‘_getConfig’: handler.c:41: warning: implicit declaration of function ‘fprintf’ handler.c:41: warning: incompatible implicit declaration of built-in function ‘fprintf’ handler.c:41: error: ‘stderr’ undeclared (first use in this function) handler.c:41: error: (Each undeclared identifier is reported only once handler.c:41: error: for each function it appears in.) handler.c:44: error: ‘request_rec’ has no member named ‘per_dir_config’ handler.c:45: error: ‘request_rec’ has no member named ‘server’ handler.c:51: error: ‘request_rec’ has no member named ‘per_dir_config’ handler.c: In function ‘_readRequestBody’: handler.c:87: warning: implicit declaration of function ‘apr_table_get’ handler.c:87: error: ‘request_rec’ has no member named ‘headers_in’ handler.c:87: warning: assignment makes pointer from integer without a cast handler.c:88: warning: implicit declaration of function ‘atoi’ handler.c:97: error: ‘request_rec’ has no member named ‘server’ handler.c:101: warning: implicit declaration of function ‘apr_palloc’ handler.c:101: error: ‘request_rec’ has no member named ‘pool’ handler.c:101: warning: assignment makes pointer from integer without a cast handler.c:109: error: too many arguments to function ‘ap_get_client_block’ handler.c:118: error: ‘request_rec’ has no member named ‘server’ handler.c: At top level: handler.c:129: error: expected declaration specifiers or ‘...’ before ‘apr_table_t’ handler.c: In function ‘_copyHeadersToRequest’: handler.c:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token handler.c:131: error: ‘array’ undeclared (first use in this function) handler.c:132: error: ‘apr_table_entry_t’ undeclared (first use in this function) handler.c:132: error: ‘entries’ undeclared (first use in this function) handler.c:136: error: ‘headers’ undeclared (first use in this function) handler.c:138: warning: assignment makes pointer from integer without a cast handler.c:139: error: ‘request_rec’ has no member named ‘content_type’ handler.c:140: warning: assignment makes pointer from integer without a cast handler.c:141: error: ‘request_rec’ has no member named ‘content_encoding’ handler.c:142: warning: assignment makes pointer from integer without a cast handler.c:145: warning: implicit declaration of function ‘apr_table_elts’ handler.c:146: error: expected expression before ‘)’ token handler.c:149: error: ‘entry’ undeclared (first use in this function) handler.c:151: warning: implicit declaration of function ‘apr_table_set’ handler.c:151: error: ‘request_rec’ has no member named ‘headers_out’ handler.c: In function ‘_logInstanceAddress’: handler.c:163: warning: implicit declaration of function ‘apr_snprintf’ handler.c:187: error: ‘request_rec’ has no member named ‘server’ handler.c: In function ‘_connectInstance’: handler.c:205: error: ‘request_rec’ has no member named ‘server’ handler.c:210: warning: implicit declaration of function ‘apr_sleep’ handler.c:213: error: ‘request_rec’ has no member named ‘server’ handler.c:225: error: ‘request_rec’ has no member named ‘server’ handler.c: In function ‘_writeInHeaders’: handler.c:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token handler.c:235: error: ‘array’ undeclared (first use in this function) handler.c:236: error: ‘apr_table_entry_t’ undeclared (first use in this function) handler.c:236: error: ‘entries’ undeclared (first use in this function) handler.c:239: error: ‘request_rec’ has no member named ‘headers_in’ handler.c:241: error: ‘request_rec’ has no member named ‘headers_in’ handler.c:242: error: expected expression before ‘)’ token handler.c:245: error: ‘entry’ undeclared (first use in this function) handler.c: In function ‘ngobjweb_handler’: handler.c:271: error: ‘request_rec’ has no member named ‘uri’ handler.c:276: error: ‘request_rec’ has no member named ‘handler’ handler.c:278: error: ‘request_rec’ has no member named ‘handler’ handler.c:291: error: ‘request_rec’ has no member named ‘server’ handler.c:317: error: ‘request_rec’ has no member named ‘the_request’ handler.c:318: error: ‘request_rec’ has no member named ‘headers_in’ handler.c:321: warning: passing argument 3 of ‘_sendSNSQuery’ makes pointer from integer without a cast handler.c:324: error: ‘request_rec’ has no member named ‘server’ handler.c:334: error: ‘request_rec’ has no member named ‘pool’ handler.c:334: warning: assignment makes pointer from integer without a cast handler.c:348: error: ‘request_rec’ has no member named ‘pool’ handler.c:348: warning: assignment makes pointer from integer without a cast handler.c:366: error: ‘request_rec’ has no member named ‘pool’ handler.c:366: warning: assignment makes pointer from integer without a cast handler.c:370: warning: implicit declaration of function ‘apr_inet_addr’ handler.c:376: error: ‘request_rec’ has no member named ‘server’ handler.c:380: error: ‘request_rec’ has no member named ‘server’ handler.c:386: error: ‘request_rec’ has no member named ‘server’ handler.c:392: error: ‘request_rec’ has no member named ‘server’ handler.c:403: error: ‘request_rec’ has no member named ‘server’ handler.c:414: error: ‘request_rec’ has no member named ‘server’ handler.c:423: error: ‘request_rec’ has no member named ‘server’ handler.c:431: error: ‘request_rec’ has no member named ‘the_request’ handler.c:434: error: ‘request_rec’ has no member named ‘server’ handler.c:452: error: ‘request_rec’ has no member named ‘server’ handler.c:461: error: ‘request_rec’ has no member named ‘protocol’ handler.c:470: error: ‘request_rec’ has no member named ‘connection’ handler.c:479: error: ‘request_rec’ has no member named ‘connection’ handler.c:480: error: ‘request_rec’ has no member named ‘connection’ handler.c:493: error: ‘request_rec’ has no member named ‘ap_auth_type’ handler.c:506: error: ‘request_rec’ has no member named ‘user’ handler.c:530: error: ‘request_rec’ has no member named ‘server’ handler.c:535: error: ‘request_rec’ has no member named ‘server’ handler.c:536: error: ‘request_rec’ has no member named ‘server’ handler.c:547: error: ‘request_rec’ has no member named ‘server’ handler.c:549: warning: implicit declaration of function ‘ap_run_http_scheme’ handler.c:550: error: ‘request_rec’ has no member named ‘server’ handler.c:551: error: ‘request_rec’ has no member named ‘server’ handler.c:555: error: ‘request_rec’ has no member named ‘server’ handler.c:566: error: ‘request_rec’ has no member named ‘subprocess_env’ handler.c:567: error: ‘apr_table_t’ undeclared (first use in this function) handler.c:567: error: ‘env’ undeclared (first use in this function) handler.c:567: error: ‘request_rec’ has no member named ‘subprocess_env’ handler.c:570: warning: assignment makes pointer from integer without a cast handler.c:580: warning: assignment makes pointer from integer without a cast handler.c:582: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token handler.c:582: error: ‘array’ undeclared (first use in this function) handler.c:583: error: ‘apr_table_entry_t’ undeclared (first use in this function) handler.c:583: error: ‘entries’ undeclared (first use in this function) handler.c:595: error: expected expression before ‘)’ token handler.c:597: error: ‘entry’ undeclared (first use in this function) handler.c:614: warning: assignment makes pointer from integer without a cast handler.c:622: warning: assignment makes pointer from integer without a cast handler.c:651: error: ‘request_rec’ has no member named ‘server’ handler.c:663: error: ‘request_rec’ has no member named ‘server’ handler.c:672: error: ‘request_rec’ has no member named ‘server’ handler.c:681: error: ‘request_rec’ has no member named ‘server’ handler.c:685: error: ‘request_rec’ has no member named ‘status’ handler.c:686: error: ‘request_rec’ has no member named ‘status_line’ handler.c:690: error: ‘headers’ undeclared (first use in this function) handler.c:693: error: ‘request_rec’ has no member named ‘server’ handler.c:695: warning: implicit declaration of function ‘NGScanHeaders’ handler.c:695: error: ‘request_rec’ has no member named ‘pool’ handler.c:696: error: ‘request_rec’ has no member named ‘server’ handler.c:700: error: too many arguments to function ‘_copyHeadersToRequest’ handler.c:708: error: ‘request_rec’ has no member named ‘header_only’ handler.c:712: warning: implicit declaration of function ‘apr_pcalloc’ handler.c:712: error: ‘request_rec’ has no member named ‘pool’ handler.c:712: warning: assignment makes pointer from integer without a cast handler.c:713: error: ‘request_rec’ has no member named ‘server’ handler.c:729: error: ‘request_rec’ has no member named ‘server’ handler.c:753: error: ‘request_rec’ has no member named ‘server’ make: *** [handler.o] Error 1 Version-Release number of selected component (if applicable): SVN_Revision:1595 How reproducible: Always Steps to Reproduce: 1. compile sope-mod-ngobjweb on AS400 iseries with SLES 10.1 SP1 2. 3. Expected Results: compile module for apache2 Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 4 07:55:12 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 4 Feb 2008 08:55:12 +0100 (CET) Subject: [OGo-Bugs][Bug 1938] cannot compile module Message-ID: <20080204075512.0C4AE7426E@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1938 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-02-04 08:55 ------- exchange all apr-config with apr-1-config in the GNUmakefile* then recompile, that should fix the problem. A patch to correctly detect apr-config/apr-1-config to fix this problem is already in the gsmake2 branch of sope. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 4 11:13:36 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 4 Feb 2008 12:13:36 +0100 (CET) Subject: [OGo-Bugs][Bug 1937] crash of ogo-webui after click on edit icon of an appointment note Message-ID: <20080204111336.C084E7426E@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1937 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-01-29 11:45 ------- > Works for me, on Ubuntu 7.10, x86_64, self-compiled > sope-4.7.1-fwd-r1502.tar.gz and > opengroupware.org-1.1.7-close-r1987.tar.gz with patch from bugzilla > #1932. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 5 09:34:51 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 5 Feb 2008 10:34:51 +0100 (CET) Subject: [OGo-Bugs][Bug 1939] New: appt. notes can be edited by anyone, regardless whether someone has write access to the appt. Message-ID: <20080205093451.060407426D@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1939 Summary: appt. notes can be edited by anyone, regardless whether someone has write access to the appt. Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: normal Priority: normal Component: Scheduler AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE > > Therefore I started wondering, is it intended that I am able to > > create/edit notes on appointments where I do not have write > > permissions to, also when I am not participating at all? > > > I would say no. Version-Release number of selected component (if applicable): -trunk How reproducible: Always Actual Results: everybody can create notes to appointments where they have read access Expected Results: only people with write access, or participants should be able to edit apt. notes Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 5 09:34:52 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 5 Feb 2008 10:34:52 +0100 (CET) Subject: [OGo-Bugs][Bug 1937] crash of ogo-webui after click on edit icon of an appointment note Message-ID: <20080205093452.739E37426E@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1937 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |1939 nThis| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-02-04 12:13 ------- one message in the logs short before segfault: Feb 04 10:47:04 ogo-webui-1.1 [1668]: SkyNoteEditor WARNING: appointment is still a fault! the code in the file of the frame #1 and #2 where the segfault happened: 460 } 461 } 462 } 463 info->object = object; 464 info->isa = [object class]; 465 info->isFault = [object isFault]; 507 WOReturnValueHolder retValue; 508 509 #if DEBUG 510 NSCAssert1(info, @"%s: missing info !", __PRETTY_FUNCTION__); 511 #endif 512 513 _fillInfo(self, object, info); 514 515 // execute 516 if (info->type == WOKeyType_method) { After some more tests, with appointments created by oneself, this segfault is not happen, but with appointments where the user has no write access, but is participating, so that the user can create notes, the segfault happens. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 5 12:53:50 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 5 Feb 2008 13:53:50 +0100 (CET) Subject: [OGo-Bugs][Bug 1940] New: Enh: a checkbox to "set write access to all participants" for appointments would be nice Message-ID: <20080205125350.642677426D@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1940 Summary: Enh: a checkbox to "set write access to all participants" for appointments would be nice Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: other Status: NEW Severity: enhancement Priority: normal Component: Scheduler AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: Such a checkbox, as mentioned in the subject, would be nice to have in the edit appointment interface in the webui. Further, it would be nice if this could be set as a default via the webui, for the template users, so that this would also work for appts created via zidestore,.... Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. 2. 3. Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 6 15:50:34 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 6 Feb 2008 16:50:34 +0100 (CET) Subject: [OGo-Bugs][Bug 1941] New: skyaptnotify does not handle resources with commas in the resource name Message-ID: <20080206155034.CD9F37426D@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1941 Summary: skyaptnotify does not handle resources with commas in the resource name Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: normal Priority: normal Component: skyaptnotify AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: in the resource_names column in the date_x table, the resource names are saved as a comma separated list. This seems to be fine everywhere besides for skyaptnotify, as it tries to separate the string by a comma, to get the individual resource names. Then it makes a lookup in the database, to find out if the resource has a notification time assigned, but will fail, because it only has a part of the resource name. Version-Release number of selected component (if applicable): all How reproducible: Always Steps to Reproduce: 1.create a resource name containing one or more commas 2.create an appt. with this resource 3.run skyaptnotify Actual Results: no notification mail sent out for resouce names containing commas Expected Results: regardless of the resource name, notifications should be sent out if configured Additional info: maybe related to bug #1713 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 6 16:00:07 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 6 Feb 2008 17:00:07 +0100 (CET) Subject: [OGo-Bugs][Bug 1942] New: Extra Standard Attributes for a Document Message-ID: <20080206160007.1F3457426E@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1942 Summary: Extra Standard Attributes for a Document Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: normal Component: Enhancements AssignedTo: dev@opengroupware.org ReportedBy: ogo@easyss.net QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10 Description of problem: Enhancement request : Current : When uploading a new Document into a Project, it currently has only one "Standard" attribute - namely the title. Extra attributes can be added, but they must be done manually against every document uploaded. This does not scale to dozens of documents added daily. Enhancement : Allow the Administrator to add extra Standard Attributes which will then appear against every newly added Document. We are interested in : Sender (text) Recipient (text) Keywords (text) Response Due by: (date) Of course, the more flexible the Administrator's ability to add attributes the better. Once this data has been entered, we would then want a search form to search documents based on these criteria as well as the "standard" Title. Version-Release number of selected component (if applicable): ogo 1.1.7 How reproducible: Always Steps to Reproduce: Feature doesn't exit currently. Actual Results: n/a Expected Results: n/a Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 6 16:05:16 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 6 Feb 2008 17:05:16 +0100 (CET) Subject: [OGo-Bugs][Bug 1943] New: Allow change of ownership of a document Message-ID: <20080206160516.CB0557426F@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1943 Summary: Allow change of ownership of a document Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: other Status: NEW Severity: enhancement Priority: normal Component: Enhancements AssignedTo: dev@opengroupware.org ReportedBy: ogo@easyss.net QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10 Description of problem: Feature Request Currently: When a document is uploaded to a Project, it is owned by the user who uploaded it. This cannot be changed. Feature Request: Allow a user with suitable permissions to change the ownsership of a document to a different user. Version-Release number of selected component (if applicable): 1.1.7 How reproducible: Always Steps to Reproduce: Not available in current version. Actual Results: n/a Expected Results: n/a Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 11 16:33:41 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 11 Feb 2008 17:33:41 +0100 (CET) Subject: [OGo-Bugs][Bug 1944] New: segfault when try to reply or create a new mail Message-ID: <20080211163341.BC39228F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1944 Summary: segfault when try to reply or create a new mail Product: OpenGroupware.org Version: TRUNK Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: normal Component: Mailer AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: on opensuse x86_66 try to reply or to create a mail ends in a segfault. The reason is the following: create a signature (just press return in the webui signature field, and save this signature) then try to create a new mail, or try to reply to someones other mail. here is the backtrace: #0 0x00002b3ebfa2624b in -[NSString(GSAdditions) stringByTrimmingTailSpaces] (self=0x16f8348, _cmd=0x2b3ebfc706b0) at NSString+Ext.m:131 #1 0x00002b3ebfa263ba in -[NSString(GSAdditions) stringByTrimmingSpaces] (self=0x16f8348, _cmd=0x2b3eca32a5f0) at NSString+Ext.m:149 #2 0x00002b3eca109d59 in ?? () from /usr/local/lib64/opengroupware.org-1.1/webui/OGoMailEditor.lso/OGoMailEditor #3 0x00002b3eca113577 in ?? () from /usr/local/lib64/opengroupware.org-1.1/webui/OGoMailEditor.lso/OGoMailEditor #4 0x00002b3eca1135f7 in ?? () from /usr/local/lib64/opengroupware.org-1.1/webui/OGoMailEditor.lso/OGoMailEditor #5 0x00002b3ec7a61d9d in ?? () from /usr/local/lib64/opengroupware.org-1.1/webui/BaseUI.lso/BaseUI #6 0x00002b3ec7a625e9 in ?? () from /usr/local/lib64/opengroupware.org-1.1/webui/BaseUI.lso/BaseUI #7 0x00002b3ebe7d8e84 in -[WODirectAction performActionNamed:] (self=0x1755158, _cmd=0x6156a0, _actionName=0x1281c28) at WODirectAction.m:101 #8 0x0000000000408895 in -[DirectAction performActionNamed:] (self=0x1755158, _cmd=0x2b3ebeb1c5c0, _actionName=0x12f94e8) at DirectAction.m:142 #9 0x00002b3ebe7da356 in -[WODirectActionRequestHandler handleRequest:inContext:session:application:] (self=0x7a5558, _cmd=0x2b3ebeb2c870, _request=0x178f118, context=0x13a2b18, session=0x15121e8, app=0x746028) at WODirectActionRequestHandler.m:210 #10 0x00002b3ebe7ee839 in -[WORequestHandler handleRequest:] (self=0x7a5558, _cmd=0x2b3ebeaf04c0, _request=0x178f118) at WORequestHandler.m:241 #11 0x00002b3ebe7a0df4 in -[WOCoreApplication dispatchRequest:usingHandler:] (self=0x746028, _cmd=0x2b3ebeaf0520, _request=0x178f118, handler=0x7a5558) at WOCoreApplication.m:669 #12 0x00002b3ebe7a119a in -[WOCoreApplication dispatchRequest:] (self=0x746028, _cmd=0x613870, _request=0x178f118) at WOCoreApplication.m:709 #13 0x000000000040779f in -[OpenGroupware dispatchRequest:] (self=0x746028, _cmd=0x2b3ebeb99380, _request=0x178f118) at OpenGroupware.m:829 #14 0x00002b3ebe85760f in -[WOHttpTransaction _run] (self=0x18f86b8, _cmd=0x2b3ebeb993b0) at WOHttpTransaction.m:540 #15 0x00002b3ebe857ad8 in -[WOHttpTransaction run] (self=0x18f86b8, _cmd=0x2b3ebeb97110) at WOHttpTransaction.m:593 ---Type to continue, or q to quit--- #16 0x00002b3ebe852aae in -[WOHttpAdaptor runConnection:] (self=0x10d6608, _cmd=0x2b3ebeb971b0, _socket=0x1285ea8) at WOHttpAdaptor.m:484 #17 0x00002b3ebe852e06 in -[WOHttpAdaptor _handleAcceptedConnection:] (self=0x10d6608, _cmd=0x2b3ebeb97260, _connection=0x1285ea8) at WOHttpAdaptor.m:518 #18 0x00002b3ebe8537fc in -[WOHttpAdaptor acceptConnection:] (self=0x10d6608, _cmd=0x2b3ebeb97080, _notification=0x1543a28) at WOHttpAdaptor.m:626 #19 0x00002b3ec0793193 in -[NSObject performSelector:withObject:] (self=0x10d6608, _cmd=, aSelector=0x2b3ebeb97080, anObject=0x1543a28) at NSObject.m:730 #20 0x00002b3ec0793193 in -[NSObject performSelector:withObject:] (self=0x10f5908, _cmd=, aSelector=0x2b3ec0a87520, anObject=0x1543a28) at NSObject.m:730 #21 0x00002b3ec079e29c in -[NSArray makeObjectsPerform:withObject:] (self=0x17d8568, _cmd=, aSelector=0x2b3ec0a87520, anObject=0x1543a28) at NSArray.m:403 #22 0x00002b3ec07dbd62 in -[NSNotificationCenter postNotification:] (self=0x696858, _cmd=, notification=) at NSNotificationCenter.m:453 #23 0x00002b3ec07db35c in -[NSNotificationCenter postNotificationName:object:] (self=0x696858, _cmd=, notificationName=0x2b3ec0a9d920, object=0x10f21b8) at NSNotificationCenter.m:590 #24 0x00002b3ec07f513b in -[NSRunLoop acceptInputForMode:beforeDate:] (self=0x7a81b8, _cmd=, aMode=, limitDate=) at NSRunLoop.m:767 #25 0x00002b3ec07f395b in -[NSRunLoop runMode:beforeDate:] (self=0x7a81b8, _cmd=, aMode=0x2b3ec0a9d8e0, limitDate=) at NSRunLoop.m:621 #26 0x00002b3ebe7a04f8 in -[WOCoreApplication run] (self=0x746028, _cmd=0x2b3ebeb16510) at WOCoreApplication.m:541 #27 0x00002b3ebe7d459d in WOApplicationMain (_appClassName=0x6101e0, argc=3, argv=0x7fffecfbc3d8) at WOApplicationMain.m:42 #28 0x00002b3ebe7f8955 in WOWatchDogApplicationMain (appName=0x6101e0, argc=3, argv=0x7fffecfbc3d8) at WOWatchDogApplicationMain.m:251 #29 0x000000000040293e in main (argc=3, argv=0x7fffecfbc3d8, env=0x7fffecfbc3f8) at main.m:32 here is this what gets saved in the defaults file of the user in the signature: signature = "^M\n^M\n"; Whereas the ^M are not actually the characters, but the Windows line end. The signature was created using firefox, the crash also happended in firefox. I know this works on OpenBSD, i386, and I cannot remember having seen this before on i686 Linux, maybe related to 64Bit installation. Version-Release number of selected component (if applicable): -trunk How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: crash Expected Results: no crash Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 11 16:37:54 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 11 Feb 2008 17:37:54 +0100 (CET) Subject: [OGo-Bugs][Bug 1945] New: it is not possible to select resource groups when creating appointments Message-ID: <20080211163754.439E728F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1945 Summary: it is not possible to select resource groups when creating appointments Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: major Priority: normal Component: Scheduler AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: when creating an appointment, it is not possible to select resource groups, it is only possible to select unique resources. Version-Release number of selected component (if applicable): -trunk How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: it is not possible to select resource groups when creating a new appointment. Expected Results: it should be possible to select resource groups when creating a new appointment. Additional info: It is possible to select resource groups when using the proposal function of ogo. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 18 09:13:24 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 18 Feb 2008 10:13:24 +0100 (CET) Subject: [OGo-Bugs][Bug 1946] Appointments are missing in Overview-Calendar in Outlook Message-ID: <20080218091324.853C928F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1946 hans-peter.lackner@cfc.at changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |1947 nThis| | ------- Additional Comments From hans-peter.lackner@cfc.at 2008-02-18 09:28 ------- Description of problem: When I look at the Overview Calendar in Outlook, I don't see all appointments. All my private appointments are left out. This is not the same view I see in the OpenGroupware Webclient. Version-Release number of selected component (if applicable): Ogo: Freshest Release for Fedora Core7 ZideLook: 2.1 Outlook: 2003 ZideStore: 1.5 How reproducible: always Steps to Reproduce: 1. Open Outlook 2. Create an appointment in your private calendar 3. Open the overview calendar Actual results: All private appointments are left out in the overview calendar. Expected results: I see an overview for all my appointments Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 18 09:13:23 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 18 Feb 2008 10:13:23 +0100 (CET) Subject: [OGo-Bugs][Bug 1947] New: Free/Busy is not correct Message-ID: <20080218091323.F2A9E28F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1947 Summary: Free/Busy is not correct Product: ZideStore Version: TRUNK Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: normal Component: ZideLook AssignedTo: helge.hess@opengroupware.org ReportedBy: hans-peter.lackner@cfc.at CC: bugs@opengroupware.org Description of problem: Additional to the description of the bug #1946 the free/busy information is not correct. When you want to create a new appointement and use free/busy, all private appointments are excluded... Version-Release number of selected component (if applicable): see at #1946 How reproducible: always Steps to Reproduce: 1. create a private appointment 2. create a new appointment (for example in a group calendar) 3. try to use the free/busy information Actual results: all private appointments are not shown as booked. Expected results: all timeslots used by private appointments should be shown as booked Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 19 09:32:41 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 19 Feb 2008 10:32:41 +0100 (CET) Subject: [OGo-Bugs][Bug 1949] New: it would be nice to be able to clip(and then link) project folders Message-ID: <20080219093241.B556A28F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1949 Summary: it would be nice to be able to clip(and then link) project folders Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: normal Component: Project AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: It would be nice to be able to clip project folders, the same was as it is possible for projects and docuements. That would allow creation of links into folders in a project, so that you do not need to link all documents in that folder on its own, but only need to link to the folder containing the documents. Version-Release number of selected component (if applicable): any How reproducible: Always Steps to Reproduce: 1. 2. 3. Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 20 00:59:42 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 20 Feb 2008 01:59:42 +0100 (CET) Subject: [OGo-Bugs][Bug 1608] Enh: Have an "arbitrary data" extended attribute type. Message-ID: <20080220005942.92BBA28F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1608 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RESOLVED ------- Additional Comments From awilliam@whitemice.org 2008-02-20 01:59 ------- Object properties support arbitrary data and can be access through the zOGI API. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 20 01:39:23 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 20 Feb 2008 02:39:23 +0100 (CET) Subject: [OGo-Bugs][Bug 1296] marking a task as done doesn't update the completion date Message-ID: <20080220013923.859AB28F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1296 ------- Additional Comments From awilliam@whitemice.org 2008-02-20 02:39 ------- Created an attachment (id=602) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=602&action=view) Patch to set completion date on done action ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 20 01:42:33 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 20 Feb 2008 02:42:33 +0100 (CET) Subject: [OGo-Bugs][Bug 1296] marking a task as done doesn't update the completion date Message-ID: <20080220014233.CC0F828F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1296 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RESOLVED ------- Additional Comments From awilliam@whitemice.org 2008-02-20 02:41 ------- Patch committed in r2081 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 20 02:26:23 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 20 Feb 2008 03:26:23 +0100 (CET) Subject: [OGo-Bugs][Bug 1854] Wrong date/time on new tasks & subsequent task actions Message-ID: <20080220022623.0019128F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1854 ------- Additional Comments From awilliam@whitemice.org 2007-09-14 12:24 ------- Same issue applies to task annotation whether performed via WebUI, XML-RPC API, or zOGI API. Actions performed at 06:22 appear in WebUI as occuring at 10:22 --------------- #!/usr/bin/env python import xmlrpclib HOST="localhost" LOGIN="adam" PWD="fred" URL = "http://%s:%s@%s/RPC2" % (LOGIN, PWD, HOST) server = xmlrpclib.ServerProxy(URL) result=server.jobs.annotateJob(10332139, "XML-RPC comment"); print "got:", result -------------- #!/usr/bin/env python import xmlrpclib, time, sys, pprint server = xmlrpclib.Server('http://adam:fred@localhost/zidestore/so/adam/') notation = {} notation['entityName'] = 'taskNotation' notation['taskObjectId'] = 10332139 notation['comment'] = 'zOGI comment' notation['action'] = 'comment' print server.zogi.putObject(notation); ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 20 16:05:15 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 20 Feb 2008 17:05:15 +0100 (CET) Subject: [OGo-Bugs][Bug 101] Enh: add XML-RPC client to OGo forms engine (SX 493) Message-ID: <20080220160515.B904428F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=101 ------- Additional Comments From awilliam@whitemice.org 2008-02-20 17:05 ------- The forms engine has been removed, so I imagine this bug can be closed (no longer relevent). ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 21 20:13:30 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 21 Feb 2008 21:13:30 +0100 (CET) Subject: [OGo-Bugs][Bug 779] Events over more than one day marked poorly in monthly printview Message-ID: <20080221201330.94F2A28F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=779 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From helge.hess@opengroupware.org 2008-02-21 21:13 ------- I cannot reproduce this anymore, probably has been fixed in the meantime. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 21 20:17:16 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 21 Feb 2008 21:17:16 +0100 (CET) Subject: [OGo-Bugs][Bug 779] Events over more than one day marked poorly in monthly printview Message-ID: <20080221201716.4DA7528F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=779 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|RAWHIDE | ------- Additional Comments From helge.hess@opengroupware.org 2008-02-21 21:17 ------- Ups, the bug is in the Month Printview. Week PrintView works. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 21 21:31:29 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 21 Feb 2008 22:31:29 +0100 (CET) Subject: [OGo-Bugs][Bug 779] Events over more than one day marked poorly in monthly printview Message-ID: <20080221213129.AC5FF28F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=779 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dev@opengroupware.org |helge.hess@opengroupware.org Status|REOPENED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From helge.hess@opengroupware.org 2008-02-21 21:17 ------- x ------- Additional Comments From helge.hess@opengroupware.org 2008-02-21 22:31 ------- Should be fixed in SOPE trunk r1606. Needs testing ... ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Fri Feb 22 13:06:49 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 22 Feb 2008 14:06:49 +0100 (CET) Subject: [OGo-Bugs][Bug 1950] New: sending mail via webmail fails sporadically Message-ID: <20080222130649.DD14828F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1950 Summary: sending mail via webmail fails sporadically Product: OpenGroupware.org Version: TRUNK Platform: PC OS/Version: other Status: NEW Severity: normal Priority: normal Component: Mailer AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: sending mail via webmail, and attachement, fails sporadically with followign reason: Feb 22 12:27:05 OpenGroupware [18163]: [email::deliver] [1] Could not write mail to sendmail! <19 Feb 22 12:27:05 OpenGroupware [18163]: [email::deliver] [1] message: <> Feb 22 12:27:05 OpenGroupware [18163]: (46F346F30847BEBCA8) command email::deliver({ addresses = ( "\"Rene Griesbach\" " ); copyToSentFolder = 0; messageTmpFile = "/tmp/OGo46F347BEBF9807.tmp"; }) failed: name: LSMailDeliveryException reason: Writing to '' failed with code [19200] info: { callStack = ( "email::deliver (class=LSMailDeliverCommand, self=0x0x1b936c8)" ); } Feb 22 12:27:05 OpenGroupware [18163]: [ERROR] (46F346F30847BEBCA8) failed: email::deliver({ addresses = ( "\"Rene Griesbach\" " ); copyToSentFolder = 0; messageTmpFile = "/tmp/OGo46F347BEBF9807.tmp"; }) Feb 22 12:27:05 OpenGroupware [18163]: [WARN] (46F346F30847BEBCA8) tx commit failed! Feb 22 12:27:05 OpenGroupware [18163]: (46F346F30847BEBCA8) tx is going to be rolled back .. Feb 22 12:27:05 OpenGroupware [18163]: [WARN] (46F346F30847BEBCA8) tx commit failed ! this happens on x86_64 SLES 10 SP1. Version-Release number of selected component (if applicable): -trunk How reproducible: Sometimes Steps to Reproduce: 1.select a recipient 2.attach something 3.try sending Actual Results: error window pops up Expected Results: should just send mail as others too Additional info: on that host where this happened, SNSD5 is enabled ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Mon Feb 25 20:08:24 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 25 Feb 2008 21:08:24 +0100 (CET) Subject: [OGo-Bugs][Bug 1354] project.insert does not return project number Message-ID: <20080225200824.9451128F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1354 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RESOLVED ------- Additional Comments From awilliam@whitemice.org 2008-02-25 21:08 ------- Projects can be created via the zOGI API. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 26 20:03:38 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 26 Feb 2008 21:03:38 +0100 (CET) Subject: [OGo-Bugs][Bug 1655] Support exact FBTYPEs in VFREEBUSY responses Message-ID: <20080226200338.C375928F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1655 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED u5es8g602@sneakemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |u5es8g602@sneakemail.com ------- Additional Comments From helge.hess@opengroupware.org 2006-01-06 15:49 ------- Si, this needs a fix. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Tue Feb 26 23:06:03 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 00:06:03 +0100 (CET) Subject: [OGo-Bugs][Bug 1887] unable to change existing all day meeting back to a time based meeting in the date editor Message-ID: <20080226230603.C3F7F28F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1887 u5es8g602@sneakemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |u5es8g602@sneakemail.com ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 10:43:01 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 11:43:01 +0100 (CET) Subject: [OGo-Bugs][Bug 1953] New: MailRestrictions.plist functionality (WebUI/Mailer/OGoWebMail/SkyImapMailRestrictions.m) Message-ID: <20080227104301.DADCC28F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1953 Summary: MailRestrictions.plist functionality (WebUI/Mailer/OGoWebMail/SkyImapMailRestrictions.m) Product: OpenGroupware.org Version: TRUNK Platform: Other OS/Version: other Status: NEW Severity: normal Priority: normal Component: Mailer AssignedTo: qa@opengroupware.org ReportedBy: frank@opengroupware.org QAContact: qa@opengroupware.org CC: bugs@opengroupware.org Description of problem: a) Doesn't work anymore. It's previously working purpose was to restrict mail traffic to only specific domains - see example below. b) and it expects the MailRestrictions.plist not in the usual place due to: <...> filename = [[[NSProcessInfo processInfo] environment] objectForKey:@"GNUSTEP_USER_ROOT"]; filename = [filename stringByAppendingPathComponent:@"config"]; filename = [filename stringByAppendingPathComponent: @"MailRestrictions.plist"]; <...> Version-Release number of selected component (if applicable): trunk How reproducible: everytime... Steps to Reproduce: 1. export GNUSTEP_USER_ROOT (thus making sure that OGo can find MailRestrictions.plist) 2. try to send an email (using the OGo Mailer) to a non allowed domain (as per MailRestrictions.plist) Actual results: ... mail gets send - although it shouldn't Additional info: Sample MailRestrictions.plist could look like: { "intern" = ( "undermydesk.org", "nerfed.org" ); } PS: no separate Bug for b) since this might be minor. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 11:43:25 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 12:43:25 +0100 (CET) Subject: [OGo-Bugs][Bug 1953] MailRestrictions.plist functionality (WebUI/Mailer/OGoWebMail/SkyImapMailRestrictions.m) Message-ID: <20080227114325.46ECD28F0D2@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1953 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|qa@opengroupware.org |dev@opengroupware.org ------- Additional Comments From helge.hess@opengroupware.org 2008-02-27 12:43 ------- => dev ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 17:06:15 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 18:06:15 +0100 (CET) Subject: [OGo-Bugs][Bug 1954] New: When sending appointment mail on confirm, the save/cancel buttons are redudant Message-ID: <20080227170615.6E94628F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1954 Summary: When sending appointment mail on confirm, the save/cancel buttons are redudant Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: other Status: NEW Severity: blocker Priority: normal Component: Scheduler AssignedTo: qa@opengroupware.org ReportedBy: u5es8g602@sneakemail.com QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 Description of problem: When clicking to Confirm or Decline an appointment, the next screen offers Save and Cancel button but they both do the same thing. The confirm or decline is saved as soon as you click the button to confirm or decline, so the Cancel button just cancels the e-mails and the Save button does the same thing (just cancels sending the email) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Confirm or Decline an appointment 2.Click Save or Cancel 3. Actual Results: Same thing occurs Expected Results: I could see two different expected results: 1) The first time I used the system, I expected the "Cancel" to cancel my Confirm/Decline (and return to the state it was before), and I expected "Save" to save the Confirm/Decline without sending an e-mail. I feel that's pretty intuitive. 2) If the Confirm/Decline should continue to save the status immediately, then perhaps removing one or both of the Save/Cancel would be appropriate for this screen. ? Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 17:17:41 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 18:17:41 +0100 (CET) Subject: [OGo-Bugs][Bug 1951] Pressing the Back Button can confuse navigation Message-ID: <20080227171741.A978D28F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1951 ------- Additional Comments From u5es8g602@sneakemail.com 2008-02-27 00:19 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 Description of problem: Pressing the back button can confuse the navigation of the system. Version-Release number of selected component (if applicable): trunk How reproducible: Always Steps to Reproduce: 1.Go to calendar 2.Click 'New' 3.Press the back button on the browser 4.Click a different tab view of the calendar (eg: click the Month view) Actual Results: Brings you back to the new appointment screen Expected Results: Should have brought me to the Month view Additional info: ------- Additional Comments From u5es8g602@sneakemail.com 2008-02-27 18:17 ------- Here's another example of back button behavior that could be more common: 1.Create new appointment 2.Fill out details 3.Click 'Send and Save' 4.Realize that you forgot to add a partipant, click Back button of browser 5.Enter a name in the Search Participants and hit Search Results: Brings you to the Send Appointment screen you previously went 'Back' from Expected Results: Show a list of the participants that match the search Note: There are other things in place of action #4 that cause the screen to go to the 'send appointment' screen that you left: If you hit 'Save', it brings you back to that screen which is not valid anymore because it could contain the wrong details of the appointment, for example. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 18:25:05 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 19:25:05 +0100 (CET) Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch Message-ID: <20080227182505.B0C7A28F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-02-27 19:22 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: It would be nice to have a link in the address viewer, pointing to a map server in the web, looking up the address. The patch and the functionality is explained in more details in the docs plone: http://docs.opengroupware.org/Members/buzzdee/OGo%20AddOns/OGoAddressMapLink/view?searchterm=MapLink Version-Release number of selected component (if applicable): all How reproducible: Always Steps to Reproduce: 1. 2. 3. Additional info: ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 19:20:42 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 20:20:42 +0100 (CET) Subject: [OGo-Bugs][Bug 1954] When sending appointment mail on confirm, the save/cancel buttons are redudant Message-ID: <20080227192042.1D05628F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1954 u5es8g602@sneakemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Priority|normal |low ------- Additional Comments From u5es8g602@sneakemail.com 2008-02-27 18:10 ------- Odd, I selected "Low" priority for this bug in the New Bug Wizard, but set this to a blocker. Lowering priority and severity because I don't think you want this as a blocker :) ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Wed Feb 27 19:22:10 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 27 Feb 2008 20:22:10 +0100 (CET) Subject: [OGo-Bugs][Bug 1951] Pressing the Back Button can confuse navigation Message-ID: <20080227192210.AC73328F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1951 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From helge.hess@opengroupware.org 2008-02-27 20:22 ------- Partially a limitation on how the web works, partially a limitation on how the system works. We can incrementally improve it by adding more direct actions, but its not really a specific bug. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 28 21:17:36 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 28 Feb 2008 22:17:36 +0100 (CET) Subject: [OGo-Bugs][Bug 1954] When sending appointment mail on confirm, the save/cancel buttons are redudant Message-ID: <20080228211736.D34D128F0D0@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1954 ------- Additional Comments From helge.hess@opengroupware.org 2008-02-27 20:20 ------- Not sure what this is about, is the core issue: "save button in mailer does not send the email" ? ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 28 21:30:38 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 28 Feb 2008 22:30:38 +0100 (CET) Subject: [OGo-Bugs][Bug 1954] When sending appointment mail on confirm, the save/cancel buttons are redudant Message-ID: <20080228213038.14E4328F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1954 ------- Additional Comments From jhedlund+ogo@gmail.com 2008-02-28 22:17 ------- I entered the bug as a suggestion from Adam while talking on IRC: The UI is confusing because the Save and Cancel buttons do the same thing (which is -> "Nothing"). My first thought was the "cancel" would cancel my action (of Confirming or Declining). This is not the case however - the only thing (so far as I can tell) that actually performs any action is "Send". "Save", "Cancel", close [x] box, exiting the browser at that screen: all do the same thing which is "Nothing". (unless something happens behind the scenes when you save and/or cancel that I am not aware of) So the core issue of the bug is: The Save / Cancel buttons for confirming/declining are confusing/misleading. (to me) ------- Additional Comments From awilliam@whitemice.org 2008-02-28 22:30 ------- "send" sends, but it appears that cancel and save both do the same thing. Clicking cancel doesn't not-do or undo the status change it just cancels the mail message. Save saves the changes without sending the mail message (same as cancel). ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugs@opengroupware.org Thu Feb 28 21:44:42 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 28 Feb 2008 22:44:42 +0100 (CET) Subject: [OGo-Bugs][Bug 1954] When sending appointment mail on confirm, the save/cancel buttons are redudant Message-ID: <20080228214442.CD83628F0D1@bugzilla.opengroupware.org> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1954 ------- Additional Comments From helge.hess@opengroupware.org 2008-02-28 22:44 ------- Hm, doesn't 'save' save the email to Drafts (IMAP4) and 'cancel' doesn't save the email at all (changes to the record are history anyways). I agree that the email send-after-change stuff is a bit weird. Probably this should be somehow embedded into the appointment editor itself. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.