aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* euscanwww: Added category description, overlay description, homepage and pathvolpino2013-01-267-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 fixesvolpino2013-01-073-11/+15
| | | | Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2013-01-079-122/+518
|\
| * djeuscan: add lost migrationsCorentin Chary2012-12-122-0/+367
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * djeuscan: rework the scan process, don't use alive anymoreCorentin Chary2012-12-127-122/+151
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* | euscanwww: adding missing migration for index on handlervolpino2012-11-301-0/+181
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Added floatformat to average confidence to roundvolpino2012-11-291-1/+1
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Indentation must be a multiple of 4volpino2012-11-281-1/+1
|/ | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: handle '' handlerCorentin Chary2012-11-271-1/+4
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: Improved query for aggregating handler's datavolpino2012-11-273-16/+8
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: tweak the new handler codeCorentin Chary2012-11-265-35/+72
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: reorder some settingsCorentin Chary2012-11-261-3/+2
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* euscanwww: Fixing metadata and ebuild urlsvolpino2012-11-265-36/+38
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: per handler package listvolpino2012-11-265-2/+36
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Handler's statisticsvolpino2012-11-262-1/+33
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: moving "Statistics" at the bottom of the menu barvolpino2012-11-261-1/+1
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: slot is not part of unique_together. Better version stringsvolpino2012-11-253-11/+207
| | | | Signed-off-by: volpino <fox91@anche.no>
* DEBUG=False by defaultCorentin Chary2012-11-231-1/+1
|
* Return HttpResponseNotFound(), got 20 exceptions emails this morning :DCorentin Chary2012-11-231-4/+14
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* djeuscan: temporary fix for ebuild/metadataCorentin Chary2012-11-194-9/+8
| | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* Don't remove everything, only cacheCorentin Chary2012-11-121-2/+9
|
* euscanwww: Favourite/Unfavourite template code refactoredvolpino2012-11-0813-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 JSvolpino2012-11-083-14/+31
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Simple link instead of formvolpino2012-11-081-4/+4
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Upstream urls now are anchorsvolpino2012-11-082-1/+8
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: raise Http404 -> return HttpResponseNotFound()volpino2012-11-081-6/+6
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Showing ebuild and metadata in package details pagevolpino2012-11-084-3/+45
| | | | Signed-off-by: volpino <fox91@anche.no>
* euscanwww: Use Version.tag to be more DRYvolpino2012-11-084-8/+22
| | | | Signed-off-by: volpino <fox91@anche.no>
* Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-11-042-15/+26
|\ | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * djeuscan/tasks: fix update_portage() and layman --syncCorentin Chary2012-11-042-15/+26
| |
* | euscanwww: South migration for keeping data for the new accounts appvolpino2012-11-042-154/+37
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Adding make.conf and overlays info to config pagevolpino2012-11-024-9/+62
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Added migration for deleting UserProfilevolpino2012-11-021-0/+251
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Make euscan_captcha a real appvolpino2012-11-021-0/+0
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Moving all account related stuff to a separate appvolpino2012-11-0231-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'volpino2012-11-021-2/+0
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: moving captcha app where the apps should bevolpino2012-11-024-1/+1
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: test fixes and minor PEP8 fixesvolpino2012-11-023-3/+5
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: fixing urls.py to be more DRYvolpino2012-11-021-50/+46
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | Merge branch 'master' of https://github.com/iksaif/euscanvolpino2012-10-3017-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_portageCorentin Chary2012-10-295-27/+31
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * euscanwww: use maintainers names, not idsCorentin Chary2012-10-299-42/+57
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * django-recaptcha 0.0.5 compatCorentin Chary2012-10-296-2/+26
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * euscanwww: Adding an about config pagevolpino2012-10-295-8/+113
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Upgrading Bootstrap toogle buttonsvolpino2012-10-292-157/+292
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscan: last_version property addedvolpino2012-10-291-0/+14
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Wrapping herds and maintainers in <p> to put them in newlinesvolpino2012-10-291-14/+18
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: making get parameter shortervolpino2012-10-292-2/+2
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Adding an option to run upstream scanning after an update in portagevolpino2012-10-293-5/+25
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Created a feed for scan world with packages in GETvolpino2012-10-293-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>