Version 29 by zumbrunn on 10. February 2010, 01:43
| 5 | == Missing:Pending Changes: |
| 6 | |
| 7 | * HopObject.getCollection(), definePrototype() and the collection.lazyloading property are not yet documented. |
| 10 | |
| 11 | |
| 12 | == Pending Changes: |
| 13 |
Version 28 by Philipp on 09. December 2009, 10:07
| 9 | * helma.File.readln() needs an open() before reading it, readAll() not. Maybe this should be also added to the doc: http://helma.server-side-javascript.org/reference/helma.File.html#helma.File.open |
Version 27 by Philipp on 09. December 2009, 10:07
| 9 | * helma.File.readln() needs an open() before reading it, readAll() not. Maybe this should be also added to the doc: http://helma.server-side-javascript.org/reference/helma.File.html#helma.File.open |
Version 26 by Philipp on 06. December 2009, 20:08
- Set useMarkdown to
| 8 | * getMacroHandler() is missing in HopObject - http://tenez.at/blog/2009/12/helma-deep-macro-invocation/ |
Version 25 by Philipp on 19. August 2009, 17:18
| 6 | * I just looked after helma.Http.evalUrl and it isn't in the reference. multumesc, philipp. |
| 7 | * httpOnlySessionCookie in apps.properties is missing. |
Version 24 by Philipp on 01. March 2009, 03:57
| 5 | == Missing: |
| 6 | I just looked after helma.Http.evalUrl and it isn't in the reference. multumesc, philipp. |
| 7 |
Version 23 by maks on 27. February 2009, 01:58
| 10 | * Global.path documentation code example is broken. Because path is not a real array, in that it is keyed on prototype names, Not integer indexes, therefore the code should be: |
| 11 | for (var i in path) { |
| 12 | res.writeln(path[i]); |
| 13 | } |
| 14 |
Version 22 by zumbrunn on 20. February 2009, 01:32
| 8 | * app.getSkin(protoName, skinName, []) is missing! |
Version 21 by zumbrunn on 20. February 2009, 01:20
| 11 | * HopObject.update()'s return value is not documented. It is the number of nodes updated. |
Version 20 by daniel on 05. August 2008, 18:07
| 11 | * HopObject.update()'s return value is not documented. It is the number of nodes updated. |
Version 19 by zumbrunn on 05. August 2008, 14:27
| 9 | * _prototype<strike>_prototype, _name, __created__, __lastModified____lastModified__</strike>, __fullname__, __hash__, __node__ HopObject properties are not documented: http://helma.zumbrunn.com/hopbot/2007-08-08 http://helma.zumbrunn.com/hopbot/2008-08-05 |
Version 18 by zumbrunn on 05. August 2008, 13:24
| 1 | This is a wiki page intended for the collecttion collection of pending changes/additions to the *reference guide|http://helma.zumbrunn.com/reference/*. |
Version 17 by zumbrunn on 05. August 2008, 13:09
| 10 | * HopObject.subnodeRelation is missing in the docs. It allows to dynamically adjust the .filter usually set in type.properties |
Version 16 by zumbrunn on 05. August 2008, 12:56
| 6 | == Pending Changes: |
| 9 | * _prototype, _name, __created__, __lastModified__, __fullname__, __hash__, __node__ HopObject properties are not documented: http://helma.zumbrunn.com/hopbot/2007-08-08 http://helma.zumbrunn.com/hopbot/2008-08-05 |
| 12 | |
| 15 | |
| 16 |
Version 15 by Philipp on 01. August 2008, 17:32
| 6 |
Version 14 by Philipp on 01. August 2008, 17:32
| 9 | [nothing]* app.getSkin(protoName, skinName, []) is missing! |
Version 13 by zumbrunn on 01. July 2008, 20:49
| 9 | == Helma Image[nothing] |
| 10 | I'm not sure if these methods from the Image library should be documented or not... (Philipp) |
| 11 | ==== resizeFast(int w, int h) |
| 12 | ==== reduceColors(int colors, boolean dither) |
| 13 | ==== reduceColors(int colors, boolean dither, boolean alphaToBitmask) |
| 14 | reduceColors is documented, but the two additional optional params are missing //zumbrunn |
| 15 | ==== setTransparentPixel(int trans) |
Version 12 by zumbrunn on 01. July 2008, 20:03
| 17 | == Helma FTP |
| 18 | In the constructor's text there is still the old FtpClient(host) constructor instead of var ftp = new helma.Ftp("ftp.myserver.com"); (Philipp) |
Version 11 by zumbrunn on 01. July 2008, 19:52
| 20 | == app.repositories |
| 21 | Docs should specify what kind of array elements are returned and should include links to the docs or source of the various types of repositories. |
| 22 | |
| 23 |
Version 10 by Philipp on 21. May 2008, 15:34
| 17 | == Helma FTP |
| 18 | In the constructor's text there is still the old FtpClient(host) constructor instead of var ftp = new helma.Ftp("ftp.myserver.com"); (Philipp) |
Version 9 by zumbrunn on 19. May 2008, 11:56
| 20 | |
| 21 | |
| 22 | == in general |
| 23 | All reference pages should include an index with links to all contained methods and properties, the way the HopObject page already does. |
| 24 | |
| 25 |
Version 8 by zumbrunn on 19. May 2008, 11:53
| 16 | |
| 17 | |
| 18 | == app.repositories |
| 19 | Docs should specify what kind of array elements are returned and should include links to the docs or source of the various types of repositories. |
Version 7 by zumbrunn on 19. May 2008, 11:49
| 14 | reduceColors is documented, but the two additional optional params are missing //zumbrunn |
Version 6 by Philipp on 19. May 2008, 11:27
| 9 | [..=.nothing...= Helma Image |
| 10 | I'm not sure if these methods from the Image library should be documented or not... (Philipp) |
| 11 | ==== resizeFast(int w, int h) |
| 12 | ==== reduceColors(int colors, boolean dither) |
| 13 | ==== reduceColors(int colors, boolean dither, boolean alphaToBitmask) |
| 14 | ==== setTransparentPixel(int trans) |
Version 5 by zumbrunn on 18. May 2008, 16:58
| 9 | [.=.=.nothing.= app.getRepositories(). |
| 10 | FIXME |
Version 4 by Johannes Lerch on 16. May 2008, 09:15
| 9 | === app.getRepositorySubDirs()getRepositories() |
Version 3 by zumbrunn on 15. May 2008, 16:54
- Set tags to Documentation, Reference
Version 2 by zumbrunn on 15. May 2008, 16:49
| 6 | |
| 7 | Pending Changes: |
| 8 | |
| 9 | === app.getRepositorySubDirs() |
| 10 | FIXME |
| 11 | |
| 12 |
Version 1 by zumbrunn on 15. May 2008, 16:49
- Set tags to
| 1 | This is a wiki page intended for the collecttion of pending changes/additions to the *reference guide|http://helma.zumbrunn.com/reference/*. |
| 2 | |
| 3 | The reference guide for Helma 1.x is *maintained using subversion|https://dev.helma.org/trac/helma/browser/apps/reference/trunk/* and is automatically generated using the *jsdoc toolkit|https://dev.helma.org/trac/helma/browser/apps/reference/trunk/app/README.txt*. If you notice any errors or omissions and do not have commit access to directly make the fix in subversion, please add a notice or a text recommendation here. |
| 4 |