Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Compare revisions
216eecff41372f2ec9375491b680ff87c393ecbd to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
kif/akplanning
Select target project
No results found
main
Select Git revision
Branches
komasolver
main
renovate/django-5.x
renovate/django-debug-toolbar-5.x
renovate/django_csp-4.x
renovate/djangorestframework-3.x
renovate/sphinxcontrib-apidoc-0.x
renovate/tzdata-2025.x
renovate/uwsgi-2.x
9 results
Swap
Target
felix_bonn/akplanning
Select target project
konstantin/akplanning
matedealer/akplanning
kif/akplanning
mirco/akplanning
lordofthevoid/akplanning
voidptr/akplanning
xayomer/akplanning-fork
mollux/akplanning
neumantm/akplanning
mmarx/akplanning
nerf/akplanning
felix_bonn/akplanning
sebastian.uschmann/akplanning
13 results
216eecff41372f2ec9375491b680ff87c393ecbd
Select Git revision
Branches
ak-import
feature/clear-schedule-button
feature/json-export-via-rest-framework
feature/json-schedule-import-tests
feature/preference-polling
feature/preference-polling-form
feature/preference-polling-form-rebased
feature/preference-polling-rebased
fix/add-room-import-only-once
main
merge-to-upstream
renovate/django-5.x
renovate/django-debug-toolbar-4.x
renovate/django-simple-history-3.x
renovate/mysqlclient-2.x
15 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements.txt
+20
-19
20 additions, 19 deletions
requirements.txt
static_common/common/vendor/vuejs/vue.global.js
+18096
-0
18096 additions, 0 deletions
static_common/common/vendor/vuejs/vue.global.js
templates/base.html
+1
-0
1 addition, 0 deletions
templates/base.html
with
18117 additions
and
19 deletions
requirements.txt
View file @
5753b2c1
Django
==4.2.13
Django
==5.1.6
django-bootstrap5
==24.2
django-betterforms
==2.0.0
fontawesomefree
==6.5.1 # Makes static files (css, fonts) available locally
django-fontawesome-6
==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons
django-split-settings
==1.3.1
django-timezone-field
==6.1.0
djangorestframework
==3.15.1
django-simple-history
==3.5.0
django-registration-redux
==2.13
django-debug-toolbar
==4.3.0
django-bootstrap-datepicker-plus
==5.0.5
django-bootstrap-datepicker-plus
==5.0.5
django-tex
==1.1.10
django-bootstrap5
==25.1
django-csp
==3.8
django-compressor
==4.5.1
django-compressor
==4.4
django-debug-toolbar
==5.0.1
django-fontawesome-6
==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons
django-libsass
==0.9
django-libsass
==0.9
django-betterforms
==2.0.0
django-registration-redux
==2.13
mysqlclient
==2.2.0 # for production deployment
django-simple-history
==3.8.0
tzdata
==2024.1
django-split-settings
==1.3.2
django-tex
==1.1.10
django-timezone-field
==7.1
django_csp
==3.8
djangorestframework
==3.15.2
fontawesomefree
==6.6.0 # Makes static files (css, fonts) available locally
mysqlclient
==2.2.7 # for production deployment
tzdata
==2025.1
# Documentation
# Documentation
sphinxcontrib-django
==2.5
Sphinx
==8.2.3
sphinx-rtd-theme
==3.0.2
sphinxcontrib-apidoc
==0.5.0
sphinxcontrib-apidoc
==0.5.0
sphinxcontrib-django
==2.5.0
recommonmark
==0.7.1
recommonmark
==0.7.1
django-docs
==0.3.3
django-docs
==0.3.3
sphinx-rtd-theme
==2.0.0
sphinx
==7.3.7
This diff is collapsed.
Click to expand it.
static_common/common/vendor/vuejs/vue.global.js
0 → 100644
View file @
5753b2c1
This diff is collapsed.
Click to expand it.
templates/base.html
View file @
5753b2c1
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
<script
src=
"{% static 'common/vendor/jquery/jquery-3.6.3.min.js' %}"
></script>
<script
src=
"{% static 'common/vendor/jquery/jquery-3.6.3.min.js' %}"
></script>
<script
src=
"{% static 'common/vendor/select2/select2.min.js' %}"
></script>
<script
src=
"{% static 'common/vendor/select2/select2.min.js' %}"
></script>
{% fontawesome_6_js %}
{% fontawesome_6_js %}
<script
src=
"{% static 'common/vendor/vuejs/vue.global.js' %}"
></script>
{% endcompress %}
{% endcompress %}
<script
type=
'text/javascript'
>
<script
type=
'text/javascript'
>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next