Compare commits

...

21 Commits

Author SHA1 Message Date
ksanu
4793046962 new readme 2020-04-02 09:53:32 +02:00
ksanu
269cda217d BES-65 Usunięcie mozliwosci logowania ze strony logowania 2020-01-19 23:55:40 +01:00
Th3NiKo
d123241d1c Merge branches, update sql 2020-01-19 19:03:19 +01:00
Th3NiKo
fd3812b24b Merge branch 'BES-6' 2020-01-19 19:01:20 +01:00
Th3NiKo
b43d9650bd Settings update 2020-01-19 18:54:43 +01:00
Dawid Majsnerowski
8dadec66b2 BES-66 | formatting tests 2020-01-19 16:51:29 +01:00
Dawid Majsnerowski
e31dd0d04d BES-66 | Add tests for formatting 2020-01-19 14:41:43 +01:00
Dawid Majsnerowski
c82fcfd552 BES-66 | Add tests for formatting 2020-01-19 14:40:45 +01:00
Th3NiKo
19274c4f3f BES-6 Remove Powered by Tiny, add word count instead 2020-01-19 11:10:45 +01:00
Th3NiKo
7b218b744d BES-6 Add new features, font color, font style, context menu. Fixed showing code sample properly 2020-01-19 11:02:52 +01:00
Th3NiKo
25b74a61d3 BES-6 Fix bug with adding notes and bug connected with showing wrong title 2020-01-18 19:02:58 +01:00
Dawid Majsnerowski
7fb58d3202 BES-66 | Add test for adding notes 2020-01-18 18:39:00 +01:00
Dawid Majsnerowski
38b56d55ec BES-66 | Add test for adding notes 2020-01-18 18:33:14 +01:00
Dawid Majsnerowski
cce93b2549 BES-66 | Add test for adding notes 2020-01-18 18:30:46 +01:00
Dawid Majsnerowski
81d1b731e4 BES-66 | fixing test 2020-01-18 14:08:53 +01:00
Dawid Majsnerowski
96e911283b BES-66 | fixing test 2020-01-18 14:07:04 +01:00
Th3NiKo
1553d6be08 BES-6 Updating note, no protections 2020-01-16 11:16:59 +01:00
Th3NiKo
54c5370b5d BES-6 Delete note 2020-01-15 16:47:34 +01:00
Th3NiKo
e78332631c Merge branch 'master' of https://git.wmi.amu.edu.pl/s452101/BestNotes 2020-01-15 16:15:27 +01:00
Dawid Majsnerowski
76d0e7ab4b Merge branch 'master' of https://git.wmi.amu.edu.pl/s452101/BestNotes 2020-01-01 20:18:40 +01:00
Dawid Majsnerowski
0d39d411f7 Fixing test - added cookies 2020-01-01 20:18:23 +01:00
2636 changed files with 501 additions and 119 deletions

2
.gitignore vendored
View File

@ -1,4 +1,5 @@
/node_modules/
/test/allure-results/
/test/allure-results/*.xml
/test/allure-results/*.png
/test/allure-results/*.log
@ -6,6 +7,7 @@
/test/allure-results/*.mp4
/test/screenshots/*.png
/allure-report/
/_results_/
# Created by https://www.gitignore.io

View File

@ -2,12 +2,7 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="b23c009e-2f8a-48f7-8b29-023f93596932" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/bestnotes/static/topics.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/bestnotes/templates/topics.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/bestnotes/templates/subjects.html" beforeDir="false" afterPath="$PROJECT_DIR$/bestnotes/templates/subjects.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/bestnotes/urls.py" beforeDir="false" afterPath="$PROJECT_DIR$/bestnotes/urls.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/bestnotes/views.py" beforeDir="false" afterPath="$PROJECT_DIR$/bestnotes/views.py" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
@ -36,7 +31,7 @@
<component name="PropertiesComponent">
<property name="DefaultHtmlFileTemplate" value="HTML File" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../../TAU/TAU_34/wmt_2017_git_master" />
<property name="settings.editor.selected.configurable" value="preferences.general" />
</component>
<component name="RunDashboard">

View File

@ -128,18 +128,17 @@ USE_TZ = True
STATIC_URL = '/static/'
TINYMCE_JS_URL = "https://cdn.tiny.cloud/1/no-api-key/tinymce/5.1.4-66/tinymce.min.js"
TINYMCE_JS_URL = "https://cdn.tiny.cloud/1/r9o35nobg5gdj46hhxw3ohwbjh4yct23kx405ozckt8fj2k2/tinymce/5.1.4-66/tinymce.min.js"
TINYMCE_DEFAULT_CONFIG = {
'height' : 500,
'skin': 'oxide-dark',
'branding': False,
'content_css': 'dark',
'plugins': "image,imagetools,media,codesample,link,code",
'cleanup_on_startup': True,
'plugins': "image,imagetools,media,codesample,link,code,wordcount",
'menubar': False,
'toolbar': "styleselect |undo redo | bold italic | alignleft aligncenter alignright | link image media codesample code",
'contextmenu': "cut, copy, link, media ",
'toolbar': "styleselect | undo redo | bold italic underline superscript subscript| fontselect fontsizeselect forecolor backcolor | alignleft aligncenter alignright | link image media codesample code",
'image_caption': True,
'image_advtab': True,
'custom_undo_redo_levels': 10,
'file_browser_callback' : "myFileBrowser"
'image_advtab': True
}

View File

@ -1,6 +1,7 @@
Testowe Readme do projektu BestNotes
Testowa zmiana
Demo dostępne pod adresem: http://bestnotes.pythonanywhere.com/
Dane do logowanie:
Email: admin
Hasło: admin
# Run Webdriver.IO tests locally
To run WebdriverIO tests locally, just execute:

Some files were not shown because too many files have changed in this diff Show More