hns
437dfb94d3
* Bring manage app up to date with current Helma.
2005-08-31 13:16:21 +00:00
hns
c632c8f8bd
* Always render full file path because sources may be scattered in different repositories.
2005-08-30 11:06:07 +00:00
f1b50186fb
fixed bug that caused exception with wront access credentials
2004-04-28 11:09:39 +00:00
stefanp
af52a36f3d
check for prototype root or Root in hrefRoot_macro
2004-04-13 15:40:27 +00:00
stefanp
f1ab90effd
changed macro sourcecode to work with regexp and added more
...
syntax highlighting
2004-04-13 08:37:38 +00:00
stefanp
2c907f75c8
removed space between functionname and params
2004-04-13 08:37:02 +00:00
stefanp
265fc2bf77
don't encode type.properties content to avoid double blank lines
2004-04-13 08:35:15 +00:00
stefanp
e8e2c7098a
added function renderApi(appName) which can be used from commandline
2004-01-06 15:55:39 +00:00
stefanp
66e35b7704
supress security checks if accessed from commandline - setting via
...
res.data.noWeb
2004-01-06 15:51:12 +00:00
stefanp
98ad7be09b
added function renderApi() which renders the whole application docs into
...
files. used via webinterface or commandline.
changed RegExp: rhino needs global setting as second param in constructor
2004-01-06 15:50:29 +00:00
stefanp
08d3a94429
moved the actual rendering part in render_action into functions.js
2004-01-06 15:47:22 +00:00
hns
c57356a5cb
Adapt function line number output to changes in HtmlEncoder which
...
adds line separators after the <br /> rather than before.
2003-11-06 15:09:36 +00:00
stefanp
d42fa49170
modified to work with type-definition by strings and not by constants
2003-06-24 14:43:40 +00:00
stefanp
710631429e
replaced tryEval with try/catch
2003-06-23 15:03:34 +00:00
hns
23c6c02b5c
Use password input field for password in manage/makekey
2003-04-16 14:21:21 +00:00
stefanp
c3e422c8ec
updated to latest changes
2002-12-04 10:07:35 +00:00
stefanp
6b534edeab
- included link to manage console (but not if pages are rendered to static html)
...
- nicer feedback after rendering
2002-12-04 09:36:21 +00:00
stefanp
862cdef847
fixed problem with type.properties pointing to non-existing prototypes
2002-12-04 09:35:34 +00:00
stefanp
d5add243c7
render_action: fixed problem with regex parsing of links with anchors
2002-12-04 09:35:09 +00:00
stefanp
544c791ddc
- moved key-generation from a global function to root/makekey.hac
...
- added a nice feedback skin
2002-12-04 09:21:40 +00:00
stefanp
1f9846f157
two formatting fixes
2002-12-02 12:23:19 +00:00
stefanp
428b1ab1ef
type.properties are now parsed, mappings to other prototypes are linked
2002-12-02 12:19:36 +00:00
stefanp
c52925d414
added getApplication ()
2002-12-02 12:18:59 +00:00
stefanp
e34e5a0ee3
added getPrototype (string)
2002-12-02 12:18:15 +00:00
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
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
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
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
2b491ebe39
renamed app property "description" to "_description" to indicate internal status
2002-07-11 15:35:15 +00:00
c3b41519bf
moved format functions from macros.js to functions.js (where they belong to, imho)
2002-06-25 14:04:29 +00:00
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
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