summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20101224/001888.html
blob: cc92ccb50aca705df9efa7bb0ca08c169f327162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] Proposal for bugzilla
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTikfjYUy77bkLczHchU_D95vKaQHxr4pPnPF7zk%3D%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="001887.html">
   
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] Proposal for bugzilla</H1>
    <B>Ahmad Samir</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%20for%20bugzilla&In-Reply-To=%3CAANLkTikfjYUy77bkLczHchU_D95vKaQHxr4pPnPF7zk%3D%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] Proposal for bugzilla">ahmadsamir3891 at gmail.com
       </A><BR>
    <I>Fri Dec 24 19:56:24 CET 2010</I>
    <P><UL>
        <LI>Previous message: <A HREF="001887.html">[Mageia-dev] Proposal for bugzilla
</A></li>
        
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#1888">[ date ]</a>
              <a href="thread.html#1888">[ thread ]</a>
              <a href="subject.html#1888">[ subject ]</a>
              <a href="author.html#1888">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On 24 December 2010 13:02, Michael scherer &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>&gt; wrote:
&gt;<i> On Fri, Dec 24, 2010 at 01:20:41AM +0100, Dexter Morgan wrote:
</I>&gt;&gt;<i> On Thu, Dec 23, 2010 at 11:22 PM, Ahmad Samir &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">ahmadsamir3891 at gmail.com</A>&gt; wrote:
</I>&gt;&gt;<i> &gt; On 24 December 2010 00:13, Maarten Vanraes &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">maarten.vanraes at gmail.com</A>&gt; wrote:
</I>&gt;&gt;<i> &gt;&gt; Op donderdag 23 december 2010 22:23:56 schreef Ahmad Samir:
</I>&gt;&gt;<i> &gt;&gt;&gt; On 23 December 2010 22:01, Samuel Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">stormi at laposte.net</A>&gt; wrote:
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt; I remember some years ago you could choose the exact version of the
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt; package for which you reported a bug, from a list. I agree that
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt; improving the UI side helpers could be useful.
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt;
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt; Regards
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt;
</I>&gt;&gt;<i> &gt;&gt;&gt; &gt; Samuel Verschelde
</I>&gt;&gt;<i> &gt;&gt;&gt;
</I>&gt;&gt;<i> &gt;&gt;&gt; As was said by dmorgan, listing each SRPM slowed down bugzilla a lot;
</I>&gt;&gt;<i> &gt;&gt;&gt; the distro has a lot of SRPMS...
</I>&gt;&gt;<i> &gt;&gt;
</I>&gt;&gt;<i> &gt;&gt; an ajax search is better; it doesn't add much and only gets searched if you
</I>&gt;&gt;<i> &gt;&gt; enter at least 2 chars, or something like that.
</I>&gt;&gt;<i> &gt;&gt;
</I>&gt;&gt;<i> &gt;&gt; if such an ajax is wanted, i can write that if i can use app-mageia-db or
</I>&gt;&gt;<i> &gt;&gt; similar as a list.
</I>&gt;&gt;<i> &gt;&gt;
</I>&gt;&gt;<i> &gt;
</I>&gt;&gt;<i> &gt; If the user doesn't know how to find the package info (rpm -q
</I>&gt;&gt;<i> &gt; packagname), no auto-complete is going to help much, he'll just pick
</I>&gt;&gt;<i> &gt; one of them randomly (top of the list, or bottom of the list). It's
</I>&gt;&gt;<i> &gt; not much to ask for rpm -q output...
</I>&gt;&gt;<i> &gt;
</I>&gt;&gt;<i> &gt; --
</I>&gt;&gt;<i> &gt; Ahmad Samir
</I>&gt;&gt;<i> &gt;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> and this method is deprecated ( i mean the big list ) because this
</I>&gt;&gt;<i> slow down too much the server.
</I>&gt;<i>
</I>&gt;<i> The server, or the the browser ?
</I>&gt;<i> ( because server side, that's just a SQL query likely in cache, while
</I>&gt;<i> browser side, you have to render a enormous 15 000 items list,
</I>&gt;<i> with allocation of objects, etc, etc ).
</I>&gt;<i> --
</I>&gt;<i> Michael Scherer
</I>&gt;<i>
</I>
Exactly. So if this get implemented I'd like it to be optional, i.e. I
can still turn it off in my bugzilla preferences.

-- 
Ahmad Samir
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="001887.html">[Mageia-dev] Proposal for bugzilla
</A></li>
	
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#1888">[ date ]</a>
              <a href="thread.html#1888">[ thread ]</a>
              <a href="subject.html#1888">[ subject ]</a>
              <a href="author.html#1888">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>