mia-accounting-django/mia_core
2020-08-12 14:49:06 +08:00
..
locale/zh_Hant/LC_MESSAGES Fixed to require the user to input the password when changing the log in ID, since the HTTP digest authentication requires both the log in ID and the password to create and store the new hash in the Mia core application. 2020-08-11 21:46:40 +08:00
static/mia_core Fixed to require the user to input the password when changing the log in ID, since the HTTP digest authentication requires both the log in ID and the password to create and store the new hash in the Mia core application. 2020-08-11 21:46:40 +08:00
templates/mia_core Removed the string conversion for the years in the period chooser template because the years are already in strings in the Mia core application. 2020-08-10 23:43:22 +08:00
templatetags Fixed the url_period template tag to change on a copy of the request keyword arguments instead of the arguments of the request itself in the Mia core application. 2020-08-12 14:49:06 +08:00
__init__.py Added the mia_core package. 2020-07-01 23:34:22 +08:00
admin.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
apps.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
converters.py Added the user list in the Mia core application. 2020-08-09 20:22:37 +08:00
digest_auth.py Revised not to log the user visits when DEBUG is on in the development environment in the Mia core application. 2020-08-11 11:27:46 +08:00
forms.py Fixed to require the user to input the password when changing the log in ID, since the HTTP digest authentication requires both the log in ID and the password to create and store the new hash in the Mia core application. 2020-08-11 21:46:40 +08:00
models.py Fixed the data model definition in the Mia core application. 2020-08-10 23:35:21 +08:00
period.py Added the prep_desc property to Period to return the text descriptions with prepositions, to be easier to embed it in a text message in the Mia core application, and applied it in the accounting reports in the accounting application. 2020-08-03 22:20:20 +08:00
stored_post.py Replaced HttpResponseRedirect with the redirect() shortcut. 2020-08-09 19:05:57 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
urls.py Moved the logout URL from the site URL patterns to the URL patterns of Mia core application, reduced the dependency from the site settings to the Mia core application. 2020-08-12 08:08:01 +08:00
utils.py Removed the strip_form() utility to strip_post() in the Mia core application. 2020-08-09 14:23:43 +08:00
views.py Removed the now-unused TODO view from the Mia core application. 2020-08-12 00:29:04 +08:00