ae-utbm / sith

🌐 The website of the AE
https://ae-utbm.github.io/sith/
GNU General Public License v3.0
6 stars 4 forks source link

Forum search - [merged] #303

Closed Juknum closed 2 years ago

Juknum commented 5 years ago

In GitLab by @sli on Dec 5, 2018, 14:07

Merges feature/forum-search -> master

Liste des features

Juknum commented 5 years ago

In GitLab by @sli on Dec 5, 2018, 14:17

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 5, 2018, 14:49

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 5, 2018, 17:56

added 4 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 5, 2018, 18:18

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 6, 2018, 14:23

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 6, 2018, 14:30

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @skia on Dec 6, 2018, 15:09

Commented on forum/models.py line 334

You'll have to be very careful about performances with this change, because it may make the Forum completely unusable...

Juknum commented 5 years ago

In GitLab by @skia on Dec 6, 2018, 15:10

Commented on core/views/init.py line 1

A specialized view would be certainly better than this generic one, I think.

Juknum commented 5 years ago

In GitLab by @skia on Dec 6, 2018, 15:13

Commented on forum/views.py line 57

The right checking could be done here, by evaluating each result item, storing their IDs (or not if permission denied), then returning a new QuerySet with filter(id__in=my_id_list)

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:28

Commented on forum/views.py line 57

I think it's better here to just return nothing and not a permission denied since it's a search query

Juknum commented 5 years ago

In GitLab by @skia on Dec 7, 2018, 11:35

Commented on forum/views.py line 57

I never mentioned that the user would face a PermissionDenied... I was saying that you could store the IDs that don't trigger PermissionDenied, which is completely different.

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:36

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:38

Commented on forum/views.py line 57

Oh, yes, I misread that

Juknum commented 5 years ago

In GitLab by @skia on Dec 7, 2018, 11:39

Commented on core/views/init.py line 198

You shall not remove that 2, or you'll run into troubles!

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:40

Commented on core/views/init.py line 198

Oups

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:42

Commented on core/views/init.py line 198

changed this line in version 9 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:42

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:50

Commented on forum/models.py line 334

changed this line in version 10 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:50

Commented on forum/views.py line 57

changed this line in version 10 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 11:50

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 13:16

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 13:35

added 2 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 13:55

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 14:29

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 7, 2018, 14:37

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 10, 2018, 10:46

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 10, 2018, 13:20

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 10, 2018, 14:43

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 10, 2018, 16:06

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 10, 2018, 16:06

marked the task Un update automatique de l'index lors de l'ajout d'un message (gestion du signal) as completed

Juknum commented 5 years ago

In GitLab by @sli on Dec 11, 2018, 14:03

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 11, 2018, 14:20

marked the task Un indexage qui fonctionne en prod as completed

Juknum commented 5 years ago

In GitLab by @Soldat on Dec 11, 2018, 20:09

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @skia on Dec 12, 2018, 10:13

Commented on core/views/init.py line 46

Useless import

Juknum commented 5 years ago

In GitLab by @sli on Dec 12, 2018, 15:32

Commented on core/views/init.py line 46

changed this line in version 22 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 12, 2018, 15:32

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 12, 2018, 15:48

added 2 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 12, 2018, 16:48

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 12, 2018, 16:54

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 10:13

added 1 commit

Compare with previous version

Juknum commented 5 years ago

In GitLab by @skia on Dec 13, 2018, 10:54

Commented on forum/templates/forum/macros.jinja line 161

I think you wanted class="search_check"

Juknum commented 5 years ago

In GitLab by @skia on Dec 13, 2018, 10:56

Commented on locale/fr/LC_MESSAGES/django.po line 4422

Not a very clean translation... Maybe "Pas de résultats" would be better. Then you'll be able to remove the "fuzzy"

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 14:07

Commented on forum/templates/forum/macros.jinja line 161

changed this line in version 27 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 14:08

Commented on locale/fr/LC_MESSAGES/django.po line 4422

changed this line in version 27 of the diff

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 14:08

added 3 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 14:16

marked the task Une recherche jolie as completed

Juknum commented 5 years ago

In GitLab by @sli on Dec 13, 2018, 14:16

unmarked as a Work In Progress

Juknum commented 5 years ago

In GitLab by @skia on Dec 13, 2018, 18:15

added 2 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @skia on Dec 13, 2018, 20:45

added 29 commits

Compare with previous version

Juknum commented 5 years ago

In GitLab by @skia on Dec 13, 2018, 20:56

enabled an automatic merge when the pipeline for 835782fd7e53a38f81dd867ca40c5abb9aa36fd4 succeeds