Commit graph

80 commits

Author SHA1 Message Date
hns
a70b360310 robert: removed svn:mime-type and set svn:keywords property of all text files 2007-09-28 13:16:38 +00:00
hns
ba09754f48 * Add missing closing quotes to this.methods suffix attribute. 2007-03-19 16:21:40 +00:00
hns
dd20db9815 * Close quotes for suffix attribute. 2007-03-15 16:48:00 +00:00
hns
db03770c72 * Minor reformat of Jsdoc comment. 2006-11-20 14:05:28 +00:00
hns
68db756b0e * Do not rely on Java classes to implement IPathElement.
Implement all necessary features such as href() and getChildElement()
  ourselves instead.
2006-11-20 13:34:15 +00:00
hns
694139d897 * Do not rely on Java classes to implement IPathElement.
Implement all necessary features such as href() and getChildElement()
  ourselves instead.
* Add missing classes to class.properties.
* Display actual line numbers in function source macro.
2006-11-20 11:05:24 +00:00
p3k
c9463fe57a fix bug causing an exception when there's no app directory at all 2006-06-06 17:18:03 +00:00
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
p3k
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
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