Commit graph

49 commits

Author SHA1 Message Date
stefanp
4505fb1ffc - click on showApi-button calls docapplication/read_action to re-read the
application each time a user enters the doc-frameset.
- function docfiles aren't stored in their own directory each but moved up to the
prototype directory, further regex-parsing of the resuting html-code necessary
2002-11-22 14:32:46 +00:00
stefanp
c709dd4c59 server password is now encoded as one single entry in server.properties
(adminAccess instead of adminUsername+adminPassword)
2002-11-22 14:31:28 +00:00
stefanp
917502ba56 use higher request timeout because rendering the apidocs
might take more than one minute on a slow computer
2002-11-22 14:29:28 +00:00
stefanp
7bd5803a33 simplified editing of server authentication.
as changes to server.properties are now immediately read and accessible
from the manage-application we just have a md5-encoding utility and leave
it to the admin to add the values to the server.properties file. this makes
sure that nothing can be changed via the web.

changes to allowadmin are effective immediately too.
2002-11-22 11:58:37 +00:00
stefanp
cd8ebdd41b re-added access check to actions 2002-11-22 11:55:42 +00:00
stefanp
604ab4f8ba lots of formatting fixes,
added functionindex to docapplication
2002-11-22 11:39:11 +00:00
stefanp
7633e98eea major overhaul of the manage app's api-documentation functions.
things can now be rendered to static html, new helma features are
supported (prototype extension), everyhting is done in a nice and
clean way with skins.
2002-11-21 18:36:03 +00:00
p3k
76bbe4053b replaced "prefix" and "suffix" parameters in global formatProperties() function and corresponding skins by "itemprefix" and "itemsuffix" due to incorrect HTML output. 2002-10-26 11:07:50 +00:00
p3k
1d1da15b10 made some decent rearrangements 2002-10-04 15:43:37 +00:00
stefanp
0e1ea8b8c0 show loaded extensions 2002-09-24 09:04:19 +00:00
p3k
5e1913d98b sort works again, uncommented line 116 2002-09-24 08:56:04 +00:00
stefanp
d3837363e9 added blank onRequest() 2002-09-23 12:22:13 +00:00
stefanp
38ec696cf2 temporary fix to have a working list of apps 2002-09-23 12:21:47 +00:00
hns
ad6e93aa38 Do not set baseUri, since this is not necessary with the embedded web server
anymore.
2002-07-16 15:06:01 +00:00
hns
1b3d6adc79 Show message when client IP address is not allowed instead of
going stealth mode.
2002-07-16 14:45:34 +00:00
p3k
2b491ebe39 renamed app property "description" to "_description" to indicate internal status 2002-07-11 15:35:15 +00:00
p3k
c3b41519bf moved format functions from macros.js to functions.js (where they belong to, imho) 2002-06-25 14:04:29 +00:00
p3k
601f2d6885 added valign="top" to <td> tags in macro call for this.properties 2002-06-25 14:03:05 +00:00
stefanp
2daf832db0 made the "create username/password"-part work with the newer snapshots. 2002-06-20 17:21:21 +00:00
stefanp
32663df930 spacing-fix 2002-06-20 17:20:53 +00:00
stefanp
baad4c0ef4 made line numbers work again (bug due to xhtml-switch) 2002-06-20 17:20:38 +00:00
hns
32d2230ef5 Updated code to new session/app/req/res object layout. 2002-05-31 14:14:37 +00:00
stefanp
0e9738e95d updated to fit the last changes 2002-04-24 16:04:29 +00:00
p3k
52822f59e3 moved description from text file description.txt to property "description" in app.properties 2002-04-23 11:46:23 +00:00
stefanp
0524f54a47 failure to catch an empty enumeration from javascript caused a bug when
an application had no app.properties. workaround: check against new
method SystemProperties.size().
2002-04-18 09:37:55 +00:00
stefanp
a48d2fefc9 make app work again with new way of retrieving a custom root object (helma.main.Server, that is) 2002-04-08 08:49:41 +00:00
stefanp
8f6503ae6b changed instructions 2002-03-26 19:00:25 +00:00
stefanp
0dbab772a6 saving of username and password now works through appending and not by saving the whole properties list. 2002-03-26 19:00:03 +00:00
stefanp
660ea666d9 makekey now uses createAuth() and shows a nice form. 2002-03-26 16:11:18 +00:00
stefanp
ddd6149251 added createAuth()
if no username/password are set and request comes from localhost checkAuth() now goes into createAuth() to let user enter uname/passwd combination.
2002-03-26 16:10:28 +00:00
stefanp
2a25fd3054 very basic skin 2002-03-26 16:08:03 +00:00
stefanp
9e8d43a015 html-form to set adminUsername and adminPassword 2002-03-26 16:07:48 +00:00
stefanp
41fdae647f added style-class formEl 2002-03-26 16:04:45 +00:00
stefanp
fb264c63e5 replaced javascript-md5-library with method in helma.util.MD5Encoder 2002-03-26 12:47:49 +00:00
stefanp
7d607250b6 added link to helma.org, aehm 2002-03-25 18:50:29 +00:00
stefanp
078769bb43 no message 2002-03-25 18:37:19 +00:00
stefanp
bf86d54c67 removed obsolete functions: calling href() on Java objects does indeed work. The problem
was that getParentElement() method in Application always returned
null (due to a very hard to find bug in helma.main.Server).
2002-03-25 18:36:56 +00:00
stefanp
891b5056c8 no message 2002-03-25 17:58:45 +00:00
stefanp
15221babdc typo 2002-03-25 17:58:28 +00:00
stefanp
fd73f252a0 bugfixed and improved calculation of 5-minute request count 2002-03-25 17:58:19 +00:00
stefanp
eb6f593913 obsolete after switch to helma embedded md5-function 2002-03-25 17:57:38 +00:00
stefanp
6374ce94fc improved addressFilter, switched to helma embedded md5-function 2002-03-25 17:56:26 +00:00
stefanp
cc36746efb changed typo 2002-03-25 17:55:25 +00:00
hns
c8be51599b Calling href() on Java objects does indeed work. The problem
was that getParentElement() method in Application always returned
null (due to a very hard to find bug in helma.main.Server).
2002-03-19 19:33:49 +00:00
hns
b46c2f1f4f The duplicate clearAppCache() method in Application() isn't necessary
anymore because a JavaScript prototype without all the HopObject
crap is used for scripting Java objects now. Calling clearCache()
will reach through to the Java method.
2002-03-19 19:32:41 +00:00
stefanp
3c21f1a7d2 ouch 2002-03-11 15:03:09 +00:00
stefanp
69f391d2d6 modified header in apidocs 2002-03-11 14:46:30 +00:00
stefanp
4a7616d5a0 This commit was generated by cvs2svn to compensate for changes in r2155,
which included commits to RCS files with non-trunk default branches.
2002-03-11 13:49:50 +00:00
hns
72d15e11ab New repository initialized by cvs2svn. 2000-12-29 17:57:21 +00:00