Carlos

Results 48 comments of Carlos

> Only textarea and strings that are marked as "filter by" are searched. I see a good start to include only those field types in the global search. Other types...

> For me, any using "filter_by" or not would be okay. I was only wondering, because the checkbox in the options says: "Add to Filter". Wouldn't it be surprising if...

I see a different layout for all this notification scenario. I'd like to prepare for the future, and decouple notification generators, notification items, outgoing messages... -> **Notification generators**, as the...

> A Notification is a logical change and is mainly a data container. The generators would eventually get 1 notification and generate N notification emails, or other types of notifications....

Maybe that phpdoc hasn't been reviewed for a long time. Shouldn't this option mean: access level needed to handle issue? The fact that those users are listed in the "assign...

The query type `QUERY_TYPE_IDS` returns a list of ids without the DISTINCT applied. I think, if there is any use case of a filter that does not need a unique...

I understand your suggestion, but my concern is that it would add a risk of fragility when: - Multiple rows exists for a table that is expected to be unique....

> Of course, querying all rows with one query and than getting the count with another query to show just one page worth of data is completely stupid. It's terrible...

Do you know that handle_bug_threshold, as any threshold option, can also be an array of access levels? That makes your new handle_bug_access_levels redundant. There's an undocumented feature in your PR...

> If I copy an image, I can't paste it in the new added places to add attachments, but can paste into the existing ones. Fixed > If I just...