minor docu fixes
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2015-11-09 15:12 marc
|
||||
|
||||
* ChangeLog, bootstrap.sh, doc/doxyfile.in, html/makefile.am,
|
||||
html/opendb.php, resolve-debbuilddeps.sh, sql-to-dot.sed: better
|
||||
documentation
|
||||
|
||||
2015-11-09 11:13 marc
|
||||
|
||||
* ChangeLog, ax_init_standard_project.m4, bootstrap.sh,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<manifest android:hardwareAccelerated="true" android:versionCode="344" android:versionName="0.3.44" package="ch.safechat" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<manifest android:hardwareAccelerated="true" android:versionCode="346" android:versionName="0.3.46" package="ch.safechat" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="ch.safechat" version="0.3.44" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="ch.safechat" version="0.3.46" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<preference name="loglevel" value="DEBUG" />
|
||||
<feature name="Whitelist">
|
||||
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
|
||||
|
@@ -748,8 +748,7 @@ WARN_LOGFILE = doxygen.errors
|
||||
# spaces.
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = @top_srcdir@/src
|
||||
INPUT += @top_srcdir@/html
|
||||
INPUT = @top_srcdir@/html
|
||||
INPUT += @top_srcdir@/scripts
|
||||
INPUT += @top_srcdir@/test
|
||||
|
||||
@@ -771,7 +770,7 @@ INPUT_ENCODING = UTF-8
|
||||
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|
||||
# *.qsf, *.as and *.js.
|
||||
|
||||
FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.html *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js *.wt *.sql
|
||||
FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js *.wt *.sql
|
||||
|
||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||
# be searched for input files as well.
|
||||
@@ -786,7 +785,7 @@ RECURSIVE = YES
|
||||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = @top_srcdir@/openpgp.js
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
|
@@ -135,8 +135,7 @@ function getLoopStop() {
|
||||
}
|
||||
|
||||
/// Alert user
|
||||
/** Alert user, e.g. that a new message has arrived.
|
||||
@param */
|
||||
/** Alert user, e.g. that a new message has arrived. */
|
||||
function alert() {
|
||||
navigator.vibrate =
|
||||
navigator.vibrate || navigator.webkitVibrate || navigator.mozVibrate || navigator.msVibrate;
|
||||
|
@@ -6,7 +6,7 @@
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
SUBDIRS = scripts doc html cordova
|
||||
SUBDIRS = scripts doc html cordova test
|
||||
|
||||
doc_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog
|
||||
|
||||
|
1
test/settings.wt
Normal file
1
test/settings.wt
Normal file
@@ -0,0 +1 @@
|
||||
set SAFECHAT-URL=http://localhost:8080
|
7
test/testcase.wt
Normal file
7
test/testcase.wt
Normal file
@@ -0,0 +1,7 @@
|
||||
load SAFECHAT-URL
|
||||
expect load SAFECHAT-URL/
|
||||
setvalue #user -> 'test'
|
||||
setvalue #pwd -> 'test'
|
||||
setvalue #pwd2 -> 'test'
|
||||
click #createuser
|
||||
setvalue form#register[onsubmit="createkeypair(this.elements['user'].value, this.elements['pwd'].value)"]>input#createuser[type="submit"] -> ''
|
Reference in New Issue
Block a user