Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Resint
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Resint
Commits
b8a68452
Commit
b8a68452
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/2.0' into 'master'
Prepare release 2.0b0 See merge request
!20
parents
0406402a
c7188937
Branches
update/tox-makemessages
Branches containing commit
Tags
2.0b0
Tags containing commit
1 merge request
!20
Prepare release 2.0b0
Pipeline
#39084
failed
3 years ago
Stage: test
Stage: build
Stage: publish
Changes
4
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.rst
+24
-0
24 additions, 0 deletions
CHANGELOG.rst
README.rst
+3
-1
3 additions, 1 deletion
README.rst
aleksis/apps/resint/apps.py
+1
-1
1 addition, 1 deletion
aleksis/apps/resint/apps.py
pyproject.toml
+9
-4
9 additions, 4 deletions
pyproject.toml
with
37 additions
and
6 deletions
CHANGELOG.rst
0 → 100644
+
24
−
0
View file @
b8a68452
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
`2.0b0`_ - 2021-11-03
--------------------
Added
~~~~~
* Provide ``Poster`` model for time-based documents.
* Organise posters in poster groups.
* Return current poster of a poster group as PDF file under a specific endpoint.
* Provide ``LiveDocument`` for periodically updated documents.
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.0b0
This diff is collapsed.
Click to expand it.
README.rst
+
3
−
1
View file @
b8a68452
...
...
@@ -10,9 +10,11 @@ Features
--------
The Resint app provides an interface for uploading PDF posters attached by a calendar week in which this poster is valid.
The app provides a public URL `current.pdf` which always returns the current poster PDF and adds a
n
poster item linked to
The app provides a public URL `current.pdf` which always returns the current poster PDF and adds a poster item linked to
the same URL.
Additionally, it provides data models and update logic for so-called live documents which are periodically updated PDF files.
Licence
-------
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/resint/apps.py
+
1
−
1
View file @
b8a68452
...
...
@@ -6,7 +6,7 @@ class ResintConfig(AppConfig):
verbose_name
=
"
AlekSIS – Resint (Public poster)
"
urls
=
{
"
Repository
"
:
"
https://edugit.org/AlekSIS/o
nboarding
/AlekSIS-App-Resint/
"
,
"
Repository
"
:
"
https://edugit.org/AlekSIS/o
fficial
/AlekSIS-App-Resint/
"
,
}
licence
=
"
EUPL-1.2+
"
copyright_info
=
(
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
9
−
4
View file @
b8a68452
[tool.poetry]
name
=
"AlekSIS-App-Resint"
version
=
"2.0
a4
"
version
=
"2.0
b0
"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
@@ -13,10 +13,15 @@ authors = [
"Frank Poetzsch-Heffter <p-h@katharineum.de>"
,
"Jonathan Weth <dev@jonathanweth.de>"
]
license
=
"EUPL-1.2"
repository
=
"https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint"
maintainers
=
[
"Jonathan Weth <dev@jonathanweth.de>"
,
"Dominik George <dominik.george@teckids.org>"
]
license
=
"EUPL-1.2-or-later"
homepage
=
"https://aleksis.org/"
repository
=
"https://edugit.org/AlekSIS/official/AlekSIS-App-Resint"
classifiers
=
[
"Development Status ::
3
-
Alph
a"
,
"Development Status ::
4
-
Bet
a"
,
"Environment :: Web Environment"
,
"Intended Audience :: Education"
,
"Topic :: Education"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment