Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-01-07 22:55:27 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-07 22:55:27 +0300
commitf722a45d5983d257ccd0605b8bd98cb959dc8048 (patch)
treeb9db8a8c6671135feb08cc6cf1789fdcb2114766 /README.md
parentcc1f908d222b82747821c8b9ebff5b1bb9b6372b (diff)
Integrate the smarter logger
* No need to patch ownCloud any more * Can get rid of adding the appName every time we need to log a simple message * Converts Objects, Arrays and Exceptions to String so that those can be read from the log file
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9022b532..a3b9e072 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,6 @@ The AppFramework has a problem with sessions, but it can be fixed via this patch
$ patch -p1 < apps/galleryplus/patches/session-template-fix.patch
```
-### Smarter logger (mandatory)
-While in beta, you'll need to be able to dump objects to the log in order to be able to quickly find the information you need.
-
-```
-$ patch -p1 < apps/galleryplus/patches/smarter-logger.patch
-```
-
### Supporting more media types
First, make sure you have installed ImageMagick and its PECL extension.
Then, we can patch ownCloud
@@ -76,7 +69,6 @@ $ git clone -b stable7 https://github.com/interfasys/galleryplus.git`
Now you can activate it in the apps menu. It's called Gallery+
## List of patches
-1. smarter-logger.patch - Logger patch to be able to easily have access to objects, arrays, etc.
-2. bitmap_preview.patch - Adds support for Photoshop, Illustrator, TIFF, Postscript
-3. session-template-fix.patch - Fixes AppFramework sessions for public shares
+1. bitmap_preview.patch - Adds support for Photoshop, Illustrator, TIFF, Postscript
+2. session-template-fix.patch - Fixes AppFramework sessions for public shares