Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | euscanwww: Added category description, overlay description, homepage and path | volpino | 2013-01-26 | 7 | -12/+429 |
| | | | | | | | | Minor changes: - Fixed broken tests (alive field was still there) - Added plural to Category model Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: PEP8 fixes | volpino | 2013-01-07 | 3 | -11/+15 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | Merge branch 'master' of https://github.com/iksaif/euscan | volpino | 2013-01-07 | 9 | -122/+518 |
|\ | |||||
| * | djeuscan: add lost migrations | Corentin Chary | 2012-12-12 | 2 | -0/+367 |
| | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
| * | djeuscan: rework the scan process, don't use alive anymore | Corentin Chary | 2012-12-12 | 7 | -122/+151 |
| | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | | euscanwww: adding missing migration for index on handler | volpino | 2012-11-30 | 1 | -0/+181 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Added floatformat to average confidence to round | volpino | 2012-11-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Indentation must be a multiple of 4 | volpino | 2012-11-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: handle '' handler | Corentin Chary | 2012-11-27 | 1 | -1/+4 |
| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | euscanwww: Improved query for aggregating handler's data | volpino | 2012-11-27 | 3 | -16/+8 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: tweak the new handler code | Corentin Chary | 2012-11-26 | 5 | -35/+72 |
| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | euscanwww: reorder some settings | Corentin Chary | 2012-11-26 | 1 | -3/+2 |
| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | euscanwww: Fixing metadata and ebuild urls | volpino | 2012-11-26 | 5 | -36/+38 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: per handler package list | volpino | 2012-11-26 | 5 | -2/+36 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Handler's statistics | volpino | 2012-11-26 | 2 | -1/+33 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: moving "Statistics" at the bottom of the menu bar | volpino | 2012-11-26 | 1 | -1/+1 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: slot is not part of unique_together. Better version strings | volpino | 2012-11-25 | 3 | -11/+207 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | DEBUG=False by default | Corentin Chary | 2012-11-23 | 1 | -1/+1 |
| | |||||
* | Return HttpResponseNotFound(), got 20 exceptions emails this morning :D | Corentin Chary | 2012-11-23 | 1 | -4/+14 |
| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | djeuscan: temporary fix for ebuild/metadata | Corentin Chary | 2012-11-19 | 4 | -9/+8 |
| | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
* | Don't remove everything, only cache | Corentin Chary | 2012-11-12 | 1 | -2/+9 |
| | |||||
* | euscanwww: Favourite/Unfavourite template code refactored | volpino | 2012-11-08 | 13 | -157/+125 |
| | | | | | | | * Now is more DRY, the JS code and the HTML code are in one place * It works even without JS Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Refresh package button works even without JS | volpino | 2012-11-08 | 3 | -14/+31 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Simple link instead of form | volpino | 2012-11-08 | 1 | -4/+4 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Upstream urls now are anchors | volpino | 2012-11-08 | 2 | -1/+8 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: raise Http404 -> return HttpResponseNotFound() | volpino | 2012-11-08 | 1 | -6/+6 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Showing ebuild and metadata in package details page | volpino | 2012-11-08 | 4 | -3/+45 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | euscanwww: Use Version.tag to be more DRY | volpino | 2012-11-08 | 4 | -8/+22 |
| | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | Merge branch 'master' of https://github.com/iksaif/euscan | volpino | 2012-11-04 | 2 | -15/+26 |
|\ | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | djeuscan/tasks: fix update_portage() and layman --sync | Corentin Chary | 2012-11-04 | 2 | -15/+26 |
| | | |||||
* | | euscanwww: South migration for keeping data for the new accounts app | volpino | 2012-11-04 | 2 | -154/+37 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Adding make.conf and overlays info to config page | volpino | 2012-11-02 | 4 | -9/+62 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Added migration for deleting UserProfile | volpino | 2012-11-02 | 1 | -0/+251 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Make euscan_captcha a real app | volpino | 2012-11-02 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: Moving all account related stuff to a separate app | volpino | 2012-11-02 | 31 | -439/+696 |
| | | | | | | | | | | | | | | | | Note: This commit could break things, the userprofile model has been moved so the db layout must change (some alter table commands are needed to don't lose data) Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: removed useless 'print' | volpino | 2012-11-02 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: moving captcha app where the apps should be | volpino | 2012-11-02 | 4 | -1/+1 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: test fixes and minor PEP8 fixes | volpino | 2012-11-02 | 3 | -3/+5 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | euscanwww: fixing urls.py to be more DRY | volpino | 2012-11-02 | 1 | -50/+46 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
* | | Merge branch 'master' of https://github.com/iksaif/euscan | volpino | 2012-10-30 | 17 | -76/+118 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: TODO euscanwww/djeuscan/processing/scan/scan_portage.py euscanwww/djeuscan/tasks.py euscanwww/djeuscan/templates/euscan/_package_details.html Signed-off-by: volpino <fox91@anche.no> | ||||
| * | djeuscan/processing: fix scan_upstream after scan_portage | Corentin Chary | 2012-10-29 | 5 | -27/+31 |
| | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
| * | euscanwww: use maintainers names, not ids | Corentin Chary | 2012-10-29 | 9 | -42/+57 |
| | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
| * | django-recaptcha 0.0.5 compat | Corentin Chary | 2012-10-29 | 6 | -2/+26 |
| | | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com> | ||||
| * | euscanwww: Adding an about config page | volpino | 2012-10-29 | 5 | -8/+113 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscanwww: Upgrading Bootstrap toogle buttons | volpino | 2012-10-29 | 2 | -157/+292 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscan: last_version property added | volpino | 2012-10-29 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscanwww: Wrapping herds and maintainers in <p> to put them in newlines | volpino | 2012-10-29 | 1 | -14/+18 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscanwww: making get parameter shorter | volpino | 2012-10-29 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscanwww: Adding an option to run upstream scanning after an update in portage | volpino | 2012-10-29 | 3 | -5/+25 |
| | | | | | | | | Signed-off-by: volpino <fox91@anche.no> | ||||
| * | euscanwww: Created a feed for scan world with packages in GET | volpino | 2012-10-29 | 3 | -2/+38 |
| | | | | | | | | | | | | | | Note: Check if passing parameters in GET is good, there's the risk of looong urls Signed-off-by: volpino <fox91@anche.no> |