- Create a new
glitch.js
file:
var a = '<i>' +
'#' +
'u';
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg | |
index b4bd158..ed1790f 100644 | |
--- a/phpBB/styles/prosilver/style.cfg | |
+++ b/phpBB/styles/prosilver/style.cfg | |
@@ -21,8 +21,8 @@ | |
# General Information about this style | |
name = prosilver | |
copyright = © phpBB Limited, 2007 | |
-style_version = 3.1.8 | |
-phpbb_version = 3.1.8 |
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php | |
index fdbc4ae..88e60d0 100644 | |
--- a/phpBB/language/en/acp/common.php | |
+++ b/phpBB/language/en/acp/common.php | |
@@ -594,6 +594,7 @@ $lang = array_merge($lang, array( | |
'LOG_ERROR_JABBER' => '<strong>Jabber error</strong><br />» %s', | |
'LOG_ERROR_EMAIL' => '<strong>Email error</strong><br />» %s', | |
+ 'LOG_ERROR_CAPTCHA' => '<strong>CAPTCHA error</strong><br />» %s', | |
phpBB/docs/CREDTIS.txt
is up to dateprep-release-3.1.9
from 3.1.x:$ make | |
make npm | |
make[1]: Verzeichnis »/home/nickv/ownCloud/master/core/appsrepos/contacts« wird betreten | |
npm run build | |
> [email protected] prebuild /home/nickv/ownCloud/master/core/appsrepos/contacts | |
> npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update | |
npm http GET https://registry.npmjs.org/gulp-cli | |
npm http GET https://registry.npmjs.org/karma-mocha-reporter |
diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp | |
index 59dca10..5a3255a 100644 | |
--- a/src/libsync/syncengine.cpp | |
+++ b/src/libsync/syncengine.cpp | |
@@ -388,9 +388,16 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote ) | |
_seenFiles.insert(renameTarget); | |
} | |
+ qDebug() << "NICKVa: " << item->_file; | |
+ qDebug() << "NICKVa0: " << file->remotePerm; |
Set proxy configuration to use system configuration | |
[03/03 17:37:20.515355, 9] csync_exclude_load: Adding entry: *~ | |
[03/03 17:37:20.515378, 9] csync_exclude_load: Adding entry: ~$* | |
[03/03 17:37:20.515383, 9] csync_exclude_load: Adding entry: .~lock.* | |
[03/03 17:37:20.515387, 9] csync_exclude_load: Adding entry: ~*.tmp | |
[03/03 17:37:20.515390, 9] csync_exclude_load: Adding entry: ]*.~* | |
[03/03 17:37:20.515394, 9] csync_exclude_load: Adding entry: ]Icon\r* | |
[03/03 17:37:20.515397, 9] csync_exclude_load: Adding entry: ].DS_Store | |
[03/03 17:37:20.515401, 9] csync_exclude_load: Adding entry: ].ds_store | |
[03/03 17:37:20.515405, 9] csync_exclude_load: Adding entry: ._* |
<<#### Discovery end #################################################### 241 | |
[03/03 15:39:00.286445, 6] csync_statedb_load: sqlite3 version "3.8.2" | |
[03/03 15:39:00.286463, 6] csync_statedb_load: Success | |
[03/03 15:39:00.286474, 9] _csync_merge_algorithm_visitor: INSTRUCTION_NONE client dir: dir | |
[03/03 15:39:00.286477, 9] _csync_merge_algorithm_visitor: INSTRUCTION_NONE client file: welcome.txt | |
[03/03 15:39:00.286481, 8] _csync_merge_algorithm_visitor: INSTRUCTION_SYNC client dir: dir/subdir | |
[03/03 15:39:00.286523, 8] _csync_merge_algorithm_visitor: INSTRUCTION_NEW client file: dir/subdir/file2.dat | |
[03/03 15:39:00.286527, 9] _csync_merge_algorithm_visitor: INSTRUCTION_NONE client file: dir/file.dat | |
[03/03 15:39:00.286529, 9] _csync_merge_algorithm_visitor: INSTRUCTION_NONE client file: dir/subdir/sub_file.dat | |
[03/03 15:39:00.286534, 8] csync_reconcile: Reconciliation for local replica took 0,00 seconds visiting 6 files. |
./occ files_external:config --help | |
Usage: | |
files_external:config [options] [--] <mount_id> <key> [<value>] | |
Arguments: | |
mount_id The id of the mount to edit | |
key key of the config option to set/get | |
value value to set the config option to, when no value is provided the existing value will be printed |
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg | |
index f1a34bc..b4bd158 100644 | |
--- a/phpBB/styles/prosilver/style.cfg | |
+++ b/phpBB/styles/prosilver/style.cfg | |
@@ -21,8 +21,8 @@ | |
# General Information about this style | |
name = prosilver | |
copyright = © phpBB Limited, 2007 | |
-style_version = 3.1.7 | |
-phpbb_version = 3.1.7 |