Skip to content

Commit

Permalink
update dependencies to latest version
Browse files Browse the repository at this point in the history
integrate allowDoubleBooking cat property
  • Loading branch information
oetiker committed May 24, 2022
1 parent 9656824 commit af0b57d
Show file tree
Hide file tree
Showing 28 changed files with 14,984 additions and 4,903 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ etc/*secret
*~
/.vscode/perl-lang/
.pls_cache
kuickres-satellite/kuickres-satellite-img.gz
kuickres-satellite/*.gz
frontend/qx_packages
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
perl 5.32.0
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.0 2022-05-24 16:10:23 +0200 Tobias Oetiker <[email protected]>

- new config option allowDoubleBooking for user groups

0.5.9 2021-11-11 11:43:03 +0100 Tobias Oetiker <[email protected]>

- fix excel export by upgrading to latest callbackery
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Kuickres
a cool web app with Mojolicious backend

Copyright (c) 2021 Tobias Oetiker and the other people listed in the
Copyright (c) 2022 Tobias Oetiker and the other people listed in the
AUTHORS file.

All rights reserved.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.5.9
0.6.0

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ac_node_version="10"
if test -x "$NODE"; then
AC_MSG_CHECKING(make sure we have at least node ${ac_node_version})
case `$NODE --version` in
v14*)
AC_MSG_RESULT(ok v14)
v1*)
AC_MSG_RESULT(ok v16)
;;
*)
AC_MSG_RESULT(no);
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cat CHANGES >> CHANGES.new && mv CHANGES.new CHANGES
$EDITOR CHANGES
./bootstrap
make dist
cat kuickres-$V.tar.gz | ssh kuicksa@freddie 'tar zxf -;cd kuickres-'$V';./configure --prefix=$HOME/opt/kuickres;make install;$HOME/start.sh'
cat kuickres-$V.tar.gz | ssh kuicksa@freddielx 'tar zxf -;cd kuickres-'$V';./configure --prefix=$HOME/opt/kuickres;make install;$HOME/start.sh'
7 changes: 3 additions & 4 deletions frontend/Manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json",
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info" :
{
"name" : "Kuickres",
"summary" : "Kuickres web app",
"description" : "A generic Callbackery app.",
"homepage" : "https://your-homepage",
"license" : "???",
"license" : "MIT",
"authors" : [
{
"name" : "Tobias Oetiker",
Expand All @@ -24,7 +24,6 @@
"translation" : "source/translation"
},
"requires": {
"@qooxdoo/framework": "^6.0.0-beta",
"@qooxdoo/compiler" : "^1.0.0-beta"
"@qooxdoo/framework": "^7.1.0"
}
}
Loading

0 comments on commit af0b57d

Please sign in to comment.