[PR #126] [MERGED] some improvements #394

Closed
opened 2026-02-26 10:31:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/126
Author: @elnappo
Created: 12/29/2013
Status: Merged
Merged: 1/15/2014
Merged by: @ThomasWaldmann

Base: masterHead: master


📝 Commits (10+)

  • 924b9ad add ModelAdmin for DomainAdmin, HostAdmin and BlacklistedDomainAdmin
  • 47900ff layout
  • 0dc403a change some links, move jquery to bottom and add some trans strings
  • 7bc356a add registration urls. fixes django 1.6 and django-registration issue
  • ffaa19a add nsupdate.login app
  • 73e37da uses nsupdate.login urls and fixed registration url in nsupdate.accounts
  • 41de0bb dont need this fix anymore but need a fix for django-registration and python 3
  • 10c0247 add nsupdate.login
  • 43622ab remove login, password_change and password_reset template from old location
  • 1b2644c change grid layout form col-lg to col-md for better layout

📊 Changes

31 files changed (+310 additions, -262 deletions)

View changed files

django-registration-dj16-fix.diff (+0 -39)
📝 nsupdate/accounts/templates/accounts/user_profile.html (+14 -12)
nsupdate/accounts/templates/registration/login.html (+0 -48)
nsupdate/accounts/templates/registration/password_change.html (+0 -15)
nsupdate/accounts/templates/registration/password_change_done.html (+0 -7)
nsupdate/accounts/templates/registration/password_reset_complete.html (+0 -6)
nsupdate/accounts/templates/registration/password_reset_confirm.html (+0 -12)
nsupdate/accounts/templates/registration/password_reset_done.html (+0 -9)
nsupdate/accounts/templates/registration/password_reset_email.html (+0 -17)
nsupdate/accounts/templates/registration/password_reset_form.html (+0 -13)
📝 nsupdate/accounts/templates/registration/registration_form.html (+10 -7)
📝 nsupdate/accounts/urls.py (+25 -1)
nsupdate/login/__init__.py (+0 -0)
nsupdate/login/templates/login.html (+49 -0)
nsupdate/login/templates/logout.html (+11 -0)
nsupdate/login/templates/password_change.html (+21 -0)
nsupdate/login/templates/password_change_done.html (+10 -0)
nsupdate/login/templates/password_reset.html (+26 -0)
nsupdate/login/templates/password_reset_complete.html (+11 -0)
nsupdate/login/templates/password_reset_confirm.html (+31 -0)

...and 11 more files

📄 Description

  • fixed registration issue with django 1.6
  • put urls and templates for login, password_change and password_reset intro nsupdate.login app
  • some nicer templates for login and user settings
  • add some ModelAdmin for admin interface
  • minor changes like add trans strings

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/126 **Author:** [@elnappo](https://github.com/elnappo) **Created:** 12/29/2013 **Status:** ✅ Merged **Merged:** 1/15/2014 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`924b9ad`](https://github.com/nsupdate-info/nsupdate.info/commit/924b9ad3adbb2ea8e82362f6d9951edddef53687) add ModelAdmin for DomainAdmin, HostAdmin and BlacklistedDomainAdmin - [`47900ff`](https://github.com/nsupdate-info/nsupdate.info/commit/47900ff37e5c9d831b3e8194555ea68efb498d93) layout - [`0dc403a`](https://github.com/nsupdate-info/nsupdate.info/commit/0dc403ae0448eec49b9fb4c042e18467ea22f0c4) change some links, move jquery to bottom and add some trans strings - [`7bc356a`](https://github.com/nsupdate-info/nsupdate.info/commit/7bc356a67c839f66d74066adf1e345c18bbe8f20) add registration urls. fixes django 1.6 and django-registration issue - [`ffaa19a`](https://github.com/nsupdate-info/nsupdate.info/commit/ffaa19abc22c98eac6295647c0bf1f8c5474a894) add nsupdate.login app - [`73e37da`](https://github.com/nsupdate-info/nsupdate.info/commit/73e37dad1457f2d611f34cb52243d9bf17d8dfc4) uses nsupdate.login urls and fixed registration url in nsupdate.accounts - [`41de0bb`](https://github.com/nsupdate-info/nsupdate.info/commit/41de0bba857604fdb0ae490969ed88704db9378b) dont need this fix anymore but need a fix for django-registration and python 3 - [`10c0247`](https://github.com/nsupdate-info/nsupdate.info/commit/10c0247f77f7245a42a4cd73090ae7364a4fce14) add nsupdate.login - [`43622ab`](https://github.com/nsupdate-info/nsupdate.info/commit/43622ab18398e297c81c5f0dc5c0ec639b27f647) remove login, password_change and password_reset template from old location - [`1b2644c`](https://github.com/nsupdate-info/nsupdate.info/commit/1b2644c5b9e2ebfa2b306bd586ab2d273a5c0792) change grid layout form col-lg to col-md for better layout ### 📊 Changes **31 files changed** (+310 additions, -262 deletions) <details> <summary>View changed files</summary> ➖ `django-registration-dj16-fix.diff` (+0 -39) 📝 `nsupdate/accounts/templates/accounts/user_profile.html` (+14 -12) ➖ `nsupdate/accounts/templates/registration/login.html` (+0 -48) ➖ `nsupdate/accounts/templates/registration/password_change.html` (+0 -15) ➖ `nsupdate/accounts/templates/registration/password_change_done.html` (+0 -7) ➖ `nsupdate/accounts/templates/registration/password_reset_complete.html` (+0 -6) ➖ `nsupdate/accounts/templates/registration/password_reset_confirm.html` (+0 -12) ➖ `nsupdate/accounts/templates/registration/password_reset_done.html` (+0 -9) ➖ `nsupdate/accounts/templates/registration/password_reset_email.html` (+0 -17) ➖ `nsupdate/accounts/templates/registration/password_reset_form.html` (+0 -13) 📝 `nsupdate/accounts/templates/registration/registration_form.html` (+10 -7) 📝 `nsupdate/accounts/urls.py` (+25 -1) ➕ `nsupdate/login/__init__.py` (+0 -0) ➕ `nsupdate/login/templates/login.html` (+49 -0) ➕ `nsupdate/login/templates/logout.html` (+11 -0) ➕ `nsupdate/login/templates/password_change.html` (+21 -0) ➕ `nsupdate/login/templates/password_change_done.html` (+10 -0) ➕ `nsupdate/login/templates/password_reset.html` (+26 -0) ➕ `nsupdate/login/templates/password_reset_complete.html` (+11 -0) ➕ `nsupdate/login/templates/password_reset_confirm.html` (+31 -0) _...and 11 more files_ </details> ### 📄 Description - fixed registration issue with django 1.6 - put urls and templates for login, password_change and password_reset intro nsupdate.login app - some nicer templates for login and user settings - add some ModelAdmin for admin interface - minor changes like add trans strings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#394
No description provided.