]> git.parisson.com Git - teleforma.git/commit
WIP notelemeta
authorYoan Le Clanche <yoanl@pilotsystems.net>
Fri, 26 Jun 2020 07:30:58 +0000 (09:30 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 17 Nov 2021 14:00:00 +0000 (15:00 +0100)
commit78f81856ed217994d7818f7ed7dc08e4e4e97a19
tree9ddf23de700a2fa7eb1876261b4ddcfec6c70f82
parent844eb7f70e9ac2c7b77876eee48101c195d9306f
WIP notelemeta
93 files changed:
.gitignore
teleforma/admin.py
teleforma/exam/templates/exam/script_detail2.html [new file with mode: 0644]
teleforma/fields.py
teleforma/forms.py
teleforma/management/commands/teleforma-reset-all-passwords-with-mail-ae.py
teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py
teleforma/models/ae.py
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/models/pro.py
teleforma/models/profile.py [new file with mode: 0644]
teleforma/static/teleforma/css/base.css [new file with mode: 0644]
teleforma/static/teleforma/css/jquery.autocomplete.css [new file with mode: 0644]
teleforma/static/teleforma/css/player.css [new file with mode: 0644]
teleforma/static/teleforma/css/search_bg.png [new file with mode: 0644]
teleforma/static/teleforma/css/teleforma.css
teleforma/static/teleforma/css/teleforma_ie.css [new file with mode: 0644]
teleforma/static/teleforma/css/teleforma_ie6.css [new file with mode: 0644]
teleforma/static/teleforma/images/add.png [new file with mode: 0644]
teleforma/static/teleforma/images/add_playlist_marker.png [new file with mode: 0644]
teleforma/static/teleforma/images/add_to_playlist.png [new file with mode: 0644]
teleforma/static/teleforma/images/asc.png [new file with mode: 0644]
teleforma/static/teleforma/images/cancel.png [new file with mode: 0644]
teleforma/static/teleforma/images/copy_page.png [new file with mode: 0644]
teleforma/static/teleforma/images/csv.png [new file with mode: 0644]
teleforma/static/teleforma/images/del_marker.png [new file with mode: 0644]
teleforma/static/teleforma/images/delete copy.png [new file with mode: 0644]
teleforma/static/teleforma/images/delete.png [new file with mode: 0644]
teleforma/static/teleforma/images/desc.png [new file with mode: 0644]
teleforma/static/teleforma/images/dublin_core.png [new file with mode: 0644]
teleforma/static/teleforma/images/edit_marker.png [new file with mode: 0644]
teleforma/static/teleforma/images/edit_page.png [new file with mode: 0644]
teleforma/static/teleforma/images/filter.png [new file with mode: 0644]
teleforma/static/teleforma/images/find.png [new file with mode: 0644]
teleforma/static/teleforma/images/grid_bg.png [new file with mode: 0644]
teleforma/static/teleforma/images/item_title.png [new file with mode: 0644]
teleforma/static/teleforma/images/marker_tiny.png [new file with mode: 0644]
teleforma/static/teleforma/images/media-record.png [new file with mode: 0644]
teleforma/static/teleforma/images/module_playlist.png [new file with mode: 0644]
teleforma/static/teleforma/images/module_world.png [new file with mode: 0644]
teleforma/static/teleforma/images/more.png [new file with mode: 0644]
teleforma/static/teleforma/images/next.png [new file with mode: 0644]
teleforma/static/teleforma/images/ok.png [new file with mode: 0644]
teleforma/static/teleforma/images/password.png [new file with mode: 0644]
teleforma/static/teleforma/images/playlist.png [new file with mode: 0644]
teleforma/static/teleforma/images/previous.png [new file with mode: 0644]
teleforma/static/teleforma/images/save.png [new file with mode: 0644]
teleforma/static/teleforma/images/search_wh2.png [new file with mode: 0644]
teleforma/static/teleforma/images/tw_hd.png [new file with mode: 0644]
teleforma/static/teleforma/images/vox.png [new file with mode: 0644]
teleforma/static/teleforma/images/vox_wh.png [new file with mode: 0644]
teleforma/static/teleforma/js/application.js
teleforma/templates/404.html
teleforma/templates/500.html
teleforma/templates/postman/base.html
teleforma/templates/postman/email_user.txt
teleforma/templates/postman/email_user_init.txt
teleforma/templates/teleforma/base.html
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_conference_audio.html
teleforma/templates/teleforma/course_conference_record.html
teleforma/templates/teleforma/course_document.html
teleforma/templates/teleforma/course_media.html
teleforma/templates/teleforma/courses.html
teleforma/templates/teleforma/help.html
teleforma/templates/teleforma/home.html [new file with mode: 0644]
teleforma/templates/teleforma/inc/chat_room.html
teleforma/templates/teleforma/inc/conference_list.html
teleforma/templates/teleforma/inc/document_list.html
teleforma/templates/teleforma/inc/media_list.html
teleforma/templates/teleforma/inc/module_searches.html [new file with mode: 0644]
teleforma/templates/teleforma/inc/user_list.html [new file with mode: 0644]
teleforma/templates/teleforma/lists.html [new file with mode: 0644]
teleforma/templates/teleforma/login.html [new file with mode: 0644]
teleforma/templates/teleforma/profile_detail.html [new file with mode: 0644]
teleforma/templates/teleforma/search_criteria.html [new file with mode: 0644]
teleforma/templates/teleforma/users.html [new file with mode: 0644]
teleforma/templates/telemeta/base.html [deleted file]
teleforma/templates/telemeta/home.html [deleted file]
teleforma/templates/telemeta/inc/module_revisions.html [deleted file]
teleforma/templates/telemeta/inc/module_searches.html [deleted file]
teleforma/templates/telemeta/inc/module_user_revisions.html [deleted file]
teleforma/templates/telemeta/inc/user_list.html [deleted file]
teleforma/templates/telemeta/lists.html [deleted file]
teleforma/templates/telemeta/login.html [deleted file]
teleforma/templates/telemeta/profile_detail.html [deleted file]
teleforma/templates/telemeta/search_criteria.html [deleted file]
teleforma/templates/telemeta/users.html [deleted file]
teleforma/templatetags/teleforma_tags.py
teleforma/urls.py
teleforma/views/__init__.py
teleforma/views/profile.py [new file with mode: 0644]