aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* Update TODOCorentin Chary2012-11-191-3/+7
| | | | 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>
* Update TODOCorentin Chary2012-11-191-0/+2
| | | | 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>
* | Updating TODOvolpino2012-11-021-6/+0
| | | | | | | | 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-3025-99/+167
|\| | | | | | | | | | | | | | | | | | | 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>
| * euscan/handlers: we need the file versionCorentin Chary2012-10-293-3/+23
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * djeuscan/processing: fix scan_upstream after scan_portageCorentin Chary2012-10-295-27/+31
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * Update TODOCorentin Chary2012-10-291-0/+6
| | | | | | | | 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-296-9/+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-292-2/+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>
| * euscan: deb handler - adding support for Packages.gz or Packages.bz2 and ↵volpino2012-10-292-7/+13
| | | | | | | | | | | | version detection fix Signed-off-by: volpino <fox91@anche.no>
| * euscan: Removing http cache from TODOvolpino2012-10-291-4/+0
| | | | | | | | 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-294-9/+26
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscan: Adding naive deb handler, TODO updatedvolpino2012-10-293-7/+59
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * euscan: Adding freecode handlervolpino2012-10-291-0/+48
| | | | | | | | | | | | Uses experimental remote-id "freecode" Signed-off-by: volpino <fox91@anche.no>
| * euscanwww: Created a feed for scan world with packages in GETvolpino2012-10-294-3/+38
| | | | | | | | | | | | | | Note: Check if passing parameters in GET is good, there's the risk of looong urls Signed-off-by: volpino <fox91@anche.no>
| * euscan: Adding support for disabling handlersvolpino2012-10-294-6/+16
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
| * djeuscan: really fix scan on demandCorentin Chary2012-10-101-18/+8
| | | | | | | | | | | | don't use stupid locks, only rate limit. Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
| * euscan: fix #435118 and #435120Corentin Chary2012-09-154-20/+23
| | | | | | | | Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
* | euscanwww: Adding an about config pagevolpino2012-09-246-9/+113
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>
* | euscanwww: Upgrading Bootstrap toogle buttonsvolpino2012-09-242-157/+292
| | | | | | | | Signed-off-by: volpino <fox91@anche.no>