]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
jdoc cleanup
authorBanana <mail@bananas-playground.net>
Thu, 7 Jan 2021 09:53:53 +0000 (10:53 +0100)
committerBanana <mail@bananas-playground.net>
Thu, 7 Jan 2021 09:53:53 +0000 (10:53 +0100)
33 files changed:
upgrade/from-version-1.0.txt
webclient/api.php
webclient/config/config.php.default
webclient/index.php
webclient/lib/doomguy.class.php
webclient/lib/gorenest.class.php
webclient/lib/managecollectionfields.class.php
webclient/lib/managecollections.class.php
webclient/lib/manageentry.class.php
webclient/lib/managetags.class.php
webclient/lib/mancubus.class.php
webclient/lib/possessed.class.php
webclient/lib/spectre.class.php
webclient/lib/summoner.class.php
webclient/lib/tentacle.class.php
webclient/lib/trite.class.php
webclient/view/default/advancedsearch/advancedsearch.php
webclient/view/default/auth/auth.php
webclient/view/default/collections/collections.php
webclient/view/default/dashboard/dashboard.php
webclient/view/default/entry/entry.php
webclient/view/default/managecollectionfields/managecollectionfields.php
webclient/view/default/managecolletions/managecolletions.php
webclient/view/default/manageentry/manageentry.php
webclient/view/default/managetags/managetags.php
webclient/view/default/manageusers/manageusers.php
webclient/view/default/system/menu.php
webclient/view/default/system/message.php
webclient/view/default/system/pagination_after.php
webclient/view/default/system/pagination_before.php
webclient/view/default/tags/tags.php
webclient/view/default/tool/tool-imdbweb.php
webclient/view/default/tool/tool.php

index 36e2785ac05e09fc6edadb805b2ba39eeb4506e3..76ccad72c6185f4ee181ebd4e3cac343f616ca6c 100644 (file)
@@ -1,3 +1,8 @@
 # Migration of the config files into one config file
 Please copy the new config/config.php.default to config/config.php and adapt the settings which you
 have on the old config files. After that you can delete config/database|path|system files.
+
+# DB changes. Run each line against your bibliotheca DB
+UPDATE `bib_menu` SET `rights` = 'rw-rw----' WHERE `bib_menu`.`id` = 10;
+UPDATE `bib_menu` SET `group` = '2' WHERE `bib_menu`.`id` = 10;
+INSERT INTO `bib_menu` (`id`, `text`, `action`, `icon`, `owner`, `group`, `rights`, `position`, `category`) VALUES (NULL, 'Profile', 'profile', 'user', '1', '2', 'rw-rw----', '5', 'manage');
index cce16fd94aa2aa3835cccaf3c004e839a9219d0c..ce077a60fa3dd64d2ca855eca525ca2b26bbe807 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index edea87b1c13e1fb4521b965beca4417be5ffd5e7..8ed6cf640cd80f403b1eb1c28c2a9bebe81f1220 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 77512ca02687384ebdd5ed892b8f2258908ff678..0492f88a48ea915c66149bb9c551e3b63b9d1f3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 02e080bc7b5e67259647d698fb55fdee3112709f..3f8b98e30bd4b6740279f53fdc4e4c4bd15c5606 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index a26f7cce964ca8dd7893200f9e544151f8593d8d..c7f10e42656cb2d01bbfe755af9f9afa2fd0640d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index f4dadc71af1e8ede335dcd4b3f8488beb2a6bd20..ce78f8937106675cbf3f8328164d26c658164e4f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 0100f3fb856a2290051edeac6676bb9fb2441fba..44585ea160826b3cff89a48e5cb881b415bd9039 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 78910e8e0541cba71adb92a54b825ecfefeb5857..ee08692eb09154c64e5357231f6c105409d2336c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 4daeea7d49920fc8b258505c37f7c93c16136e97..7aeb07ba5bc8dfa51c84fd57cfcfc3daec3a168c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 3281ef2e5985a77642462d3e4bdd1632d0398ef6..890fb6a73e537217472209c78977d9eed0918456 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 9f93172fe441a3916c7eb86e90cf15bb0621effe..a3b1dea3cedff94e5e98346867b4b9b37e0b5351 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 6ba38aca8bba28bbe50d2eb486895078c3be680a..0f6e9ac7cf21047539f8ee105cb5792418b7d971 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 123c7cdfb092e7689c693432a274c57bed8f099c..cf24eca12d40fc6746482f559425c55d2cef93d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 7749678535e7931ec6f50c40ad8161cbe3ec48e2..cca6271580420456bc8d55837bef53ed50dc1e3f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index d0b8e9ab38b62f3a7c285dfce87cf6489ded9762..59c35ca7efcd8ece5a306fb8c04c38517662f026 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 6a216a2b47542dcc50280448a9b04b5082eafa33..1b883110b16fc4233994c8b2559faf403da6aee4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index 6bf18812380d13a4f1dc9dccf7561209eefe93ee..6939a46f79283a92c93c2d34ccffd9a074ee5cc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 88c9cbd01b861b8a3b40c17dfe3d90a5aa65b40b..b46b9e6dde15884c0fef8a3f73802c5cc247bac3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 1a27178a453b3d2707d226c0eca67981ab2889f8..098daa5f49e9d836440214ce39533b4104455a8d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 6e75ecc3c475368dda19d1b508df4d4aac317bab..704ba3effa9a670184560fd2be626bb5b7b37859 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index cc37fe751d24e582c6cf0caba6549fd102e7679b..1a70cbd9f223cf2cc22fea4bd49e76136046b84d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 8cc214e897b1fd6b40500ca3ee660a7142aada43..dbc965ec6d4df682697826651f4ea8b957611b98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 075a2d9cfe1c05baa7b089e7abbd6733d4c516fe..78bd33fd19c025c3ccf2b10b81ab749072212ea0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 7b0cb054f2e33353d0a44af9d9ee30f50accbefb..e7b8116d9a1419f96b381384af3665ac26e0dcaf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index cf043ca3929ad71d7286bec4c1d02f28c1caf860..64adbb652d80fd7c41b111e539508d58bdff214a 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
- * Copyright 2018-2020 Johannes Keßler
+ * Copyright 2018-2021 Johannes Keßler
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 55f82d635fa33e5f3b14a596319a53efee557ebd..42eeb2e39b80a211782c7d47489bc0ccf0d5c12a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 786eaa2f73b224b87daf315e9b1b40debbf683fc..5b8dd47ec6f676c610233a0f5080d1987350e603 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 0579f027cd36775827d749ce185cca2606e90e25..fd5b0bf64c0693ada58e52eca7d441b44a1b6c78 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index e964ba844c07720361d1c2036cc3b1072b2c7cad..27cdc3cdd223c10d2a5f17b9a712badfdfd7582d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index d8df8b3c4966dd8591eec7bf38ff1ff25bf07119..edc5c2b1c70df2105c0c99ee7f605cf0866279b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2021 Johannes Keßler
  *
index fc1c4473029b6254d23f3a92f0f7119fe130dfad..c598b1fccdd7eeac0def03995ff41446ba49ba51 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *
index 9ba689044d543f90cd54ec41864881c9821bc448..2ca39e287bd4b0a9260de46a7d2f4667b6db1097 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Bibliotheca webclient
+ * Bibliotheca
  *
  * Copyright 2018-2020 Johannes Keßler
  *