index
:
archweb
master
working
Main repo is at https://projects.archlinux.org/archweb.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
news
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
Remove custom utc_now() function, use django.utils.timezone.now()
Dan McGee
1
-6
/
+5
2012-05-02
Ensure order_by default value is cleared when using distinct()
Dan McGee
1
-1
/
+2
2012-04-27
Migrate news views to class-based generic views
Dan McGee
2
-74
/
+75
2012-04-20
Fix ContentType related migrations
Dan McGee
1
-3
/
+8
2012-04-08
Add migrations for on_delete attributes
Dan McGee
1
-0
/
+65
2012-03-24
Make all datetime objects fully timezone aware
Dan McGee
1
-3
/
+4
2012-03-24
Change Django urls.py import
Dan McGee
1
-1
/
+1
2011-10-12
Pylint suggested and other cleanups
Dan McGee
1
-1
/
+1
2011-04-08
Utilize Django 1.3 'on_delete' feature on several foreign keys
Dan McGee
1
-1
/
+2
2011-04-08
Consolidate caching black magic
Dan McGee
1
-2
/
+2
2011-04-08
Add some migrations to convert database to UTC time
Dan McGee
1
-0
/
+85
2011-04-08
Use UTC datetime objects everywhere
Dan McGee
1
-1
/
+1
2011-04-08
Ensure feed GUIDs are unchanging and unique
Dan McGee
3
-4
/
+168
2011-01-15
Clean up news redirect argument
Dan McGee
1
-1
/
+1
2011-01-10
Fix old news URLs not redirecting properly
Dan McGee
1
-2
/
+2
2011-01-08
Remove automatic ID column definitions
Dan McGee
1
-1
/
+0
2010-12-13
Move news urls into own file
Dan McGee
1
-0
/
+14
2010-10-14
Connect post_save signals where they will always be triggered
Dan McGee
1
-0
/
+6
2010-09-29
Fix migration dependencies exposed after moving models
Dan McGee
1
-0
/
+4
2010-09-21
Auto-populate slug on news item creation
Dan McGee
1
-2
/
+16
2010-09-21
Update news views to use slug instead of ID
Dan McGee
2
-8
/
+13
2010-09-21
Add migrations to populate the news slug and make it non-null
Dan McGee
3
-1
/
+145
2010-09-21
Add news slug field
Dan McGee
2
-0
/
+67
2010-09-20
Update news permission required string
Dan McGee
1
-4
/
+4
2010-09-15
Spruce up news admin view
Dan McGee
2
-4
/
+4
2010-09-15
Add last modified date to news
Dan McGee
2
-1
/
+76
2010-09-08
Show news in admin
Dan McGee
1
-0
/
+10
2010-09-08
Paginate the news list view
Dan McGee
1
-0
/
+1
2010-09-08
Move news model to an appropriate place
Dan McGee
3
-1
/
+86
2010-09-08
Put news under south control
Dan McGee
3
-0
/
+21
2010-09-03
Use direct_to_template in all remaining possible places
Dan McGee
1
-4
/
+3
2010-07-07
Format all news items using markdown
Dan McGee
1
-0
/
+12
2010-07-03
Defer loading news content when listing news items
Dan McGee
1
-1
/
+2
2010-06-22
Add 'never_cache' decorator in a bunch of places
Dan McGee
1
-0
/
+4
2010-06-21
Remove AutoUserMiddleware
Dan McGee
1
-3
/
+13
2010-02-18
News: make add/edit page form larger
Dan McGee
1
-4
/
+4
2010-02-10
Remove archweb prefix from all imports
Dan McGee
1
-1
/
+1
2009-11-10
modified import paths from archweb_dev to archweb
Ismael Carnales
1
-1
/
+1
2008-10-06
drop some unused imports
Dusty Phillips
1
-3
/
+0
2008-10-06
port news to django 1.0 using generic views
Dusty Phillips
1
-65
/
+28
2008-07-30
fix permission bug on news
Dusty Phillips
1
-3
/
+3
2008-06-27
use a nicer decorator
Dusty Phillips
1
-4
/
+4
2008-03-08
Moved models around
eliott
2
-23
/
+2
2007-12-30
Removed import no longer used.
eliott
1
-1
/
+0
2007-12-30
Massive retab fest.
eliott
2
-12
/
+18
2007-12-30
Modified render_template and renamed it to render_response (consistent with
eliott
1
-58
/
+58
2007-12-22
renamed imports
eliott
2
-3
/
+3
2007-11-03
Initial import for public release...
eliott
3
-0
/
+101