Commit Graph

49 Commits

Author SHA1 Message Date
Ismael Carnales
129255e79c added login_required to devel views 2009-11-09 22:24:49 -02:00
Ismael Carnales
b4999b495e changed landing view
- moved devel.views.siteindex to public.views.index
 - using template from public view with added devel menu
 - added extra styles and images
2009-11-09 22:24:41 -02:00
Ismael Carnales
48904e4857 modified import paths from archweb_dev to archweb 2009-11-09 22:24:34 -02:00
Dan McGee
9dc89e8287 Add a basic mirror view for the dev site
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-15 20:14:06 -05:00
Dusty Phillips
6bcf9709f2 merge fix 2009-08-12 17:33:23 -04:00
Dusty Phillips
a085da1c22 So now the created user passwords should work and Aaron will be less pissed off at me. 2009-08-11 13:55:33 -06:00
Dusty Phillips
9cc1ac8e46 Sometimes its better if you test your code before deploying. Other times, you just fix the missing imports in a second commit. 2009-08-10 16:02:41 -04:00
Dusty Phillips
0d2560fa55 Add a page to aid Aaron in user creation. 2009-08-10 15:47:02 -04:00
Dusty Phillips
1ad008f335 Put maintainer list by last name. 2009-01-30 18:50:13 -05:00
Dusty Phillips
0dbde37b20 alphabetical order on maintainers and packages 2008-11-15 15:42:33 -05:00
Dusty Phillips
c49adbc65c don't show inactive users in dev list 2008-11-09 11:13:59 -05:00
Dusty Phillips
7dedeeafd5 simplify both look and code for dashboard 2008-10-11 19:50:08 -04:00
Dusty Phillips
f260843deb use RequestContext because its standard 2008-10-10 18:51:21 -04:00
Dusty Phillips
0e0265a624 drop useless view 2008-10-10 18:51:06 -04:00
Dusty Phillips
13d730ab2b fix broken maintainer packages links 2008-10-10 18:32:25 -04:00
Dusty Phillips
fcc2a8a480 make form submit some but not all values 2008-10-07 15:59:40 -04:00
Dusty Phillips
fb9158dec8 fairly invasive refactor to developer dashboard to be more django friendly 2008-10-07 11:48:58 -04:00
Dusty Phillips
fd26d34abf indicate that index is the dev dashboard 2008-10-07 11:13:34 -04:00
Dusty Phillips
627f685b0d fix bug introduced by previous code removal 2008-10-07 11:11:51 -04:00
Dusty Phillips
c320458af6 Dusty's 80 char issue 2008-10-07 11:10:21 -04:00
Dusty Phillips
631417bc28 remove senseless code 2008-10-07 11:03:52 -04:00
Dusty Phillips
a2c25fa12a drop a bunch of static stuff necessary only in archweb_pub 2008-10-07 11:02:58 -04:00
Dusty Phillips
6d632344f1 remove reference to old cvs entry 2008-10-07 10:57:27 -04:00
Dusty Phillips
103d1a347a drop a bunch of unusued imports 2008-10-05 21:46:28 -04:00
Dusty Phillips
851e6d55be port profile_form to newforms 2008-09-16 21:12:26 -04:00
Dusty Phillips
7e0f1c0dae Remove guide from dashboard and link to wikiFix for FS#10647 2008-06-21 19:38:18 -04:00
eliott
b6d6cc6062 Added an ex-developer 'fellows' page. 2008-06-04 18:28:27 -07:00
eliott
751ac09698 Removed login_required from the individual views.
Not entire dev site requires login.
2008-04-09 22:43:07 -07:00
eliott
3eea31d8f2 Changed to arches and repos in the db.
Added them to the django admin interface as well.
2008-04-09 19:28:24 -07:00
eliott
5f48dda94b Fix for FS#9554
Backported and modified from 'master'
2008-04-05 13:27:10 -07:00
eliott
ce564d73a6 Added the ability to see flagged packages only, per use or repo 2008-03-22 21:01:16 -07:00
eliott
7640082d14 Refactored the model to remove arch and repo tables.
Refactored the model to remove the arch and repo tables. Those data points
are now encapsulated in the package table as an ENUM field.

Changes to models and templates as needed.
2008-03-22 19:51:01 -07:00
eliott
3e31808521 More changes to the multiarch model. 2008-03-08 12:11:02 -08:00
eliott
8019319a4f renamed donator model to donor.
remove category model
2008-03-08 00:19:58 -08:00
eliott
9b7b512254 Moved models around 2008-03-08 00:13:41 -08:00
root
00124c5ea8 updated developers page. inactive devs are not shown 2008-01-10 00:42:58 -08:00
eliott
ae80502be0 Removed DATA_DIR setting var 2008-01-05 17:18:38 -08:00
eliott
ec3c9631e4 Fixed a bug with pkgmaint page 2008-01-03 14:37:43 -05:00
eliott
73335f6a7f Removed unnecessary pages from the dev backend. 2007-12-30 12:41:39 -08:00
eliott
77f51431d3 Feature for FS#8988 2007-12-30 12:13:47 -08:00
eliott
8fcdf0c2cd Moved some templates around 2007-12-29 18:42:50 -08:00
eliott
cdf2c11aeb Removed public app 2007-12-29 18:25:03 -08:00
eliott
706152de89 Moved some things around. 2007-12-29 18:21:10 -08:00
eliott
3e297efad8 Massive retab fest.
Also added vim command comment to the end of files.
2007-12-29 16:42:55 -08:00
eliott
ff6d99b054 Fixed regression issue with last change.
Fixed wrong path on render_response import.
2007-12-29 15:36:11 -08:00
eliott
15ceff77fe Modified render_template and renamed it to render_response (consistent with
archweb_pub conventions).
Moved pkgmaint_guide to a template.
2007-12-29 15:34:02 -08:00
eliott
d1cc0f54a4 Fixed reference to old common 2007-12-29 15:07:50 -08:00
eliott
bd9a99d791 renamed imports 2007-12-22 16:21:21 -05:00
eliott
39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00